@charset "utf-8";
/* CSS Document */
/*
Theme Name: NatCon 4 Conference 2024
Version: 1.1.0
Text Domain: natcon
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,300italic,400italic,600italic,700,700italic,800,800italic);

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

body {
	margin:0;
	padding: 2.8em 0 0 0;
	font: normal 18px 'Open Sans', sans-serif;
	/*font: normal 18px 'Book Antiqua', serif;*/
	color: #46537d;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.container{
	width: 100%;
	max-width: 1024px;
    margin: 0 auto;
}
/*
.right_shadow {
    -webkit-box-shadow: 4px 0px 2px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 4px 0px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 4px 0px 2px 0px rgb(0 0 0 / 40%);
}
.left_shadow {
    -webkit-box-shadow: -4px 0px 2px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.4);
    box-shadow: -4px 0px 2px 0px rgb(0 0 0 / 40%);
}
*/
.content-wrapper{
	padding: 3em 2em;
}
.page-container{
	padding: 0 3em;
	min-height: 60vh;
}
a{
	color: #e3853d;
	text-decoration: none;
}
nav{
	background-color: #242424;
	background-image: -webkit-linear-gradient(left, #242424, #5c5358, #242424);
	background-image: -o-linear-gradient(left, #242424, #5c5358, #242424);
	background-image: linear-gradient(to right, #242424, #5c5358, #242424);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
nav a{
	color: #ffffff;
	text-decoration: none;
}
ul.main_menu{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
ul.main_menu li{
	display: inline-block;
	margin: 0;
}
ul.main_menu li a{
	display: block;
	padding: 0 0.8em;
	/*padding: 0 1.2em;*/
	font-size: 1.1em;
	line-height: 2.6em;
}
ul.main_menu li:not(.cold) a:hover,
ul.main_menu li.current-menu-item a{
	color: #e3853d;
}
ul.main_menu li.cold a{
  opacity: 0.7;
}
.top_sign_up{
  float: right;
}
.top_sign_up a{
	display: inline-block;
	background: #da5f00;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0.65em;
	font-size: 1em;
	letter-spacing: 0.02em;
	line-height: 2.8em;
}
.top_sign_up a:hover{
	color: #ffffff;
}

header .social-menu{
	float: left;
	padding-top: 0.8em;
	display: none;
}
header .social-menu a{
	display: inline-block;
	margin-right: 1em;
}
header .social-menu a img{
	width: 1.4em;
	height: auto;
}

#top_banner{
	background: #000c42;
	padding: 0.5em 0 0 0;
}
#top_banner .left_shadow{
	position: relative;
}
#top_banner img.top-desktop{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#top_banner img.top-banner{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.banner-menu{
	position: absolute;
	right: 0;
	top: 0.3em;
}
.banner-menu{
	color: #e3853d;
	font-size: 0.9em;
}
.banner-menu a{
	color: #ffffff;
	text-decoration: none;
}
.banner-menu a:hover{
	text-decoration: underline;
}
#top_title{
  padding: 1em 0;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
}
#top_title a{
  text-decoration: none;
  color: #000116;
  text-align: center;
}
#top_title .site-title{
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
#top_title .site-subtitle{
  font-size: 24px;
  line-height: 34px;
}
.col-40{
	width: 40%;
	float: left;
}
.col-60{
	width: 60%;
	float: left;
}
.col-50{
	width: 50%;
	float: left;
}
.speakers_list_item{
	width: 25%;
	float: left;
	margin-top: 2.5em;
}
.speakers_list_item a{
	display: block;
	text-decoration: none;
	color: #000c42;
	font-size: 0.95em;
}
.speakers_list_desc{
  height: 2.8em;
}
.speakers_list_keynote{
  font-size: 0.85em;
  margin-top: 0.2em;
}
.speakers_list_item a .speaker-image-wrapper{
	width: 85%;
	margin: 0 auto 0.8em auto;
	position: relative;
	background: url("images/blue-bg.png") no-repeat center center;
	background-size: cover;
  
  display: block;
  height: 0;
  padding-top: 85%;
  margin-bottom: 0.5em;
}
.speakers_list_item a .speaker-image-wrapper img{
	display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speakers_list_item a .speaker-image-wrapper::after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,12,66,0.13);
}
.speakers_list_item a:hover .speaker-image-wrapper::after{
	display: none;
}
.option-invisible{
	display: none;
}
footer{
	background: #e9e7e9;
	color: #43383e;
	font-size: 0.85em;
}
footer .content-wrapper{
	padding: 1em 1em;
}
footer .content-wrapper > div:nth-child(1){
	width: 73%;
	float: left;
	text-align: left;
}
footer .content-wrapper > div:nth-child(1) img.footer_logo{
	width: 31.5%;
	display: inline-block;
	margin-right: 1.2em;
	position: relative;
	top: 0.05em;
}
footer .content-wrapper > div:nth-child(2){
	width: 27%;
	float: right;
	text-align: right;
	position: relative;
    top: 0.25em;
}
footer .separator{
	color: #da5f00;
	display: inline-block;
	margin: 0 0.2em;
}
footer .social-menu{
	display: inline-block;
	position: relative;
	top: 0.3em;
	margin-left: 1.1em;
}
footer .social-menu a{
	display: inline-block;
	margin-left: 0.5em;
}
footer .social-menu a img{
	width: 1.4em;
	height: auto;
}
footer a{
	color: #43383e;
	text-decoration: none;
}
footer a:hover{
	color: #da5f00;
}
footer a.back_to_top{
	color: #da5f00;
}
footer a.back_to_top::after{
	content: "\2794";
	display: inline-block;
	transform: rotate(-90deg);
	color: #da5f00;
	position: relative;
	top: 0.1em;
	left: 0.2em;
}
#popup_html{
	display: none;
}
.popup-wrapper{
	background: #f3f3f3;
	width: 100%;
}
.popup-banner img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.5em;
}
.popup-wrapper .dont-miss{
	color: #da5f00;
	font-size: 1.7em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}
