/*
Theme Name: Royal Child
Template: royal
Author: AthenaStudio
Author URI: https://themeforest.net/user/athenastudio
Description: Royal is a clean and modern one page WordPress template built with Bootstrap framework. It is ultimate flexible with loads of nice options and features.
Version: 2.0
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.m-0{ margin: 0px!important; }
.mr-5{ margin-right: 5px!important;}
.ml-5{ margin-left: 5px!important;}
.mt-5{ margin-top: 5px!important;}
.mb-5{ margin-bottom: 5px!important;}
.mr-10{ margin-right: 10px!important;}
.ml-10{ margin-left: 10px!important;}
.mt-10{ margin-top: 10px!important;}
.mb-10{ margin-bottom: 10px!important;}
.mr-15{ margin-right: 15px!important;}
.ml-15{ margin-left: 15px!important;}
.mt-15{ margin-top: 15px!important;}
.mb-15{ margin-bottom: 15px!important;}
.mr-20{ margin-right: 20px!important;}
.ml-20{ margin-left: 20px!important;}
.mt-20{ margin-top: 20px!important;}
.mb-20{ margin-bottom: 20px!important;}
.ml-30{ margin-left: 30px!important;}
.mr-30{ margin-right: 30px!important;}
.mt-30{ margin-top: 30px!important;}
.mb-30{ margin-bottom: 30px!important;}

/* Ürituste nimekiri */
span.kuu-nimi {
	color: #A52A2A;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
}
span.urituse-nimi {
	display: block;
	margin-left: 15px;
}

/* Embed video täislaiusesse saamiseks */
/* Set your aspect ratio */
.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

.video-container iframe,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* And set the max-width of the parent element */
.video-wrap {
  width: 100%;
  max-width: 1170px;
}