/*****  HOME PAGE  *****/


/* Buttons */

.btn_1,
.btn_2,
.btn_3,
.btn_4,
.btn_5,
.btn,
.submit,
.site__footer .btn_1 {
    border-radius: 6px;
    letter-spacing: 2px;
    background: #73AD2D !important;
    border: 1px solid #73AD2D !important;
    /*
    background: #3666ae !important;
    border: 1px solid #3666ae !important;
*/
}

.countdown-timer {
    background:#73AD2D!important;
    color:#fff!important;
}

.countdown-timer div.countdown_text span {
    color:#fff!important;
}

.btn_1:hover,
.btn_2:hover,
.btn_3:hover,
.btn_4:hover,
.btn_5:hover {
    background: #5A8C1E !important;
    border: 1px solid #5A8C1E !important;
    /*
    background: #182d4e !important;
    border: 1px solid #182d4e !important;
*/
}

.btn_5 {
    border-radius: 0 6px 6px 0;
}

.speakers__readmore {
    /*
    background: #182d4e none repeat scroll 0 0 !important;
    border: 1px solid #182d4e !important;
*/
    background: #73AD2D none repeat scroll 0 0 !important;
    border: 1px solid #73AD2D !important;
    border-radius: 6px;
    padding: 10px 14px;
}


/* Carousel hero and secondary registration section*/

.cycle-slideshow {
    opacity: 1;
    position: relative;
    border-bottom: 4px solid #fff;
}

.register-now__images {
    position: relative;
}

.register-now__images img {
    opacity: 1;
}


/* Note: Divs added in html for .after */
.cycle-slideshow .after,
.register-now__images .after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(54, 102, 174, 0.4), rgba(24, 45, 78, 1));
    background: linear-gradient(to top, rgba(54, 102, 174, 0.4), rgba(24, 45, 78, 1));
    z-index: 999;
}

.register-now {
    padding: 0;
}

.register-now .site__centered {
    margin: 0;
    padding: 0;
    max-width: 100%;
    min-width: 100%;
    border-top: 4px solid #73AD2D;
    border-bottom: 4px solid #73AD2D;
}

.register-now__layout {
    z-index: 1000;
}

.register-now__content,
.register-now__content .site__title {
    color: white !important;
}

/* Social Links */

.social a i:hover {
    color: #73AD2D;
}

/*****  INFO PAGES  *****/

.time-schedule{
    padding:0 !important;
    /* Quick fix for issues with media query based padding */
}

.hero__layout{
    border-bottom: none !important;
}

.hero_inner{
    color: white!important;
    background: #182d4e url(../img/navy.png) repeat!important;
    position: relative;
    padding-bottom: 20px
}

.hero_inner .site__title{
    color: white;
    margin-bottom: 36px;
    padding-bottom: 18px;
}


.hero_inner .site__title_inner::after{
    border-bottom: 4px dotted white;
    border-bottom:none;
    background: none;
    width: 20px
}


.hero_inner .hero__subtitle{
    letter-spacing: 0 ;
}

.hero_inner .hero__info{
    padding-top: 0;
}

.speaker-info__inner .site__title{
    margin-bottom: 12px;
    padding-bottom: 0;
}

.speaker-info__inner .speaker-info__text{
    color: white;
}

.speaker-info__pic {
    width: 250px;
}

.speaker-info__pic img{
    border-radius:4px !important;
    border: 2px solid white;
    box-shadow: 0 0.4rem 1.6rem rgba(0,0,0,0.3);
}

/* Note: Divs added in html for .arrow */
.cycle-slideshow .arrow,
.hero_inner .arrow {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid white;
    z-index:1000;
}

body.page-template-page-sponsors .hero_inner .arrow,
body.blog .cycle-slideshow .arrow, body.blog .hero_inner .arrow {
    border-bottom: 25px solid #2f5794;
}

.hero_inner .grey-arrow {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #f7f7f7;
}

.schedule__labels .label {
    padding: 8px 12px !important ; /* ignores mq values */
    border-radius: 4px;
}
.schedule__main-place:hover{
    color:#73AD2D;
}

.fa-location-arrow::before{
    margin-right: 8px;
}

@media screen and (min-width: 1000px) {
    .schedule_inner .schedule__speakers-group {
        text-align: left;
    }
}

.schedule__time{
    color: #182d4e;
    text-transform: uppercase;
    font-size: 90%;
}

.schedule__speaker-pic{
    border-radius: 4px;
}
.schedule__speaker-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing:1px;
    background: rgba(115,173,45,0.8);
}


/*****  FORM  *****/

.form-intro{
    text-align:center;
    padding: 24px;
    background: rgba(115,173,45,0.2);
    border: 1px solid rgba(115,173,45,0.5);
    margin-bottom: 24px;
}

.form-intro .instruction{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0;
}

.form-intro .instruction a:hover{
    color:#73AD2D !important;
}

.booking-info, .booking-form{
    padding: 24px;
    border: 1px solid #c7c7c7;
    background-color: #f9f9f9;
    margin-bottom: 24px;
}

.booking-info p, .booking-form p{
   margin-bottom: 12px;
}

.booking-info h2,
.booking-form h2{
    font-size: 36px;
    line-height: 1.5;
}

.booking-info h3,
.booking-form h3{
    margin-top: 30px;
    margin-bottom: 16px;
    border-top: 1px solid #c7c7c7;
}

.booking-info h3::before,
.booking-form h3::before{
    content:'';
    display:block;
    width: 60px;
    border-top: 2px solid #c7c7c7;
    padding-top: 16px;
}

blockquote {
    background-color: #f9f9f9;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right:auto;
    border-left: 5px solid #3666ae;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.1);
    margin-bottom:35px;
}