.popup-wrapper .prices{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.popup-wrapper .prices > span{
	display: inline-block;
	margin: 0 0.5em;
}
.popup-wrapper .prices > span.full-price{
	color: #787878;
}
.popup-wrapper .prices > span.full-price strong{
	position: relative;
}
.popup-wrapper .prices > span.full-price strong::after {
    content: "";
    display: block;
    width: 2.4em;
    height: 2px;
    background: #787878;
    position: absolute;
    top: 0.7em;
    left: -0.05em;
}
.popup-wrapper .prices > span.early-price{
	color: #da5f00;
}
#form_popup{
	padding: 0 3em 2em 3em;
}
#form_popup .form_fields .field_wrapper {
    width: 50%;
    float: left;
	margin-bottom: 1em;
}
#form_popup .form_fields .field_wrapper.registration_type_wrapper,
#form_popup .form_fields .field_wrapper.email_wrapper {
    width: 100%;
}
select option:disabled{
	color: #999999;
}
#form_popup select,
#form_popup input {
    width: calc(97% - 0.8em);
    border: solid 1px #7085b7;
    background: #ffffff;
    font: normal 1em 'Open Sans', sans-serif;
    margin: 0 1.5% 0 0;
    padding: 0.4em;
    line-height: 2em;
    border-radius: 0.25em;
}
#form_popup select{
	width: 98.5%;
	font-size: 0.95em;
}
#form_popup input[type=email]{
	width: calc(98.5% - 0.8em);
}
#form_popup ::placeholder {
	color: #7085b7;
	opacity: 1; /* Firefox */
	font-size: 0.8em;
	font-weight: 400;
}
#form_popup :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #7085b7;
	font-size: 0.8em;
	font-weight: 400;
}
#form_popup ::-ms-input-placeholder { /* Microsoft Edge */
	color: #7085b7;
	font-size: 0.8em;
	opacity: 1; /* Firefox */
	font-weight: 400;
}
#form_popup .submit_wrapper{
	text-align: center;
}
#form_popup .submit_button {
	display: inline-block;
    background: #da5f00;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
	padding: 0 1em;
    border-radius: 0.15em;
    font-size: 1.7em;
    line-height: 2em;
	text-align: center;
	margin-top: 0.6em;
	cursor: pointer;
}

