/*
Theme Name: Marathon Israel NEW
Author: HD Design
Author URI: https://www.hddesign.co.il
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marathon

*/

/* normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;width:100%;position:relative;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2.5em;margin:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:1px;margin-top: 60px;  margin-bottom: 48px;}}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:none;margin:0 ;padding:0;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


/*** Fonts ***/


@font-face {
  font-family: "Flaticon";
  font-weight: normal;
  font-style: normal;
    src: url("fonts/marathon-icons/flaticon_מרתון_ישראל_חדש.ttf?a98b741c31ac722b6d23efed74661a50") format("truetype"),
	url("fonts/marathon-icons/flaticon_מרתון_ישראל_חדש.woff?a98b741c31ac722b6d23efed74661a50") format("woff"),
	url("fonts/marathon-icons/flaticon_מרתון_ישראל_חדש.woff2?a98b741c31ac722b6d23efed74661a50") format("woff2"),
	url("fonts/marathon-icons/flaticon_מרתון_ישראל_חדש.eot?a98b741c31ac722b6d23efed74661a50#iefix") format("embedded-opentype"),
	url("fonts/marathon-icons/flaticon_מרתון_ישראל_חדש.svg?a98b741c31ac722b6d23efed74661a50#flaticon_מרתון_ישראל_חדש") format("svg");
}



[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 27px;
	font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-facebook:before {
    content: "\f101";
}
.flaticon-whatsapp:before {
    content: "\f102";
}
.flaticon-youtube:before {
    content: "\f103";
}
.flaticon-instagram:before {
    content: "\f104";
}
.flaticon-facebook-1:before {
    content: "\f105";
}
.flaticon-play-button:before {
    content: "\f106";
}
.flaticon-email:before {
    content: "\f107";
}
.flaticon-clipboard:before {
    content: "\f108";
}
.flaticon-shirt:before {
    content: "\f109";
}
.flaticon-camera:before {
    content: "\f10a";
}
.flaticon-health-insurance:before {
    content: "\f10b";
}
.flaticon-hospitalization:before {
    content: "\f10c";
}
.flaticon-mountain:before {
    content: "\f10d";
}
.flaticon-instagram-1:before {
    content: "\f10e";
}
.flaticon-facebook-2:before {
    content: "\f10f";
}
.flaticon-youtube-1:before {
    content: "\f110";
}
.flaticon-customer-service:before {
    content: "\f111";
}
.flaticon-t-shirt:before {
    content: "\f112";
}
.flaticon-camera-1:before {
    content: "\f113";
}


/*** General ***/

:root {
  --color-white: #FFFFFF;
  --color-link: #00899C;
  --color-black: #000;
  --color-marathon-blue: #033C7F;
  --color-marathon-green: #00AA4F;
  
  --font-size-body: 15px;
  --font-size-title-large: 40px;
  --font-size-title-medium: 25px;
  --font-size-link: 14px;
  --font-size-small: 12px;
  
  --font-uppercase: uppercase;

}
body.logged-in,
body.logged-in .fixed-top{ 
	margin-top:32px;
}
body{

	font-size: var(--font-size-body);
	color:var(--color-black);
	line-height: 1.5;
font-family: 'Fredoka', arial, sans-serif;
overflow-x:hidden;
}


img.aligncenter{
	margin:0 auto;
	display:block;
}
.text-smaller{
	font-size:85%;
}
.text-small{
	font-size:70%;
}
.text-larger{
	font-size:120%;
}
b,
strong,
.text-bold,
h1,h2,h3,h4,h5,h6{
	font-weight:700;
}
h1,
.large_title{
	font-size: var(--font-size-title-large);
    letter-spacing: -2px;
}
.large_title{
	margin-bottom:20px;
}
iframe{
	width:100% !important;
	border:none;
}
img{
	max-width:100%;
	height:auto;
}

.has-transition{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.icon-white{
	fill:var(--color-white);
}
.icon-black{
	fill:var(--color-black);
}
input[type=submit],
button,
.btn{
	background:var(--color-marathon-green);
	font-size:1.5rem;
	padding:7px 20px;
	border-radius:5px;
	border:none;
	color:var(--color-white);
}
.large_title.light_weight{
	font-weight:100;
}
.divider-clean{
	width:100%;
	margin:15px 0;
	border-bottom:2px solid var(--color-black);
}
/*** header ***/
 header {
	background-color:var(--color-black);
}
#mainNav{
	flex-direction: row-reverse;
	justify-content: space-between;
}
#mainNav a{
	color:var(--color-white);
}
.lang-item a{
	font-size:1rem;
}
ul.social-buttons{
	display: flex;
	padding:0;
	justify-content: flex-end;
    align-items: center;
   
}
ul.social-buttons li{
	margin-right:5px;
}
ul.social-buttons li [class^="flaticon-"]:before{
	font-size:35px;
}

ul.social-buttons button{
	    background: #054881;
    border: none;
    padding: 5px 10px;
}
ul.social-buttons label{
	margin:0;
}
ul.social-buttons button:before{
	color:var(--color-white);
	font-size:15px;
	-webkit-text-stroke:0;
}
.header_form__email{
	display: block;
    color: var(--color-white) !important;
    font-weight: 100;
    border: 1px solid rgb(204,59,70);
    padding: 7px;
    text-align: center;
    border-radius: 7px;
    padding: 0;
    max-width: 350px;
    margin: 0 auto 20px;
}
.header_form__email svg{
	float: right;
    background: rgb(204,59,70);
    width: 47px;
    height: 41px;
    padding: 6px;
    border-radius: 0 4px 3px 0;
}
.header_form__email span{
	display:inline-block;
	padding:4px 0;
}
header div.wpcf7{
	max-width: 350px;
    margin: 0 auto;
}
header .wpcf7-form-control-wrap textarea{
	height:120px;
}
header .wpcf7 form.sent .wpcf7-response-output{
	color: #46b450;
}
/* menu */
.mobile-btns{
	display: flex;
	flex-direction: row-reverse;
}
.navbar-nav{
	padding: 20px 0 0;
}
.navbar-collapse{
	flex-direction: row;
    justify-content: flex-end;
}

.navbar-collapse .navbar-nav  li{
	position:relative;
}
	.navbar-collapse .navbar-nav ul{
    list-style: none;
	display:none;
}
.navbar-collapse .navbar-nav  a{
    color:var(--color-white);
    font-size: 28px;
    border-bottom: 1px dashed var(--color-white);
    display: block;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
	font-weight:100;
}




/**** home ***/

.home iframe{
	height:30vh !important;
}
.home .divider{
	max-width: 400px;
    border-bottom: 2px solid var(--color-black);
    position: relative;
    display: block;
    height: 5px;
    margin: 30px 0;
}
.home .divider:before{
	content: "";
    width: 15px;
    height: 15px;
    background: var(--color-white);
    border: 1px solid var(--color-black);
    float: right;
    border-radius: 50px;
    margin-top: -5px;
}

