/*
Theme Name: Naseba The7 Child
Author: Pedro Germani (Toptal)
Author URI: http://pedrops.com
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

@font-face {
	font-family: 'interfaceregular';
    src: url('fonts/interfaceregular-webfont.woff2') format('woff2'),
         url('fonts/interfaceregular-webfont.woff') format('woff');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'interfacebold';
    src: url('fonts/interface_bold-webfont.woff2') format('woff2'),
         url('fonts/interface_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'interface_lightregular';
    src: url('fonts/interface_light-webfont.woff2') format('woff2'),
         url('fonts/interface_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,  p{
	font-family: "interfaceregular", sans-serif;
	font-size: 0.9rem;
	color: black;
}

h1, h4, h5{
	font-family: "interfacebold", sans-serif;
	
}

h2 {
	font-family: "interfaceregular", sans-serif;
}

h3 {
	font-family: "interface_lightregular", sans-serif;
}

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.display-inline {
	display: inline;
}

.display-inline-block {
	display: inline-block;
}

.overflow-auto {
	overflow: auto;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.capitalize *{
	text-transform: uppercase !important;
}

.font-interface-bold {
	font-family: "interfacebold", sans-serif !important;
}

.header-bg {
	display:table; 
	background-color: #EDC24E;
	padding: 0px 3px;

}

.breadcrumbs *{
	text-transform: uppercase !important;
}

.social-icons{
	margin-top: 4px;
}


.optionpack4::after {
    background-color: rgba(150, 61, 130, 0.5);
    content: "";
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stylized-title {
	display:table; 
}

.stylized-title:after {
	display: block;
	content: '';
	background: #EDC24E;
	height: 0.4em;
	margin-left: -50px;
	left: 0px;
	
}

.stylized-title-iii{
	display:table; 
	background-color: #EDC24E;
	padding: 0.3rem;
	letter-spacing: 0.2rem;
}

.stylized-title-iv{
	display:table; 
	border-left: 0.15em solid #ff6600;
	padding: 0 0.3rem;
	letter-spacing: 0.2rem;
}

.stylized-title-iv-yellow{
	display:table; 
	border-left: 0.15em solid #EDC24E;
	padding: 0 0.3rem;
	letter-spacing: 0.2rem;
}

.stylized-title-v{
	display:table; 
}

.stylized-title-v::after {
	display: block;
	content: '';
	background: #EDC24E;
	height: 0.1em;
	width: 2.5em;
	left: 0px;
}

.secondary-title{
	display:table; 
}

.secondary-title::after {
	display: block;
	content: '';
	background: #ff6600;
	height: 0.1em;
	width: 3.5em;
	left: 0px;
}

.secondary-title-yellow-H1::after {
	display: block;
	content: '';
	background: #EDC24E;
	height: 0.2em;
	width: 3.5em;
	left: 0px;
}

.secondary-title-yellow-h2::after {
	display: block;
	content: '';
	background: #EDC24E;
	height: 0.4em;
	width: 3.5em;
	left: 0px;
}

.secondary-title-yellow-h2::after {
	display: block;
	content: '';
	background: #EDC24E;
	height: 0.4em;
	width: 5.5em;
	margin-left: -100px;
}

.bold {
	font-family: "interfacebold"!important; 	
}

.secondary-title-yellow-image::after {
	font-family: "interfacebold";
	display: block;
	content: '';
	width: 440px;
    background: url(./images/stylized-title-yellow-image.png) no-repeat;
    margin-left: -150px;
    height: 65px;
	margin-bottom: 20px;
}

.vc_pageable-load-more-btn .vc_btn3{
	/* color: white !important; */
	font-family: "interfacebold", sans-serif !important;
	font-size: 18px;
	padding: 12px 18px;

}

.vc_pageable-load-more-btn .vc_btn3:hover{
	/* color: white !important; */
}


/* VC Elements */
.white-text,
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6, 
.white-text *
 {
	color: white!important;
}


.wpb_revslider_element {
	margin-bottom: 0px !important;
}

.skewed-bg {
	background: lightblue url("images/skewed-bg.png") no-repeat fixed center; 
}
/* VC Custom Modules */

