
/* @media screen and (max-width:640px) {
.gallery-grid--layout-grid .gallery-grid-wrapper {
    grid-template-columns: repeat(2,auto) !important;
}
} */
@media (min-width: 768px) {
        .et_pb_column .et_pb_grid_item:nth-child(3n+1) {
                margin-right: 15px !important;
                margin-left: 0px !important;
        }

	.et_pb_column .et_pb_grid_item:nth-child(3n+2) {
                margin-right: 10px !important;
                margin-left: 10px !important;
        }

        .et_pb_column .et_pb_grid_item:nth-child(3n+3) {
                margin-right: 0px !important;
                margin-left: 15px !important;
        }


        .et_pb_column .et_pb_grid_item {

                float: left !important;
                width: calc(33.3% - 20px) !important;
                margin-bottom: 16px !important;
        }

}

@media (max-width: 767px) {
 
	#main-content {
		margin-top: 100px;
		padding: 0 0px;
		width: 96%;
    margin: 0 auto 20px;
	}
 
	.et_pb_column .et_pb_grid_item:nth-child(1n) {
		margin-right: 8px !important;
		margin-left: 0px !important;	
	}
	
        .et_pb_column .et_pb_grid_item:nth-child(2n) {
                margin-right: 0px !important;
                margin-left: 8px !important;
        }
 
	.et_pb_column .et_pb_grid_item {
      
		float: left !important;
        	width: calc(50% - 8px) !important;
        	margin-bottom: 16px !important;
	}
	
	
}

.et_overlay:before
{
content: url(https://wpstaging.verstech.uk/wp-content/uploads/2024/12/EN.webp) !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
margin: 0px 0 0 0px !important;
font-size: 32px !important;
-moz-transition: all 0.4s !important;
-webkit-transition: all 0.4s !important;
transition: all 0.4s !important;
}

body .et_pb_button {
    font-size: 12px;
   		
	color: #fff; 
	background-color: #1b2b43;
    border-width: 0px !important;
    border-radius: 100px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

#vtd_latest_whitepapers_display a {
        display: block;
}

#vtd_latest_whitepapers_display .expireoverlay {
        padding-top: 40px;
        font-weight: bold;
        position: absolute;
        z-index: 9999;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
        max-width: 250px;
}

#vtd_latest_whitepapers_display .expired img {
        opacity: 0.2;
}

#vtd_latest_whitepapers_display .expired .text {
        opacity: 0.4;
}

#vtd_latest_whitepapers_display .whitepaper {
        display: inline-block;
        text-align: center;
        width: 25%;
        float: left;
        font-weight: 1em;
        margin-bottom: 30px;
}

#vtd_latest_whitepapers_display .text {
        display: inline-block;
        width: 100%;
}

#vtd_latest_whitepapers_display img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
}


#vtd_latest_issues_hide {
	max-height: 100px; 
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); 
}

#vtd_latest_issues_hide .issue {
        display: inline-block;
        text-align: center;
        width: 25%;
        max-height: 100px;
	float: left;
        font-weight: 1em;
        margin-bottom: 30px;
}

#vtd_latest_issues_hide .text {
        display: inline-block;
        width: 100%;
}

#vtd_latest_issues_hide img {
	width: 80%;
        margin-left: auto;
        margin-right: auto;
}


#vtd_latest_issues_display .issue {
	display: inline-block;
	text-align: center;
	width: 25%;
	float: left;
	font-weight: 1em;
	margin-bottom: 30px;
}

#vtd_latest_issues_display .text {
	display: inline-block;
	width: 100%;
}

#vtd_latest_issues_display img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.related_posts_right .sponsoreditem:before {
	font-size: 8pt;
	width: 95px;
	height: 20px;
	padding: 5px;
	top: 35px;
}

.post_title .sponsoreditem:before {
	top: 50px;
}
 
 .sponsoreditem:before {
	margin-left: 25px;
	content: "Sponsored Content";
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	height: 25px;
	text-align: center;
	float: right;
	width: 150px;
	top: 15px;
	margin-right: 10px;
	
	right: 10px;
	background-color: black;
	color: #fff;

} 



#comments_area_goto h3 {
   	width: 100%;
	border-top: 5px solid #1b2b43; 
     padding-top: 15px;	
   font-weight: 700;
    margin-bottom: 15px;
}

#comments_area_goto {
	font-size: 18px;
}

#comments_area_goto #reply-title { display: none; }


#comments_area_goto .signin_register {
	padding: 10px;
	background-color: #1b2b43;
	color: #fff;
	margin-bottom: 50px;
}


#comments_area_goto .signin_register .left {
	width: calc(100% - 125px);
	float: left;
	padding: 10px;
}

#comments_area_goto .signin_register .right {
        text-align: right;
	width: 125px;
	float: left;
        padding: 10px;
}

#vtd_post_like_dislike { font-size: 1.1rem; }
#vtd_post_like_dislike .left {
	width: calc(100% - 100px);
	float: left;
}

#vtd_post_like_dislike .right {
	text-align: right;
	width: 100px;
	float: left;
}

.vtd_pagination {
	margin-top: 10px;
	margin-bottom: 10px;	
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px; 
	border: 0px solid #1b2b43;
	height: 35px;
}

.vtd_pagination.active {
	background-color: #1b2b43;
	color: #fff;
}

.vtd_pagination:hover {
        background-color: #fff;
        color: #fff;
}

@media all and (max-width: 980px) {
	
	#vtd_banner_wrap { display: none; }
}

#vtd_shw_category .item {
	height: 200px;
	margin-bottom: 30px;
	border-bottom: 5px solid #1b2b43;
}

#vtd_shw_category .item img {
	float: left;
        display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}


#vtd_shw_category .item .title {
	font-weight: 700;
	font-size: 17px;
}
 
#vtd_shw_category .item .content {
	height: 100%;
}

#vtd_shw_category img {
	height: 100px;
}

#vtd_shw_category .titlebit3 { display: none; }

@media all and (max-width: 1349px) and (min-width: 576px) {
#vtd_shw_category .titlebit2 {
        display: none;
}

#vtd_shw_category .titlebit3 {
        display: inherit;
}

}

@media all and (min-width: 1350px) {

#vtd_shw_category .titlebit2 {
	display: none;
}

#vtd_shw_category .titlebit3 {
	display: inherit;
}

#vtd_shw_category .item:nth-child(odd) {
	margin-right: 40px;

}

#vtd_shw_category .item:nth-child(even) {
	margin-left: 0px;
}

#vtd_shw_category .item {
        width: calc(50% - 20px);
	float: left;
}

}

@media all and (min-width: 981px) {
#vtd_banner {
        display: none;
	margin-bottom: -40px;
	margin-top: 40px;
        display: block;
        width: 100%;
        height: 50px;
        border-bottom: 15px solid #1b2b43;
        position: relative;
}
	
	#vtd_banner {
		width: calc(100% - 14.635%);
		margin-left: 7.3175%;	
	}

}

        
#sponsored_content .item .text {
               padding: 10px;
                background-color: #1b2b43;
                color: #fff;
}

