/* ===== Themes Colorss ======= */

:root{
    --red: rgb();
    --green: rgb();
    /*===== FONTS FAMILYS VARIBALES    */
    --lato: ;
    --pt: ;
    --open: ;
    --myriad: ;
   
}
/* ===== Reset Code ======= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* ====== Header Styling =======
=========================================== */
.res-menu{
    display: none;
}
.page .header-menu {
    /*background-color: #b32b25;*/
	    display: none;
}
.header-menu {
    display: none;
}
.page .header-btn a {
    border: 2px solid;
}
.header-menu{
	background-color: #0000008c;
    position: relative;
    z-index: 9;
    padding-top: 13px;
    padding-bottom: 13px;
}
.header-menu .row{
	align-items: center;
}
.page .h-menu ul.h-menu li > a:hover, .h-menu ul li.current-menu-item > a {
    color: black !important;
}
.h-menu  ul.h-menu li>a:hover, .h-menu ul li.current-menu-item>a {
    color:#b32b25;
}
.h-menu {
    padding: 7px 0;
    text-align: center;
}
.h-menu ul {
    list-style: none;
    line-height: 0;
}
.h-menu ul li {
    display: inline;
    padding: 0px 20px;
}
.h-menu ul li a {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    color: white;
	font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.h-menu ul li a:hover{
	color:#f48220;
}
.logo-outer {
    margin-top: -8px;
}
.header-btn {
    margin-top: 0px;
}
.header-btn a {
    color: white;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background-color: #3a3a3c;
    padding: 11px 33px;
    border-radius: 5px;
    font-weight: 600;
}
.header-btn a:hover {
    background-color: #3a3a3c;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sshos-horizontal-menu-inner li {
    display: inline;
    margin-right: 22px !important;
}
.sshos-horizontal-menu-inner li a {
    font-size: 18px !important;
}

.sshos-horizontal-menu-inner li a:hover {
    color: #fff !important;
}
h1.ls-s-1 {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
}	
/* ====== Index Styling =======
=========================================== */
.mysilder {
    margin-top: 0px;
}
.my-heading {
    color: #ffffffe0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
}
.my-location {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-left: 3px !important;
    color: #ffffffe0 !important;
}
.my-para {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1 !important;
    color: #ffffffeb !important;
}
.slider-btn a {
    color: white;
    padding: 9px 23px;
    font-size: 18px;
    text-decoration: none;
    background-color: #193595;
    border-radius: 5px;
    font-weight: 500;
}
li#wpdevart_countdown-2 {
    list-style: none  !important;
}
#main_countedown_widget_2 .time_left {
    border-radius: 79px !important;
    background-color: #b32b2500 !important;
    font-size: 52px !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0px 2px !important;
    color: #ffffff !important;
    margin: 0 0px !important;
}
.my-counter {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 56%;
}
.content_countdown {
    background-color: transparent;
    padding: 0px 0px 0px 72px;
    width: 100%;
    position: absolute;
    margin-top: -28%;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
}
#main_countedown_widget_2 .time_description {
    font-size: 25px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #fffefe !important;
    font-weight: 800 !important;
    margin-top: 10px !important;
}
/* == slider pagination == */
.ls-fullwidth .ls-bottom-slidebuttons a {
    background: #fff !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    margin: 0px 9px 0px 0px !important;
}
.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active {
    width: 18px !important;
    height: 18px !important;
    background-color: #193595 !important;
/*    background-image: url(images/pagination.png) !important;*/
    background-position: center !important;
    background-size: cover !important; 
    position: relative;
	border-radius:50% !important;
    top:3px !important;
    border-radius: 12px;
}
.ls-fullwidth .ls-bottom-slidebuttons, .ls-fullwidth .ls-nav-start, .ls-fullwidth .ls-nav-stop, .ls-fullwidth .ls-nav-sides {
    top: -45px !important;
    right: 0 !important;
}
.about {
    padding-bottom: 15px;
}
.about h2 {
    text-align: center;
    padding: 0px 0;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.about p {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    width: 69%;
    margin: 0 auto;
    padding: 0px 0;
}
.about h3 {
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.about ul {
    width: 33%;
    margin: 0 auto;
    margin-top: 23px;
}
.about ul li {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #3c3b3a;
    margin: 3px 0;
}
.Previously {
    background-color: #1d233d;
    color: white;
    padding-bottom: 81px;
}
.Previously h2 {
    text-align: center;
    padding: 51px 0 18px 0;
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.Previously p {
    text-align: center;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 54px;
}
.video1 {
    text-align: right;
}
.speaker {
    padding-bottom: 30px;
}
.speaker h2{
    text-align: center;
    padding: 51px 0 18px 0;
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.speaker p{
    text-align: center;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 54px;
}
.speaker-img {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.speaker-img img {
    margin-top: 20px;
    width: 80%;
}
.speaker-img h3 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 13px 0;
}
.divider {
    text-align: center;
    margin-top: 30px;
}
.Schedule h2 {
    text-align: center;
    padding: 1px 0 34px 0;
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.clients {
    text-align: center;
}
.clients h3 {
    color: #193595;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.Schedule h4 {
    font-size: 30px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 0 0 8px 0;
    color: #f48220;
    text-align: justify;
}
.Schedule h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 11px 0 16px 0;
    color: #1d233d;
}
div#schedule h6 {
    color: #193595;
    margin-bottom: 9px;
    font-size: 14px;
}

ul.bullet {
    color: #193595;
}
ul.bullet li {
    font-size: 20px;
}
.Schedule p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: justify;
}
.entry-content h5 {
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
    padding: 11px 0 16px 0;
    color: #1d233d !important;
}
.entry-content p {
    font-size: 18px !important;
    margin: 11px 0;
}
.sheditem {
    padding: 37px 25px 0px 25px;
    background-color: #f9f9f9;
    margin: 5px 11px;
    height: 610px !important;
}
.client.inner {
    margin-bottom: 43px;
    width: 96%;
    margin: 32px auto;
}
.sheditem:hover {
    -webkit-box-shadow: 0px 14px 28px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 28px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 28px -12px rgba(0,0,0,0.75);
	transition:0.3s;
}
.booking-btn ul li {
    display: inline;
    margin: 0 26px;
}
.booking-btn ul li a {
    background-color: #193595;
    padding: 10px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    border-radius: 7px;
}
.booking-btn ul li a:hover{
    background-color: #b32b25;
     -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.booking-btn {
    text-align: center;
    margin-bottom: 31px;
    margin-top: 67px;
}
.tickets {
    padding-bottom: 51px;
    background-color: #f9f9f9;
    margin-top: 62px;
}
.what-inc {
    background-color: white;
    padding: 25px 0;
}
ul.list-tkts {
    width: 45% !important;
}
.tickets h2 {
    text-align: center;
    padding: 9px 0 0px 0;
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.tickets p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
}
.plans {
    margin-bottom: 42px;
    margin-top: 14%;
}
.plan-header {
    background-color: #193595;
    text-align: center;
    padding: 8px 0;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.plan-header h3 {
    font-size: 24px;
    padding: 7px 0;
}
.plan-body h3 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    margin-top: 28px;
}
.plan-body p {
    text-align: left;
    padding: 18px 17px;
}
.plan-btn {
    text-align: center;
    margin-top: 28px;
}
.plan-btn a {
    background-color: #193595;
    line-height: 2;
    font-family: 'Roboto', sans-serif;
    padding: 14px 49px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
.plan-btn a:hover{
     background-color: #b32b25;
     -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.disable{
    background-color: #5e71b5 !important;
}
.tickets ul {
    width: 100%;
    margin: 0 auto;
}
.tickets ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 9px 0;
}
.Venue {
    background-color: #1d233d;
    color: white;
    padding-bottom: 36px;
}
.Venue h2 {
    text-align: center;
    padding: 39px 0 65px 0;
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.Venue h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.Venue p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 19px;
}


.equal-column {
  float: left;
  width: 33.33%;
  padding: 10px;
  margin: auto;
  height: 120px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.eq-col:after {
  content: "";
  display: table;
  clear: both;
}
.testimonial h2 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 39px 0 34px 0;
    text-align: center;
} 
.testimonial img {
    width: 100%;
}
.inner-v-box {
    margin: 36px 0 26px 0;
    padding: 36px 28px 14px 28px;
    border: 1px solid;
}
.inner-v-box a {
    color: white;
    text-decoration: none;
    line-height: 3;
    font-size: 22px;
}
.srech a {
    color: white;
    border: 1px solid;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 19px;
    line-height: 4;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}
.srech a:hover{
    background-color: #b32b25;
     -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/* faqs */

#faqs h2 {
    text-align: center !important;
    padding: 15px !important;
    font-size: 41px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}
#faqs .container {
    width: 100% !important;
}
.faqs .ea-card.sp-ea-single {
    width: 60%;
    margin: 0 auto;
}
	

/* ends here */
.Sponsors {
    text-align: center;
    padding-bottom: 11px;
}
.Sponsors h2{
    text-align: center;
    padding: 39px 0 34px 0;
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.Sponsors a {
    color: white;
    text-decoration: none;
    background-color: #193595;
    padding: 13px 48px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 4;
    border-radius: 4px;
}
.Sponsors a:hover{
    background-color: #b32b25;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sec-footer {
    background-color: #444444;
    color: white;
    padding: 40px 0px 40px 0;
    margin-top: 15px;
    text-align: center;
}
.sec-footer p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
div#wpfront-scroll-top-container {
    right: 94px !important;
}
/* ====== Footer Styling =======
=========================================== */


/* ====== Other Styling =======
=========================================== */
/*======= Memu ======= */
#mml {padding: 0 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 7px;
    color: #fff;
}
.mm {
    position: relative;
    min-height: 49px;
	position:relative;
}
#mml {
    padding: 6px 15px;
    color: #fff;
    background-color: #f48220;
    text-transform: uppercase;
}

#mmb {
position: absolute;
width: 40px;
height: 50px;
margin-right: 15px;
top: 0;
right: 0;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

#mmb span {
display: block;
position: absolute;
height: 1.5px;
width: 100%;
background: #fff;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
top: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(2) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 11px;
left: 8px;
}