.home_text__logo h2{
	font-size:var(--font-size-title-medium);
	line-height:1.4;
	margin:20px 0 60px;
}
.rtl .registration_dates{
	text-align: right;
}
.registration_dates h3{
	color:var(--color-marathon-green);
	font-size:var(--font-size-title-medium);
}
.registration_dates h4{
	font-weight:500;
	margin:0.5rem 0;
	border-bottom:1px solid #d4d4d4;
	padding:15px;
	cursor:pointer;
}
.registration_dates a{
	display:block;
}
.grid-item{
	padding:0;
}
.grid-item .event{
	max-height:530px;
	overflow:hidden;
}
.grid-item h3{
	position: absolute;
    bottom: 0;
    padding: 20px 20px 20px 20px;
    background-color: #00000075;
    width: 100%;
    margin: 0;
    color: var(--color-white);
	font-weight:500;
}
.map{
	background-size:cover;
	background-position:center;
	text-align:center;
	padding:60px 0;
}
.map h2{
	font-size: var(--font-size-title-medium);
    letter-spacing: -2px;
}
.map section{
	padding:0 !important;
}
.map a{
	background:transparent !important;
}
.map a svg{
	display:none;
}
/* partners */
.partners_grid{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
	margin:40px auto;
	max-width:1200px;
}
.partners_grid__item{
	flex-basis:14%;
}
.partners_grid__item img{
	max-width: 150px;
    max-height: 80px;
    margin: 0 auto;
    display: block;
}
/*** page ***/
#page{
	padding-top:85px;
}
.home #page{
	padding-top:26px;
}
.single-event #page,
.tax-event_location #page,
.no-padding,
section.no-padding,
section.page.no-padding{
	padding:0;
}
body:not(.page-template-page-contact):not(.home) .page .main-content  .container > .row {
	    flex-direction: row-reverse;
}
.container{
	max-width:100%;
	width:100%;
}
.container.full-page{
	max-width:100%;
}
.container.narrow-content{
	max-width:950px;
	margin:0 auto;
}
/* breadcrumbs */
.breadcrumbs{
	margin:5px 0 ;
}
.breadcrumbs a{
	color:#212529
}

.breadcrumbs .divider{
	display:inline-block;
	margin:0 15px;
}

/**** Forms ***/

.main__contact_details  {
	margin:30px 0 0;
}
.main__contact_detail a{

	padding:24px;
	display:block;
	color:#fff;
	margin-bottom:24px;
}
.main__contact_detail a:hover,
.main__contact_detail a:focus,
.main__contact_detail a:active{
	background:#222;
}
.main__contact_detail a:before{
	display:block;
	font-size:5rem;
	color:#2a2a2a;
	    margin-bottom: -10px;
}
.main__contact_detail a:hover:before,
.main__contact_detail a:focus:before,
.main__contact_detail a:active:before{
		
}
.main__contact_details  .contact_detail__label {
	font-size:2rem;
	white-space:nowrap;
}
.main__contact_detail span{
	display:block;
}
.contact_detail.company{
	margin-bottom:18px;
	display:block;
}
.contact_detail__intro{
	margin:12px 0;
}
.main__contact_form{
	margin:60px 0 120px;
}
div.wpcf7{
	direction:ltr;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
input[type="text"],
input[type="email"],
textarea{
	font-size: 0.8em;
    margin: 0;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #dedede;
	text-align:inherit;
}
.wpcf7-form-control-wrap textarea{
	height:180px ;
}
input[type=submit]{
	width: 100%;
    margin: 0 auto !important;
    display: block;
    padding: 15px 0px;;
	
}
.sidebar__form input[type=submit]{
	width:100%;
}
.sidebar__form .wpcf7-form-control-wrap textarea{
	height:100px ;
}

/**** EVENTS ****/

.events .event{
	position:relative;
}
.home_links_top  {
	margin-top:10px;
}
.event {
	position:relative;
	overflow:hidden;
}
.event_details{
	background:#D2D6D5;
	padding:0;
}
.tax-event_location .event_details .blog_item__title > a{
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	color:#fff!important; 
	font-size:35px;
	padding: 100px 0 10px;
}

.event_details a{
	color:#fff !important;
	line-height: 1;
    display: inline-block;
}
.event_details a.blog_item__readmore{
	display:inline-block;
	    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #174E8F !important;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 40px 10px 40px;
}

.event_details__date {
	padding:0;
}

.event_details:hover a,
.event_details:focus a{
	color:#222;
	border-color:#222;
	}
.event_details  .blog_item__date{
		    position: absolute;
    bottom: 0;
	}
.upcoming_event{
	margin-bottom:30px;
}
.upcoming_event .caseStudyImage{
	max-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.upcoming_event img{
	width:100%;
}
.upcoming_event a{
	color:#222 !important;
}
/** EVENT **/
.single h1{
	    color: #242424;
    
    letter-spacing: -1px;
}
.single-event .site-content > .row > .col-md-2{
	text-align:right;
}
.event_content__intro p{
	margin:0;
}

.event_content__date{
	 font-size: 1.5rem;
    margin: 30px 0;
	
}

.event_content__video > .row,
#event_image figure, 
#video figure {
  margin: 0;
}
	
#video{
	position: relative;
	max-height:600px;
	overflow:hidden;
	margin-top: 25px;
}
 #video .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
} 

 #video .embed-container iframe,
 #video .embed-container object,
 #video .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
 #video img{
	 position: absolute;
    top: 35px;
    z-index: 99;
 }
 #video .event_date{
 	position: absolute;
    bottom: 1.5rem;
    z-index: 9;
    margin: 0 auto;
    text-align: center;
    width: 100%;
   
 }
  #video .bojoule-gezer{
	 left: 150px;
    top: 45px;
 }
 .rtl #video .bojoule-gezer{
	 right: 150px;
    top: 45px;
 }
 .event_date__date{
	 font-size: 30px;
    font-weight: 700;
	color:#fff;
    background-color: #707070;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
 }
 
 .event_details__registration{
	     display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	flex-wrap:wrap;
	overflow:hidden;
 }
 .event_details__registration .register{
	 background:#505050;
	     font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
	color:#fff;
	width:100%;
	display: block;
    height: 100%;
    line-height: 90px;
    text-align: center;
	margin-top:-10px;
 }
  .event_details__registration .register:before{
	  font-size:40px;
	  margin:0 10px;
  }
.displayNone {
  display: none !important;
}

.event_content__countdown{
	margin:0px 0 ;
	
}
#timer .row{
	    flex-direction: row;
    justify-content: center;
}
.timer_time{
	margin:15px;
	text-align:center;
	min-width:70px;
}
.timer_time span{
	display:block;
}
.date_soon,
.timer_time .time{
	font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
	position:relative;
}
.timer_time .string{
	font-weight: 900;
}
.timer_time:not(:first-child) .time:before {
    content: ":";
    position: absolute;
    right: 115%;
    top: -10%;
    font-weight: 500;
}

