/*
 Theme Name:   Vertoh Child
 Theme URI:    http://cambridgeforum.co.uk/
 Description:  Vertoh Child Theme
 Author:       Showthemes
 Author URI:   https://linkedin.com/in/prajwalstha
 Template:     vertoh
 Version:      1.0.0
 Text Domain:  vertoh-child
*/


@font-face {
    font-family: 'Georgia-Bold';
    src: url('fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Georgia-Bold.woff') format('woff'), url('fonts/Georgia-Bold.ttf')  format('truetype'), url('fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStd';
    src: url('fonts/UniversLTStd.eot?#iefix') format('embedded-opentype'),  url('fonts/UniversLTStd.otf')  format('opentype'),
    url('fonts/UniversLTStd.woff') format('woff'), url('fonts/UniversLTStd.ttf')  format('truetype'), url('fonts/UniversLTStd.svg#UniversLTStd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStd-BoldCn';
    src: url('fonts/UniversLTStd-BoldCn.eot?#iefix') format('embedded-opentype'),  url('fonts/UniversLTStd-BoldCn.otf')  format('opentype'),
    url('fonts/UniversLTStd-BoldCn.woff') format('woff'), url('fonts/UniversLTStd-BoldCn.ttf')  format('truetype'), url('fonts/UniversLTStd-BoldCn.svg#UniversLTStd-BoldCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTStd-Cn';
    src: url('fonts/UniversLTStd-Cn.eot?#iefix') format('embedded-opentype'),  url('fonts/UniversLTStd-Cn.otf')  format('opentype'),
    url('fonts/UniversLTStd-Cn.woff') format('woff'), url('fonts/UniversLTStd-Cn.ttf')  format('truetype'), url('fonts/UniversLTStd-Cn.svg#UniversLTStd-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'UniversLTStd';
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

*{
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body p{
    font-family: 'UniversLTStd';
}

section.fullwidth.site-slider .slider-content h1, section.fullwidth.site-slider .slider-content h3{  -webkit-text-stroke: 1px #666;-moz-text-stroke:1px #666;text-shadow: 0px 0px 8px #000;}
section.fullwidth.site-slider .section-button{background:#F5A623;border:solid 1px #888;}
section.fullwidth.site-slider .section-button:hover{background:#000;}
section.fullwidth.site-slider .slider-content h3{background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);}
a{color:#F5A623;}

.expandedHeader .nav > li > a:hover,
.expandedHeader .nav > li > a:focus,
.expandedHeader .nav > li.active > a,
.expandedHeader .nav > .current-menu-item a,
.expandedHeader .navbar-toggle,
.expandedHeader .nav li.register,
.bg-gold,
.ticket-box:hover, .ticket-box.featured,
section.fullwidth.gold,
.contacts .input-group:hover .input-group-addon
{background:#F5A623!important }

.ticket-box .section-button,
.contacts .section-button
{
    color:#F5A623;
    border-color:#F5A623;
}
.speaker .read-more-link,
.speaker .read-more-link .readmore-icon,
.ticket-box .box-price,
.ticket-box:hover .section-button, .ticket-box.featured .section-button
{
    color:#F5A623;
}
.ticket-box:hover .section-button, .ticket-box.featured .section-button{color:#000!important;}
.bg-gold{
    color:#fff;
}

.contacts .input-group:hover .input-group-addon, .contacts .input-group:hover .form-control{
    border-color:#F5A623;
}


/* Checkout Page */
/* Woocommerce Styles */

/*
A couple things to note...
1. This code was written very specifically for my base child theme so it might not work out of the box with every theme.
   I have it here mostly to share with anyone who might be looking to do the same thing I was.
2. I generally add my WooCommerce CSS overrides to a custom-woo.css file then use wp_enqueue_style() to call it
   so that it enqueues after the default WooCommerce Stylesheets
*/

.woocommerce-message { display: none;  }
.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content { max-width: 100%; }

.woocommerce-cart .woocommerce table.shop_table td.actions {
    border-top: 1px solid #e6e6e6;
    background: #f7f7f7;
    border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form { width: 60%; float: left;  }
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
    float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 { display: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }


#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th { color: #034997; font-size: 14px; font-size: 1.4rem; }

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td { color: #555; font-size: 16px; font-size: 1.6rem; }

.woocommerce-cart .woocommerce table.shop_table th {   border-bottom: 2px solid #034997; }

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid #e6e6e6;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input { width: auto;   margin: -2px .5em 0 0; }

body .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: right;
    padding: 10px 20px;
}

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th { border-right: 1px solid #e6e6e6; }

#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th { }

.woocommerce-cart .cart-collaterals .cart_totals table th { border-bottom: 1px solid #e6e6e6;  }

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
    background: #72A40D !important;
    font-weight: 500;
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
    background: #034997 !important;
}

body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
    font-family: 'Roboto Condensed';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    line-height: 130%;
    padding: 12px 24px;
    border-radius: 8px;
    transition: 0.3s ease all;
    text-decoration: none;
    border: 1px solid #133844;
    color: #133844;
    text-align: center;
    font-weight: 500 !important;
    text-transform: uppercase;
    background-color: white;
}

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-family: 'Roboto Condensed';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    line-height: 130%;
    padding: 12px 24px;
    border-radius: 8px;
    transition: 0.3s ease all;
    text-decoration: none;
    border: none;
    color: #133844;
    text-align: center;
    font-weight: 500 !important;
    text-transform: uppercase;
    background-color: white;
}
body .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #133844 !important;
    color: white !important;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last { width: 49%; }

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] { background: #ccc; }


body .woocommerce a.checkout-button.button.alt { border-radius: 40px; }

body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon { width: 68%; }

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 7px;
    width: 65%;
}

body .woocommerce table.shop_table td { padding: 15px; }

body .woocommerce-checkout table.shop_table td { text-align: right;
    border-right: 1px solid #e6e6e6;   border-top: 0; }

.woocommerce a.remove { margin: 0 auto;  }
.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name { text-align: center; }
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal { text-align: right; }

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal { text-align: right; }

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }

.woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
.woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
.woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
.woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }

.woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% !important; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }

.product-shipping-message { font-size: 16px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th { border-bottom: none; }

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea { max-width: 100%; }

body .woocommerce .product-name a { color: #000; pointer-events: none; cursor: default; }

@media only screen and (max-width: 1139px) {
    .woocommerce-cart .entry-content form { width: 64%; }
}

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

    .woocommerce-cart .entry-content form {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 80%;
        float: None;
        margin: auto;
    }
    body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon { width: 100%; }
    body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
}

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

    .woocommerce-cart .entry-content form {
        width: 100%;

    }
    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 100%;

    }

    .woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review { width: 100%; float: none; }

}

#testomonial-slider{
    padding-bottom:30px;
}

#testomonial-slider .item {
    margin: 3px;
}
#testomonial-slider .item img {
    display: block;
    /* width: 50%; */
    height: auto;
    margin-left:auto;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 17px;
    margin: 5px 7px;
    opacity: 1;
    width: 17px;
}
#testomonial-slider .item-content p{text-align:justify;}
/* .two-col{
	max-width:50%;
	float:left;
} */

.col-1{width:50%;float:left;}
/* .col-2{width:50%;float:left;} */
.item-content p{
    position: relative;
    font-size: 15px;
    padding: 30px 0;
    line-height: 23px;
    letter-spacing: 0.18px;
    color: #000;
}
.item-content p:before{
    content: '“';
    font-size: 150px;
    position: absolute;
    top: 25px;
    left: -15px;
    line-height: 0.5;
    color: #f1f1f1;
    z-index: -1;
}
.item-content p:after{
    content: '”';
    font-size: 150px;
    position: absolute;
    bottom: -20px;
    right: 15px;
    line-height: 0.5;
    color: #f1f1f1;
    z-index: -1;
}
.author-image{text-align:right;}
.author-detail h2{font-size:28px;margin:0 0 14px 0;}
.author-detail h3{
    font-size: 18px;
    margin: 0 0 0 0;
    font-weight: normal;
    line-height: 30px;
    color: #f6ac21;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#F5A623!important;
}

section.regular.social .social-box i, section.fullwidth.map-slider .map-title, #site-footer .widgets a:hover{
    color:#F5A623!important;
}

#menu-item-750 a{    background: #F5A623!important;color:#fff;}
#mapcontainer, .videocontainer{text-align: center;max-width:714px;margin:0 auto}

body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea{
    padding:10px 10px;
    border: solid 1px #999;
    width: 100%!important;
    display: block;
}


header.expandedHeaderCntr{
    padding: 25px 0 !important;
    border-bottom: 1px solid #C3C3C3;
    transition:0.3s ease all;
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index: 999;
}
header.expandedHeaderCntr.shrink{
    padding: 20px 0 !important;
}
.shrink .expandedLogo{display:block}

.expandedHeader .nav > li > a:hover, .expandedHeader .nav > li > a:focus, .expandedHeader .nav > li.active > a, .expandedHeader .nav > .current-menu-item a, .expandedHeader .navbar-toggle, .expandedHeader .nav li.register, .bg-gold, .ticket-box:hover, .ticket-box.featured, section.fullwidth.gold, .contacts .input-group:hover .input-group-addon{
    background: transparent !important;
    color: #F5A623 !important;
    border-bottom: 2px solid #F5A623;
}
.contacts .input-group:hover .input-group-addon{border-bottom:none !important;}

.expandedHeader .nav {
    top: 14px ;
}

.expandedHeader .nav li a {
    font-family: 'UniversLTStd-Cn';
    padding: 3px 0;
    height: auto;
}

#menu-item-750 a {
    background: transparent !important;
    color: #000;
    border: 2px solid #F5A623;
    border-radius: 5px;
    padding: 7px 20px 6px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 18px;
}

@media (max-width: 767px){
    #menu-item-750 a {
        padding: 10px 20px 6px;
    }

}

body.osx #menu-item-750 a {
    background: transparent !important;
    color: #000;
    border: 2px solid #F5A623;
    border-radius: 5px;
    padding: 0 20px;
    height: auto;
    font-weight: normal;
    letter-spacing: 0.3px;
    text-align: center;
    height: 35px;
    line-height: 37px;
}

.expandedHeader .nav li {
    padding: 0 12px;
}

h2{
    font-family: 'UniversLTStd-Cn';
    font-weight: normal;
}

.section-button {
    border: 2px solid #F5A623;
    padding: 13px 25px 12px;
    border-radius: 10px;
    font-weight: normal;
    min-width: auto;
    letter-spacing: 0.3px;
    font-family: 'UniversLTStd-Cn';
    font-size: 18px;
    line-height: 14px;
}

.section-button:hover, .section-button:active {
    background: #F5A623;
    border-color: #F5A623;
}

.carousel-indicators .active {
    background-color: #F5A623;
    border:none;
}

.label.bg-gold {
    border: 1px solid #F5A623;
    transition: none;
    color: #000 !important;
    font-family: 'UniversLTStd-Cn';
    letter-spacing: .55px;
    font-weight: normal;
    padding: 4px 8px 2px;
    font-size: 10px;
    display: inline-block;
}

body.osx .label.bg-gold {
    border: 1px solid #F5A623;
    transition: none;
    color: #000 !important;
    font-family: 'UniversLTStd-Cn';
    letter-spacing: .55px;
    font-weight: normal;
    /* padding: 3px 8px; */
    padding: 0 8px;
    font-size: 10px;
    height:19px;
    line-height:20px;
    display:inline-block;
}

.carousel-sessions .fa-stack {
    position: relative;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    top: 25px;
    float: none !important;
}

section.fullwidth.parallax h2, section.fullwidth.heading-image h2,section.fullwidth.parallax p, section.fullwidth.heading-image p {
    text-align: center;
}

section.fullwidth.parallax .section-button{
    border-color:  #F5A623 !important;
}

.ticket-box{
    text-align: center;
    padding: 60px 30px 30px;
    border:none;
    border-radius:2px;
    min-height:530px;
    box-shadow: 1px 1px 2px 2px #f1f1f1!important;
    transition:0.3s ease all;
}
.ticket-box.featured .box-underprice{
    text-transform:uppercase;
}
.ticket-box.featured{
    background: #F5A623 !important;
    color: #000 !important;
}

.ticket-box:hover{
    margin-top:-5px;
    border:none !important;
}
.ticket-box:not(.featured):hover{
    background:#f4f4f4 !important;
}

body .ticket-box:not(.featured) .box-price{
    color: #F5A623 !important;
}
body .ticket-box:not(.featured) .box-underprice{
    color: #595959 !important;
}
body .ticket-box:not(.featured) .section-button {
    border-color: #F5A623;
    color: #000 !important;
}

.ticket-box.featured h3{color: #000 !important;}

.ticket-box.featured .box-underprice{color: #fff !important}


.ticket-box.featured .box-price,  .ticket-box:hover .box-price{
    color: white !important;
    text-align: center;
}

.ticket-box .box-price{
    text-align: center;
    color:  #F5A623 !important;
    margin-top: 0;
}

.ticket-box .box-underprice {
    display: block;
    float: none;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
    max-width: 100% !important;
    font-size: 12px;
    letter-spacing: 0.14px;
}

.ticket-box:hover .box-underprice{
    color: #fff !important
}


.ticket-box .section-button {
    float: none;
    margin: 60px auto 0;
    text-align: center;
    padding: 14px 25px 12px;
    color: #000;
}
/* header css */

.expandedNavigation .navbar > .container{width:100%;margin:0;padding:0;}

/* home slider */
body .expandedHeader #menu-main-nav-menu.nav{top:0}
.hero-slider-content-wrapper {
    position: absolute;
    width: auto;
    height: 100%;
    top:0;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {
    body section.fullwidth.site-slider {
        min-height:100%;
    }
    body #main-slider .item {
        height: 300px !important;
    }
    body .hero-slider-content-wrapper {
        position: static;
        margin-top: -40px;
    }
    body .customDots {
        position: absolute;
        top: -50px;
        left: 15px;
        margin: 0;
    }
    body .hero-slider-content-wrapper .slider-container .hero-slider-content {
        padding: 30px 15px 20px;
        background: #000;
        max-width: 100%;
    }
}

@media (max-width:767px){
    .hero-slider-content-wrapper {
        position: static;
        margin-top: -10px;
    }
}
#main-slider .carousel-inner {
    padding-bottom: 0;
}
body .expandedLogo{
    line-height:normal;
}

.parent {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0;
    position: relative;
    z-index: 2;
}

.parent .child {
    display: table-cell;
    vertical-align: middle;
}

.hero-slider-content-wrapper .slider-container .hero-slider-content{
    max-width: 420px;
    padding: 50px 15px;
    background: rgba(0, 0, 0, 0.4);
    text-align:left;
    border-bottom: 2px solid #f2a91f;
}
.hero-slider-content-wrapper .slider-container .hero-slider-content h1 {
    font-size: 56px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 30px;
    letter-spacing: 0.89px;
    font-family: 'Roboto Condensed';
}

.hero-slider-content-wrapper .slider-container .hero-slider-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Roboto';
}

.customDots{
    margin-top:30px
}

.customDots ul.slick-dots {
    position: static;
    text-align:left;
}
.customDots .slick-dots li {
    width: 17px;
    height: 17px;
}
.customDots .slick-dots li button {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.customDots .slick-dots li.slick-active button,
.customDots .slick-dots li:hover button{
    background:#F5A623;
    border: 1px solid #F5A623;
    /* background:#000;
    border: 1px solid #000; */
}
.customDots .slick-dots li button:before {content:none}
@media (max-width: 767px){
    section.fullwidth.site-slider {
        min-height: 100%;
        padding-bottom:0 !important;
    }
    .customDots{
        position: absolute;
        top: -50px;
        left: 15px;
        margin:0;
    }

    #main-slider .item {
        height: 300px !important;
    }
    #main-slider .carousel-inner{margin-bottom:0;}
    .hero-slider-content-wrapper .slider-container .hero-slider-content{padding:30px 15px 20px;background:#000;max-width:100%;}
    .hero-slider-content-wrapper .slider-container .hero-slider-content h1 {
        font-size: 21px;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 20px;
    }

    .ticket-box{min-height:100%;}
    body #tile_tickets .ticket-box .box-content {
        min-height: 100%;
        margin-bottom: 30px;
    }

    body .ticket-box:not(.featured) .section-button {
        margin: 30px auto 0;
    }
}

/* speakers section */

#carousel-speakers .speaker .tint,
#carousel-speakers .speaker h3.speaker-name,
#carousel-speakers .speaker p.speaker-about{margin:0 0 30px 0;}

@media (max-width:767px){
    #carousel-speakers .speaker .tint,
    #carousel-speakers .speaker h3.speaker-name,
    #carousel-speakers .speaker p.speaker-about{
        margin:0 0 10px 0;
    }
}