#mmb.on span:nth-child(2) {
width: 0%;
opacity: 0;
}

#mmb.on span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}

#mm ul{
	padding-left:0;
	margin-bottom:0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 222222;
	display: none;
}

#mm li {
display: block;
position: relative;
}
#mm a {
    display: block;
    padding: 16px 56px 15px 56px;
    border-bottom: #dedede 1px solid;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    background-color: white;
    word-wrap: break-word;
    transition: 0.7s ease;
    text-align: center;
    opacity: 0.9;
}
#mm a:hover {
    background-color: #b32b25;
    color: white;
}
.sshos-logo-wrapper .sshos-logo-inner img {
    height: calc(11px - -77px) !important;
    margin-top: -21px !important;
    width: 100% !important;
}
.sshos-horizontal-menu-inner ul {
    margin-top: 3px !important;
}
.sshos-logo-wrapper {
    width: 17% !important;
}
.sshos-horizontal-menu-wrapper {
    width: 67% !important;
    text-align: center !important;
}
.sshos-dropdown-menu-wrapper.sshos-dropdown-menu-wrapper-active {
    width: 100% !important;
    left: 0 !important;
}
.sshos-dropdown-menu-wrapper li a {
    font-size: 21px !important;
    line-height: 42px !important;
}
.sshos-dropdown-menu-wrapper {
    border-bottom: 3px solid #B32B25 !important;
}
.entry-title {
    color: #b32b25;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 27px 0;
	display:none;
}
#main_countedown_widget_2 .element_conteiner {
    width: 12%!important;
}
div#comments {
    display: none;
}
.entry-meta {
    display: none;
}
.entry-utility {
    display: none;
}
.single-product .product .summary { width: auto !important; }
.summary.entry-summary {
    float: unset !important;
}
.single-product #wpdevart_countdown-2 {
    display: none !important;
}
.woocommerce div.product form.cart div.quantity {
    float: unset !important;
}
button.single_add_to_cart_button.button.alt {
    padding: 16px 43px;
    margin-left: 0px;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #193595 !important;
}
span.woocommerce-Price-amount.amount {
    font-size: 30px;
    line-height: 2;
    color: #193595;
    font-weight: 600;
}
.woocommerce-product-details__short-description p {
    font-size: 19px !important;
}
.product-template-default .header-menu {
    background-color: #b32b25;
}
.product-template-default .header-btn a {
    border: 2px solid;
}
.products li {
    list-style: none;
    float: left;
    width: 33%;
    text-align: center;
    margin: 29px 9px;
    padding: 46px 4px;
}
img.woocommerce-placeholder.wp-post-image {
    display: none;
}
h2.woocommerce-loop-product__title {
    background-color: #193595;
    color: white;
    font-size: 25px;
    padding: 10px 19px;
    text-transform: capitalize;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: block !important;
    margin-top: 36px !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #b32b25 !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #d85e59 !important;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
form.checkout.woocommerce-checkout input {
    padding: 6px 12px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

element.style {
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 50%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 50%;
}
.woocommerce-additional-fields textarea {
    padding: 13px 12px 0 20px;
    height: 133px !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #b32b25 !important;
    text-decoration: none;
    background-image: none;
    color: #fff !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
        margin-top: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff !important;
    background-color: #193595 !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.speaker-img button {
    background: no-repeat;
    color: black;
    border: none;
}
div#pum_popup_title_78 {
    margin: 14px 0;
}
.pum-content.popmake-content p {
    margin: 12px 0;
    font-size: 14px;
}
.speaker-img a {
    color: black;
    text-decoration: none;
}
.speaker-img a:hover {
    color: #193595;
}
form.wpcf7-form {
    width: 91%;
    margin: 0 auto;
}
form.wpcf7-form label {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100% !important;
    padding: 6px 0;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 7px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 102px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 9px 0;
    text-transform: uppercase;
    border: none;
    font-size: 21px;
}
.about-logo {
    text-align: center;
    margin-top: 32px;
    margin-left: -34px;
}

span.secondes.time_left {
    display: none;
}
span.element_conteiner:nth-child(1) {
    margin-left: 0px;
}
span.element_conteiner:nth-child(2) {
    margin-left: 54px;
}
span.element_conteiner:nth-child(3) {
    margin-left: 54px;
}

.speaker-img img {
    height: 300px !important;
}
#main_countedown_widget_2 .time_left {
    border-radius: 8px;
    background-color: #b32b25 !important;
    font-size: 20px;
    font-family: monospace;
    padding: 16px 12px !important;
    color: #000000;
}
span.days.time_left {
    border: 1px solid black;
    webkit-box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
    box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
}
span.hourse.time_left {
    border: 1px solid black;
    webkit-box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
    box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
}
span.minutes.time_left {
    border: 1px solid black;
    webkit-box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
    box-shadow: 0px 0px 29px -5px rgba(255,255,255,1);
}
div#pum_popup_title_91 {
    text-align: center !important;
}
.menu-item-125 {
    display: none !important;
}
.sshos-horizontal-menu-inner .menu-item-125 {
    display: block !important;
    margin-top: -36px;
    background-color: #3a3a3c;
    float: left;
    position: absolute;
    right: 41px;
    padding: 8px 37px;
    border-radius: 6px;
}
.entry-content h4 {
    margin: 11px 0;
    color: #193595;
}
.entry-content h5 {
    color: #b32b25;
    margin-bottom: 13px;
}
.entry-content p {
    font-size: 19px;
    margin: 11px 0;
}
#post-126 .booking-btn ul li {
    display: inline;
    margin: 11px 0px;
    line-height: 4;
}
#post-126 .booking-btn {
    text-align: left;
    margin-bottom: 31px;
}
#post-126 .booking-btn ul li a {
    background-color: #193595;
	padding: 10px 44px;
}
/* from customizer */
/* 6-nov-2020 */
.eq-col {
    padding-left: 350px;
}
.booking-btn {
    text-align: center;
    margin-bottom: 31px;
    margin-top: 0px;
}
.lcs_logo_container{
    background-color: #d6aeae00 !important;
}
a.lcs_logo_link.not_active {
    background-color: transparent !important;
}