.event_details__links ul{
	display: flex;
    justify-content: space-between;
    padding: 20px;
	list-style:none;
}
.event_details__links ul li{
	width:33%;
	text-align:center;
}
.event_details__links a{
	color:#0A0A0A !important;
	font-size: 20px;
    font-weight: 600;
}
.event_details__links a:before{
	display:block;
	color:#414042;
	font-size:70px;
	margin-bottom:30px;
}
.event_content{
	background:#000000;
	color:#fff;
	padding:50px;
}
.single .event_content .breadcrumbs a,
.single .event_content h1{
	color:#fff;
}
.single .event_content__intro{
	max-width:850px;
	margin:0 auto;
	font-size:23px;
}	
.event_content__countdown  .row {
    align-items: center;
    justify-content: center;
}
.event_content__countdown .col-md-5 {
	    display: flex;
    justify-content: flex-end;
}

.event_partners{
	background:#fff;
	text-align:center;
}
.event_partners h2{
	font-size: 80px;
    font-weight: 300;
}
.event_partners .row{
	justify-content: space-evenly;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	    margin: 40px 0;
    padding: 40px 0;

}

.event_partners img{
	object-fit: contain;
    height: 80px;
}
.event_content__details_detail{
	text-align: center;
    padding: 15px;
    color: #c2c2c2;
    font-size: 2.5em;
    font-weight: 600;

}
.event_content__details_detail span{
display: block;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 12px;
}
.event_content__details_detail span.year{
	font-size: 5rem;
    margin: 24px 0 0;
    font-weight: 900;
    line-height: 0.5;
}
.event_content__details_details .row{
    justify-content: center;
}
.event_content__details_detail.partner img{
	    opacity: 0.4;
}
.event_partners,
.event_content__links{
	padding: 60px 0 ;
}
.event_content  .event_content__links h3{
	margin:0 0 30px;
	font-size:1.4rem;
}
.event_content__links ul{
	padding:0 15px;
	list-style:none;
	    justify-content: flex-start;
}
.event_content__links ul li{
	flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
	margin-bottom:30px;
}
.event_content__links a{
	text-align:center;
    font-size: 1.2rem;
    font-weight: 600;
}
.event_content__links a:before{
	color:#2a2a2a;
	display: block;
    font-size: 3.5rem;
    font-weight: 400;
}
.event_content__links li:first-child a:before{
	 font-size: 4.5rem;
    transform: rotateY(180deg);
    line-height: 1.2;
}


.event_inner_page{
	padding:60px 0;
}
.event_inner_page h1{
	text-align:center;
}
.event_inner_page .breadcrumbs{
	text-align:center;
	margin-bottom:50px;
}
.event_register iframe{
	min-height:900px;
	
}

.event_race_legend {
	background:#EDA000;
	color:#fff;
	margin-bottom:60px;
	font-size: 25px;
}
.event_details__links ul,
.event_race_legend > .row{
	margin:0;
}
.event_race_legend p{
	line-height:1.3;
}
.event_race_legend .column-text{
	padding:50px;
		min-height:500px;
		display:flex;
		flex-direction:column;
		justify-content:center;
}
.event_race_legend .column-image{
	background-position:center;
	background-size:cover;
}
.event_race_legend h3{
	    font-size: 70px;
    font-weight: 900;
}
.event_race_legend h4{
	font-size: 60px;
    font-weight: 400;
	margin:0px 0 20px;
}
.nav-anchor-links{
	position: -webkit-sticky;
  position: sticky;
  top: 79px;
    background-color: #fff;
    padding: 10px 0 2px;
	display:flex;
	justify-content: center;
	z-index:9;
}
.nav-anchor-links ul{
	list-style:none;
	padding:0;

}
.nav-anchor-links a{
	color:#000;
	font-weight:bold;
	padding-right:20px;
}
.rtl .nav-anchor-links a{
	padding-left:20px;
	padding-right:auto;
}
.event_info h2,
.event_terms h2{
	margin:40px 0 20px;
	border-bottom:2px solid #000;
	padding-bottom:15px;
	text-align:center;
}

.event_content h2{
	font-weight: 600;
    font-size: 1.5rem;
    margin-top: 30px;
}
.event_content h3{
	font-weight: 600;
    color: #242424;
    font-size: 1.3rem;
    margin: 30px 0 12px;
}

.event_media .modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,0.6);
}
.featherlight{
	    background: rgba(255,255,255,0.7) !important;
}
span.featherlight-next span,
span.featherlight-previous span {
    color: #000;
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 50%;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background: none !important;
}

.strip_wrap {
    display: flex;
	flex-wrap:wrap;
	justify-content: center;
	flex-direction: column;
	color:#fff;
	padding:40px ;
}
.strip_wrap.col-lg-3{
	padding:20px;
}
.strip_wrap:nth-of-type(1),
.strip_wrap:nth-of-type(4){
	background:#5D6D6A;
}
.strip_wrap:nth-of-type(2),
.strip_wrap:nth-of-type(5){
	background:#7C8986;
}
.strip_wrap:nth-of-type(3),
.strip_wrap:nth-of-type(6){
	background:#879391;
}

.strip_actions {
    flex-basis: 100%;
	display: flex;
    justify-content: space-between;
	    flex-direction: column;
}

.event_details  .strip_wrap h3{
	color: #FFFFFF;
    font-size: 80px;
    font-weight: 600;
	text-align:center;
}
.strip_box {
	    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: dotted 1px #FFFFFF;
    padding: 8px 20px;
}
.strip_wrap.col-lg-3 .strip_box{
	padding:8px 0;
}
.strip_box a{
	 display: flex;
    justify-content: start;
    align-items: center;
}
.strip_box .sb_img {
   height: 35px;
    width: 60px;
    margin: 0 ;
	text-align:center;
}
.strip_box .sb_img img{
	object-fit: contain;
    height: 30px;
}

.strip_box h4 {
    margin: 0 10px ;
    font-size: 25px;
    font-weight: 400;
}
.heat_title{
	font-size: 50px;
    font-weight: 600;
	text-align:center;
}
body .featherlight .featherlight-close-icon{
	line-height: 40px;
    width: 40px;
}
a.heat_link_registration{
	    background: #fff;
    color: #174E8F !important;
    width: auto;
    width: 130px;
    margin: 30px auto;
    text-align: center;
    padding: 10px;
	font-size: 25px;
    font-weight: 600;
}


.strip_actions a.disabled{
	background:#ddd;
	color:#777;
	cursor:not-allowed;
}
.strip_actions a {
    border: 1px solid #aaaaaa;
    text-align: center;
	padding: 2%;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 500;
	flex-basis:100%;
	margin:1% 0;
}
.strip_box span{
	font-size: 25px;
    font-weight: 400;
	display: block;

}