#carousel-speakers .speaker h3.speaker-name{font-size:21px;
    font-family: 'UniversLTStd-BoldCn';
    line-height: 18px;
    margin-top: 10px;
}
#carousel-speakers .speaker p.speaker-about{
    display:block !important;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-shadow: none;
    line-height: 23px;
    letter-spacing: 0.18px;
}
#carousel-speakers .speaker a.read-more-link{
    display:block;
    font-size: 15px;
    margin-left:0;
    letter-spacing: 1px;
    font-family: 'UniversLTStd-BoldCn';
}

#carousel-speakers .speaker a.read-more-link .readmore-icon{font-size:15px;}
#carousel-speakers .speaker a.read-more-link .readmore-icon i.fa-plus:before {
    content: "\f105";
    font-size: 17px;
    position: relative;
    top: -1px;
    left: 1px;
    font-weight:bold;
}
@media(max-width:767px){
    #carousel-speakers .speaker{
        text-align:center;
        margin-bottom:30px;
    }
}


/* tile_calltoaction */
#tile_calltoaction{position:relative !important;}
#tile_calltoaction:after{
    content: '';
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
@media (min-width:768px){
    section.fullwidth.parallax{
        padding:200px 0;
        background-attachment: scroll;
    }
}
#tile_calltoaction > .container{position:relative;z-index:1;}

