/*
Theme Name: Studio Design Base Theme
Author: Efront
Author URI: http://efront.com.au/
Description: The base Efront Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.wrapper{
	background-color: #fff;
}

@media only screen and (max-width: 850px) and (min-width: 768px)  {
	.nav li+li {
	    margin-left: 8px;
	}
	
	.header .nav ul.language-chooser, .header .nav ul.nav-lang {
	    margin-left: 8px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
	.section--contact .form-subscribe {
	    margin: 25px 0 0 0;
	}
}

.header--white .btn-burger span {
    background: #fff;
}


html.object-fit .intro .intro__video video {
width: 100%;
height: 100%;
object-fit:cover;
}

html.object-fit .accordion-big .accordion__head .accordion__video video{
width: 100%;
height: 100%;
object-fit:cover;
}
.feature-secondary .feature__video video {
	width: 100%;
    height: 100%;
    object-fit: cover;	
}

    
.section-journal .video-container{
	width: 100%;
	margin-bottom: 20px;
}    
    
.section-primary blockquote h2{
    font-family: "Univers LT W01_67 Bold_1476016", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 991px){
	.slider .slider__slide-content {
		margin-top: 16px;
	}
	.slider .slider__foot {
   		padding-right: 26px;
	}
}

@media (max-width: 767px){
	.accordion-big .accordion__head .accordion__video{
		display: none;
	}
	
	.intro .intro__video video {
		display: none;
	}
	
	.feature-secondary .feature__video video{
		display: none;
	}
}