/* VC Grids */
.height-150 {
	height:150px;
}
.height-200 {
	height:200px;
}

.height-250 {
	height:250px;
}

.height-300 {
	height:300px;
}

.height-440 {
	height:400px;
}

.circle-bg {
	background-color: #000;
	width: 54px;
	height: 36px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding-top: 16px;
}

.media-crop-border .vc_grid-item{
	-webkit-clip-path: polygon(60px 0px, 0px 40px, 0px 100%, calc(100% - 60px) 100%, 100% calc(100% - 40px), 100% 0);
	clip-path: polygon(60px 0px, 0px 40px, 0px 100%, calc(100% - 60px) 100%, 100% calc(100% - 40px), 100% 0);
}
 
.crop-border{
	-webkit-clip-path: polygon(60px 0px, 0px 40px, 0px 100%, calc(100% - 60px) 100%, 100% calc(100% - 40px), 100% 0);
	clip-path: polygon(60px 0px, 0px 40px, 0px 100%, calc(100% - 60px) 100%, 100% calc(100% - 40px), 100% 0);
}

.crop-border-2{
	-webkit-clip-path: polygon(0px 0px, 80% 0%, 100% 20%, 100% 100%, 20% 100%, 0% 80%);
	clip-path: polygon(0px 0px, 80% 0%, 100% 20%, 100% 100%, 20% 100%, 0% 80%);
}

.meeting-top {
	z-index: 1000 !important;
}

.meeting-bottom {
	z-index: 999 !important;
	-webkit-clip-path: polygon(60px 0px, 0px 40px, 0px 100%, calc(100% - 60px) 100%, 100% calc(100% - 40px), 100% 0);
	clip-path: polygon(60px 0px, 0px 40px, 0px 100%, calc(100% - 60px) 100%, 100% calc(100% - 40px), 100% 0);
}