.heat_desc h3 {
	font-size: 23px;
	font-weight: 500;
}

.heat_desc {
	font-size: 17px;
}

body .featherlight .featherlight-content {
   
	direction: ltr;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);

    border: 0;
    padding: 0;
    border-radius: 10px;
}
body .featherlight .featherlight-inner.heat_maps  {
	 padding: 25px;
}
body .featherlight .featherlight-inner.shirt {
   padding: 25px;
		    background-color: transparent;
    background-image: linear-gradient(180deg, #D2D6D5 0%, #5D6D6A 100%);
}
.shirt,
.heat_desc_wrap {
	display: none;
}



button.featherlight-close-icon.featherlight-close {
    background: #fff;
    right: 2%;
	top: 2%;
    border-radius: 50%;
    color: #000;
    font-weight: 900;
}

.featherlight-content::-webkit-scrollbar-track
{
    margin-top: 2%;
	margin-right: 2%;
    border-radius: 10px;
    background-color: #000;
}

.featherlight-content::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
    right: 50px;
}

.featherlight-content::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ea9d08;
}



.strip_actions a.btn_opaque {
	color: #fff;
}

.event_media .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.event_media .close {
	 color: #000;
position: absolute;
top: 50px;
right: 25px;
font-size: 35px;
font-weight: bold;
z-index: 99999999;
opacity: 1;
}

.event_media .close:hover,
.event_media .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.event_timetable p,
.event_timetable .site-content  > div div,
.event_timetable li{
	font-size:20px;
}
.event_timetable iframe{
	height:1500px;
}
/** blog **/
.archive_desc{
	font-size: 45px;
    font-weight: bold;
	margin:0 0 30px;
}
.archive_desc p{
	line-height:1.2;
}
.blog_meta{
	margin-bottom:30px;
}
.blog_meta p{
	font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.single .site-content {
	font-size: 1rem;
}
.blog_gallery img{
	margin-bottom:20px;
}
.related-posts  .blog_item,
.blog .blog_item{
	padding:0px;
}
.related-posts  .blog_item .event:before,
.blog .blog_item .event:before{
	    width: 91%;
    height: 190px;
}

.category-3049  .blog_item .event:before{
    height: 190px;
}
.blog_item .event_image > a{
    display: flex;
    width: 100%;
    height: 450px;
    justify-content: center;
    align-items: start;
    overflow: hidden;
	position:relative;
}
.blog_item .event_image > a:before{
	background:rgba(0,0,0,0.1);
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
}
.blog_item .event_image > a img{
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;;
}
.blog_item  .event_details {
       position: absolute;
    top: 0;
    width: 100%;
    font-size: 50px;
    height: 100%;
	color:#fff;
	background:none;
}

.event_gallery{
	background:#000;
	padding:10px 20px 40px;
}
.event_gallery #tabs{
	color:#fff;
	text-align:center;
	font-size: 25px;
    font-weight: 600;
}
.event_gallery .row{
	flex-direction:row-reverse;
}


.blog_loadmore{
	margin:60px auto 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.share_title{
color: #242424;
    text-align: right;
    display: block;
    margin: -20px 85px 5px 0;
    font-size: 0.8em;
}
.single-event .share_title{
    margin-bottom: 0;
    font-size: 0.5em;
	font-weight:bold;
}
#my_posts {
	display: flex;
	flex-wrap: wrap;
}

.category-3049 .blog_item .event_image > a img {
    width: 100%;
}

.entry-header h2{
	font-size:2em;
}
article{
	margin-bottom:70px;
}

.entry-content h2,
.entry-content h3{
	font-size:1.7em;

	margin-top:1.5em;
}
.blog-post img{
	width:100%;
	max-width: 95%;
    height: auto;
	margin:35px 0;
}
.blog-post .entry-content > .blog_item__meta {
	    margin: 24px 0;
    font-weight: 600;
    
}
.blog_item__meta_details > div{
	    margin: 0;
    padding: 0 2px;
    line-height: 1;
}
.blog_item__meta_details > div:first-child{
	padding-right:0;
}
.blog_item__meta_details > div:last-child{
	padding-left:0;
	border:none;
}
.related-posts {
    margin: 60px 0;
    border-top: 1px solid #b7b7b7;
    padding: 60px 0;
    border-bottom: 1px solid #b7b7b7;
}
.comment-reply-title,
.post-comments h2,
.related-posts h2{
	font-size: 1.8rem;
    font-weight: 500 ;
    margin: 0 0 0.5em;
}
.related-posts article{
	width:45%;
	display:inline-block;
	margin: 0 0 1em 1em;
	vertical-align:top;
}

.post-title{
	margin:15px 0;
	font-size:1.3em;
	display:block;
}

.comment-list{
    padding: 0;
    list-style: none;
    margin: 30px 0;
}
li.comment {
	margin:0 0 0 30px;
}
.comment-author img{
	border-radius:50%;
}
.comment-author a{
	font-size: 1.7rem;
    font-style: normal;
    color: #242424;
    font-weight: 500;
    margin: 0 10px;
}
.comment-author span{
	display:none;
}
.comment-meta{
    margin: -20px 0 30px 80px;
    font-size: 1rem;
    font-weight: 500;

}
.reply{
	float:right;
}

.comment-form input[type=submit],
.reply a{
	margin: 0 auto !important;
    display: block;
    padding: 12px 50px;
    
    color: #242424;
    font-weight: 600;
	border:none;
}
.comment-respond{
	margin-top: 130px;
    clear: both;
    border-top: 1px solid #b7b7b7;
    padding-top: 60px;
}
.comment-form{
	background: #ddd;
    padding: 18px 30px;
}
.comment-form textarea{
	height:150px;
}
.comment-form-author,
.comment-form-email{
	width:49.7%;
	display:inline-block;
}
.comment-form-url{
	display:none;
}
.list-inline-item.login{
	margin-bottom:60px;
}
.list-inline-item.login a{
	color:#212121;
}
.list-inline-item.login :before {
    font-size: 1.5em;
    margin: 0 5px;
} 

/*** news ****/
.news_item  {
	border-bottom: 1px solid #eee;
	margin-bottom:42px;
	padding-bottom:42px;
}
p.news_item_title{
	font-size:1.2em;
	margin-bottom:-5px;
}
.news_item_meta span{
	
	font-size:0.9em;
	font-weight:bold;
	display:inline-block;
}
.news_item_meta span:first-child{
	margin-left:10px;
	border-left:1px solid #9ebe38;
	padding-left:10px;
}
.news_item_desc{
	margin:12px 0;
	}
.news_item_image {
	border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
	    min-height: 100px;

	}