.lcs_logo_container img {
    width: 50% !important;
}

/* align center schedule */
.owl-carousel .owl-wrapper{
    
    left: unset;
    display: block;
    margin: auto;
}
/* ends here */

.sshos-logo-wrapper .sshos-logo-inner img {
    width: 220px !important;
    height: 74px !important;
    padding-top: 15px !important;
}

img.logo {
    width: 50% !important;
    margin-top: 0px;
    margin-left: 100px;
}
div#tickets {
    display: none;
}


@media screen and (min-width: 769px)
.header-menu {
    background-color: #ccc;
    position: relative;
    z-index: 9;
    top: -33px;
}

/*///////////////////////**********************************************/
 #speaking input{
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dcdcdc;
    margin-right: 4px;
    border-radius: 3px;
    margin-bottom: 10px;
}
#speaking  textarea{
   width: 100%;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dcdcdc;
    height: 130px;
	border-radius: 3px;
}
#speaking input[type=submit]{
    font-size: 18px;
    border: 2px solid #f4821f;
    padding: 14px 0;
    background-color: #f4821f;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
	margin-top: 14px;
}
.social-icons-bottom {
    text-align: center;
    margin-top: -40px;}
.social-icons-bottom li {
    display: inline-block;
	list-style: none;
    font-size: 40px !important;
    color: #3c3b3a;
    margin: 3px 0;
    margin-right: 20px !important;
    margin-left: 20px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-icons-bottom li .fa {
    content: "\f099";
    color: #f4821f;
}


.reg {
    padding: 40px 0px 70px 0px;
}
.ea-body li {
    margin-left: 18px;
}
/*///////////////////////**********************************************/