#tile_calltoaction .section-button:hover {
    background-color: #F5A623 !important;
}

/* tile_tickets  */
#tile_tickets .ticket-box .box-content {
    font-size: 14px;
    color: #000;
    line-height: 23px;
    letter-spacing: 0.17px;
    min-height: 200px;
}


/* countdown timer */
section#tile_eventtimer {
    padding: 195px 0;
    background-size: cover !important;
    background-position: center !important;
    position:relative
}

section#tile_eventtimer:before{
    content: '';
    /*background: #000;*/
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
section#tile_eventtimer > .container{position:relative;z-index:1;}
section#tile_eventtimer .section-header h2,
section#tile_eventtimer .section-footer a.section-button{
    color:#ffffff;
}
ul#event-countdown-timer {
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul#event-countdown-timer li { display: inline-block; }

ul#event-countdown-timer li span {
    font-size: 100px;
    font-weight: 900;
    line-height: 42px;
    color:#ffffff;
}

ul#event-countdown-timer li.seperator {
    font-size: 80px;
    line-height: 60px;
    vertical-align: top;
    color: #F5A623;
    font-family: initial;
    margin: 0 35px;
}

ul#event-countdown-timer li p {
    color: #ffffff;
    font-size: 12px;
    margin: 25px 0 0 0;
    text-transform:uppercase;
}
.social-box-parent{display:table;width:100%;}
.social-box-parent .social-box-wrapper{    vertical-align: middle;display: table-cell;}