/*** partners ***/
.partners_group > .row,
.partners > .row{
	    align-items: center;
}
.home .partners > .row{
	justify-content:space-between;
}
.partners .partner{
	margin: 2% 0;
}
.partners_group  {
	margin-top:60px;
}
.partner img{
	max-height:100%;
	height:auto;
	max-width:80%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity:0.7;
}
.partner img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity:1;
}
.partner-logo{
	text-align:right;
	margin:24px 0;
}
.rtl .partner-logo{
	text-align:left;
}
.single-partner .event_content h3{
	margin:0;
}
.single-partner .event{
	margin-bottom:30px;
}
.related-events,
.partner_center_banner{
	margin:42px auto;
}
.banner img{
	width:100%;
}
.banner img.desktop{
	display:none;
}
.alignleft{float:left;margin:0 20px 20px 0;}
.alignright{float:right;margin:0 0 20px 20px;}
/**** reviews / tabs ***/
.tabs .ui-tabs-nav{
	padding:42px 0 0;
}
.reveiws .controls{
	padding:24px 0 42px;
}
.tabs .ui-tabs-nav li,
.reveiws .controls button{
	position:relative;
	font-weight:600;
	margin:0 0 18px;
	padding:0;
	background:none;
	border:none;
	font-size:0.9em;
}
.tabs .ui-tabs-nav li{
	display:inline-block;
	margin:0 0 ;
}
.tabs .ui-tabs-nav li:not(:last-of-type):after,
.reveiws .controls button:not(:last-of-type):after{
	content:"|";
	position:relative;
	margin:0 12px 0 0 ;
}



.tabs .ui-tabs-nav li  a,
.reveiws .controls button span{
	display: inline-block;
    padding: 6px 12px;
	color: #242424;
	margin-right:12px;
}

.tabs .ui-tabs-nav li.ui-tabs-active a,
.tabs .ui-tabs-nav li a:hover,
.tabs .ui-tabs-nav li a:focus,
.reveiws .controls button:hover span,
.reveiws .controls button:focus span,
.reveiws .controls button.mixitup-control-active span{
	
	color:#fff;
}
#reveiws .review:not(:last-child) {
	margin:0 0 42px;
	padding:0 0 42px;
	border-bottom:1px solid #b7b7b7;
}
#reveiws .review > .row{
	align-items:flex-start;
}
#reveiws .review_image img{
	border-radius:100%;
	width: 120px;
    height: 120px;
	background:#ddd;
}
/** team + datasheet **/
.team_group{
	margin:50px 0 ;
}
.team_group h2{
	font-size:2em;
}
.team{
	    display: flex;
    justify-content: space-evenly;
}
.team_member{
	display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.team_member__image {
    margin-bottom: 30px;
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team_member__image 	img {
    height: 180px;
    width: auto;
    max-width: inherit;
}
.team_memeber___desc {
	padding:0 30px;
}
.team_memeber___name{
	color:#242424;
	margin:0;
	line-height:1;
}
.team_memeber___position{
	

}
/**** catalog ***/

.product-categories-home,
.product-categories {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0;
	justify-content: space-between;
}
.product-categories-home > li,
.product-categories-home ul:not(.child-product-categories) li{
	flex: 0 0 32%;
    margin: 0 0 2%;
}
.product-categories li{
	flex: 0 0 31%;
    margin: 1%;
}
.archive-title.archive-title-home{
	margin:  0 0 ;
	background:none;
	padding:30px 40px 20px;
}
.archive-title{
	margin: -50px 0 0;
    background: rgba(255,255,255,0.8);
    font-size: 1.1em;
    padding: 15px;
    position: relative;
    color: #222;
}
.archive-title a{
	 color: #222;
	 display:block;
}
.archive-image-home{
	height: 39vh;
	overflow:hidden;
	position:relative;
}
.archive-image{
	height: 250px;
	overflow:hidden;
}
.archive-image img{
	min-height:250px;
}
.product-thumbnail{
	border:1px solid #e1e1e1;
	height: 220px;
}
.product-thumbnail img{
	max-width: 90%;
    height: auto;
    margin: 0 auto;
}
.archive-image-home > a,
.archive-image a,
.product-thumbnail a{
	display:flex;
	align-items:center;
	height:100%;

}
.archive-image-home > a img{
		min-height:100%;
	width:auto;
}
.product-header{
	background:#f1f1f1;
	text-align:center;
	padding:15px 15px 10px;
}
.product-header h2,
.product-header h2 a{
	color:#171717;
	font-size:1em;
}
.product-header span{
	color:#7a7a7a;
}
ul.badges{
	position: absolute;
    left: 20px;
    top: 10px;
	z-index:9;
}
ul.badges [class^="flaticon-"]:before, 
ul.badges [class*=" flaticon-"]:before {
	color:#fff;
	display:block;
	font-size:17px;
	-webkit-text-stroke: none;
}
ul.badges li{
	width:45px;
	height:45px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
}
.badge__featured{
	background:#eeb61e;
}
.badge__green{
	background:#7ada8f;
}
.galleria{
	height:500px;
}

 .galleria-theme-classic{
	 background:none;
 }
 
.galleria-theme-classic .galleria-stage{
	 border:1px solid #e1e1e1;
	 height:400px;
	 position:relative;
	 top:auto;
	 bottom:auto;
	 right:auto;
	 left:auto;
}
.galleria-theme-classic .galleria-thumbnails-container{
 position:relative;
 bottom:auto;
 right:auto;
 lefT: auto;
}
.galleria-thumbnails{
 margin:5px 0;
 
}
.galleria-theme-classic .galleria-thumbnails .galleria-image{
float:right;
 background:#fff;
 border-color:#ddd;
 margin:0 0 0 5px;
 width:85px !important;
 height:50px !important;
 display: flex;
    align-items: center;
    justify-content: center;
}

 
.galleria-theme-classic .galleria-thumbnails-container img{
	    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
    text-align: center;
    position: relative !important;
}
.product-details{
	margin-top:40px;
}
.product-details > div{
	margin-bottom:7px;
}
.product-content__label,
.product-content__value {
	display:inline-block;
	vertical-align:top;
	min-width:100px;
}
.product-extra h3{
	
	font-size:1.5em;
}
.product-extra > div{
	flex-grow: 1;
  flex-basis: 30%;
  margin: 10px;
  font-size:0.85em;
}
.product-extra ol,
.product-extra ul{
	padding:0 20px;
	line-height:1.8;
}
.product-files{
	margin:60px 0;
}
.product-file a{
	margin:0 0 10px 10px;
}
.product-file span{
	display:inline-block;
	vertical-align:middle;
}
.product-file span:before{
	    margin: 0 50px 0 0;
		    -webkit-text-stroke: 0.3pt #e4e4e4;
}
.standard_badges{
        display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: -15px 0 0;
    padding: 0;
}

/* search results */
.search-result-form{
	    padding: 15px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    background: #ddd;
}
.search-result-form button{
	width:80px;
	 background: #054881;
    border: none;
    padding: 5px 10px;
}
.search-result-form button:before{
	color:#fff;
	-webkit-text-stroke:0;
}
.search-result-form label{
	width:calc(100% - 90px);
	margin:0;
}
.search-result-form input[type="search"]{
	    margin: 5px;
    padding: 11px;
    border: none;
    border-radius: 3px;
    width: calc(100% - 110px);
}
.search-results > article > header{
	padding-top:30px;
}
.event.col-md-6.col-sm-12.blog_item {
    margin-bottom: 1.5vw;
}
/* news */
.news_update{
	border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.news_update p:last-child{
	margin:0;
}
/*** blog ***/
.blog .breadcrumbs + p{
	margin:0;
}
.blog .posts{
	margin:60px 0;
}
/*** footer ***/
footer .wpcf7  p{
	display:flex;
}
footer .wpcf7 label{
	display: block;
    margin-bottom: 0.5rem;
    min-width: 95px;
    font-size: 20px;
}
footer .wpcf7 input[type="text"],
footer .wpcf7 input[type="email"],
footer .wpcf7 textarea{
	padding:13px;
}
footer .wpcf7  .wpcf7-checkbox{
	margin-left: 65px;
}
footer .copyright span{
	display:block;
}
span.footer_text{
	font-size:30px;
	margin:60px 0;
}
.rtl footer .wpcf7  .wpcf7-checkbox{
	margin-right: 65px;
}
.fixed-whatsapp {
    color: #fff !important;
    background: #05CD51;
    border-radius: 50px;
    padding: 10px 40px 10px 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-weight: 600;
    font-size: 1em;
    z-index: 99999;
}
.fixed-facebook {
    color: #fff !important;
    background: #3b5998;
    border-radius: 50px;
    padding: 10px 20px 10px 15px;
    position: fixed;
    bottom: 10px;
    right: 210px;
    font-weight: 600;
    font-size: 1em;
    z-index: 99999;
}
.fixed-whatsapp:hover,
.fixed-whatsapp:focus,
.fixed-whatsapp:active,
.fixed-facebook:hover,
.fixed-facebook:focus,
.fixed-facebook:active{
	background:#222;
}
.rtl .fixed-facebook {
	 padding: 10px 15px 10px 20px;
}
.rtl .fixed-whatsapp {
	 padding: 10px 30px 10px 40px;
}
.fixed-facebook img,
.fixed-whatsapp img{
	margin:0 5px;
	width:18px;
}
#events .container{
	    padding-top: 100px;
    border-top: 1px solid #b7b7b7;
    margin-bottom: 100px;
}

#newsletter{
	padding: 42px 0 ;
    
}
#newsletter h3{
	font-size:1.5rem;
}
#newsletter  p{
	color:#fff;
	margin:0 0 10px;
}
#newsletter .wpcf7-form > .row{
	align-items:flex-end;
}