#featured_content .item .text {
               padding: 10px;
                background-color: #1b2b43;
                color: #fff;
}

@media (min-width: 768px) {
        .hidedesktop {
                display: none;
        }

}
@media (max-width: 767px) {
#vtd_latest_whitepapers_display .whitepaper {
        display: inline-block;
        text-align: center;
        width: 50%;
        float: left;
        font-weight: 1em;
        margin-bottom: 30px;
}

#vtd_latest_whitepapers_display .expireoverlay {
        width: 50%;

}

#vtd_latest_issues_hide .issue {
        display: inline-block;
        text-align: center;
        width: 50%;
        float: left;
        font-weight: 1em;
        margin-bottom: 30px;
}

 
#vtd_latest_issues_display .issue {
        display: inline-block;
        text-align: center;
        width: 50%;
        float: left;
        font-weight: 1em;
        margin-bottom: 30px;
}
	
	#sponsored_content .sponsoreditem:before {
		width: auto !important;
		margin-right: 0px !important; 
	}	
	#sponsored_content .item .text {
                height: 90px;
        }

	        
	#featured_content .sponsoreditem:before {
                width: auto !important;
                margin-right: 0px !important;
        }
        #featured_content .item .text {
                height: 90px;
        }

}

#sponsored_content .item .actualtext {
	height: 50px;
	display: inline-block;
	max-height: 50px;

}

#featured_content .item .actualtext {
        height: 50px;
        display: inline-block;
        max-height: 50px;

}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#sponsored_content .item .actualtext {
		font-size: 10px;
	}

	#featured_content .item .actualtext {
                font-size: 10px;
        }

}

@media (min-width: 768px) {
   
    	#sponsored_content .item .text .date {
		font-size: 8pt !important;	
	}
 
	#sponsored_content .item .text .date {
        	display: inline-block;
        	position: relative;
        	bottom: 0px;
        	font-size: 6pt;
        	margin-top: 5px;
        	width: 100%;
        }
   
        #featured_content .item .text .date {
                font-size: 8pt !important;
        }

        #featured_content .item .text .date {
                display: inline-block;
                position: relative;
                bottom: 0px;
                font-size: 6pt;
                margin-top: 5px;
                width: 100%;
        }

}
 
	
#sponsored_content .left {
        float: left;
        display: inline-block;
        width: calc(100% - 50px);
}

	
#sponsored_content .item .actualtext { font-weight: 400; }

        
#sponsored_content .right {
        text-align: right;
        display: inline-block;
        width: 50px;
        float: left;

}

#featured_content .left {
        float: left;
        display: inline-block;
        width: calc(100% - 50px);
}


#featured_content .item .actualtext { font-weight: 400; }


#featured_content .right {
        text-align: right;
        display: inline-block;
        width: 50px;
        float: left;

}


@media all and (min-width: 768px) {

	#sponsored_content .item .text {
		height: 90px;
	}

	#sponsored_content .item {
		vertical-align: middle; 
                width: calc(33% - 15px);
                float: left;
       		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 25px;
		margin-right: 25px; 
		background-size: cover;
	}

#sponsored_content .item:nth-child(1n) {
        margin-left: 0px;

}

#sponsored_content .item:nth-child(3n) {
        margin-right: 0px;
}

#sponsored_content .item .text {
	width: calc(100% - 30px);
}

        #featured_content .item .text {
                height: 90px;
        }

        #featured_content .item {
                vertical-align: middle;
                width: calc(33% - 15px);
                float: left;
                margin-top: 10px;
                margin-bottom: 10px;
                margin-left: 25px;
                margin-right: 25px;
                background-size: cover;
        }

#featured_content .item:nth-child(1n) {
        margin-left: 0px;

}

#featured_content .item:nth-child(3n) {
        margin-right: 0px;
}

#featured_content .item .text {
        width: calc(100% - 30px);
}

}

@media all and (max-width: 767px) {

        #sponsored_content .item {
                width: calc(50% - 8px);
                float: left;
                margin-top: 10px;
                margin-bottom: 10px;
                margin-left: 8px;
                margin-right: 8px;
                background-size: cover;
		font-size: 8pt !important;	
	}

#sponsored_content .item:nth-child(odd) {
        margin-left: 0px;

}

#sponsored_content .item:nth-child(even) {
        margin-right: 0px;
}

        #featured_content .item {
                width: calc(50% - 8px);
                float: left;
                margin-top: 10px;
                margin-bottom: 10px;
                margin-left: 8px;
                margin-right: 8px;
                background-size: cover;
                font-size: 8pt !important;
        }

#featured_content .item:nth-child(odd) {
        margin-left: 0px;

}

#featured_content .item:nth-child(even) {
        margin-right: 0px;
}


	.hidemobile { display: none; }
        #related_news_bottom .relatedp, #related_posts_bottom .relatedp {
		display: block;	
		margin-bottom: 25px;	
	}

 	#related_news_bottom .relatedp .head, #related_posts_bottom .relatedp .head {
		font-size: 1rem !important;	
	}
	
	#related_news_bottom .relatedp, #related_posts_bottom .relatedp {
		width: 100% !important;
	}
}

@media all and (min-width: 1201px) {
#related_news_bottom .relatedp, #related_posts_bottom .relatedp  {
        font-size: 0.75rem !important;
        line-height: 14px !important;
}

}

#related_news_bottom .relatedp, #related_posts_bottom .relatedp  {
	font-size: 0.6rem;
	line-height: 12px;
	background-size: cover;
}

#related_news_bottom .relatedp .titleblock, #related_posts_bottom .relatedp .titleblock {
	width: calc(100% - 10px);	
	background-color: #1b2b43;
	padding: 5px;
	height: 60px;
	position: relative;
	bottom: 5px;
	color: #fff;
	max-height: 60px;
}

#related_news_bottom .relatedp, #related_posts_bottom .relatedp {
       	background-size: cover; 
	font-size: 0.6rem;
        line-height: 12px;
}


@media all and (min-width: 768px) {
	#related_news_bottom .relatedp, #related_posts_bottom .relatedp {
		float: left;
		width: calc(33% - 12px) !important; 
		margin-left: 10px; 
		margin-right: 10px; 
	}

	#related_news_bottom .relatedp:first-of-type, #related_posts_bottom .relatedp:first-of-type {
		margin-left: 0px !important;
	}

	#related_news_bottom .relatedp:last-of-type, #related_posts_bottom .relatedp:last-of-type {
        	margin-right: 0px !important;
	}

}

#related_posts_bottom h2 { font-weight: 700; margin-bottom: 20px; }
#related_news_bottom h2 { font-weight: 700; margin-bottom: 20px; }
 
.related_posts_right img {
	width: 100%;
}
 
 
.genbtn { 
	margin-top: 5px !important;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 12px 24px;
    line-height: 12px;
    background: #1b2b43;
    border-color: #1b2b43;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: Open Sans;
}