/* section#tile_facebookrsvp {
    display: none;
} */

/* Testiminials */

.textwidget.custom-html-widget {
    padding-top: 60px;
}

.textwidget.custom-html-widget .item-content p:before,  .textwidget.custom-html-widget .item-content p:after{
    font-family: 'Georgia-Bold';
}

.textwidget.custom-html-widget .item-content p:before{
    left: -20px;
}


.textwidget.custom-html-widget .author-detail h2 { font-family: 'UniversLTStd-BoldCn'; font-size: 21px;}

.textwidget.custom-html-widget .author-detail h3 {
    text-transform: none;
    line-height: 24px;
    letter-spacing: 0.18px;
    font-family: 'UniversLTStd';
    font-size: 15px;
}

#testomonial-slider .owl-controls {
    position: relative;
    top: -20px;
    margin: 0;
    z-index: 9;
}


/* sponsers  */

section#tile_sponsors {
    border-top: 1px solid #d6d6d6;
    padding: 60px 0 50px;
}
/* tile_connect */

#tile_connect{
    background: #F5A623 !important;
    margin-top: 0;
    padding:70px 0;
}
#tile_connect .icons{margin-bottom: 0;}


/* tile_subscribe */

#tile_subscribe{
    background: #F5A623 !important;
}

#tile_subscribe .section-content .subscribe-heading{
    text-align: center;
}

#tile_subscribe .section-content .subscribe-heading h2{
    letter-spacing: 1.0px;
    font-size: 32px;
    line-height: 42px;
}

#tile_subscribe .section-content .subscribe-heading p{
    width: 48%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 23px;
}

#tile_subscribe .section-content .subscribe-form {
    width: 50%;
    margin: 0 auto;
}


@media (max-width: 767px){
    #tile_subscribe .section-content .subscribe-form, #tile_subscribe .section-content .subscribe-heading p{
        width: 80%;
    }
    .hero-slider-content-wrapper .slider-container .hero-slider-content h3{line-height:10px!important;font-size:16px!important;}
}

#tile_subscribe .section-content .subscribe-form .input-group-content{
    margin-top: 30px;
    position: relative;
}

#tile_subscribe .section-content .subscribe-form .input-group-addons{
    position: absolute;
    /* top: 10px;
    left: 8px;  */
    top:17px;
    left:8px
}

#tile_subscribe .section-content .subscribe-form .form-control{
    height: 60px;
    /*padding: 27px 36px 23px !important;*/
    border-radius: 0;
    margin-bottom: 30px;
    background:#fff !important;
    color:#000;
    font-size: 16px;
}


#tile_subscribe .section-content .subscribe-form .form-control:focus::-webkit-input-placeholder { color: #000; }
#tile_subscribe .section-content .subscribe-form .form-control:focus:-moz-placeholder { color: #000; }

#tile_contact .contact-form .form-control{font-size:16px;}
#tile_contact .contact-form .form-control::-webkit-input-placeholder {
    font-size:16px;
}
#tile_contact .contact-form .form-control::-moz-placeholder {
    font-size:16px;
}
#tile_contact .contact-form .form-control:-ms-input-placeholder {
    font-size:16px;
}
#tile_contact .contact-form .form-control:-moz-placeholder {
    font-size:16px;
}

#tile_explore{
    padding: 0 !important;
    margin: 0 !important;
}

#tile_explore .carousel-inner {
    padding-bottom: 0;
}

/* footer */
#site-footer * {
    color: #9b9b9b;
}

#site-footer .widgets .widget-title {
    max-width: 100% !important;
    font-size: 21px;
    font-family: 'UniversLTStd-BoldCn';
    font-weight: normal !important;
    border-bottom: 2px solid #F5A623;
}

#site-footer .widget-content a, #site-footer p.amandla-copyright{
    font-size: 15px;
    letter-spacing: 0.18px;
    line-height: 23px;
}

#site-footer .bottom-footer .icons i {
    color: #595959;
}

#site-footer .bottom-footer .icons a:hover i {
    color: #F5A623 ;
}

#site-footer .bottom-footer{
    text-align: center;
    padding-bottom: 60px;
}

#site-footer .bottom-footer p{
    margin-bottom: 20px;
}

.fa-chevron-right:before{
    content:"\f054";
    font-family:'FontAwesome';
}

.carousel-sessions .sessions-images.many-images a, section.fullwidth .carousel-sessions .sessions-images a{width:100%!important}
#carousel-sessions h3.session-title a:hover{
    color:#F5A623;
}

#tile_schedule{
    border-top: 1px solid #d6d6d6;
    padding-top: 60px;
}

#tile_schedule h3.speaker-name{
    letter-spacing: 0.14px;
    font-size: 12px;
    margin-bottom: 4px;
    font-family: 'UniversLTStd-BoldCn';
}
#tile_schedule p.speaker-about{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
}

#tile_schedule .session-date i.fa, #tile_schedule .date i.fa{
    color: #F5A623;
    width: 16px;
    height: 16px;
    text-align: left;
    margin-right: 5px;
}

#tile_schedule .session-title {
    /* height: 60px; */
}

