/*!
Theme Name: BrettKing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brettking
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
=================================
Global Style
=================================
*/
html {
	height: 100%;
}
body{
	color: #06293d;
	font-size: 16px; 
	font-family: 'Roboto', sans-serif;
	height: 100%;	
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
ul,li{
	list-style: none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: "sifon"; 
}
p {
	color: #696969;
	font-size: 18px;
	font-weight: 300;
}
.display-table{
	display: table;
	width:100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align:middle;
}
#page{
	overflow:hidden;
}
.py-6{
	padding-top:60px;
	padding-bottom:60px;
}
section h1{
	color:#3d3d3d;
	font-size:48px;
	letter-spacing:5px;
	margin-bottom:20px;
	padding-bottom:30px;
	position: relative;
}
section h1:after{
	position: absolute;
	content:"";
	width:150px;
	height:3px;
	background:#23F4E1;
	bottom:10px;
	left:50%;
	margin-left:-75px;
}
section p{
	color:#696969;
	font-size:18px;
	font-weight:300;
}
.height107{
	height:107px;
}
/*
=================================
Global Style End
=================================
*/

/*
=================================
Front Page Style
=================================
*/
/*Header Style*/

.site-header{
	padding:30px 0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:transparent;
	z-index: 999;
}
.site-header.inner-pages{
	background: rgba(0,0,0,0.5);
}
.site-header.burger-menu-header {
	position: static;
	background: rgba(0,0,0,0.5);
}
.logo{
	position: relative;
	padding-left:70px;
}
.socials{
	margin-top:6px;
}
.socials a{
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:10px;
	background:#1EF4E2;
	color:#0A3E4C;
	font-size:20px;
	margin-left:10px;
	text-decoration: none;
	text-align:center;
	line-height:34px;
}
.menu-trigger,.close-trigger{
	width:50px;
	cursor:pointer;
	position: absolute;
	left:0;
	top:11px;
}
.burger-menu{
	position: fixed;
	top:0px;
	width: 100%;
	height:100%;
	z-index: 9999;
	background:#1C1C1C;
	opacity:0;
	visibility: hidden;
	transition:0.5s all ease;
}
.burger-menu.open{
	opacity:1;
	visibility:visible;
}
.main-menu{}
.main-menu ul{
	text-align:center;
}
.main-menu li{
	display: block;
	border-bottom:1px solid #5E5E5E;
	border-top:1px solid #5E5E5E;
}
.main-menu li:first-child,.main-menu li:last-child{
	border:0;
}
.main-menu li a{
	background:#1C1C1C;
	display: block;
	color: #46FFF8;
	font-family: "sifon"; 
	text-decoration: none;
	font-size:20px;
	text-transform:uppercase;
	padding:30px 0;
}
 @media only screen and (max-width:767px) {
  .social-mobile-hide{
  	display: none;
  }
 }

/*Header Style End*/

/*
=================================
Front Page Style End
=================================
*/

/*banner-style*/

.slider-box{
	height:100vh;
}
.banner-wrapper .owl-nav div {
	position: absolute;
	top: 50%;
	color: #fff;
	left: 20px;
	font-size: 80px;
	margin-top: -60px;
}
.banner-wrapper .owl-nav div.owl-next{
	left:auto;
	right:20px;
}


/*banner-style End*/


/*subscribe section*/

.subscribe-section{
	border-top:3px solid #fff;
	background-attachment:fixed !important;
}
.subscribe-content h1 {
	margin-bottom:0;
	letter-spacing: 5px;
	font-size: 48px;
}
.subscribe-content h1:after{
	display: none;
}
.subscribe-content img{
	margin-left:10px;
	margin-bottom:20px;
}

/*subscribe section End*/


/*booking section*/

.book-section{
	padding-bottom:0;
}
.book-section-content p{
	margin-bottom:0;
}
.market-logo-wrapper{
	margin-left:-20px;
	text-align:center;
	margin-top:50px;
}
.market-logo-wrapper li{
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
	padding-right:20px;
	position: relative;
}
.market-logo-wrapper li::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	top: -7px;
	right: -4px;
	background: #1EF4E2;
}
.market-logo-wrapper li:last-child {
	position: relative;
	top: -8px;
}
@media only screen and (max-width:479px) {

	.market-logo-wrapper li{
		padding-left:0;
		padding-right:0;
		display: block !important;
	}
	.market-logo-wrapper li::after {
		display: none;
	}
	.market-logo-wrapper li:last-child {
		top:15px;
	}
}
.market-logo-wrapper li:last-child:after{
	display:none;
}
.booking-logo-link:after{
	display: table;
	content:"";
	clear:both;
}	
.booking-box {
	float: left;
	width: 20%;
}
.more-btn a{
	font-family: "ProximaNova";  
	margin-top:50px;
	color: #fff;
	background: #1EF4E2;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
	margin-right: 15px;

}
.book-section .more-btn a{
	margin-right:0;
	margin-top:0;
	margin-bottom:40px;
}