@media all and (min-width: 768px) {
	.post_article_content {
		max-width: 36.25rem;
		font-size: 18px;
		line-height: 1.9em;
	}
      
	.post_article_torn {
		font-size: 18px;
		text-align: center;
		padding-top: 20px;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		padding-left: 20px;	
	}
  
	.post_article_login {
                font-size: 18px;
                line-height: 1.9em;
                padding-left: 20px;
        }
}


@media all and (max-width: 767px) {
      
        .post_article_torn {
                font-size: 18px;
                text-align: center;
                padding-top: 16px;
                background-repeat: no-repeat;
                background-size: 100%;
                width: 100%;
                padding-left: 20px;
        }
 
        .post_article_login {
                max-width: 100%;
                padding-right: 20px;
                font-size: 16px;
                line-height: 1.9em;
                padding-left: 20px;
        }
 
	.post_article_content {
                max-width: 100%;
                padding-right: 20px;
		font-size: 16px;
                line-height: 1.9em;
                padding-left: 20px;
        }
}

 
.vtd_post_row .vtd_share_link {
	display: inline-block;
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: 10px;
	cursor: pointer;
}

.vtd_post_row .vtd_share_link .fas {
	margin-right: 2.5px;
}

@media all and (max-width: 576px) {
	.vtd_post_row .post_title .item .head {
        	font-size: 12px !important;
	}

	.vtd_post_row .post_title .item .titleblock {
        	width: calc(100% - 50px) !important;
	}

	.vtd_post_row .post_title .item .bottominfo {
		font-size: 10px !important;	
	}
}

.vtd_post_row .post_title .item .head {
	font-weight: bold;
	font-size: 18px;
	display: block;
	color: #fff;
}

.vtd_post_row .post_title .item .bottominfo {
	position: absolute;
	bottom: 15px;	
	color: #fff;	
	display: block;
}

.vtd_post_row .post_title .item .titleblock {
	background-color: #1b2b43;	
	position: absolute;
	bottom: 7px;
	left: 0px;	
	display: block;
	width: calc(100% - 100px);
	margin-top: -100px;	
	padding: 15px;	
	height: 100px;	
}



#vtd_splashscreen {
	position: fixed;
	width: 100%;	
	z-index: 9999;
	display: none;
}

#vtd_splashscreen.landscape {

    /* margin-top: -10%; */	
	width: 55%;
	
	margin-left: 20%;
	margin-right: auto;
}

#vtd_splashscreen.portrait {
	width: 80%;
	margin-left: 10%;
	margin-right: auto;
}


#vtd_splashscreen .vtd_ad_placement_location {
	display: block;
	text-align: center;	
}

#vtd_splashscreen img {
	width: auto !important;
	width: 100%;
}

#vtd_splashscreen.landscape > #vtd_splashscreen_close {
                margin-top: 10px;
                text-align: right;
}

#vtd_splashscreen.landscape > #vtd_splashscreen_close a {
                background-color: #1b2b43 !important;
                padding: 10px;
                border-radius: 10px;
                text-align: center;
                width: 60px;
                color: white;
}


#vtd_splashscreen.portrait > #vtd_splashscreen_close { 
		margin-top: 10px;
		text-align: right;
}

#vtd_splashscreen.portrait > #vtd_splashscreen_close a {
		background-color: #1b2b43 !important;
		padding: 10px;
		border-radius: 10px;	
		text-align: center;
		width: 60px;	
		color: white;
}

#vtd_overlay {
	display: none;	
	overflow-x: hidden;	
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.75);	
	z-index: 999;
}

#vtd_left_takeover {

    /* border-right: 2.5px solid;
    border-color: #1b2b43; */	
	/* background-color: #1b2b43 !important; */
}

#vtd_right_takeover {

    /* border-left: 2.5px solid;
    border-color: #1b2b43; */
	
	/* background-color: #1b2b43 !important; */
}

@media all and (min-width: 1350px) {
	#leaderboard_top_desktop img {
		max-width: 729px !important;	
	}

}

@media all and (min-width: 981px) {
header .vtd_social_networks {
	display: inline-block;
	margin-top: 10px;
}

header .vtd_social_networks a {
	color: #fff !important;
	margin-left: 10px;
	font-size: 1.5em;	
	margin-right: 10px;
}
}

@media all and (min-width: 768px) and (max-width: 980px) {
header .vtd_social_networks {
        width: 100%;
        text-align: right;
        display: inline-block;
        margin-top: 10px;
}

header .vtd_social_networks a {
        color: #fff !important;
        margin-left: 5px;
        font-size: 1.25em;
        margin-right: 5px;
}
}


@media all and (max-width: 767px) {
header .vtd_social_networks {
       	width: 100%;
	text-align: right; 
	display: inline-block;
        margin-top: 5px;
}

header .vtd_social_networks a {
        color: #fff !important;
        margin-left: 5px;
        font-size: 1.25em;
        margin-right: 5px;
}
}

.vtd_top_post .mobilelarge .actualtext {
	height: 30px;
	display: block;
}
 

.vtd_top_post .item.small .actualtext {
	height: 17.5px !important;
}

.vtd_top_post .item .actualtext {
        height: 25px;
        display: block;
}
	
	.vtd_top_category_filter {
		margin-bottom: 20px;	
	}

	.vtd_top_category_filter .active {
		background-color: #1b2b43;
		color: #fff;
	}

        .vtd_top_category_filter a:hover {
                background-color: #1b2b43;
                color: #fff;
        }
	
	.vtd_top_category_filter a {
		float: left;
		word-wrap: normal;
		margin-right: 10px;
		font-weight: bold;
		color: #1b2b43;
		padding: 10px 20px 10px 20px;
		border-radius: 20px;
	}
 
	.vtd_top_post .date {
		width: 100%;
	}
 
		
	#vtd_mega_menu .parent_link {
		margin-top: 10px;
		color: #fff !important;
		font-size: 18px;
		margin-bottom: 15px;	
		display: block;
		font-weight: bold;	
	}

	#vtd_mega_menu .ew_box {
		padding: 10px;
		background-color: #4cbd9f;
		width: 200px;
		max-width: 200px;	
		height: 100%;	
	}

		@media (max-width: 479px) {
			#vtd_mega_menu .ew_box {
				width: 100%;
				max-width: 100%;
			}	
		}
	#vtd_mega_menu .ew_column .et_pb_module { height: 100%; }
	#vtd_mega_menu .ew_column .et_pb_text_inner { height: 100%; }
	#vtd_mega_menu a {
		color: #fff !important;
	}

	#vtd_mega_menu ul {
                list-style-type: none;
                margin: 0 !important;
                padding: 0 !important;
	}
 

        #vtd_mega_menu li {
                display: block;
        }
	
	#vtd_mega_menu { display: none; } 
        .mmg_bottom_footer ul {
                list-style-type: none;
                margin: 0 !important;
                padding: 0 !important;
        }

        .mmg_bottom_footer li {
                margin-left: 10px;
                margin-right: 10px;
                display: inline-block;
        }

        .mmg_bottom_footer li a {
                color: #fff !important;
        }

 

	.mmg_bottom_header li {
		color: #fff !important;
	}
 
	.mmg_bottom_header .etmod_icon {
                color: #fff !important;
                font-size: 28px !important;
        }

        .mmg_bottom_header .famod_icon {
                color: #fff !important;
        }

 .mmg_bottom_header .et_pb_button {
		background-color: #fff !important;
		color: #1b2b43 !important;
		margin-left: 10px;
} 