.ticket-box:hover .box-title{color: #000 !important;}

.rc-anchor-dark.rc-anchor-normal {
    border: none !important;
}

.rc-anchor-dark {
    background: transparent  !important;
}

.rc-anchor-logo-text {
    color: #fff;
}

.rc-anchor-pt a:link, .rc-anchor-pt a:visited {
    color: #999;
}

.contacts .captcha-wrapper {
    background: #222;
}

.contacts a.section-button {
    color: #fff !important;
}

.contacts .section-button:hover {
    color: #F5A623!important;
}

#tile_speakers {
    padding: 40px 0;
}

.content-inner img {
    border: none;
}

section.fullwidth .carousel-sessions .session-date, section.fullwidth .carousel-sessions .date, section.fullwidth .carousel-sessions .session-title a{text-transform: uppercase;

}

section.fullwidth .carousel-sessions .session-title a{
    font-family: 'UniversLTStd-BoldCn';
    font-size: 21px;
    line-height: 22px;
}


.expandedHeader .nav li a {
    color: #939598;
    font-size: 18px;
}


section.fullwidth .section-header > h2, section.content .section-header > h2, .section-header > h2 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

section.fullwidth .section-header > p, section.content .section-header > p, .section-header > p {
    font-size: 15px;
    letter-spacing: 0.18px;
    width: 38%;
    margin: 0 auto;
    line-height: 23px;
}

@media (max-width: 767px){
    section.fullwidth .section-header > p, section.content .section-header > p, .section-header > p {
        width: 80%;
    }
}

section.fullwidth .carousel-sessions .session-date, section.fullwidth .carousel-sessions .date {
    text-transform: uppercase;
    font-family: 'UniversLTStd-Cn';
    font-size: 14px;
    letter-spacing: 0.78px;
    font-weight: normal !important;
    color: #000;
}


section.fullwidth .carousel-sessions .date .fa-map-marker {
    margin-right: 3px !important;
}


.speaker-details .tint {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.speaker-details .tint img{
    border-radius: 8px;
    border: 1px solid #f5f5f5;
}

section.fullwidth .carousel-sessions .sessions-icon .fa-plus {
    font-size: 14px;
    border: 1px solid #F5A623;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#carousel-sessions .fa-plus:before {
    content: "+" !important;
    font-size: 25px;
    position: relative;
    top: -2px;
}

section.fullwidth .carousel-sessions .session.item {
    background: #f4f4f4;
    padding: 25px 25px 50px 25px;
    min-height: 480px;
    border: 15px solid #ffffff;
}


section#tile_calltoaction h2 {
    font-size: 40px;
    letter-spacing: -0.89px;
    font-family: 'UniversLTStd-Cn';
}


@media (max-width: 767px){
    section#tile_calltoaction h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

section#tile_calltoaction p {
    font-size: 18px;
    line-height: 21px;
}


.ticket-box .box-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
}


.ticket-box .box-price {
    font-size: 40px;
    line-height: 28px;
}

section#tile_eventtimer .section-header h2 {
    font-size: 40px;
    letter-spacing: -0.89px;
    line-height: 42px;
}

.contacts h2 {
    font-size: 32px !important;
    line-height: 42px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.contacts p {
    font-size: 15px;
    letter-spacing: 0.18px;
    line-height: 23px;
}

.expandedHeader .navbar-toggle{
    border:none;
}

.expandedHeader .navbar-toggle .icon-bar {
    background: #F5A623;
}

.content-inner img {
    border: none !important;
}

body .woocommerce form .form-row select {
    height: 41px !important;
    padding: 10px 5px !important;
    border: solid 1px #999;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline-offset: -1px;
}

body .woocommerce form .form-row select[multiple="multiple"] {
    height: auto !important;
    min-height: 130px;
    outline: none;
}

.woocommerce-billing-fields h3, h3#order_review_heading, .woocommerce-additional-fields h3{
    font-family: 'UniversLTStd-Cn';
    letter-spacing: 0.89px;
    font-weight: normal;
}

#place_order{
    background-color: #F5A623 !important;
}

.woocommerce form .form-row label {
    font-family: 'UniversLTStd-Cn';
    letter-spacing: 0.14px;
    font-weight: normal;
    color: #000;
}

.woocommerce-checkout table.shop_table th {
    color: #000;
}

.woocommerce-info {
    border-top-color: #F5A623;
}

.woocommerce-info::before{color:#F5A623 }

.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
    font-family: 'UniversLTStd-Cn';
}

body .woocommerce table.shop_table th, label {
    letter-spacing: .14px;
    font-weight: normal;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal;
}

span.woocommerce-Price-amount.amount{
    font-weight: normal;
    letter-spacing: .89px;
    font-family: 'UniversLTStd-BoldCn';
}

strong.product-quantity{font-weight: normal;}

ul.order_details li + li{margin-top: 0 !important;}

.woocommerce ul.order_details li {margin-bottom: 12px;}

@media (max-width: 767px){
    .woocommerce ul.order_details li {width: 45%; border: none;}
}

@media (max-width: 530px){
    .woocommerce ul.order_details li {width: 100%;}
}

.woocommerce ul.order_details li strong {
    font-weight: normal;
}

.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
    border-right: 1px solid #e6e6e6;
}

.woocommerce-order h2 {
    font-size: 24px;
}

body .woocommerce form .form-row label{position: relative;}

body .woocommerce form .form-row .input-checkbox {
    margin: 0;
    position: absolute;
    top: 6px;
}
body.osx .woocommerce form .form-row .input-checkbox {
    margin: 0;
    position: absolute;
    top: 0;
}

@media (max-width: 767px){
    body .woocommerce form .form-row .input-checkbox {
        top: 0px;
    }
}

body .woocommerce form .form-row label span{margin-left: 20px;font-weight: normal;}