.meeting-bottom .vc_pageable-slide-wrapper {
	overflow-y: scroll !important;
	min-height: 100px;
	max-height: 400px;
	padding: 50px 0px 50px 0px;
	width: 95%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.meetings-date-bg{
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top:0px;
	left: 0px;
	height:150px;
	width:100%;
	z-index:0;
	-webkit-clip-path: polygon(0px 0px, 100% 50%, 100% 100%, 0px 50%);
	clip-path: polygon(0px 0px, 100% 50%, 100% 100%, 0px 50%);
}

.meetings-date-field {
	position: absolute;
	top:0px;
	left: 0px;
	/* transform-origin: center top;
	transform: rotate(-30deg); */
}

.meeting-day{
	font-size: 2.8em;
	font-family: "interfacebold", sans-serif !important;
	color: rgba(255, 255, 255, 1);
	position: relative;
	z-index:1;
	text-align: center;
}

.meeting-weekday {
	text-transform: uppercase !important;
	color: #f5be2a;
	font-size: 0.8rem;
	font-family: "interfacelight-regular", sans-serif !important;
	position: relative;
	z-index:1;
}


.meeting-month {
	text-transform: uppercase !important;
	font-size: 0.6rem;
	text-align: center;
	position: relative;
	z-index:1;
}

.meetings-item-date-bg {
	
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top:0px;
	left: 0px;
	height:150px;
	width:100%;
	z-index: 0;
	padding-right: 7em;
	clip: polygon(25% 0%, 75% 0%, 50% 100%, 0 100%);
	clip-path: polygon(25% 0%, 75% 0%, 50% 100%, 0 100%);
	
}
.speakers-i {
	color: white;
	font-size: 1em;
	font-family: "interfaceregular", sans-serif;
}

.grayscale,
.grayscale-wrapper .grayscale-item{
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .3s ease-in-out;
  }

.grayscale:hover,
.grayscale-wrapper:hover .grayscale-item {
	filter: none;
	-webkit-filter: grayscale(0);
}

.speaker-view-ii {
	height:25rem;
}
.speaker-view-ii-title {
	border-left: 4px solid #f5be2a;
	padding-left: 5px;
	font-family: "interfacebold", sans-serif;
	
	font-size: 1.5em;
	letter-spacing: 0.2em;
	color: black;
	text-transform: uppercase;
	padding: 0px 5px !important;
}

.speaker-view-ii-overlay{
	font-size: 0.9em;
	font-family: "interfaceregular", sans-serif;
	background-color: #6166AC;
	color: white!important;
	position:absolute;
	right:0;
	bottom: 10px;
	width: 220px;
	padding: 10px 10px 0px 10px;
	filter: none !important;
	-webkit-filter: grayscale(0) !important;
}
.speakers-view-ii-overlay-company{
	background-color: #6166AC;
	color: white!important;
	position:absolute;
	right:0;
	bottom: 8px;
	width: 200px;
	padding: 0px 10px 10px 10px;
	filter: none !important;
	-webkit-filter: grayscale(0) !important;
}
.speaker-view-ii-bottom {
	/* margin-top: -5em; */
}

.speakers-view-iii {
	padding-top: 1em !important;
}

.speakers-view-iii-wrapper {
	height: 150px;
}


.speakers-view-iii-image {
	height: 150px;
}

.speakers-view-iii * {
	font-family: "interfaceregular", sans-serif;
	font-size: 0.8rem;
	
	color: #666 !important
}

.speakers-view-iii .view-profile {
	/* text-align:right; */
	
}

.speakers-view-iii .view-profile .open-popup-link {
	text-decoration: none !important;
}

.speakers-view-iii .view-profile .open-popup-link:hover {
	text-decoration: underline !important;
}

.speakers-view-iii-title {
	margin-bottom: 0.8em !important;
	line-height: 1.4em;
}

.speakers-view-iii-title *{
	font-family: "interfacebold", sans-serif;
	font-size: 0.9rem;
	
}

.speakers-view-iii .speaker-data {
	margin-bottom: 0px !important;
	line-height: 1.3em;
}

.speakers-view-iii .speaker-country {
	margin-top: 0.8em !important;
	line-height: 1.3em;
}


/* Platform list item */
.platform-item {
	position:relative;
	color: white;
	padding: 1em 1em 0 1em;
}

.platform-item .platform-item-title {
	
}

.platform-item .platform-item-title h3{
	
	text-transform: uppercase;	
}

.platform-item .platform-item-date {
	display: inline !important;
}

.platform-item .platform-item-location {
	display: inline !important;
}

.platform-item .platform-item-icon {
	display: inline !important;
	margin: 0px !important;
	padding: 0px;
}

.platform-item .platform-item-icon .vc_icon_element-inner {
	height: 1em;
	width: 2em;
}

.platform-item .platform-item-link {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin: 0px 20px;
}

.platform-item-overlay {
	position:absolute;
}

.leadership-1-title {
	overflow: visible !important;
	margin-top: -25px;
	font-family: "interfacebold", sans-serif;
	text-align: right;
	position: relative;
}

.leadership-1-title .title{
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.leadership-1-title .title div{
	background: black !important;
	color: white !important; 
	padding: 5px 5px !important;
	display: inline;
}

.leadership-1-title .job{
	color: black !important;

}

.leadership-2 {
	height: 29em;
}
/* Naseba Tabs */
.naseba-tabs ul.wpb_tabs_nav {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0px;
	margin-bottom: 30px !important;
}

.naseba-tabs ul.wpb_tabs_nav::before{
	content: none !important;
}

.naseba-tabs ul.wpb_tabs_nav li{
	border-bottom: 5px solid white !important;
	padding: 0px 15px 15px 15px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: -17px !important;
	text-align: center;
	font-size: 1.3em;
	outline: none;
	cursor: pointer;
}

.naseba-tabs ul.wpb_tabs_nav li:first-child{
	text-align: left;
	padding-left: 0px !important;
	margin-left: 0px;
}

.naseba-tabs ul.wpb_tabs_nav li:last-child {
	text-align: right;
	padding-right: 0px !important;
	margin-right: 0px;
}

.naseba-tabs ul.wpb_tabs_nav li a {
	color: white !important;
}

.naseba-tabs ul.wpb_tabs_nav li.ui-state-active a {
	color: white !important;
}

.naseba-tabs ul.wpb_tabs_nav li.ui-state-active {
	border-bottom: 6px solid #F3D14B !important;
	
}

.naseba-tabs ul.wpb_tabs_nav li:hover {
	border-bottom: 6px solid #F3D14B !important;
}

.naseba-tabs ul.wpb_tabs_nav li:hover a{
	color: white !important;
}

/* Blog Grid filters */
.naseba-blog-grid .vc_grid-filter {
	background-color: white;

}

.naseba-blog-grid .vc_grid {
	/* background-color: #E6E6E6; */
	padding: 30px;
}

.naseba-blog-grid .vc_gitem-zone {
	background-position: 50% 0%;
}

.naseba-blog-grid .vc_gitem-post-data {
	margin-bottom: 0px!important;
}

.naseba-blog-grid .vc_grid-filter {
	padding: 0px 0px 30px 0px;
	margin: 0 0 0px 0px;
}

.naseba-blog-grid .vc_grid-filter li {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 3px solid #ccc !important;
	padding: 0px 40px !important;
}

.naseba-blog-grid .vc_grid-filter li.vc_active {
	background: none !important;	
	border-bottom: 3px solid #FE7D22 !important;	
}


.naseba-blog-grid .vc_grid-filter li.vc_active span{
	color: black !important;
}

.naseba-blog-grid .vc_grid-filter li:hover {
	background: none !important;	
	border-bottom: 3px solid #FE7D22 !important;	
}

.naseba-blog-grid .vc_grid-filter li:hover span{
	color: black !important;
}

.naseba-testimonial-header {
	font-family: "interfacebold", sans-serif;
	margin-bottom: 1em;
	
}
.naseba-testimonial-overlay .naseba-testimonial-wrapper {
	font-family: "interfaceregular", sans-serif;
	
	
}

.naseba-testimonial-overlay .naseba-testimonial-wrapper {
	
	
}
.naseba-testimonial-overlay .naseba-testimonial {
	border-left: 1px solid #F5C13F;
	padding-left: 35px;
	margin-left: -10px;
	margin-top: 35px;
}

.naseba-testimonial-overlay .naseba-testimonial-container::before {
	content: "\201D";
	color: #F5C13F;
	font-size: 5em;
	float: left;
	margin-top: 15px;
	font-family: 'Palanquin', sans-serif;
	-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.naseba-testimonial-overlay .naseba-testimonial::after {
	content: "\201E";
	color: #F5C13F;
	font-size: 5em;
	float: right;
	margin-right: 220px;
	font-family: 'Palanquin', sans-serif;
	margin-top: -0.3em;
}

.naseba-testimonial-overlay .naseba-testimonial-subtitles  {
	
	
}

.naseba-testimonial-overlay-content {
	
}

.timeline-v .timeline-bar {
	background: lightblue url("images/timeline-v.png") no-repeat center top; 
	background-repeat: no-repeat;
}

.timeline-h .timeline-bar {
	background: lightblue url("images/timeline-h.png") no-repeat left center; 
	background-repeat: no-repeat;
	
}

.timeline-v .timeline-events:after {
	content: ' ';
	background: lightblue url("images/timeline-h.png") no-repeat left center; 
	background-repeat: no-repeat;
	height: 5px;
	width: 100%;
    display: inline-block;
}

.dcwss.dc-wall.modern.light .stream li {
	border: 1px solid #BEBFC1;
	margin: 0 2% 2% -3px;
}

.wall-outer .dcsns-toolbar .filter li {
    display: inline-block;
    background: none;
	padding: 5px;
    margin: 0;
	height: 40px;
	
}

.wall-outer .dcsns-toolbar .filter li a {
	width: 60px;
}

.wall-outer .dcsns-toolbar .filter li .iso-active span,
.wall-outer .dcsns-toolbar .filter li a:hover span {
	color: white;
}

.wall-outer .dcsns-toolbar .filter .link-all {
	font-family: "interfacebold", sans-serif;
	color: black;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
}

.wall-outer .dcsns-toolbar .filter .link-all.selected { 
	
}

.wall-outer .dcsns-toolbar .filter .link-all:hover {
	background-color: #f7ce6f;
	color: white;
}



/* .wall-outer .dcsns-toolbar .filter li:hover,
{
	
} */

.naseba-vckit_lightbox  {
	border-radius: 0px !important;
	width: 80% !important;
	height: 80%;
	max-width: 800px;
	max-height: 600px;
	
}

.mfp-close-btn-in .mfp-close {
    margin-right: 15px;
}

.naseba-lightbox-content {
	height: 80%;
	overflow: scroll;
	padding-right: 1em;
}

.mfp-content {
	width: 80% !important;
	height: 80%;
	max-width: 800px;
	max-height: 600px;
	margin: 0px auto !important;
}

/* lightbox */
.speaker-lightbox .mfp-content {
	width: 80% !important;
	height: 80%;
	max-width: 800px;
	max-height: 600px;
	margin: 0px auto !important;
	overflow: hidden;
	
}

.leadership-popup .leadership-title {
	font-family: "interfacebold", sans-serif;
	
	font-size: 1.5em;
	letter-spacing: 0.2em;
	color: black;
	text-transform: uppercase;
	padding: 0px 5px !important;
}

.leadership-2-popup .leadership-title {
	border-left: 4px solid #F78330;
	padding-left: 5px;
	font-family: "interfacebold", sans-serif;
}

.leadership-job {
	background: black;
	color: white;
	padding: 0px 4px;
	overflow: hidden;
	display:table; 
	font-size: 0.75em;
}
.naseba-popup {
	padding: 2em 3em;
	max-width: 800px !important;
	max-height: 600px !important;
}

.white-popup {
	background: #FFF;
}

.mfp-close-btn-in .mfp-close {
	color: #F5C13F !important;
	font-size: 2.5em;
}

.leadership-popup .mfp-close {
	color: #F78330 !important;
	
}

.naseba-popup .naseba-popup-name {
	margin-bottom: 1em;
}

.naseba-popup .naseba-popup-thumbnail img{
	max-width: 100% !important;
}

.naseba-popup .naseba-popup-content{
	height: 400px;
	overflow-y: scroll;
}

/* Gravity Forms
-----------------------------*/
.gform_wrapper {
Font-family: "interfaceregular";
	font-size: 16px;
}
body .gform_wrapper .gform_footer input[type=submit] {
 text-transform: uppercase;
 float: left;
 border: none;
 border-radius: 0px;
 margin-left: 0px;
}
.gform_wrapper .gform_footer {
    padding: 15px 0 10px;
    margin: 0px 0 0;
    clear: both;
    width: 100%;
}

@media all and (max-width: 778px) {
	.mfp-content {
		width: 94% !important;
		height: 100%;
		max-width: 94% !important;
		max-height: 94% !important;
		margin: 0px auto !important;
	}

	.vckit-lightbox {
		padding-right: 20px;
	}

	.speaker-lightbox .mfp-content {
		overflow: visible;
	}
	
	.naseba-popup {
		padding: 2em 1em;
		max-width: 100% !important;
		max-height: initial !important;
	}

	.naseba-popup .naseba-popup-content{
		height: 100%;
		overflow-y: visible;
	}

	.speakers-view-ii-overlay{
		text-align: left;
		
	}
	.speakers-view-ii-overlay-company{
		text-align: left;
	}

	.speakers-view-iii-wrapper {
		height: 350px;
	}

	.speakers-view-iii-wrapper .vc_empty_space{
		height: 215px !important;
	}

	
	.speakers-view-iii-wrapper .grayscale-item {
		background-position-y: 0;
	}
	

	.naseba-tabs ul.wpb_tabs_nav {
		width: 100%;
		
		margin-bottom: 30px !important;
	}
	
	.naseba-tabs ul.wpb_tabs_nav::before{
		content: none !important;
	}
	
	.naseba-tabs ul.wpb_tabs_nav li{
		border-bottom: 5px solid white !important;
		padding: 0px 0px 5px 11px;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: -17px !important;
		text-align: center;
		font-size: 0.6em;
		outline: none;
		cursor: pointer;
	}
}

@media all and (min-width: 778px) and (max-width: 920px) {
	.speakers-view-ii-overlay{
		text-align: right;
		
	}
	.speakers-view-ii-overlay-company{
		text-align: right;
	}
}