.mmg_bottom_header .et_pb_button:hover {
		opacity: 0.5;
}

.etmod_icon {
	font-family: ETmodules !important;
    	font-weight: 400 !important;
}

.famod_icon {
    font-family: FontAwesome !important;
    font-weight: 900 !important;
}


.mmg_top_header .et_pb_social_media_follow li a { 
	margin-right: 2px !important;
}
@media (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

@media (max-width: 980px) {
   
        #vtd_right_skyscraper {
                text-align: center;
        }
 
 
      	body.logged-in.admin-bar .mmg_top_header {
                top: calc(0px + 32px) !important;
        }

        body.logged-in.admin-bar .mmg_bottom_header {
                top: calc(50px + 32px) !important;
        }
 
	.mmg_bottom_header ul { display: none; } 
	.mmg_bottom_header .et_pb_column_3_4 { float: left; width: calc(100% - 250px) !important; margin-bottom: 0px; padding-top: 5px; }
	.mmg_bottom_header .et_pb_column_1_4 { float: left; width: 250px !important; padding-top: 5px !important; }	
	.mmg_bottom_header .main_menu_link span { margin-top: 10px !important; }
 	.mmg_bottom_header .en_small_logo { display: none; } 
	#vtd_left_takeover { display: none; }
	#vtd_right_takeover { display: none; }
	.mmg_top_header .social_column {
               	text-align: right;
		float: right; 
		width: 175px !important;
        }

	.logo_2 {
		position: absolute !important;
		top: 0px;
		left: 0px;
		opacity: 0; 
			
	}

	
	.mmg_bottom_header {
		height: 33px;
		width: 100%;
		top: 50px;
		position: fixed !important;
	}

        .downscroll .logo_1 {
                transition: opacity .3s ease-in-out;
                opacity: 0;
        }

	.downscroll .logo_2 {
		transition: opacity .6s ease-in-out;
		opacity: 1;
	}

}
@media (min-width: 768px) {
	.vtd_top_category_mbfilter {
		display: none;	
	}
}

@media (max-width: 767px) {

        #vtd_top_category_mbfilter_select {
                width: 100%;
       		margin-bottom: 20px;
		font-size: 16px; 
		border: 1px solid #1b2b43;
		padding: 7.5px;
		border-radius: 5px;	
	}

	#vtd_top_category_mbfilter_select option {
		color: #1b2b43;
		/* background-color: #1b2b43;
		color: white; */
	}

	.vtd_top_category_filter {
		display: none;
	}
        
	.vtd_top_post .mobilesmall .left {
                width: calc(100% - 60px) !important;
        }

        .vtd_top_post .mobilesmall .right {
                width: 60px !important;
        }

        .vtd_top_post .mobilesmall img {
                float: right; height: 10px; margin-top: 5px; margin-right: 5px;
        }

	.vtd_top_post .mobilesmall .date {
		font-size: 7pt !important;	
	}

        .vtd_top_post .mobilesmall .text {
                line-height: 20px;
		margin-top: 50%;
		height: 40%;
                padding: 5px;
                width: 100%;
                background-color: #1b2b43;
                color: #fff;
                font-size: 8pt;
                font-weight: bold;
        }

        .vtd_top_post .mobilelarge .date {
                display: inline-block;
                font-size: 9pt;
                /* margin-top: 5px; */
        }


        .vtd_top_post .mobilelarge .text {
                height: 80px;
                padding: 5px;
                width: calc(100% - 30px);
                background-color: #1b2b43;
                color: #fff;
                font-size: 10pt;
                font-weight: bold;
        }


        .vtd_top_post .mobilelarge .left {
                float: left;
                display: inline-block;
                width: calc(100% - 60px);
        }

        .vtd_top_post .mobilelarge .right {
                text-align: right;
                display: inline-block;
                width: 60px;
                float: left;
        }

        .vtd_top_post .mobilelarge .left {
                width: calc(100% - 60px) !important;
        }

        .vtd_top_post .mobilelarge .right {
                width: 60px !important;
        }

        .vtd_top_post .mobilelarge img {
                float: right; height: 10px; margin-top: 7.5px; margin-right: 5px;
        }


	.vtd_top_post .mobilelarge {
		margin-bottom: 16px;
		width: 100%;
		height: 100px;	

                background-size: cover;
               	float: left;
	
	}

	.vtd_top_post .mobilesmall {
    		background-size: 100% 60%;
		background-repeat: no-repeat;	
	}
	
	.vtd_top_post .mobilesmall.odd {
		
                float: left;
                width: calc(50% - 8px);
                margin-right: 8px;
                margin-bottom: 16px;
	
	}
	
	.vtd_top_post .mobilesmall.even {

                float: left;
                width: calc(50% - 8px);
                margin-left: 8px;
                margin-bottom: 16px;
	
	}

      	#vtd_mega_menu { margin: 0px; overflow: auto; height: 500px; }

        #vtd_mega_menu .et_pb_row {
		margin: 0px; padding: 0px;
                max-width: 100%;
                width: 100%;
        }

        body.logged-in.admin-bar #vtd_mega_menu {
                top: 112px;
        }

        #vtd_mega_menu {
                border-top: 2px solid white;
                width: 100%;
                background-color: #14171a;
                top: 66px;
                position: fixed !important;
                z-index: 999999;
        }

        .mobile-reverse {
                display: flex;
                flex-direction: column-reverse;
        }

	#mmg_partners_footer .mmg_partner_box {
		text-align: center;	
	}

        .mmg_partner_display img {
                margin-right: 20px;
                height: 50px;
        }

     .mmg_bottom_header {
                top: 33px !important;
        }

      body.logged-in.admin-bar .mmg_top_header {
                top: calc(0px + 45px) !important;
        }

        body.logged-in.admin-bar .mmg_bottom_header {
                top: calc(33px + 45px) !important;
        }
	
	.mmg_top_header {
		max-height: 33px;
	}
	.mmg_top_header .logo_column {
		width: 175px !important;
		padding-left: 5px;
		padding-top: 7.5px;
	}
	.mmg_top_header .menu_column {
		display: none !important;
	}


        .logo_2 {
                padding-left: 7.5px;
                margin-top: 8px;
                width: 37.5px;
                height: 30px;
        }

}