h1.underlined{
	color: #000c42;
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.5em;
}
h1.underlined::after{
	content: "";
	width: 3em;
	height: 4px;
	display: block;
	margin: 0.35em auto 0;
	background: #da5f00;
}
fieldset{
	border: solid 1px #7085b7;
	border-radius: 0.25em;
	margin: 2em 0;
	padding: 1.5em;
}
fieldset legend{
	color: #da5f00;
	font-weight: 700;
}
.title-wrapper,
.personnal-item,
.contact-item{
	margin: 1.5em 0;
}
.hear-item{
  margin: 0.5em 0 0 0; 
  width: 50%;
  float: left;
}
.title-title,
.personnal-item label,
.contact-item label{
	width: 9em;
	display: inline-block;
}
.personnal-item input,
.contact-item input,
select#country,
#other_title{
	border: solid 1px #7085b7;
	border-radius: 0.25em;
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	width: calc(100% - 10.2em - 2px);
}
#other_title{
  width: 6.9em;
}
.select2-container--default .select2-selection--single{
	border-color: #7085b7!important;
}
.select2-container .select2-selection--single{
	height: 1.8em;
}
#registration-wrapper{
	margin: 2em 0;
}
.registration-item{
	margin: 1em 0;
}
.registration-item label{
	cursor: pointer;
}
.including{
  margin-top: 0.3em;
  margin-left: 0.5em;
  font-size: 0.85em;
  color: #da5f00;
}
label[for='school']{
	position: absolute;
}
input#school{
	margin-left: 9.2em;
}
input#letter,
input#cv{
	width: 50%;
}
.note{
  display: inline-block;
  clear: left;
  font-style: italic;
  margin-left: 9.5em;
  font-size: 0.95em;
}
.personnal-item .note{
	display: inline-block;
  clear: none;
	margin-left: 1em;
  float: none;
}
#letter_error,
#cv_error{
	margin-top: 0.3em;
	margin-left: 9.2em;
	color: red;
}
.title-item{
	margin-right: 1em;
}
.intl-tel-input{
	width: calc(100% - 10em - 2px);
}
.intl-tel-input input{
	width: 100%;
}
.intl-tel-input .selected-flag{
	padding: 0 15px 0 5px!important;
}
#comments-area-wrapper{
  margin-top: 1.5em;
}
textarea.comments-area{
	display: block;
    margin: 1em 0 0 0;
    width: 98.2%;
    height: 3em;
	border-radius: 0.25em;
	border: solid 1px #7085b7;
}
.accommodation-item div{
  margin-bottom: 8px;
}
#school-wrapper{
	display: none;
}
#cv-wrapper{
	display: none;
}
#paypalForm input[type=submit]{
	background: #425ea1;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: 0.03em;
	font-weight: 700;
	border-radius: 0.25em;
	border: none;
	line-height: 2em;
	padding: 0 1.5em;
	cursor: pointer;
	margin: 1em 0;		
}
.checkbox-wrapper{
  margin: 1em 0;
}
.checkbox-wrapper input[type=checkbox]{
  display: block;
  float: left;
  position: relative;
  top: 0.2em;
}
.checkbox-wrapper label{
  display: block;
  margin-left: 1.7em;
  cursor: pointer;
}
#confirm:focus + label{
  font-weight: 600;
}
a.link_button{
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	background: #da5f00;
	padding: 0.1em 1em 0.2em;
	border-radius: 0.1em;
}
#top_banner img.top-mobile,
ul.main_menu li.mobile-menu-item,
.mobile-menu-button-wrapper{
	display: none;
}
.check_list_wrapper span.wpcf7-list-item-label{
  display: none;
}
#gallery-1 .gallery-item{
  margin: 0;
}
#gallery-1 .gallery-item dt.gallery-icon{
  padding: 1% 3.5%;
}
#gallery-1 .gallery-item a{
  display: block;
}
#gallery-1 img{
  border: none!important;
}
#cboxLoadedContent{
  position: relative;
}
#cboxPrevious{
  position: absolute;
  left: 0;
  top: 40%;
  height: 40px;
  width: 40px;
  color: transparent!important;
}
#cboxPrevious::before{
  content: "\2039";
  position: absolute; 
  left: 10px;
}
#cboxNext{
  position: absolute;
  right: 0;
  left: auto!important;
  top: 40%;
  height: 40px;
  width: 40px;
  color: transparent!important;
}
#cboxNext::before{
  content: "\203A";
  position: absolute;
  right: 10px
}
#cboxPrevious::before,
#cboxNext::before{
  color: #ffffff;
  font-weight: 400;
  font-size: 80px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
}
#cboxCurrent{
  display: none!important;
}