.booking-form blockquote {
    background-color:white;
    margin-bottom:0;
}
blockquote p{
    margin-bottom: 0!important;
    margin-left:12px;
}

.strong-warning{
    color: #BF421B !important;
}

.booking-field input,
.booking-field textarea,
.bf-item input,
.bf-half input,
.bf-half textarea{
    border: 1px solid #c7c7c7 !important;
}

.booking-form .bf-header {
   border-bottom: 1px solid #c7c7c7; 
}
.booking-form .bf-item {
    border: 1px solid #c7c7c7;
    border-top: none;
/*    padding: 10px 0;*/
    padding: 10px 0 10px 10px;
}

.booking-form .bf-item:nth-child(even){
    background-color: white;
}
.booking-form .bf-item:nth-child(odd){
    background-color: #f3f3f3;
}

.booking-form .bf-header-left{
    font-size: 18px;
    line-height: 18px;
}

/*
.booking-form .bf-header-left::before{
    display: inline;
    content:'+';
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-right: 5px;
    color:#73AD2D;
}
*/

.booking-form .bfs-item-left-type{
    opacity: 0.75;
    font-size: 90%;
}
.booking-form .bf-halves{
    width: 80%;
}

.news__article {
    background:#fff;
}

/*
#efcb-section-conference-14864788824720 .site__title {

    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}
*/

.tickbox-list {
    margin:30px 0 0 0!important;
}

.bf-sponsors .bf-item-trade,
.bf-sponsors .bf-item-charity {
    margin-top: 4px;
}


.booking-field textarea {
    height: 150px;
    width: 100%;
}

.schedule_inner .schedule__speaker {
    width:100%;
}

h3.schedule__speaker-name {
    text-align:center!important;
}

@media screen and (max-width:1200px){
    .header-menu {
        background:#182e50;
    }
    
    .header-menu {
        top:144px!important;
    }
    
    .header-menu .sub-menu {
        border:none;
        border-bottom:1px solid #fff;
        border-radius:0;
    }

    .menu-btn span, .menu-btn span::before, .menu-btn span::after,
    .menu-btn span::before, .menu-btn span::after,
    .menu-btn.opened span::before, .menu-btn.opened span::after {
        background: #fff;
    }
    
    .header-menu .sub-menu li {
        border-top:1px solid #fff;
    }
    
    .header-menu .sub-menu,
    .header-menu .sub-menu li a,
    .header-menu__layout .menu > li > a {
        text-align:center;
        background:#182e50;
    }
    
    .hero.hero_conference.hero_default {
        margin-bottom:0;
    }
    
    .hero_default .time-schedule .btn {
        width:inherit;
    }
    
    .register-now__desktop {
        display:block!important;
    }
}

@media screen and (max-width:767px) {
    .topbar_left,
    .topbar_right {
        float:inherit;
    }
    
    .header-menu {
        background:#182e50;
        top:170px!important;
    }
    
    body.single .site__content, body.blog .site__content, body.page .site__content {
        margin-top:170px!important;
    }
    
    .site__title.site__title_big {
        margin-bottom:0;
    }
    
    #efcb-section-conference-14864788824720 .time-schedule__place {
        font-size:16px;
        line-height:1.2;
    }
    
    p.time-schedule__text {
        display:none;
    }
    
    
}


@media screen and (max-width:1028px) {
    .footer-social-facebook, .footer-social-twitter, .footer-social-instagram {
        width:100%;
    }
}

@media screen and (min-width:536px){
    .booking-info blockquote,
    .booking-info ol,
    .booking-info p,
    .booking-form p,
    .booking-form .booking-field,
    .booking-form .bf,
    .booking-form .tickbox{
        margin-left: 36px;
    }
    
    .booking-form div.success p {
        margin-left:0;
    }
    
    .booking-info ul{
        margin-left: 56px;
    }
}


@media only screen and (max-width: 767px) {
    .bf-item-left, .bf-header-left {
        width:50%;
    }
    .bf-item-charity, .bf-item-trade, .bf-header-trade, .bf-header-charity {
        width:25%;
    }
    
    .bf-item-left {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 5px;
    }
    
    .bf-halves .bf-half {
        float: left;
        width: 100%;
    }
    
    .tickbox > input {
        vertical-align:middle;
        display:inline;
        float:inherit;
    }
    .tickbox > label {
        display:inline;
        float:inherit;
    }
    
    .footer-menu > li {
        text-align: center;
    }
    
    #footer-newsletter .btn_5 {
        margin-top:10px;
    }
    #footer-newsletter .btn_5 {
        border-radius:6px;
    }
    
    div.site__form-double span.wpcf7-form-control-wrap {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    
    .booking-form .bf-halves {
        width:100%;
    }
    
    .bf-halves .bf-half textarea, .booking-field textarea, .bf-halves .bf-half input, .booking-field input {
        width:100%;
    }
    
    .register-now__content p {
        display:none;
    }
    
    .register-now .site__title {
        font-size:30px;
    }
    
    #efcb-section-conference-14864788824720 .time-schedule__place {
        font-size:20px;
    }
    
    .hero_default .time-schedule__text {
        font-size:16px;
    }
    
    .site__title.site__title_logo.site__title_news {
        margin-top:30px;
    }
    
    .hero_default .time-schedule .btn {
        display:none;
    }
    
    .hero_conference.hero_default .hero__layout, .hero_conference.hero_bg-video .hero__layout {
        padding:10px 0;
    }
}


p.rate1,
.booking-form .bf-item.rate1 {
    background: #ffbbf9;
}

p.rate2,
.booking-form .bf-item.rate2 {
    background: #bbbeff;
}