@media (min-width: 768px) and (max-width: 980px) {

        #vtd_mega_menu { margin: 0px; } 

        #vtd_mega_menu .et_pb_row {
                margin: 0px; padding: 0px;
                max-width: 100%;
                width: 100%;
        }


        body.logged-in.admin-bar #vtd_mega_menu {
                top: 115px;
        }

        #vtd_mega_menu {
                border-top: 2px solid white;
                width: 100%;
		background-color: #14171a;
                top: 83px;
                position: fixed !important;
                z-index: 999999;
        }


	#mmg_partners_footer .et_pb_column_3_4 {

		width: 73.625% !important;
	}

        #mmg_partners_footer .et_pb_column_1_4 {
      		padding-top: 50px;
        	width: 20.875% !important; 
	}
	
        .mmg_partner_display img {
                margin-right: 20px;
                height: 50px;
        }



	.logo_2 {
		padding-left: 7.5px;
		margin-top: 12.5px;
		width: 57.5px;
                height: 50px;
	}
	

	.mmg_top_header {

                min-height: 50px !important;
                height: 50px !important;
	
	}

	.mmg_top_header .logo_column {

                transition: height .3s ease-in-out;
			
		margin-right: 50px;
		width: 200px !important;
                padding-left: 5px;
                padding-top: 17.5px;
	
	}
	.mmg_top_header .social_column {
		padding-top: 5px;	
	}

	.mmg_top_header .menu_column .et_pb_text_inner {
		text-align: left;
	}	
	
	.mmg_top_header .menu_column {
		max-width: calc(100% - 525px);
	}


	.mmg_top_header .menu_column ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
        }

        .mmg_top_header .menu_column li {
                min-width: calc(40%);
		margin-left: 10px;
                margin-right: 10px;
                display: inline-block;
        }

        .mmg_top_header .menu_column li a {
                color: #fff !important;
        }

	
}

#vtd_mega_menu .vtd_search_site {
	font-size: 14px;
	padding: 10px;
	width: calc(100% - 50px);
	margin-bottom: 10px;
	height: 40px;
	float: left;
}

#vtd_mega_menu .vtd_search_button.disabled {
		opacity: 0.5;
}

#vtd_mega_menu .vtd_search_button {
               	border-radius: 0px !important;
		text-align: center;
		font-size: 18px !important;
		padding-top: 5px !important;
		padding-left: 10px !important;
		float: left;
		width: 40px;
		display: inline-block; 
		height: 40px;
		background-color: #fff !important;
                color: #1b2b43 !important;
                margin-left: 10px;
}

#vtd_mega_menu .vtd_search_button:hover {
                opacity: 0.5;
}

#vtd_mega_menu .et_pb_column { color: #fff; font-family: Lato,sans-serif !important; margin-bottom: 10px !important; }


@media (min-width: 1301px) and (max-width: 1799px) {
        .vtd_top_post .text {
                font-weight: 400 !important;
		font-size: 11pt !important;
        }
}




@media (min-width: 1401px) {
        .related_posts_right .item {
                margin-top: -0px;
                margin-bottom: -30px;
		display: block;
        }
        .related_posts_right .titleblock {
               	width: calc(100% - 20px); 
		height: 60px;
                max-height: 60px;
                font-size: 0.75rem;
                line-height: 17.5px;
                color: white;
                background-color: #1b2b43;
                display: block;
                position: relative;
                padding: 5px;
                bottom: 67px;
        }

	.vtd_main_row .vtd_main_col1 { 
                margin-right: 20px !important;

                width: calc(100% - 20px - 250px) !important;
        }

        .vtd_main_row .vtd_main_col2 {
                width: 250px !important;
        }

        .vtd_post_row .et_pb_column_3_5 {

                width: calc(100% - 40px - 250px - 20%) !important;
                margin-right: 40px !important;
        }

        .vtd_post_row .et_pb_column_1_5 {
                margin-right: 40px !important;
                width: 20% !important;
         }
        .vtd_post_row .et_pb_column_1_5:last-of-type {
                width: 250px !important;
        }

}
@media (min-width: 1201px) and (max-width: 1400px) {
      

	.related_posts_right .item {
		margin-top: 40px;
		display: block;
	}
	.related_posts_right .titleblock {
		height: 60px;
		max-height: 60px;	
		font-size: 0.75rem;
		line-height: 17.5px;	
                color: white;
                background-color: #1b2b43;
		display: block;
		position: relative;
		padding: 5px;
		bottom: 10px;	
	}
	
	.vtd_main_row .vtd_main_col1 {
		margin-right: 20px !important;
                width: calc(100% - 20px - 250px) !important;
        }

        .vtd_main_row .vtd_main_col2 {
                width: 250px !important;
        }

	.vtd_post_row .et_pb_column_3_5 {
		
		width: calc(100% - 40px - 250px - 20%) !important;	
		margin-right: 40px !important;
	}

	.vtd_post_row .et_pb_column_1_5 {
		margin-right: 40px !important;
		width: 20% !important;
	 }
	.vtd_post_row .et_pb_column_1_5:last-of-type {
		width: 250px !important;	
	}

}
@media (max-width: 1200px) and (min-width: 981px) {
        #vtd_right_skyscraper {
		max-width: 180px;	
	}
	.vtd_main_row .vtd_main_col1 {
                width: calc(100% - 20px - 180px) !important;
               	margin-right: 20px !important;
        }

        .vtd_main_row .vtd_main_col2 {
                width: 180px !important;
        }



        .vtd_post_row .et_pb_column_3_5 {
               
                width: calc(100% - 20px - 180px) !important;
 
		margin-right: 20px !important;
        }

        .vtd_post_row .et_pb_column_1_5{ display: none !important; }
        .vtd_post_row .et_pb_column_1_5:last-of-type {
                display: block !important;
		min-width: 180px;
		max-width: 180px;
		width: 180px !important;
        }

}


@media (min-width: 1800px) and (max-width: 1999px) {
        .vtd_top_post .item.small .text {
                font-size: 10pt !important;
                line-height: 18px;
        }

}
@media (min-width: 2000px) {
        .vtd_top_post .item.small .text {
                font-size: 13pt !important;
                line-height: 18px;
        }
}

@media (min-width: 1800px) { 

       .vtd_more_button {
                font-size: 12pt;
        }


        .vtd_top_post .item.small {
                max-width: calc(33% - 16px);
		width: 180px;
        }

        .vtd_top_post .item {
                background-size: cover;
                margin-right: 16px; margin-bottom: 16px; width: 500px; height: 122.2px; float: left;
        }

        .vtd_top_post .item .text {
                height: 80px;
                padding: 5px;
                width: calc(100% - 30px);
                background-color: #1b2b43;
                color: #fff;
                font-size: 13pt;
                font-weight: 400;
        }


        .vtd_top_post .item.small .text {
                height: 80px;
        }


        .vtd_top_post .item.small .text .date {
                display: inline-block;
                font-size: 8pt;
                margin-top: 17.5px;
        }

        .vtd_top_post .item .text .date {
                display: inline-block;
                font-size: 10pt;
                margin-top: 5px;
        }

        .vtd_top_post .left {
                float: left;
                display: inline-block;
                width: calc(100% - 65px);
        }

        .vtd_top_post .right {
                text-align: right;
                display: inline-block;
                width: 65px;
                float: left;
        }

	.vtd_top_post .item.small .left {
                width: calc(100% - 60px) !important;
	}
	
	.vtd_top_post .item.small .right {
		width: 60px !important;	
	}

        .vtd_top_post .item.small img {
                float: right; height: 10px; margin-top: 3px; margin-right: 2.5px;
        }

        .vtd_top_post .item img {
                margin-right: 2.5px;
                float: left; height: 10px; margin-top: 6px;
        }

}