@media (min-width:992px) and (max-width: 1099px){
    .expandedLogo {
        width: 22%;
    }
    .expandedHeader .nav li a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .navbar-right {
        float: none !important;
    }
    .expandedHeader .nav {
        text-align: center;
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 799px){
    .expandedHeader .nav {
        margin-bottom: 10px;
    }
}


@media (max-width:767px){
    body .woocommerce form .form-row-first, body .woocommerce form .form-row-last{width: 100%;}

    .expandedHeader .nav li a {
        padding: 6px 0 4px 0;
    }
    .expandedHeader .nav li#menu-item-750{
        background: transparent;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .expandedHeader .nav li#menu-item-750 a{
        /*  display: inline-block; */
    }

    .expandedHeader .menu-item__submenu-icon:before, .expandedHeader .menu-item__submenu-icon:after {
        top: 25%;
    }
    .expandedHeader .nav > .current-menu-item a{
        border-bottom: none;
    }
    ul#event-countdown-timer li span {
        font-size: 20px;
    }
    ul#event-countdown-timer li p {
        font-size: 12px;
        margin: 0;
    }
    ul#event-countdown-timer li.seperator {
        font-size: 40px;
        line-height: 40px;
        margin: 0 4px;
    }
    section.fullwidth .carousel-sessions .session.item {
        min-height: auto !important;
    }

    #site-footer .widgets .widget-title {
        margin-top: 30px;
    }

    #site-footer .widgets {
        padding: 50px 0 80px 0;
    }

    section.fullwidth.social-links .icons a {
        height: 40px;
        width: 40px;
    }

    section.fullwidth.social-links .icons i {
        font-size: 40px;
    }
}


@media only screen and (max-width: 480px){
    .ticket-box .section-button {
        visibility: visible !important;
    }
    .ticket-box .section-button:after{display:none !important}
    .contacts .captcha {
        margin: 0;
        margin-right: -15px;
    }
    #tile_eventtimer .section-button, #tile_calltoaction .section-button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 410px){
    .ticket-box .section-button {
        position: inherit !important;
    }
    .contacts .section-footer {
        margin-top: 130px!important;
        margin-bottom: 50px;
    }
    .expandedLogo {
        width: 80%;
    }
}


@media (max-width: 640px) and (min-width: 280px){
    section.fullwidth .carousel-sessions .sessions-images {
        min-height: auto !important;
    }
}


/* slick slider dots */
.sponsor-slider ul.slick-dots {
    position: static;
    margin-top:30px;
}
.sponsor-slider .slick-dots li {
    width: 17px;
    height: 17px;
}
.sponsor-slider .slick-dots li button {
    width: 17px;
    height: 17px;
    background: #ccc;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sponsor-slider .slick-dots li.slick-active button,
.sponsor-slider .slick-dots li:hover button{
    background:#F5A623;
    border: 1px solid #F5A623;
}
@media(max-width:767px){
    .sponsor-slider .slick-dots li {
        width: 12px;
        height: 12px;
    }
    .sponsor-slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}
.sponsor-slider .slick-dots li button:before {content:none}
body .expandedHeader .navbar-toggle{margin-top:0;}
#main-slider .item{height:calc(100vh - 86px);    background-position: center;}
body{margin-top: 86px;}

body.osx .section-button {
    padding: 0 25px !important;
    height: 40px;
    line-height: 43px;
}
body section.fullwidth.breadcrumbs{
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid transparent;
}

@media (max-width: 767px){
    .content-inner img {
        margin-top:20px;
    }
    .content-inner hr {
        margin: 15px 0 25px 0;
    }
    .textwidget .row{margin-bottom:0 !important;}
    #site-footer .widgets{
        padding: 50px 0 0px 0;}
}
@media (min-width:768px){
    li#menu-item-750 {
        padding-right: 0;
    }
}

.ticket-price-wrapper {
    display: inline-block;
}
/*#account_password_field{display:none;}*/
#hands_on_trainings_field{background: #f5f5f5;padding:5px 10px;}
.multiselect-to-checkboxes ul{margin:0!important;padding:0!important;list-style-type:none!important;}
.multiselect-to-checkboxes ul li{position:relative;margin:0;padding:0 0 0 25px;list-style-type:none!important;display: block;margin-top:0!important;}
.multiselect-to-checkboxes ul li input{margin:0!important;position: absolute;top:50%;left:0;transform: translateY(-70%);-webkit-transform: translateY(-70%);-ms-transform: translateY(-70%);}
.multiselect-to-checkboxes label{display:inline!important;}

section.fullwidth .carousel-sessions .sessions-images{min-height:90px;}
.sponsor-slider .item a .tint:hover {background:transparent;}

/* Date: 6/25/2018  */
/* responsive table style starts */

.schedule-table{
    max-width: 854px;
}

.schedule-table table{
    width: 100%;
}

.schedule-table th.time, .schedule-table th.venue{
    width: 20%;
}

.schedule-table th.activity{
    width: 60%;
}

.schedule-table th, .schedule-table td{
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    .schedule-table table,
    .schedule-table thead,
    .schedule-table tbody,
    .schedule-table tr,
    .schedule-table th,
    .schedule-table td {
        display: block;
        width: auto
    }

    .schedule-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .schedule-table tr {
        border: 1px solid #ccc;
        margin-bottom:5px;
    }

    .schedule-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
        padding: 10px 10px 10px calc(50% + 10px);
        min-height: 43px;
    }

    .schedule-table td:nth-of-type(even) {
        background: #f8f8f8;
    }

    .schedule-table td:before {
        content: attr(data-title);
        position: absolute;
        top: calc(50% - 16px);
        left: 1px;
        width: calc(50% - 20px);
        padding: 5px 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}

/* responsive table style ends */