/*booking section End*/


/*Video Section*/

.video{
	width: 100%;
}
.c-video{
	position: relative;
}
.controls{
	position:absolute;
	top:50%;
	margin-top:-75px;
	left:50%;
	margin-left:-75px;
	width: 150px;
	height:150px;	
	text-align: center;
	opacity:0;
	visibility: hidden;
}
.c-video:hover .controls{
	opacity:1;
	visibility: visible;
}
.buttons{
	padding:10px;
}
.buttons button{
	background:none;
	border:0;
	outline:0;
	cursor:pointer;
	width: 150px;
	height:150px;
}
.buttons button:before{
	position: absolute;
	content:"";
	width:92px;
	height:106px;
	background: url(assets/images/play-btn.png);
	left:50%;
	margin-left:-46px;
	top:50%;
	margin-top:-53px;
}
.buttons button.play:before{
	background: url(assets/images/play-btn.png);
}
.buttons button.pause:before{
	background:none;
	content:"\f04c";
	font-family:fontawesome;
	width:92px;
	height:106px;
	color:#73EDE3;
	font-size:40px;
	line-height:106px;
	left:59px;
}
.video-bottom-background{
	height:370px;
}
/*Video Section End*/



/*Popup Video Section*/

.popup-gallery{
	margin-top:50px;
}
.popup-gallery:after{
	display: table;
	content:"";
	clear:both;
}
.world-class-speaker-heading a{
	font-family: "ProximaNova";  
	margin-top:20px;
	color: #fff;
	background: #1EF4E2;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
	margin-right: 0;
}
#popup-box{
	float:left;
	width:20%;
	height:170px;
	position: relative;
	overflow: hidden;
}
#popup-box:after{
	position: absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index: 1;
	opacity:0;
	visibility: hidden;
	transition:0.5s all ease;
}
#popup-box img{
	height:100%;
	transition:0.5s all ease;
	width: 100%;
}
.popup-hover i.fa {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.popup-hover i.fa-play{
	line-height:46px;
	position:relative;
	left:2px;
}
.popup-hover .play-icon {
	border:2px solid #fff;
	width:50px;
	height: 50px;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.popup-hover span {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
}
.popup-hover {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -38.5px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition:0.5s all ease;
}
.image .popup-hover{
	margin-top:-28.5px;
}
.popup-hover i.fa-search-plus{
	font-size:30px;
}
#popup-box:hover .popup-hover,
#popup-box:hover:after{
	opacity:1;
	visibility: visible;
}
#popup-box:hover img{
	transform: scale(1.1);
}


/*Popup Video Section End*/




/*Testimonial Section*/