#newsletter input[type=submit]{
	padding:7px 30px;
	width:100%;
}
.bottom__contact_details ul,
.footer__contact_details ul{
	display: flex;
   
	flex-wrap:wrap;
	padding:0;
	margin:0;
}
.bottom__contact_details ul,
.footer__contact_details:not(.main__contact_details) ul{
	 justify-content: center;
}
.bottom__contact_details ul li,
.footer__contact_details ul li {
    list-style: none;
    margin: 1em;
    display: flex;
	
}
.main__contact_details ul li{
	flex:0 0 45%;
}
.footer__contact_details ul li a{
	display:flex;
	align-items: center;
}
.footer__contact_details ul li a:before{
	width:80px;
	height:80px;
	border:2px solid #9ebe38;
	border-radius:100%;
	text-align:center;
	line-height:80px;
	margin-left:15px;
	font-size: 2.2em;
}
.footer__contact_details .contact_detail{
	display:flex;
	flex-direction:column;
	font-size:1.4em;
	align-items:flex-start;
}
.footer__contact_details .contact_detail__value{
	color:#231f20;
}
.bottom__contact_details {
	background:#054881;
}
.footer_menu{
	padding-bottom:50px;
}
.footer_menu ul{
	    padding: 0;
    flex-direction: row;
	width:100%;
}
.footer_menu li {
	list-style:none;
	flex:0 0 100%;
}
.footer_menu li a{
	color:#242424;
	display:block;
	line-height: 1.8;
}
.footer_menu li.menu-item-has-children > a{
	font-weight:600;
	margin-bottom:12px;
}
hr {
		border-color: #dadada;
	}

.blog_bio {
	display: flex;
	    justify-content: center;
    flex-wrap: wrap;
}



.bio_profile .profile_wrap {
	height: 200px;
	width: 200px;
	overflow: hidden;
	border-radius: 50%;
	vertical-align: middle;
}

.profile_wrap img {
	    height: auto;
    max-width: 100%;
	}
	
	.lrm-integrations{
		display:none;
	}
