/*
Theme Name: Tourog
Theme URI: https://tourog.themezinho.net/
Author: themezinho
Author URI: https://themeforest.net/user/themezinho
Description: Creative Agency WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Tourog
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.page-header{ height:110px; background-size:cover !important;}
.page-header .video-bg{display:none;}
.page-header .inner{display:none;}
.page-header .scrolldown{display:none;}
body.home .left-side{ border-right:1px solid rgba(255, 255, 255, 0.1);}
.left-side{border:none;}
.works li .caption ul li{width:auto;}
.footer{padding-top:100px;}
body{padding: 0;}
img{height: auto; max-width: 100%;}
iframe{ width: 100%; max-width: 100%;}


.navbar{width:100%;}
.scrolldown{display:none !important;}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline{border-radius:0 !important;}
.clients figure a{display:block;}


.video-hero{height:35vh; min-height:340px;}
.video-hero .inner{text-align:left; padding:0 10%; padding-top:100px;}
.video-hero .inner h1 { color: #fff; font-weight: 800; font-size: 7vw; letter-spacing: -3px;}
.video-hero .inner p { margin: 0; color: #fff; font-size: 22px; font-weight: 300; letter-spacing: -0.5px;}


.header-bg-image {height:35vh; min-height:340px; position:relative;}
.header-bg-image .bg-image-div{width:100%; height:100%; position:absolute; left:0; top:0; background-size:cover !important; background-position:center !important; }
.header-bg-image .inner{text-align:left; padding:0 10%; padding-top:100px; position:relative;}
.header-bg-image .inner h1 { color: #fff; font-weight: 800; font-size: 7vw; letter-spacing: -3px;}
.header-bg-image .inner p { margin: 0; color: #fff; font-size: 22px; font-weight: 300; letter-spacing: -0.5px;}



.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float:right; margin-left:1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.screen-reader-text{
    display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.bypostauthor{
	display: block;
}

section.icon-content-block{
	overflow: visible;
}


.wp-block-cover, .wp-block-cover-image {height:auto; }