@media (min-width: 768px) and (max-width: 1799px) {
    
        .vtd_top_post .left {
                float: left;
                display: inline-block;
                width: calc(100% - 50px);
        }

        .vtd_top_post .right {
                text-align: right;
                display: inline-block;
                width: 50px;
                float: left;
        }
 
	.vtd_top_post .item.small img {
		float: right; height: 7.5px; margin-top: 2.5px; margin-right: 5px;
	} 

	.vtd_top_post .item img {
		margin-right: 2.5px;
		float: right; height: 10px; margin-top: 6px;
	}
	
	.vtd_more_button {
		font-size: 12pt;	
	}


	.vtd_top_post .item .text {
  		word-wrap: break-word;

	}
	
	.vtd_top_post .item.small {
		max-width: calc(33% - 16px);
		width: 180px;
	}

        .vtd_top_post .item.small .text {
                font-size: 8pt !important;
                line-height: 14px;
        }
 
	.vtd_top_post .item {
                background-size: cover;
		margin-right: 16px; margin-bottom: 16px; width: 500px; height: 122.2px; float: left;
        }

        .vtd_top_post .item .text {
		height: 80px;
                padding: 5px;
                width: calc(100% - 30px);
                background-color: #1b2b43;
                color: #fff;
                font-size: 9pt;
                font-weight: bold;
        }


	.vtd_top_post .item.small .text {
		height: 55px;
	}


        .vtd_top_post .item.small .text .date {
                display: inline-block;
                font-size: 6pt;
                margin-top: 5px;
        }

        .vtd_top_post .item .text .date {
                display: inline-block;
		font-size: 8pt;
                margin-top: 5px;
        }
}

@media (min-width: 981px) {

	
	/* .right_skyscraper_module {
		height: 100%;	
	} */

	/* .right_skyscraper_module .et_pb_text_inner {
		height: 100%;
	} */

	#vtd_right_skyscraper.fixed {
		/* position: fixed;
		top: 130px; */	
	}

	#vtd_right_skyscraper {
		text-align: right;
	}

	#vtd_mega_menu .mega_menu_items .et_pb_column { min-height: 200px; }
	#vtd_mega_menu { margin: 0px; } 

	#vtd_mega_menu .et_pb_row {
		margin: 0px; padding: 0px;	
		max-width: 100%;
		width: 100%;
	}


	body.logged-in.admin-bar .downscroll3 {
		top: 110px !important;	
	}

	.downscroll3 {
		top: 80px !important;
	}
	

        body.logged-in.admin-bar #vtd_mega_menu {
		top: 212px;	
	}
	
	#vtd_mega_menu {
		border-top: 2px solid white;
		background-color: #14171a;
		width: 85.365% !important;
		margin-left: 7.3175%;
		margin-right: 7.3175%;
		top: 180px;
		position: fixed !important;
		z-index: 999999;	
	}

	.mmg_partner_display img {
		margin-right: 20px;
		height: 50px;	
	}
	
	.downscroll2 .en_small_logo {
		display: inline-block !important;
	}
	
	.mmg_bottom_header .en_small_logo {
		display: none; 
		margin-left: 10px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;	
		height: 38px;
		background-color: #172944;
		float: left;	
	}
	
	.mmg_bottom_header .en_small_logo img {
		height: 20px;	
	}
	#vtd_left_takeover {
	
                width: 7.3175%;
		top: 0px;
		left: 0px;
		height: 100vh;
		position: fixed;	
	}
	
	#vtd_right_takeover {
		width: 7.3175%;
		top: 0px;
		right: 0px;
		height: 100vh;
		position: fixed;
	}

        .mmg_bottom_header {
                height: 40px;
        }

   	.downscroll2 {
                position: fixed !important;
                 width: 85.365% !important;
		border-top: 2px solid white;
		top: 40px;
        }

	body.logged-in.admin-bar .downscroll2 {
		top: calc(40px + 32px);	
	}

	.mmg_top_header .logo_column {
		display: none;	
	}

	.mmg_top_header .social_column {
		width: 200px !important;
	}

	.mmg_top_header .menu_column {
		width: calc(94.5% - 200px) !important;
	}

	.mmg_top_header .menu_column ul {
		list-style-type: none;
		margin: 0;
		padding: 0;	
	}

	.mmg_top_header .menu_column li {
		margin-left: 10px;
		margin-right: 10px;	
		display: inline-block;
	}

	.mmg_top_header .menu_column li a {
		color: #fff !important;	
	}
	

	.mmg_top_header {
		height: 40px;
		min-height: 40px;
		max-height: 40px;
		left: auto !important;
		width: 85.365% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.mmg_mid_header {
		margin-top: 40px !important;
	}
	
	#page-container {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

	
	#main-content .container {
		width: 100% !important;
		max-width: none !important;
	}
	#main-footer .container {
		width: 100% !important;
		max-width: none !important;
	}

	#main-header .container {
		width: 100% !important;
		max-width: none !important;
		padding-left: 0px !important;
		padding-right: 0px !important;	
	}

	#et-secondary-menu { float: left !important; }
	
	#top-header {
		height: 33px;
		max-width: 85.365% !important;
		margin-left: auto;
		margin-right: auto;	
	}

	#top-header .container {
                width: 100% !important;
                max-width: none !important;
        }

	#main-header {
		max-width: 85.365% !important;
	}

        .mmg_bottom_header ul {
                float: left;
		display: inline-block;
		list-style-type: none;
                margin-top: 7.5px !important;
		margin: 0;
                padding: 0;
        }

        .mmg_bottom_header li {
                margin-left: 10px;
                margin-right: 10px;
                display: inline-block;
        }

        .mmg_bottom_header li a {
                font-weight: bold;
		color: #fff !important;
        }

	.mmg_bottom_header .et_pb_column_3_4 {
		margin-right: 0px !important;
		width: 80% !important;	
	}

        .mmg_bottom_header .et_pb_column_1_4 {
                margin-right: 0px !important;
                width: 20% !important;
        }
	
	.main_menu_link {
		margin-top: 10px;
		float: left;
		height: 100%;
	}

}

/* page pagination */
@media (min-width: 1200px) {
  .vtd_pagination .page-numbers {
    width: 35px !important;
    height: 35px !important;
    padding: 6px !important;
	  vertical-align:middle !important;
  }
	 .vtd_pagination .page-numbers:hover {
    background: #000 !important;
  }
}
/* End page pagination */