@media (min-width: 479px) {
		.navbar-nav{
    height: 200px;
    flex-wrap: wrap;
}
.home iframe{
	height:50vh !important;
}
	
}
@media (min-width: 768px) {
	:root {
  --font-size-body: 22px;
  --font-size-title-large: 72px;
  --font-size-title-medium: 50px;
}
.home iframe{
	height:70vh !important;
}
.home_text__logo{
	 text-align: right;
    padding: 0 5vw 0 14vw;
}
.rtl .home_text__logo{
	text-align: left;
    padding: 0 14vw 0 5vw;
}
.rtl .registration_dates{
    padding-right: 60px;
}

	footer .wpcf7 label {
		flex-direction: column;
	}
.grid-events{
		grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
	}
	.blog_bio {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.bio_profile {
		flex-basis: 20%;
	}
	.bio_description {
		flex-basis: 70%;
	}
	.event_content__date{
	    white-space: nowrap;
}
	
	.event_content__date div.location{
		margin: 0 20px 10px;
	}
	
	.strip_actions {
		flex-direction:row;
	}
	.strip_actions a{
		flex-basis:33%;
	}
	section:not(.page):not(.no-padding).home_content {
		padding:30px 0 60px;
	}
	.banner img.desktop{
		display:block;
	}
	.banner img.mobile{
		display:none;
	}
	.event_details__links ul{
		padding: 50px;
	}
	.event_details__links ul li{
		width:20%;
	}
	.event_details__links a{
		font-size: 35px;
	}
	.event_details__links a:before{
		font-size:170px;
	}
	.event_content{
		padding:50px;
	}
	.event_details__registration{
		height:100px
	}
	 .event_details__registration .register{
		width:33.333%;
	 }
	.home_text__content {
		padding-right:10%;
	}
	.rtl .home_text__content {
		padding-right:0;
		padding-left:10%;
	}
	.partners_grid{
		margin:80px auto;

	}
}
@media (min-width: 992px) {
	
	section.page{
	padding:60px 0;
}
.navbar-expand-lg .navbar-toggler{
	display:block;
}

	
	section.page  .site-content.col-md-9{
		padding-left:30px;
	}
	.map{
	min-height:80vh;
}
	.grid-events{
		grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
	}
.home_events .event{
	margin-bottom:20px;
}
	.home_events .event:nth-child(1){
			grid-column-end: span 2;
		grid-row-end: span 2;
	}
	.event_details h3{
		font-size:100%
	}
	.event_details a.text-smaller{
			font-size:0.75em;
	}
	.home_events .event:nth-child(1) .event_details{
	padding: 10px 30px;
    margin-top: -100px;
	}
	.home_events .event:nth-child(1) .event_details h3 a{
		font-size: 2rem;
	}
	.home_events .event:nth-child(1) .event_details   a{
		font-size: 1rem;
	}

	.home_events .event:nth-child(1) .event_details__date p{
		display:block;
			font-size: 1.2rem;
		text-align: left;
		line-height: 1;
	}
	.home_events .event:nth-child(1) .event_details__date p:first-child {
		float:left;
		font-weight: 900;
		float: none;
		font-size: 3.2em;
	}
	.home_reviews{
		margin-top:120px;
	}
	html[lang="en-GB"] .home_reviews{
		margin-bottom:120px;
	}
	.main__contact_detail a{
		min-height: 320px;
		margin:0;
	}
	.home_links {
		margin:30px 0 0;
	}
	
	
	#newsletter p{
		margin:0;
	}
	.footer_menu li {
		flex:0 0 33%;
	}
	.navbar-collapse .navbar-nav ul{
		display:block;
	visibility: hidden; /* hides sub-menu */
	  opacity: 0;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  transform: translateY(-2em);
	  z-index: -1;
	  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    list-style: none;
    padding: 33px 0 0px;
    background: rgba(255,255,255,0.85);
	width:250px;
	}
	.navbar-collapse .navbar-nav ul ul{
			left: 100%;
		padding: 0;
		top: 0;
	}
	.navbar-collapse .navbar-nav li:hover > ul,
	.navbar-collapse .navbar-nav li:focus-within > ul,
	.navbar-collapse .navbar-nav li:focus > ul{
		visibility: visible; /* shows sub-menu */
	  opacity: 1;
	  z-index: 1;
	  transform: translateY(0%);
	  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
	}
	#timer .row{
		justify-content: flex-start;
	}
	
	.event_content__details_detail{
		padding: 24px;
	}
	#event_image {
		height: 300px;
	}
	.breadcrumbs{
		margin:5px 0 50px;
	}
	.partner-logo{
		margin:0;
	}
}
@media (min-width: 1100px) {
	
	.sidebar__form .title{
		font-size:2em;
	}
	input[type=submit]{
		width: auto;
		padding: 15px 60px;;
		
	}
	.timer_time{
		margin:18px;
	}
	.timer_time .time{
		font-size: 3rem;
	}
	.topbar__contact_details ul li:not(:last-of-type){
		margin-right:15px;
	}
	.blog_item__meta {
		margin:-10px 0 0;
			white-space: nowrap;
	}
	.blog-post .entry-content > .blog_item__meta {
		white-space: nowrap;
	}
	.at-share-btn-elements{
		flex-direction:row-reverse;
		margin:  0 0;
	}
	.event_content__date{
		 font-size: 1.8rem;
	}
	.event_content__links ul li{
		flex: 0 0 16.666666%;
		max-width: 20%;
	}
	
}
@media (min-width: 1300px) {
	

	.event_details h3{
		font-size:1.75rem;
	}
	
	.event_details a.text-smaller{
		font-size:0.85em;
	}
	.home_events .event:nth-child(1) .event_details   a{
		font-size: 1.2rem;
	}
	.home_events .event:nth-child(1) .event_details__date p{
		text-align: left;
	}
	.home_events .event:nth-child(1) .event_details__date p:first-child {
		
		float: left;
	}
	.rtl .home_events .event:nth-child(1) .event_details__date p{
		text-align: right;
	}
	.rtl .home_events .event:nth-child(1) .event_details__date p:first-child {
		
		float: right;
	}
	section.page  .site-content.col-md-9{
		padding-left:60px;
	}
	

	

}
@media (min-width: 1400px) {
		.page-template-page-home .owl-theme .owl-nav ,
.home .owl-theme .owl-nav{
	opacity:0.3;
}
.owl-carousel .owl-nav .owl-next:hover:before, .owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before{
	color:#222;
}
	.owl-carousel .owl-nav button.owl-prev{
		right:-50px;
	}
	.owl-carousel .owl-nav button.owl-next{
		left:-50px;
	}
	.home .hotspot-item {

    width: 160px !important;
    height: 160px !important;
}
}
@media (max-width: 1400px) {
	.main-content > .row{
		margin:0;
	}
	.grid-item .event{
		max-height:320px;
	}
}
@media (max-width: 1024px) {
	.grid-item .event{
		max-height:280px;
	}
	.klPfdt.clickable {
    width: 80px !important;
    height: 80px !important;
}
	.event_details__date p:first-child,
	.event_details__date p,
	.home_events .event:nth-child(1) .event_details__date p,
	.home_events .event:nth-child(1) .event_details__date p:first-child{
		float:none !important;
		text-align:center !important;
		margin:0 !important;
		 font-size: 1rem ;
	}
	.event_details__date p:first-child,
	.home_events .event:nth-child(1) .event_details__date p:first-child{
		    font-size: 2.5rem ;
			margin-top: -16px !important;
	}
	.page-template-page-home .home_events .event:before, .home .home_events .event:before {
		width: 93.5%;
		height:95%;
	}
	.contact_detail__intro {
		font-size: 0.85rem;
	}
	.page-template-page-home .event:not(.newsticker):after, .home .event:not(.newsticker):after,
	.event_details:after{
		bottom:-40px;
	}
	.home_links .title, .home__contact_form .title {
		font-size: 1.5em;
	}
	.event:not(.navbar-nav):before {
		width: 90%;
		height: 100%;
	}
	.owl-carousel .owl-nav button.owl-prev {
		right: -22px;
	}
	.owl-carousel .owl-nav button.owl-next {
		left: -22px;
	}
}

