/*
Theme Name: Sengi child theme
Template: sengi
*/

@import url("../sengi/style.css");


/* Temporary - need to hook these up */

/* Top Bar
need font size
height
 */


 #top-bar{
 	line-height:initial;
 	height:initial; 	
 }

 #top-bar .menu{
 	margin:0px;
 	padding:0px;
 	list-style:none;
 }

#top-bar .menu li{
	display:inline-block;
}

#top-bar .menu li a{
	padding-right:10px;
}

h1, h2{
	text-transform: uppercase!important;
}

.gfield_label{
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

#contactUsRow .gform_button{
	background: #6dcff6;
    color: #000!important;
    text-shadow: none!important;
    font-style: normal;
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center!important;
}

.mean-nav{
	font-weight: 700;
}

.mean-nav ul li a{
		text-align: center!important;
}

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

	h1{
		font-size: 45px!important;
	}

}

@media (min-width:641px) {

	#contactUsRow .gform_button{
	    padding-right: 150px!important;
    	padding-left: 150px!important;
	}

}

section#choose-member{
padding:20px 0;
text-align:center;
float:left;
width:100%;
display:block;
position:relative;
z-index:9;
}

section#team-content{
padding-bottom:80px;
float:left;
width:100%;
display:block;
position:relative;
z-index:9;
}

section#team-content .member-profile{
display:none;
width:100%!important;
}

section#team-content .member-profile.active{
display:block;
}

section#choose-member .member-choice{
	display:inline-block;
	margin:20px;
	opacity:0.5;
	cursor: pointer; 
	cursor: hand;
	background-size:cover;
	width:120px;
	height:120px;
	border-radius:100%;
	background-position:center;
}

section#choose-member .member-choice.active{
	opacity:1;
}

section#team-content .member-image{
	width: 340px;
    height: 340px;
    border-radius: 100%;
    background-size:cover;
    position:relative;
    z-index:10;
}

section#team-content h1.memberName{
	font-size:36px;
	margin:0px;
	line-height: 1em;
}

section#team-content h2.memberTitle{
	font-size:18px;
}

section#team-content .memberBio p{
}

section#team-content .memberBio{
	padding-top:15px;
	float:left;
	width:100%;
	display:block;
	position:relative;
}

#ourTeamRow{
	background-attachment:fixed!important;
}

#portfolioCompaniesRow{
	background-attachment:fixed!important;
}

.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li a:active, .mean-container .mean-nav ul li a:focus{
	color:#fff!important;
}

.mean-container{
	font-family: 'open sans';
}

.gform_wrapper .top_label .gfield_label{
	font-family: 'open sans';
	font-weight:800;
}

#main-footer{
	text-align:center;
}

.socialLinks [title="Facebook"]{
	color:#2e4588;
}

.socialLinks [title="Google Plus"]{
	color:#d5342b;
}

.socialLinks [title="LinkedIn"]{
	color:#0e63a8;
}

@media (min-width:768px){

	#fat-footer .first .widget_text{
        padding-left:15px;
        }

	#main-header .left{
		width:15%;
	}

	#main-header .right{
		width:85%;
	}

	#fat-footer .first .widget-container{
		display:inline-block;
		width:50%;
	}	

	#fat-footer .widget-container{
		padding-bottom:0px!important;
	}

	#fat-footer .second{
		text-align:right;
	}

	#fat-footer .second .widget-container{
		display:inline-block;
	}	

	#fat-footer .widget_social h4{
		display:inline-block;
		margin:0px;
	}

	#fat-footer .widget_social .socialLinks{
		display:inline-block;
		padding-left:25px;
	}

	#fat-footer .socialLinks a{
		font-size: 24px;
    	margin: 0 15px;
	}

	#fat-footer .first{
		width:40%;
	}

	#fat-footer .second{
		width:60%;
	}

	#fat-footer .row {
	    display: table;
	    width: 100%;
	    margin: 0px;
	}

	#fat-footer .row [class*="col-"] {
	    float: none;
	    display: table-cell;
	    vertical-align: middle;
	    padding: 0px;
	}

	#fat-footer{
		padding-bottom:45px;
	}

	#fat-footer .widget-container{
		vertical-align: middle;
	}

}