@media only screen and (max-width: 500px) {
    .schedule-single .date > span {
        display: block;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px){
    .schedule-single .col-sm-5 .c-dark.button.pull-right {
        position: relative;
        bottom: 0;
        padding-left: 0;
        margin-left: 0;
        clear: both;
        float: left !important;
    }

    body .schedule-single .title{
        line-height: normal;
    }

    body .section-content:last-child > .container {
        margin-bottom: 0;
    }
    body section.fullwidth.back-to-top.margin-bottom {
        margin-bottom: 0;
        margin-top: -40px;
        border: none;
    }
}

@media (max-width: 640px) and (min-width: 280px){
    body section.fullwidth {
        padding: 20px 0 !important;
    }
}



/* text Justify for about, schedule & venue pages */

.page-id-541 .content p, .page-id-669 .content p,.page-id-432 .content p, .page-id-541 .schedule-single .content {
    text-align: justify;
}

/* text Justify for about, schedule & venue pages */

/* speaker image aligned */

.page-id-53 .col-centered {
    vertical-align: top;
}

/* speaker image aligned */

/* Contact Us Page */

.contact-us-form{
    max-width: 620px;
    margin: 0 auto;
}


.contact-us-form p, p.get-in-touch{
    text-align: center;
}

.contact-us-form input[type="text"],.contact-us-form input[type="email"] , .contact-us-form textarea {
    padding: 10px;
    width: 100% ;
}


.contact-us-form .section-button{
    margin-top: 20px;
}

.gdpr{
    margin-top: 12px;
}

.gdpr p{
    text-align: left;
}

.contact-us-form .gdpr span.wpcf7-list-item {
    display: block;
    text-align: left;
    margin-left: 0;
}

p.platform{
    font-size: 10px;
    margin-top: 30px;
}

@media (max-width: 767px){
    .contact-us-form input[type="text"],.contact-us-form input[type="email"] , .contact-us-form textarea {
        width: 100% !important;
    }
}


/* Contact Us Page */

/* Checkout page paypal logo */

.checkout-seals img{
    width: 50%;
    margin: 0 auto;
    display:block;
}

/* Checkout page paypal logo */


/* exhibitor packages page style */

.exhibit-banner{
    height: 320px;
    position: relative;
}

.exhibit-banner .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);

}

.exhibit-banner .banner-text{
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.exhibit-banner .banner-text h2{
    color: #fff;
    text-transform: uppercase;
}

.exhibit-banner .banner-text p{
    color: #aaacaf;
    font-size: 14px;
    margin-bottom: 22px;
    letter-spacing: 0.2px;
}

.exhibit-banner .banner-text a{
    color: #fff;
    text-transform: uppercase;
    background: #F5A623;
    border-radius: 5px;
    padding: 10px 20px;
}

.exhibit-banner .banner-text a span{
    margin-left: 10px;
    font-size: 14px;
}


.exhibitor-slogan {
    padding: 40px 0 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px){
    .exhibitor-slogan {
        width: 100%;
    }
}

.exhibitor-slogan p.quote{
    font-size: 24px;
    color: #F5A623;
    font-style: italic;
    line-height: 28px;
}

.exhibitor-slogan p.author{
    font-size: 12px;
    color: #888;
}

@media (max-width: 767px){
    .exhibit-banner .banner-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY( -50%);
        padding: 0 20px;
    }
}

/* exhibitor packages page style */
body.page-template-exhibitors .fullwidth.parallax:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body.page-template-exhibitors .fullwidth.parallax{
    text-align: center;
    position: relative;
    z-index: 1;
}

/**
 * Sliderwise description.
 */

.siderwise-desc{
    position: absolute;
    right: 0;
    z-index: 50;
    background: #F2A91F;
    padding: 30px 20px;
    /*     width: 44%; */
    text-align: right;
    bottom: 30px;
}
.siderwise-desc h3{
    font-weight: normal;
    font-family: 'UniversLTStd-Cn';
    font-size: 28px !important;
    margin-bottom: 10px !important;
}

.siderwise-desc p{
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'UniversLTStd-Cn';
    font-size: 12px;
    letter-spacing: 0.78px;
}

#main-slider .item {
    background-position: right;
}

@media (max-width: 991px){
    .siderwise-desc h3{
        font-size: 20px !important;
        line-height: 24px;
    }

    .siderwise-desc p{
        font-size: 10px;
        line-height: 18px;
    }
}

@media (max-width: 767px){
    #main-slider .slider-item{
        height : 300px;
    }
    .siderwise-desc{
        position: inherit;
        padding: 15px;
        width: 100%;
        text-align: left;
    }
    .customDots {
        top: -160px;
    }
    #main-slider .slick-track{
        /* 		background: #F2A91F; */
        background-image: linear-gradient(to bottom, transparent, transparent 80%, #F2A91F 20%);
        background-repeat: no-repeat;
    }
    .hero-slider-content-wrapper {
        margin-top: 0px;
    }
}