#home_media .content-wrapper{
  padding: 3em 0;
  font-size: 1.2em;
  color: #000c42;
  text-align: center;
}
#home_media{
  background: #000c42;
  color: #ffffff;
}
#home_media h2.underlined{
  color: #ffffff;
}
#home_media .content-wrapper{
  background: #000c42;
  position: relative;
  color: #ffffff;
}	
#home_media .swiper {
  width: 86%;
  height: 24em;
  font-size: 0.8em;
    text-align: left;
}
#home_media .swiper-slide {
  display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
}	
#home_media .swiper-button-next, #home_media .swiper-rtl .swiper-button-prev{
  right: 1.5em;
}
#home_media .swiper-button-prev, #home_media .swiper-rtl .swiper-button-next{
  left: 1.5em;		
}
#home_media .swiper-button-prev,
#home_media .swiper-button-next{
  color: #e3853d;
  top: 40%;
}
#home_media .swiper-pagination-bullet{
  background: #7085b7;
  opacity: 1;
  height: 0.7em;
  width: 0.7em;
}
#home_media .swiper-pagination-bullet-active{
  background: #e3853d;
}
#home_media .slide-wrapper{
  padding: 1em;
  color: #ffffff;
}
#home_media .slide_thumb{
  height: 4em;
  text-align: center;

  padding: 2em 1em;
  border: solid 1px #da5f00;
  border-radius: 3px;
  position: relative;

  /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

  margin-bottom: 1.5em;
}
#home_media .slide_thumb::before{
  content: "";
  display: block;
  width: 4em;
  height: 2em;
  background: #000c42 url('images/media-item-dquotes.png?v2') no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 1.5em;
  top: -1em;
  z-index: 10;    	
}
#home_media .slide_thumb::after{
  content: "";
  display: block;
  width: 1.5em;
  height: 1em;
  background: #000c42 url('images/media-item-arrow.png?v2') no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: 2em;
  bottom: -1em;
  z-index: 10;    	
}
#home_media .slide_thumb img{
  width: 100%;
  height: auto;
}
#home_media .slide_title{
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#home_media .slide_author{
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#home_media .slide_date{
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
#home_media .slide_link{
  font-size: 0.85em;
}
#home_media .slide_link a::after{
  content: "»";
  display: inline-block;
  margin-left: 0.3em;
}
body.page-id-277 .page-container li{
  margin: 0.5em 0;
}
body.page-id-277 .page-container h2{
  color: #000c42;
}
@media only screen and (max-width: 1024px){
	ul.main_menu li.mobile-menu-item{
		display: block;
	}
	.banner-menu{
		display: none;
	}
	.mobile-menu-button-wrapper{
		display: inline-block;
		text-align: center;
		margin-left: 1em;
		margin-top: 0.4em;
	}
	.mobile-menu-button {
		display: inline-block;
		cursor: pointer;
	}
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #ffffff;
		margin: 6px 0;
		transition: 0.4s;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
	nav .container{
		max-width: 100%;
		width: 100%;
		position: relative;
		height: 3em;
	}
	ul.main_menu{
		position: absolute;
		top: 3em;
		background-color:rgba(36,36,36,0.95);
		width: 100%;
		display: none;
	}
	ul.main_menu li {
		display: block;
		margin: 0;
		text-align: center;
	}
	.top_sign_up a{
		line-height: 3.45em;
	}
}
@media only screen and (max-width: 980px){
	.col-40,
	.col-60,
	.col-50{
		width: 100%;
		float: none;
	}
	#top_banner img.top-desktop{
		display: none;
	}
	#top_banner img.top-mobile{
		display: block;
		width: 100%;
		height: auto;
	}
	.top_sign_up a{
		font-size: 0.85em;
	}
	.page-container{
		padding: 0;
	}
	footer .content-wrapper > div:nth-child(1),
	footer .content-wrapper > div:nth-child(2){
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}
	footer .content-wrapper > div:nth-child(1) img.footer_logo{
		width: 250px;
		display: block;
		margin: 1em auto 1.2em;
	}
	footer .social-menu{
		display: block;
		margin-top: 1em;
	}
	.speakers_list_item a{
		font-size: 0.8em;
	}
	.early_birds_inner_prices_wrapper .content-wrapper{
		width: 100%;
	}
	.popup-wrapper .dont-miss{
		font-size: 1.2em;
	}
	.popup-wrapper .prices{
		font-size: 1em;
	}
	#form_popup{
		padding: 1em 1em 2em 1em;
	}
	#form_popup .form_fields .field_wrapper{
		width: 100%;
		margin: 0 0 0.5em 0;
	}
	
	#form_popup input[type=email],
	#form_popup input{
		width: calc(100% - 0.8em);
		margin: 0;
	}
	#form_popup .submit_button{
		width: calc(100% - 2em);
		font-size: 1.2em;
	}
	
	body.page-id-25 .wpcf7-form label{
		width: 100%;
		display: block;
		float: none;
		margin-bottom: 0.5em;
	}
	body.page-id-25 .wpcf7-form input:not([type=radio], [type=submit]){
		width: 98%;
	}
	body.page-id-25 .wpcf7-form .intl-tel-input{
		width: calc(100% - 2px);
	}
	.wpcf7-list-item{
		margin: 0 1em 0 0!important;
	}
}
@media only screen and (max-width: 767px){
	.content-wrapper {
		padding: 2em 1.3em;
	}
  .speakers_list{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  /*
  .benedictions .speakers_list_item{
    width: 33.33%;
  }
  */
	.speakers_list_item{
		width: 100%;
    margin-top: 2em;
	}
  .speakers_list_title{
    height: auto;
    line-height: 1.2em;
  }

	fieldset{
		padding: 0.5em;
	}
  .including{
    margin-left: 0;
  }
	.title-title, .personnal-item label, .contact-item label{
		width: 100%;
		display: block;
		margin-bottom: 0.5em;
	}
	.title-item {
		width: calc(33% - 1em);
		display: inline-block;
		margin-bottom: 1em;
	}
	label[for='school']{
		position: static;
	}
	input#school{
		margin-left: 0;
	}
	input#letter,
	input#cv{
		width: 100%;
		margin-bottom: 0.3em;
	}
  .note,
	.personnal-item .note{
		margin-left: 0;
	}
	.personnal-item input, .contact-item input{
		width: 96%;
	}
	select#country,
	.intl-tel-input{
		width: 98.2%;
	}
	.intl-tel-input input{
		width: 100%;
	}
	/*
	#registration-wrapper label{
		display: block;
		float: none;
		width: 100%;
		border-top-left-radius: 0.25em;
    	border-bottom-left-radius: 0;
		border-top-right-radius: 0.25em;
	}
	#registration-wrapper select{
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	*/
  #cboxPrevious::before{
    content: "\2039";
    position: absolute; 
    left: 5px;
  }
  #cboxNext::before{
    content: "\203A";
    position: absolute;
    right: 5px
  }
  #cboxPrevious::before,
  #cboxNext::before{
    color: #ffffff;
    font-weight: 400;
    font-size: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
  }
  .hear-item{
    margin: 0.8em 0 0 0; 
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 600px){
  .speakers_list{
    grid-template-columns: 50% 50%;
  }
  /*
  .benedictions .speakers_list_item{
    width: 100%;
  }
  */
}
@media only screen and (min-width: 601px){
  /*
  .speakers_list.benedictions{
    display: block;
  }
  .benedictions .speakers_list_item{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  */
}
@media print{
  body{
    padding: 0;
  }
  .content-wrapper{
    padding-left: 0;
    padding-right: 0;
  }
  header nav,
  .banner-menu,
  footer{
    display: none;
  }
  .grecaptcha-badge{
    visibility: hidden;
  }
}