@media (max-width: 992px) {
	.navbar-brand{
		    margin-right: 20px;
	}
	.home_content  .content{
		margin-bottom:60px;
	}
	.footer_menu ul.navbar-nav{
		flex-wrap:wrap;
	}
	.footer_menu ul.navbar-nav > li{
		margin-bottom:24px;
	}
	.grid-item .event {
		max-height: 100%;
	}
	#events .event{
		margin-bottom:24px;
	}
	.event_content__countdown{
		text-align:center;
	}
	#timer{
		margin-bottom:24px;
	}
	footer .copyright,
	footer .copyright .text-left{
		text-align:center !important;
	}
	footer ul.social-buttons{
		justify-content:center;
	}
	.topbar .search-form input[type="search"]{
		width:100px;
	}
}
@media (max-width: 768px) {
	.col-md-1,
	.col-md-2 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.337%;
    max-width: 33.33%;
}
	  .owl-carousel .owl-item .review img{
		width:auto;
		margin:0 auto;
	}
	 .owl-carousel .owl-item .review_content {
		    text-align: center;
    padding: 0 50px;
	}
	.event_details {
		background: transparent;
	}
	.event_image img,
	.blog_item .event_image > a img{
		max-width: 100%;
		width: 100px;
	}
	.h2, h2 {
    font-size: 1.7rem;
}



	.page-template-page-home .home_events .event:before, .home .home_events .event:before {
		width: 95.5%;
		height: 96%;
	}
	.home_link {margin-bottom:30px;}
	
	.rtl footer .wpcf7 .wpcf7-checkbox {
		margin-right: 0px;
	}
	footer .wpcf7 .wpcf7-checkbox {
		margin-left: 0px; 
	}
	.klPfdt.clickable {
		width: 65px !important;
		height: 65px !important;
	}
	.single-event .event_details__registration .register {
		font-size: 30px;
	}
	.event_details__links ul {
		gap: 2.5rem 0.5rem;
		justify-content: flex-start;
	}
	.event_details__links ul li {
		width: calc(33% - 0.35rem);
	}
	#video{
	margin-top: 10px;
}
	.event_content__intro p{
	font-weight: 500;
	font-size: 14px;
	}
	#timer .row {
		margin: 0;
	}
	.timer_time {
		min-width: 60px;
	}
	.strip_wrap {
		padding: 20px;
	}
	.event_details .strip_wrap h3 {
		font-size: 68px;
	}
	.strip_box {
		padding: 8px 9px;
	}
	.strip_box h4 {
		font-size: 20px;
	}
	.strip_box span {
		font-size: 20px;
	}
	
	.tabs .ui-tabs-nav {
		padding: 20px 0 0;
	}
	.tabs .ui-tabs-nav li {
		margin: 0;
		font-size: 18px;
	}
	.tabs .ui-tabs-nav li a {
		margin: 0 !important;
		padding: 5px !important;
	}
	.tabs .ui-tabs-nav li:not(:last-child):after {
		margin: 0 !important;
	}
	#tabs-vibe .col-md-2 {
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 1rem;
	}
	.event_partners h2 {
		font-size: 50px;
	}
	footer .wpcf7 p {
		flex-direction: column;
	}
	.event_race_legend h3 {
		font-size: 45px;
	}
	.event_race_legend {
		font-size: 20px;
	}
	.event_race_legend .column-image {
		height: 350px;
	}
	.nav-anchor-links {
		width: 100vw;
		margin-right: -15px;
		box-shadow: 0px 5px 10px 1px rgba(0,0,0,.25);
		padding: 15px 15px 0;
	}
	.navbar-collapse {
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
	.event_date__date {
		font-size: 22px;
	}
	.event_content {
		padding: 25px 15px;
	}
	.single .event_content h1 {
		font-size: 28px;
	}
	.single .event_content__intro {
		font-size: 16px;
	}
	.event_content__countdown {
		width: 100%;
	}
	.timer_time {
		margin: 5px;
	}
	.timer_time .time {
		font-size: 2rem;
	}
	.event_details__registration .register {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
	}
	.event_details__registration .register:before {
		font-size: 35px;
	}
	.event_race_legend h4 {
		font-size: 45px;
	}
	.container.narrow-content{
		max-width:100%;
	}
	
	.nav-anchor-links a{
		font-size: 13px;
    padding: 0 10px !important;
	}
}
@media (max-width: 479px) {
	.col-sm-9,
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-3,
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.category .event_details .blog_item__title > a{
	font-size:30px;
	padding:0 10px;
}
	.home .hotspot-item {
		transform: scale(0.6) translate(-45%, -45% ) !important;
	}
	.home .mySwiper2  {
    height: 295px!important;
}

	.blog_item .event {
		margin-top: .5rem;
	}
	.blog_item .event_image > a{
		height:250px;
	}
	.page-template-page-home .owl-theme .owl-nav, .home .owl-theme .owl-nav{
		top: 35%;
    opacity: 1;
	color:#fff;
	}
	.owl-carousel .owl-nav button.owl-next{
		left:20px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		right:20px;
	}
	.mobile-btns .top-phone a span{
		display:none;
	}
	.owl-carousel .owl-item .review img {
		border-radius: 100%;
		width: 150px;
		height: 150px;
		margin: 20px auto;
	}
	.navbar-brand{
		    margin-right: 0px;
	}
	.site-content .col-sm-3 img{
		margin:0 auto;
		display:block;
	}
	.event_details h3{
		font-size:1em;
	}

.partners_grid__item img {
    padding: 15px;
}
  body:not(.home) .page {
	  padding-top:30px;
  }
	.event_details:after,
	.page-template-page-home .event:not(.newsticker):after, .home .event:not(.newsticker):after, .events .event:after, #events .event:after{
		bottom:-28px;
	}
	.page-template-page-home .home_events .event:before, .home .home_events .event:before{
		width:91%;
	}
	.event:not(.navbar-nav):before {
    width: 91%;
    height: 98%;
}
	body:not(.home) .blog_item .event:after{
		top:150px;
	}
	.event:not(.navbar-nav):before,
	.category-3049 .blog_item .event:before {
    height: 220px;
}
	.blog_item .event_details {

	}
	.blog_item .event_details .blog_item__title {
		height: 100%;
	}
	.event_details .blog_item__title > a {
		justify-content: center;
		padding: 0;
	}
	body:not(.home) .blog_item .event_details:after {
    bottom: -25px;
}
.related-posts .blog_item .event:before, .blog .blog_item .event:before {
    width: 91%;
    height: 80%;
}
	
	.event_details__date p:first-child, .event_details__date p, .home_events .event:nth-child(1) .event_details__date p, .home_events .event:nth-child(1) .event_details__date p:first-child{
		    font-size: 0.8rem;
	}
	.event_details__date p:first-child, .home_events .event:nth-child(1) .event_details__date p:first-child {
		font-size: 2rem;
	}
	.fixed-whatsapp, .fixed-facebook {
		padding-right: 10px !important;
		padding-left: 20px !important;
		font-size: 0.85em;
	}
	.fixed-facebook{
		right:160px;
	}
	.topbar__contact_social {
		display:none;
	}
	.archive_desc {
    font-size: 20px;
}
	footer div.wpcf7{
			padding-bottom:20px;
	}
	footer .wpcf7 p {
		flex-direction: column;
		margin: 0;
	}
	
	.header_form__email{
		margin-top:20px;
	}
	.header_form__email svg{
		height:31px;
	}
	.mySwiper .swiper-slide{
		    max-height: 45px !important;
	}
	#page .main-content {
		padding:0;
	}
	.event_partners img {
    padding: 10px;
}
	.event_details__links a {
		font-size: 14px;
	}
	.event_details__links a:before{
		margin-bottom: 10px;
	}
}