/* Landing Page css */
body.page-template-template-landingPage header,
body.page-template-template-landingPage footer {display:none;}
body.page-template-template-landingPage .row {margin-bottom: 0;}
body.page-template-template-landingPage .tint:after{content:none !important;}
body.page-template-template-landingPage .tint:hover {background: transparent;}
body.page-template-template-landingPage {
    margin:0;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

.gradient-bg {
    background-image: linear-gradient(to right, #F2C81F 50%, #F2A91F 70%)
}

.black-bg {
    background: #333333;
}

.orange-bg {
    background: #F2A91F;
}

.h-100 {
    height: 100%;
}

.no-padding { padding: 0 !important; }
.pl-0 { padding-left: 0 !important;}
.pr-0 { padding-right: 0 !important;}
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*main banner*/
.main-banner {
    padding: 64px 0;
}

.main-banner .banner-content { text-align: center; }

.main-banner .banner-content h1 {
    color: #ffffff;
    font-size: 66px;
    line-height: 68px;
    letter-spacing: -1.3px;
    font-family: 'UniversLTStd-BoldCn';
    margin-top: 0;
    margin-bottom: 42px;
}

.main-banner .banner-content h2 {
    color: #815400;
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'UniversLTStd-BoldCn';
    margin-top: 0;
    margin-bottom: 42px;
}

.main-banner .banner-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-banner .banner-content ul li {
    display: inline-block;
    width: 33%;
}

.main-banner .banner-content ul li{
    color: #FFE9C1;
    font-size: 24px;
    line-height: 40px;
    font-family: 'UniversLTStd-BoldCn';
}

/*cta banner*/
.cta-booknow {
    padding: 40px 0;
    text-align: center;
}
.cta-booknow h2{
    color: #7C7C7C;
    font-size: 24px;
    line-height: 24px;
    font-family: 'UniversLTStd-BoldCn';
    margin: 0 0 22px 0;
    text-transform: uppercase;
}
.cta-booknow h2 span {
    color: #ffffff;
}

.cta-booknow a.cta {
    background: #F5A623;
    padding: 0 20px;
    border-radius: 10px;
    font-weight: normal;
    min-width: auto;
    letter-spacing: 0.3px;
    font-family: 'UniversLTStd-BoldCn';
    font-size: 24px;
    display: inline-block;
    color: #ffffff;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 66px;
    height:61px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease all;
}

.cta-booknow a.cta.cta-black {
    background: #565656;
    color: #ffffff;
}

.cta-booknow a.cta:hover,
.cta-booknow a.cta.cta-black:hover{
    background: #F2C81F;
    transition: 0.3s ease all;
}

.cta-booknow a.cta .price strike {
    color: #AD7A19;
}

/*two column block*/
.two-column-box {overflow:hidden;}
.two-column-box .block-image {
    width: 50vw;
    position: relative;

}

.two-column-box .block-image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.two-column-box .block-image.active iframe {display:block;}
.two-column-box .block-image.active img {opacity:0;}
.two-column-box .block-image.active .show-video{display:none;}

@media (min-width:992px) {
    .is-row-middle {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .two-column-box div[data-image-position="left"] .block-image {
        float: right;
    }

    .two-column-box div[data-image-position="right"] {
        flex-direction: row-reverse;
    }

    .two-column-box div[data-image-position="right"] .block-image {
        float: left;
    }
}
/*.two-column-box .block-image.left-image-block {*/
/*float: right;*/
/*}*/

/*.two-column-box .block-image.right-image-block {*/
/*float: left;*/
/*}*/

.two-column-box .block-image img {
    max-width: none;
    width: 100%;
}

.two-column-box .block-image  .show-video {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 66px);
    width: 132px;
    height: 132px;
    margin: 0 auto;
}
.two-column-box .block-image  .show-video a { display: block;}
.two-column-box .block-image  .show-video img {-webkit-user-drag: none;}

.two-column-box .block-content { padding: 68px; }

.two-column-box .block-content h2{
    font-family: 'UniversLTStd-BoldCn';
    font-size: 48px;
    color: #F2A91F;
    line-height: 48px;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.two-column-box .block-content h3 {
    font-family: 'UniversLTStd-Cn';
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    margin-top: 0;
}

.two-column-box .block-content h3 strong{
    font-family: 'UniversLTStd-BoldCn';
}

.two-column-box .block-content p {
    font-family: 'UniversLTStd-Cn';
    font-size: 17px;
    color: #8E8572;
    line-height: 25px;
    margin-bottom: 0;
}

.block-content.left-block-content p { max-width: 99%;}
.block-content.right-block-content p { max-width: 85%;}

.block-content p strong {
    font-family: 'UniversLTStd-BoldCn';
}
.video-popup-modal {
    text-align: center;
}
.video-popup-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.video-popup-modal .modal-dialog {
    width: 100%;
    max-width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.video-popup-modal .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.video-popup-modal .modal-dialog .modal-content .close {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 30px;
    height: 30px;
    background: #F2A91F;
    border-radius: 50px;
    text-align: center;
    opacity: 1;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    outline: none;
}

.video-popup-modal .modal-dialog .modal-content iframe {
    width: 100%;
    height: 500px;
}
/*quote block*/
.quote-block {
    padding: 55px 0;
}
.quote-block .inner-content h2{
    font-family: 'UniversLTStd-BoldCn';
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.quote-block .inner-content h3{
    font-family: 'UniversLTStd-BoldCn';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.quote-block .inner-content p{
    font-family: 'UniversLTStd-Cn';
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

.quote-block .inner-content p strong{
    font-family: 'UniversLTStd-BoldCn';
}

/*process-block*/
.process-block {
    padding: 55px 0;
}

.process-block .inner-content h2 {
    font-family: 'UniversLTStd-Cn';
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.process-block .inner-content p {
    font-family: 'UniversLTStd';
    font-size: 15px;
    color: #595959;
    line-height: 22px;
}


.two-col-cta {
    padding: 50px 0;
}


/*responsive*/

@media (max-width:1440px) {
    .two-column-box .block-content { padding: 30px 68px; }
}

@media (max-width:1200px) {
    .two-column-box .block-content { padding: 30px; }

    .two-column-box .block-content h2{
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px 0;
    }

    .two-column-box .block-content h3 {
        font-family: 'UniversLTStd-Cn';
        font-size: 18px;
        line-height: 28px;
    }

    .two-column-box .block-content p {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width:991px) {
    /*main banner*/
    .main-banner .banner-content h1 {
        font-size: 56px;
        line-height: 58px;
        margin-bottom: 42px;
    }

    .main-banner .banner-content h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 42px;
    }

    .main-banner .banner-content ul li a {
        font-size: 18px;
        line-height: 30px;
    }

    /*two col block*/
    .two-column-box,
    .two-column-box .row + .row { margin-top: 30px; }
    .two-column-box .block-content { padding: 30px 0; }
    .two-column-box .block-image {
        float: none;
        width: 100%;
    }
    .two-column-box .block-image img {
        max-width: 100%;
        width: 100%;
    }
    .video-popup-modal .modal-dialog {
        max-width: 90%;
    }

    /*process block*/
    .process-block .inner-content {margin-bottom: 30px;}

    .two-col-cta {padding-bottom: 0;}
    .two-col-cta .cta-block {
        margin-bottom: 50px;
    }
}

@media (max-width:767px) {
    .main-banner .banner-content h1 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .main-banner .banner-content h2 {
        margin-bottom: 20px;
    }

    .main-banner .banner-content ul li {
        width: 48%;
        font-size: 22px;
        line-height: normal;
    }

    .quote-block .inner-content h2 {font-size:22px; line-height: normal;}

    h2 br {
        display: none;
    }

    .two-column-box .block-image .show-video {
        top: calc(50% - 30px);
        width: 60px;
        height: 60px;
    }
    .heateor_sss_sharing_container {display:block;}
    .heateor_sss_bottom_sharing .heateor_sss_sharing_ul {    background: #333;    padding: 10px 0 8px;}
    div.heateor_sss_bottom_sharing{text-align:center;}
    div.heateor_sss_bottom_sharing li {
        width: 30px !important;
        height: 30px;
        float:none !important;
        display:inline-block;
    }
    div.heateor_sss_bottom_sharing li + li {margin-left:10px !important;}
}
@media (max-width:576px) {
    .main-banner .banner-content ul li {
        width: 100%;
    }
}
/*.heateor_sss_sharing_container {display:none;}*/