.testimonial-section{
	padding-top:0;
}
.testimonial-wrapper{
	padding:0 90px;
	margin-top:50px;
}
@media only screen and (max-width:767px) {
	.testimonial-wrapper{
		padding:0px;
	}
}
.box-content{
	background:#EBEBEB;
	padding:60px 0;
	text-align: center;
	height:425px;
}
.box-content .client-photo img{
	width:135px;
	height:135px;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.box-content h3{
	font-size:20px;
	font-weight:700;
	color: #3d3d3d;
	font-family: 'Roboto', sans-serif;
	margin-top:20px;
	margin-bottom:0;
}
.box-content span{
	font-size:14px;
	color:#3d3d3d;
	font-weight:100;
	display: block;
}
.client-social{
	margin:10px 0 15px 0;
}
.client-social a{
	color:#696969;
	font-size:18px;
	margin-left:5px;
	margin-right:5px;
}
.box-content.right-box-content{
	padding:60px;
	text-align:left;
}
.testimonial-wrapper .owl-nav div {
	color: #1EF4E2;
	font-size: 70px;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 66px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
}
.testimonial-wrapper .owl-nav div.owl-next{
	left:auto;
	right:0;
}
@media only screen and (max-width:767px) {

	.testimonial-wrapper .owl-nav div {
		display: none !important;
	}
}
/*Testimonial Section End*/

/*First Principle*/

.first-principles h1{
	color: #fff;
	margin-bottom:50px;
}
.first-principles p{
	color:#fff;
	text-align: justify;
}
.first-principles a{
	color:#fff;
	background:#1EF4E2;
	text-transform:uppercase;
	font-weight:500;
	display:inline-block;
	text-decoration: none;
	padding:10px 30px;
	margin-right:15px;
}
@media only screen and (max-width:479px) {
	.first-principles a {
		display: block;
		margin-top: 10px;
	}
}
/*First Principle End*/


/*Technosocialism Style*/

.technosocialism{
	padding-bottom:0;
}
.technosocialism h1{
	margin-bottom:50px;
}
.technosocialism p{
	text-align: justify;
}
.technosocialism  br{
	display: none;
}
/*Technosocialism Style End*/



/*Medium Articles*/

.medium-article #display-medium-owl-demo .medium-image {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height:182px !important;
}
.display-medium-item{
	background: #EBEBEB;
	padding-bottom:30px;
	height:388px !important;
}
.display-medium-item a{
	margin-bottom:0;
	text-decoration: none;
}
.display-medium-title.details-title{
	font-family: 'Roboto', sans-serif;
	line-height:18px;
	border-bottom:none !important;
	text-decoration: none !important;
	font-weight:500 !important;
	padding:0 30px;
	padding-top:30px !important;
}
.display-medium-title.details-title:hover{
	text-decoration: none;
}
.display-medium-subtitle {
	padding: 0 30px;
	font-size: 16px;
	font-weight: 300;
}
.display-medium-date,.display-medium-readtime{
	padding-left:30px;
	font-size:14px;
	font-weight:300;
	color: #696969;
}
.display-medium-readtime{
	padding-left:0 !important;
}
.display-medium-readmore{
	color: #fff;
	background: #1EF4E2;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 30px;
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	text-align: center !important;
	display: none;
}

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

	#display-medium-owl-demo .owl-item {
		width: 100% !important;
		float: none !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
	#display-medium-owl-demo .owl-controls{
		display: none !important;
	}
	#display-medium-owl-demo .owl-stage {
		position: relative;
		width: 100% !important;
		overflow:hidden;
	}
}







/*Medium Articles End*/



/*
=============================
About Page
=============================
*/
.about-banner-bottom-logos{
	padding:20px 0;
}
/*@media only screen and (min-width:1200px) {
	.about-banner-bottom-logos {
		padding: 20px 0 0 0;
	}
}*/
.media-box {
	text-align: center;
	height: 60px !important;
	display: block;
}
.media-wrapper.owl-carousel .owl-item img {
	width: auto !important;
}
.alignright { 
	float: right; 
	margin-left:15px;
}
.alignleft { 
	float: left; 
	margin-right:25px !important; 
}
.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px; 
}


/*
=============================
About Page End
=============================
*/



/*
=============================
Contact Page
=============================
*/

.field{
	margin:15px 0;
}
.field label{
	background:#23F4E1;
	color:#fff;
	font-size:14px;
	font-family: 'Roboto', sans-serif; 
	padding:0 5px;
	display: inline-block;
	margin-bottom:10px;
	text-transform: uppercase;
}
.field input{
	border:none;
	background:#fff;
	padding:5px 10px;
	width:100%;
}
.field input{
	border:none;
	background:#fff;
	padding:5px 10px;
	width:100%;
}

.field textarea{
	border:none;
	background:#fff;
	padding:5px 10px;
	width:100%;
}
.field.submit{
	text-align:right;
}
.field.submit input{
	background:#23F4E1;
	font-size:14px;
	font-weight:700;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif; 
	cursor:pointer;
	display: inline-block;
	width:auto;
	padding-left:50px;
	padding-right:50px;
	margin-right:-16px;
}
@media only screen and (max-width:767px) {

	.field.submit input{
		margin-right:-16px;
	}
	.field.submit{
		text-align:center;
	}
	.field textarea{
		height:150px;
	}
}
div.wpcf7-response-output {
	color: #fff;
}
.contact-page{
	padding-bottom:40px;
}
.contact-page h1{
	color:#171f23;
	font-size:48px;
	margin-top:20px;
	margin-bottom:30px;
}
.contact-form-wrapper .left-content p{
	margin-bottom:0;
	color: #171f23;
	font-family: 'Roboto', sans-serif; 
	margin-top:50px;
}

/*
=============================
Contact Page End
=============================
*/


/*
=============================
First Principle Page
=============================
*/
ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border: none !important;
	clear: none !important;
	display: block !important;
}