@media screen and (max-width:1199px){
	section#team-content .member-image{
		width: 280px;
	    height: 280px;
	}

	#main-navigation, #main-navigation> ul > li a {
	    padding-left: 7px!important;
	    padding-right: 7px!important;
	}	

}

@media screen and (max-width:991px){
	section#team-content .member-image{
		width: 200px;
	    height: 200px;
	}

	#main-navigation, #main-navigation> ul > li a {
	    font-size: 9px!important;
	    padding-left: 7px!important;
	    padding-right: 7px!important;
	}	
}

@media screen and (max-width:767px){
	section#team-content .member-image {
	    margin: 0 auto 20px;
	}

	section#choose-member{
		padding-bottom:0px;
	}
}

input[type="submit"] {
    background: #d9691d;
    background: -moz-linear-gradient(top, #d9691d 0%, #17953e 100%);
    background: -webkit-linear-gradient(top, #d9691d 0%,#17953e 100%);
    background: linear-gradient(to bottom, #d9691d 0%,#17953e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9691d', endColorstr='#17953e',GradientType=0 );
    color: #fff!important;
    font-style: normal;
    border: solid 1px #17953e!important;
    border-radius: 30px!important;
    width: 100%;
    width: 100%!important;
    padding: 20px!important;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    font-family: Montserrat!important;
	font-weight:400!important;
}

.gfield_label {
    color: #fff;
    padding: 20px 0 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border-radius: 30px!important;
    border: solid 2px #fff!important;
    background: #f1f1f1;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	color: #333!important;
    font-style: normal!important;
    font-weight: 400;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus{
	background:#fff!important;
	color: #17953e!important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 8px 2px!important;
}

.gform_wrapper *{
	font-family: Montserrat!important;
	font-weight:400!important;
}


.call-link p span {
    -webkit-animation:colorchange 1.2s infinite alternate;
    animation:colorchange 1.2s infinite alternate;
}

@-webkit-keyframes colorchange {
  0% {
    
    color: #d9691d;
  } 
  
  100% {
    
    color: #91ecad;
  }
}

@keyframes colorchange {
  0% {
    
    color: #d9691d;
  } 
  
  100% {
    
    color: #91ecad;
  }
}

body .price-button a.vc_btn3.vc_btn3-color-success{
    background: #d9691d;
    background: -moz-linear-gradient(top, #d9691d 0%, #17953e 100%);
    background: -webkit-linear-gradient(top, #d9691d 0%,#17953e 100%);
    background: linear-gradient(to bottom, #d9691d 0%,#17953e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9691d', endColorstr='#17953e',GradientType=0 );
    color: #fff!important;
    font-style: normal;
    border: solid 1px #17953e!important;
    border-radius: 30px!important;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    font-family: Montserrat!important;
    font-weight: 400!important;	
}

.price-button{
	display:inline-block!important;
	width:48%!important;
}

@media screen and (max-width:991px){
	.price-button{
		width:100%!important;
		text-align:center!important;
	}
}

@media (min-width:768px) and (max-width:1199px){
	.price-button a{
		font-size:13px!important;
	}
}

#venue p{
	font-size:14px;
}

.circles-style.style-1 figcaption { bottom: -60px}

.circles-style.style-1 figure.cs-hover figcaption, .no-touchevents .circles-style.style-1 figure:hover figcaption { 
-webkit-transform: translateY(0) translateY(-80px);
    -moz-transform: translateY(0) translateY(-80px);
    -ms-transform: translateY(0) translateY(-80px);
    transform: translateY(0) translateY(-80px);
}

@media (min-width:993px){
.awsm-grid-card:nth-child(3n+1){
    clear:both!important;
}

}

@media screen and (max-width:992px){
.awsm-grid-card:nth-child(odd){
    clear:both!important;
}
}

.awsm-personal-info span {
    font-size: 12px;
}

.cards-style.style-1 figcaption {
    padding: 25px 20px;
}

.modal-style.style-1 .awsm-modal-details h2 {
    font-size: 36px;
    margin: 0 0 20px;
    line-height: 1.42;
    color: #d9691d;
}

.modal-style.style-1 .awsm-modal-details h3 {
    color: #000;
}

.awsm-grid-wrapper p {
    color: #000;
	font-size:13px;
}

.modal-style.style-1 .awsm-modal-item {
    height: 80%!important;
    top: 10%!important;
}

body .modal-style.style-1 figcaption{
	transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    opacity: 1;
    top:auto;
    bottom:0%;
    height:29%;
    left:0%;
    right:0%;
    transition: all 0.3s ease;
}

.modal-style.style-1 figure.cs-hover figcaption, .no-touchevents .modal-style.style-1 .awsm-grid-card figure:hover figcaption{
	transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    opacity: 1;
    height:40%;
}

.awsm-grid figure img:before{
	content:'';
}

.modal-style.style-1 .awsm-personal-info{
	margin-bottom:0;
}

.modal-style.style-1 figcaption h3{
	margin-bottom:0;
}

.awsm-grid figure:before {
    content: '';
    width: 32px;
    height: 32px;
    background: #d9691d;
    z-index: 1;
    position: absolute;
    content: "\f245";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}

.modal-style.style-1 .awsm-modal-details a {
    color: #d9691d;
}

@media screen and (max-width: 991px){
	#main-navigation, #main-navigation> ul > li a {
		font-size: 14px!important;
		padding-left: 7px!important;
		padding-right: 7px!important;
	}
}

@media screen and (max-width:767px){
	#home-banner *{
		text-align:left!important;
	}

	.flex-half > .vc_col-sm-8, .flex-half > .vc_col-sm-6{
		width:75%;
	}

	.flex-half > .vc_col-sm-4, .flex-half > .vc_col-sm-3{
		width:25%;
	}

	body h2{
		font-size:26px;
	}

	body h3{
		font-size:26px;
	}

	body p{
		font-size:14px;
	}

	.remove-column-gap{
		margin:0!important;
	}

	.vc_row.remove-column-gap>.vc_column_container{
		padding:0!important;
	}

	#speakers h3{
		text-align:center!important;
	}
}

@media (min-width:768px){
	.apply-button a{
		background-image: url(/wp-content/uploads/2019/06/apply_btn.png);
		background-repeat: no-repeat;
		background-position: center 28px;
		font-size: 0!important;
		width: 170px;
		text-indent: -999999px;
	}

	#home-banner{
		overflow:visible;
	}

	#home-banner .right-image{
		position: absolute;
		top: calc(29vh - 93%);
		max-width: 700px;
		right: 0;
	}

	#attend{
		overflow:visible;
	}

	#attend .left-image{
		position: absolute;
		top: calc(14vh - 93%);
		max-width: 400px;
		left: 0;
		left: calc(0% - 37%);
	}

	#quote{
		overflow:visible;
	}

	#quote .right-image{
		position: absolute;
		right: 0;
		top: -90%;
	}

}


@media (min-width:768px) and (max-width:1210px){
	#quote .right-image{
		top: -45%;
	}
}

@media screen and (max-width:767px){
	#quote .right-image{
		display:none;
	}

	#attend .left-image{
		display:none;
	}

	#home-banner.flex-half > .vc_col-sm-8, #home-banner.flex-half > .vc_col-sm-6{
		width:100%;
	}

	#quote.flex-half > .vc_col-sm-6 {
		width: 100%;
	}

}

header #main-header {
    background-image: url(/wp-content/uploads/2019/06/nav.jpg)!important;
    background-size: cover;
}