/* Prevent a 50px white seperator from appearing at the top of the screen */
@media only screen {
  .et_pb_section {
    padding: 0px 0 !important;
  }
	.et_pb_section_5.et_pb_section {margin-bottom: 20px !important;}
}
/* Prevent a 50px white seperator from appearing at the top of the screen*/


/* widened Grid code */
/* Category Asia */
@media (min-width: 1200px) {
  .category-30 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	
	.category-30 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-30 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-30 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-30 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }

/* End Asia */
	/* Category Europe */
	.category-13 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	
	.category-13 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-13 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-13 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-13 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	
	
	/* End Europe */
/* Category North America */
	.category-14 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-14 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-14 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-14 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-14 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	
/* End North America */
/* Category Middle East */
	.category-44 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	
	.category-44 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-44 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-44 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
   /* margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-44 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	
	/* End Middle East */
	
	/* Category Australasia */
	.category-31 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-31 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-31 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-31 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
   /* margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-31 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Australasia */
	
	/* latest news */
	.category-16 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-16 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-16 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
   /* margin-left: 13.3px; */
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-16 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-16 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End News */
	
	/* Category Opinion */
	.category-11 .category-posts-container > .item-count3 {max-width:100% !important;}
	.category-11 .category-posts-container > .item-count10 {max-width: 100% !important;}
	.category-11 .category-posts-container > .item-count4 {max-width: 100% !important;}
	.category-11 .category-posts-container > .item-count6 {max-width: 100% !important;}
	.category-11 .category-posts-container > .item-count7 {max-width: 100% !important;}
	.category-11 .category-posts-container > .item-count2 {max-width: 100% !important;}
	.category-11 .category-posts-container > .item-count5 {max-width: 100% !important;}
	
	.category-11 .category-posts-container > .item-count2 {
    width: calc(100% - 15px);
    grid-column: col1-start / span 7;
    grid-row: row2-start;
    margin-bottom: 20px;
  }
	.category-11 .category-posts-container > .item-count3 {
    width: calc(100% - 15px);
    grid-column: col8-start / span 7;
    grid-row: row2-start;
    margin-bottom: 20px;
   /* margin-left: 6.3px;*/
  }
	.category-11 .category-posts-container > .item-count4 {
    width: calc(100% - 15px) !important;
    grid-column: col15-start / span 7;
    grid-row: row2-start;
    margin-bottom: 20px;
    /*margin-left: 13.3px;*/
  }
	.category-11 .category-posts-container > .item-count5 {
    width: calc(100% - 15px);
    grid-column: col1-start / span 7;
    grid-row: row3-start;
    margin-bottom: 20px;
  }
	.category-11 .category-posts-container > .item-count6 {
    width: calc(100% - 15px);
    grid-column: col8-start / span 7;
    grid-row: row3-start;
    margin-bottom: 20px;
    /*margin-left: 6.3px;*/
  }
	.category-11 .category-posts-container > .item-count7 {
    width: calc(100% - 15px);
    grid-column: col15-start / span 7;
    grid-row: row3-start;
    margin-bottom: 20px;
    /*margin-left: 13.3px;*/
  }
	.category-11 .category-posts-container > .item-count8 {
    width: 100%;
    grid-column: col1-start / span 7;
    grid-row: row4-start;
    margin-bottom: 20px;
  }
	.category-11 .category-posts-container > .item-count9 {
    width: 100%;
    grid-column: col8-start / span 7;
    grid-row: row4-start;
    margin-bottom: 20px;
  }
	.category-11 .category-posts-container > .item-count10 {
    width: calc(100% - 15px);
    grid-column: col15-start / span 7;
    grid-row: row4-start;
    margin-bottom: 20px;
		margin-right:15px;
  }
	/* End opinion */
	
	/* Category Tech */
	.category-48 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-48 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-48 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-48 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-48 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Tech */
	
	/* Category AI */
	
	.category-7901 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-7901 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-7901 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-7901 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
   /* margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-7901 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
   /* margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End AI */
	
	/* Category M&A */
	
	.category-7902 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-7902 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-7902 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
   /* margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-7902 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-7902 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End M&A */
	/* Category Political */
	
	.category-7903 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-7903 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-7903 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-7903 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-7903 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	
	/* End Political */
	
	/* Category Business Travel */
	
	.category-7904 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-7904 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-7904 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-7904 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-7904 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Business Travel */
	
	/* Category Association */
	
	.category-7905 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-7905 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-7905 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-7905 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-7905 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Association */
	
	/* Category Sustainability */
	
	.category-47 .category-posts-container > .item-count11 {
    width: calc(100% - 13.33px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-47 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-47 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-47 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-47 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Sustainability */
	
	/* Category Incentive */
	.category-7906 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-7906 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-7906 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-7906 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
   /* margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-7906 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Incentive */
	
	/* Category Agency */
	
	.category-7907 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-7907 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-7907 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-7907 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-7907 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Agency */
	
	/* Category Videos */
	
	.category-94 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-94 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-94 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-94 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-94 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Videos */
	
	/* Category Promoted Content */
	.category-9 .category-posts-container > .item-count11 {
    width: calc(100% - 15px);
    margin-top: 20px;
    grid-column: col1-start / span 7;
    grid-row: row6-start / span 2;
  }
	.category-9 .category-posts-container > .item-count12 {
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    margin-top: 20px;
    grid-column: col8-start / span 7;
    grid-row: row6-start;
  }
	.category-9 .category-posts-container > .item-count13 {
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    margin-top: 20px;
    grid-column: col15-start / span 7;
    grid-row: row6-start;
  }
	.category-9 .category-posts-container > .item-count14 {
    margin-top: 20px;
    width: calc(100% - 15px);
    /*margin-left: 6.3px;*/
    grid-column: col8-start / span 7;
    grid-row: row7-start;
  }
	.category-9 .category-posts-container > .item-count15 {
    margin-top: 20px;
    grid-column: col15-start / span 7;
    width: calc(100% - 15px);
    /*margin-left: 13.3px;*/
    grid-row: row7-start;
  }
	/* End Promoted Content */
}
/* End grid code */
@media (min-width: 1200px) {
	.content_view_11 h3:hover, .content_view_10 h3:hover, .content_view_6 h3:hover, .content_view_11 h2:hover, .content_view_10 h2:hover, .content_view_6 h2:hover, .content_view_2 h2:hover, .category-posts-container h3:hover  {text-decoration: underline;}
		.content_view_11 h3, .content_view_10 h3, .content_view_6 h3, .content_view_11 h2, .content_view_10 h2, .content_view_6 h2, .content_view_2 h2, .category-posts-container h3  {text-decoration: none;}
	.content_view_10 h2, .content_view_11 h2, .content_view_2 h2 {line-height: 1.3em;}
	.headline-link h3 {font-size:17px !important;}
}


/* Footer */
@media (min-width: 1028px) {
  .et_pb_text_0_tb_footer .et-pb-icon {
      margin-right: 15px !important;
      font-size: 30px !important;
    }
	.vtd_footer_menus .menuitem2 {
    font-size: 17px !important;
    margin: 10px 0 !important;
  }
	.et_pb_row_0_tb_footer.et_pb_row {border-bottom:1px solid #fff;}
	.et_pb_row_1_tb_footer {border: 0px !important;}
	.vtd_footer_menus .title {font-weight: 700 !important;}
	.vtd_footer_menus a:hover {color: f8f8f8;}
	.et-l--footer .wp-image-38 {max-width: 100px;height:auto;}


.sponsored_category_tag {position:absolute !important; bottom: 10px; left:15px;font-size:14px; font-weight: bold;color: #007a3f !important;}
.category-content-image {max-height:190px; width:auto;overflow: hidden;}
.category-content-image img {min-height: 190px; width: 100%; height: auto;object-fit: cover;}
.col1 .category-content-image {max-height: 400px !important; overflow:visible;}
.item-count6 .category-content-image {max-height:250px; width:auto;overflow: hidden;}
.item-count6 .category-content-image img {min-height: 250px; width: 100%; height: auto;object-fit: cover;}
.item-count1 .category-content-image {max-height:250px; width:auto;overflow: hidden;}
.item-count1 .category-content-image img {min-height: 250px; width: 100%; height: auto;object-fit: cover;}
	.item-count1 h2 {font-size: 28px; line-height:1.35em;}
	.item-count6 h2 {font-size: 28px; line-height:1.35em;}
	.item-count11 h2 {font-size: 28px; line-height:1.35em;}
	
	

/* End Footer */

/* Search results page */

.search-result-image {max-height: 175px !important; max-width: 150px !important; overflow: hidden !important;}
.search-result-image img {min-width: 150px;height: 100%;width: auto;object-fit: cover;max-width: 150px;}
.page-id-2072477 .vtd_pagination {
    color: #fff;
    background-color: #5A7EEF;
    width: 35px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 35px;
    padding: 6px;
    border-radius: 50%;
  }
 .page-id-2072477 .vtd_pagination:hover {
    background: #000 !important;
  }

a {text-decoration: none !important;}

@media (max-width: 1086px) {
	#main-content {max-width: 90%;margin: 0 auto;}
	.content_view_11 .grid-cont .col9 .border-top {display:none;}
	.content_view_11 .col9 .text {background:#f8f8f8;}
	.content_view_11 .col8 .text {background:#f8f8f8; height: 100% !important;}
	.content_view_11 .col7 .text {background:#f8f8f8; height: 100% !important;}
	.content_view_11 .item .text {padding: 25px;}
	.col1 .category-content-image {max-height: 300px !important;overflow: hidden;}
	.et_pb_section_0_tb_footer.et_pb_section {padding: 20px !important;}
}

@media (max-width: 600px) {
.category-content-image img {
  min-height: 190px !important;}
.category-content-image {max-height: 190px !important;}
}
	/*.content_view_11 .col8 .border-bottom {border-left: 0px solid #9C9FA1 !important;}
	 .content_view_11 .grid-cont .col1 {background: #f8f8f8;}
	.text {padding:15px;}
	  .content_view_11 .grid-cont .col2, .content_view_11 .grid-cont .col3,  .content_view_11 .grid-cont .col1 {padding-bottom: 0px !important; margin-bottom: 0px !important;}
	.headline-link h2 {font-size: 22px;line-height: 1.2em;}
	.content_view_11 .grid-cont .excerpt {line-height: 1.3em !important;}
	  .content_view_11 .grid-cont .col3 .text, .content_view_11 .grid-cont .col2 .text, .content_view_11 .grid-cont .col4 .text, .content_view_11 .grid-cont .col5 .text, .content_view_11 .grid-cont .col6 .text, .content_view_11 .grid-cont .col7 .text, .content_view_11 .grid-cont .col8 .text, .content_view_11 .grid-cont .col9 .text {padding-bottom: 20px !important;background:#f8f8f8;}
	.content_view_11 .col8 .border-top {border-left: 0px solid #9C9FA1 !important;}
	.content_view_11 .grid-cont .col3 {background:#f8f8f8;margin-bottom: 0px;}
	.content_view_11 .grid-cont .col4 {background:#f8f8f8;margin-bottom: 0px;}
	.content_view_11 .grid-cont .col5 {background:#f8f8f8;margin-bottom: 0px;}
	 .content_view_11 .grid-cont .col6 {background:#f8f8f8;margin-bottom: 0px;}
	.page-id-11 .content_view_11 .grid-cont .col7 {padding-right: 0px;height: 100%;grid-auto-flow: column;display: grid;}
	.page-id-11 .content_view_11 .grid-cont .col8 {padding-right: 0px;height: 100%;grid-auto-flow: column;display: grid;}
	.page-id-11 .content_view_11 .grid-cont .col9 {padding-right: 0px;height: 100%;grid-auto-flow: column;display: grid;}
	.page-id-11 .content_view_11 .grid-cont .col9 .border-top {border: 0px solid #9C9FA1;margin-left: 0px;margin-right: 0px;}
	
	
	 

    /*.category-content-image {max-height:100%; width:auto;overflow: hidden;margin-bottom: 20px;}
	.col1 .category-content-image {overflow: hidden;}
	.col1 .category-content-image {max-height: 100% !important;}
	
	.excerpt {margin-bottom: 20px;}
	.cat {margin: 20px 0px; font-size: 24px;font-weight: 800;}
	.headline-link h2:hover {text-decoration: underline;}
	.button span {vertical-align: middle;}
	.button .et-pb-icon {font-size: 24px;}
	.advert {width: 100%;padding: 30px 0px;text-align: center;}
	.advert span {margin-top:20px;display:block;}
	.et_pb_section_5 {width:100% !important;}
	.home-opinion-avatar {margin-bottom: 20px !important;text-align:center;}
	.left .name {margin-bottom: 20px;text-align: center;}
	.et_pb_row.et_pb_equal_columns > .et_pb_column {background: #f8f8f8;padding: 15px;text-align: center;margin-right: 20px;width: 25%;}
	.et_pb_row.et_pb_equal_columns > .et_pb_column h3 {font-size: 16px;text-align:center;}
	.et_pb_row.et_pb_equal_columns > .et_pb_column h2 {text-align:center;}
	.et_pb_row.et_pb_equal_columns > .et_pb_column .exerpt {text-align:center !important;display:block;}
	.et_pb_row.et_pb_equal_columns > .et_pb_column .name {margin-bottom: 0px;text-align: center;}
	/*.headline-link h3 {text-align:center;}
	.et_pb_module {width:100%;}
	.et_pb_gutters3 .et_pb_column_4_4 {width: 100% !important;}
	.left {margin-bottom: 20px;}*/


/* End Search Results Page */