.principle-banner{
	height:645px;
}
@media only screen and (min-width:768px) and (max-width:991px) {

	.principle-banner{
		height:450px;
	}
}
.principle-content p,.principle-content h2{
	padding-left:100px;
	padding-right:100px;
}
.principle-content .alignleft{
	padding-left:100px;
}
.principle-content .alignright{
	padding-right:100px;
}
.principle-social {
	margin-bottom:30px;
	padding-left:100px;
}
.principle-content blockquote{
	font-weight:700;
	font-style: italic;
	margin-bottom:40px;
	margin-top:25px;
	display: block;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
}
.principle-content blockquote h3{
		font-family: 'Roboto', sans-serif;
}
.principle-content h2{
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}
/*.principle-content{
	position: relative;
}*/
.principle-content p{
	text-align: justify;
}
.principle-social a{
	display: block;
	margin:5px 0;
	padding:5px 0;
}
.principle-social a:first-child{
	margin-top:0;
	padding-top:0;
}
.wp-caption {
	max-width: 100% !important;
}
@media only screen and (max-width:767px) {
	
	.principle-social a{
		display: inline-block;
		margin-right:5px;
		margin-top:0;
		margin-bottom:0;
		padding-top:0;
		padding-bottom:0;
		padding-right:5px;
	}
	.principle-social {
		position: static;
		margin-bottom:20px;
	}
	.principle-content p,.principle-content h2{
		padding-left:0;
		padding-right:0;
	}
	.principle-banner{
		height:340px;
	}

}


/*
=============================
First Principle Page End
=============================
*/



/*
=============================
Footer Style
=============================
*/
.footer-box h2{
	font-size:20px;
	font-weight:700;
	color:#fff;
	margin-bottom:15px;
	border-bottom:2px solid #12F2DE;
	text-transform:uppercase;
	padding-bottom:15px;
	display:block;
}
.footer-menu a{
	font-size:12px;
	color:#fff;
	display: block;
	padding:3px 0;
	text-decoration: none;
}
.events-menu{}
.events-menu li {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:2px solid #fff;
}
.events-menu li a{
	display: block;
	text-decoration: none !important;
	position: relative;
	padding-left:70px;
}
.events-menu li a .event-date {
	font-family: "sifon";
	font-size: 24px;
	color: #fff;
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	line-height: 30px;
	text-transform: uppercase;
}
.events-menu li a h3 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	top: 9px;
}
.events-menu li a span.event-location {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #fff;
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.book-brett .field textarea {
	height: 100px;
}
.book-brett .field input,.book-brett .field textarea {
	background:#3D4647;
	color: #fff;
}
.book-brett .field label {
	background:none;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	padding: 0 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.field.submit input {
	background: #23F4E1;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	display: inline-block;
	width: auto;
	padding-left: 50px;
	padding-right: 50px;
	margin-right: -16px;
}
.site-footer{
	padding:20px;
}
.footer-box p{
	margin-bottom:0;
	color:#dddddd;
	font-size:12px;
}
#ctf div{
	color:#fff !important;
}
/*Footer Style End*/


/*Responsive Style Start*/

@media only screen and (min-width:992px) and (max-width:1199px) {
	




}
@media only screen and (max-width:991px) {
	
	.box-content {
		padding: 30px 0;
		height: auto;
		}
	.box-content.right-box-content {
		padding: 30px;
		text-align: left;
	}
	.owl-carousel .owl-item img {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.first-principles {
		text-align: center;
	}
	.post-content {
		padding: 20px;
		background: #EBEBEB;
	}
	.post-content h2 a {
		font-size: 16px;
	}
	.socials.text-right {
		text-align: center !important;
		margin-top: 15px;
	}

}
@media only screen and (min-width:768px) and (max-width:991px) {

	.slider-box {
		height: 450px;
	}
	.subscribe-content h1 {
		font-size: 40px;
	}
	#popup-box {
		width: 33.33%;
		height: 170px;
	}
}
@media only screen and (max-width:767px) {

	.slider-box {
		height: 350px;
	}
	.subscribe-content h1 {
		font-size: 30px;
	}
	.subscribe-content img {
		width: 150px;
	}
	section h1 {
		font-size: 35px;
	}
	#popup-box {
		width: 50%;
		height: 170px;
	}
	.video-bottom-background {
		height: 250px;
	}
	.footer-box {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.footer-box.right-box.text-right {
		text-align: center !important;
		margin: 5px;
	}
	.footer-box {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.events-menu{
		text-align: left;
	}
	.events-menu li a {
		font-size: 14px;
	}
	.events-menu li {
		padding-left: 18px;
	}
.tp-bgimg.defaultimg {
	height: 350px !important;
}





}

@media only screen and (max-width:479px) {
	section h1 {
		font-size: 25px;
		letter-spacing: 0.5px;
	}
}

#Image-Maps-Com-image-maps-2019-01-10-004415 {
	width: 100%;
}
.events-menu li a span{
	color:#fff;
}


 @media only screen and (max-width:479px) {
	 .events-menu li a {
		padding-left: 70px;
	}
 }
