/* Page texts */

@font-face {
    font-family: Brandon Grotesque;  
    src: url(/wp-content/themes/live2lead/source/fonts/Brandon_reg.otf);  
    font-weight: normal; 
}

@font-face {
    font-family: Brandon Grotesque;  
    src: url(/wp-content/themes/live2lead/source/fonts/Brandon_bld.otf);  
    font-weight: 700; 
}

@font-face {
    font-family: Brandon Grotesque;  
    src: url(/wp-content/themes/live2lead/source/fonts/Brandon_med.otf);  
    font-weight: 300; 
}

body.pushable {
    background: #fff !important;
}

h1, h2, h3, h4, h5, h6, p, a, .ui.header, body {
    font-family: Brandon Grotesque !important;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 26px !important;
    font-weight: 400;
    line-height: 33px;
    margin: 14px 0;
}
p {
    font-size: 19px;
    font-weight: 400 !important;
    line-height: 27px;
    margin: 14px 0 !important;
}

h2 {
    font-weight: 700 !important;
}

.hide, .hidden {
    display: none;
}

.info hr {
    border-top: 1px solid #fff;
}

a:hover {
    text-decoration: none !important;
}

.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.lightbox.show {
    display: block;
}

@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}

.ui.grid.container {
    max-width: 1100px !important;  
}

.container-wide {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* Page columns */

.column {
    padding: 14px 4px !important;
}
.ui.column {
    padding: 0 !important;
}

/* Page segments */

.segment {
    padding: 50px 0 !important;
}
.ui.vertical.segment {
    border-bottom: none;
}

/* Page forms */

.form {
    font-family: Brandon Grotesque !important;
}
.form .data.field input {
    color: #fff !important;
    font-family: Brandon Grotesque !important;
    background-color: #545756 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    height: 38px !important;
    line-height: 27px !important;
    max-height: 38px !important;
    min-height: 38px !important;
    padding: 3px 14px 2px 14px !important;
    -webkit-user-select: text !important;
     -khtml-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
}
.form .data.field.errorrr input {
    border: 3px solid #e64d3d !important;;
}
.form .data.field input:active {
    border-color: #888888 !important;
}
.form .data.field input:focus {
    border-color: #888888 !important;
}
.form .data.field input:hover {
    border-color: #888888 !important;
}
.form .data.field.errorrr textarea {
    border: 3px solid #e64d3d !important;
}
.form .data.field textarea {
    color: #fff !important;
    font-family: Brandon Grotesque !important;
    background-color: #545756 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    padding: 10px 14px !important;
    -webkit-user-select: text !important;
     -khtml-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
}
.form .data.field textarea:active {
    border-color: #888888 !important;
}
.form .data.field textarea:focus {
    border-color: #888888 !important;
}
.form .data.field textarea:hover {
    border-color: #888888 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}

/* Top menu */

.top.menu {
    position: fixed !important;
    z-index: 99;
    top: 0 !important;
    left: 0 !important;
    background-color: transparent !important;
    width: 100% !important;
    border: 0px solid transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
}
.top.menu nav {
    width: 100% !important;
}
.top.menu .primary {
    background-color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: 0 4px 4px 0 rgba(34,36,38,.3) !important;
    box-shadow: 0 4px 4px 0 rgba(34,36,38,.3) !important;
}
.top.menu .primary .grid.container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.top.menu .primary .navigation.column {
    padding: 0 !important;
}
.top.menu .primary .navigation.column .logo {
    float: left !important;
}
.top.menu .primary .navigation.column .logo img {
    max-height: 36px !important;
    margin: 14px 0 !important;
}
.top.menu .primary .navigation.column .links {
    float: right !important;
    margin: 0;
    padding: 0;
}
.top.menu .primary .navigation.column .links li {
    float: left !important;
    list-style: none;
}
.top.menu .primary .navigation.column .links a {
    color: #242625 !important;
    padding: 24px 14px !important;
    display: inline-block !important;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.top.menu .primary .navigation.column .links .tickets {
    background-color: #EBECED !important;
}
.top.menu .primary .navigation.column .button {
    float: left !important;
    padding-top: 20px !important;
    cursor: pointer;
}
.top.menu .primary .navigation.column .button i {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 17px !important;
}
.top.menu .secondary .info {
    -webkit-box-shadow: 0 4px 4px 0 rgba(34,36,38,.3) !important;
    box-shadow: 0 4px 4px 0 rgba(34,36,38,.3) !important;
}
.top.menu .secondary .info {
    float: right !important;
    background-color: #727272 !important;
    height: 28px !important;
}
.top.menu .secondary .info span {
    color: #fff !important;
    padding: 4px 28px 0 56px !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.top.menu .secondary .info a {
    color: #52C1CE !important;
    padding-right: 6px !important;
}
.top.menu .secondary .info a i {
    font-size: 16px !important;
}
.top.menu .secondary .decoration {
    float: right !important;
    height: 14px !important;
    width: auto !important;
}
.top.menu .secondary .decoration img {
    height: 28px !important;
    width: auto !important;
}
.ui.inverted.menu {
    background: rgba(82, 193, 206, 0.93);
    min-width: 245px;
}


/* Sidebar menu */

.ui.top.sidebar.menu {
    background-color: #000 !important;
    position: fixed !important;
    height: 100% !important;
}
.sidebar.menu nav {
    width: 100% !important;
    height: 100% !important;
}
.sidebar.menu .container {
    margin: 0 auto !important;
    height: 100% !important;
}
.sidebar.menu .logo {
    margin: 28px 0 !important;
}
.sidebar.menu .logo img {
    max-height: 44px !important;
}
.sidebar.menu .links {
    padding-left: 0;
    text-align: left;
    padding-top: 90px;
}
.sidebar.menu .links li {
    list-style: none;
    padding-left: 30px;
    letter-spacing: 0.05em;
}
.sidebar.menu .links li.tickets{
    background-color: #FFFFFF;
}
.sidebar.menu .links a {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 60px !important;
    display: block !important;
}
.sidebar.menu .links li.tickets a {
    color: #52C1CE !important;
}
.navigation.column {
    padding: 0 !important;
}
.sidebar.menu .links a.tickets {
    background-color: #ed8a2a !important;
    display: inline-block !important;
    padding: 4px 42px !important;
    margin: 4px 0 !important;
}

.sidebar.menu .info {
    padding-left: 30px;
    position: absolute;
    bottom: 20px;
}
.sidebar.menu .info .hashtag {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: left;
}
.sidebar.menu .info a {
    color: #fff !important;
    font-size: 25px !important;
    padding: 18px 18px 0 0!important;
    float: left;
}
.sidebar.menu .button {
    margin: 28px 0 !important;
}
.sidebar.menu .button i {
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 47px !important;
}

/* Misc */

*:focus {
    outline: none !important;
}

/* Primary header */
header {
    max-height: 723px;
}
.primary.header {
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    padding: 0 !important;
    position: relative !important;
}
.primary.header .info.column h1 {
    color: #fff !important;
    letter-spacing: 10px;
}
.primary.header .info.column .subtitle {
    color: #fff !important;
    display: block;
}
.primary.header .info.column .subtitle .subtitle-text {
    background: rgba(217, 55, 36, 0.6);
    padding: 8px 30px;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.tickets-button {
    color: #fff;
    background: #D93724;
    padding: 17px 65px;
    display: inline-block;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.tickets-button:hover {
    color: #fff;
}
.primary.header .info.column .time-container {
    visibility: hidden;
    margin-bottom: 28px !important;
}
.primary.header .info.column .time-container .column {
    display: inline-block !important;
}
.primary.header .info.column .time-container .column p {
    margin: 0 !important;
    padding: 0 !important;
}
.primary.header .info.column .time-container .column .course-time-value {
    
}
.primary.header .info.column .time-container .column .course-time-text {
    
}
.top-menu {
    z-index: 9999 !important;
}
header iframe {
    margin-top: 66px;
}
.header-content {
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header-logo {
    margin: auto;
    max-width: 725px;
    width: 100%;
}
header .subtitle-mobile {
    display: none !important;
}
.navigation .button .close-icon {
    display: none;
}

@media only screen and (min-width: 1400px) {
    .primary.header .info.column {
        padding: 190px 0 0 !important;
    }
    .primary.header .info.column h1 {
        font-size: 88px !important;
    }
    .primary.header .info.column .subtitle {
        font-size: 28px !important;
        line-height: 38px !important;
        padding: 30px 0 42px;
    }
    .primary.header .info.column .time-container .column .course-time-value {
        font-size: 72px !important;
        line-height: 78px !important;
        padding: 0 14px !important;
    }
    .primary.header .info.column .time-container .column .course-time-text {
        font-size: 19px !important;
    }
    header iframe {
        width: 100vw;
        height: 34.3vw;
        margin-bottom: -5px;
    }
    header {
        max-height: none;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .primary.header .info.column {
        padding: 180px 0 100px 0 !important;
    }
    .primary.header .info.column h1 {
        font-size: 88px !important;
    }
    .primary.header .info.column .subtitle {
        font-size: 28px !important;
        line-height: 38px !important;
        padding: 48px 0 35px;
    }
    .primary.header .info.column .time-container .column .course-time-value {
        font-size: 68px !important;
        line-height: 74px !important;
        padding: 0 14px !important;
    }
    .primary.header .info.column .time-container .column .course-time-text {
        font-size: 18px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .primary.header .info.column {
        padding: 180px 0 100px 0 !important;
    }
    .primary.header .info.column h1 {
        font-size: 78px !important;
        line-height: 78px !important;
    }
    .primary.header .info.column .subtitle {
        font-size: 22px !important;
        line-height: 32px !important;
        padding: 48px 0 35px;
    }
    .primary.header .info.column .time-container .column .course-time-value {
        font-size: 48px !important;
        line-height: 54px !important;
        padding: 0 14px !important;
    }
    .primary.header .info.column .time-container .column .course-time-text {
        font-size: 15px !important;
    }
    .speaker-left-image {
        position: absolute !important;
        left: 15px;
        top: 70px;
    }
    .speaker-right-image {
        position: absolute !important;
        bottom: 20px;
        right: 15px;
    }
    .speaker-left-desc {
        padding-left: 15% !important;
        padding-right: 2% !important;
        position: absolute !important;
        left: 230px;
        top: 50px;
    }
    .speaker-right-desc {
        padding-right: 15% !important;
        padding-left: 2% !important;
        position: absolute !important;
        bottom: 0;
        right: 230px;
    }
}


@media only screen and (max-width: 767px) {
    .primary.header .info.column {
        padding: 180px 15px 150px !important;
    }
    .primary.header .info.column h1 {
        font-size: 68px !important;
        line-height: 78px !important;
    }
    .primary.header .info.column .subtitle {
        font-size: 18px !important;
        line-height: 22px !important;
        padding-top: 6px !important;
    }
    .primary.header .info.column .time-container .column .course-time-value {
        font-size: 48px !important;
        line-height: 54px !important;
    }
    .primary.header .info.column .time-container .column .course-time-text {
        font-size: 15px !important;
    }
    .top.menu .primary .navigation.column .logo {
        float: none !important;
        width: 160px;
        margin: 10px auto !important;
    }
    .top.menu .primary .navigation.column .logo img {
        max-height: 28px !important;
    }
    .top.menu .primary .navigation.column .links {
        display: none !important;
    }
    .top.menu .secondary .info span {
        padding: 4px 4px 0 56px !important;
    }
    .top.menu .secondary .info a {
        display: none !important;
    }
    .about.segment {
        background-size: auto 100% !important;
        background-position: center !important;
    }
    .about.segment p {
        padding: 28px 14px 0 14px !important;
    }
    .about.segment .text.column.secondary {
        display: none;
    }
    .about.segment .icon.column img {
        height: 50px !important;
        width: auto !important;
    }
    .about.segment .icon.column h3 {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .primary.header .info.column h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    header .subtitle-computer {
        display: none !important;
    }
    header .subtitle-mobile {
        display: block !important;
    }
    .primary.header .info.column .subtitle .subtitle-text {
        font-size: 18px;
        line-height: 26px;
        min-width: 190px;
        display: inline-block;
        padding: 8px 0;
    }
    .tickets-button {
        font-size: 18px;
        line-height: 26px;
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 273px;
        right: 0;
        margin: 0 auto;
        max-height: 60px;
    }
    .header-logo {
        padding-bottom: 24px;
    }
    .info.segment .text.column {
        padding-bottom: 0 !important;
    }
    .info.segment .text.column p {
        margin: 0 !important;
    }
    .secondary {
        display: none;
    }
}


@media only screen and (min-width: 768px) {
    .top.menu .navigation.column .button {
        display: none !important;
    }
}




/* Info segment */
.info.segment {
    background-size: cover !important;
    background-image: url(/wp-content/themes/live2lead/source/svg/background-first.svg) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    padding-bottom: 35px !important;
    padding-top: 85px !important;
}
.info.segment .text.column h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #242625;
}
.info.segment .text.column p {
    padding: 5px 0;
    font-size: 18px;
    line-height: 150%;
    color: #555555;
}
.info.segment .video {
    padding-right: 0 !important;
}
.speakers-banner {
    margin: 70px 0 45px;
    height: 100px;
    font-size: 42px;
    line-height: 55px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px;
    color: #FFFFFF;
    position: relative;
    width: 100%;
}
.speakers-banner::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(82, 193, 206, 0.95);
    mix-blend-mode: multiply;
}
.speakers-banner .banner-frame {
    position: absolute;
    height: 100px;
    border: 3px solid #fff;
    left: 10px;
    right: -10px;
    top: -10px;
}
.info.segment .video-messages {
    margin-top: 65px;
}
.info.segment .video-messages h2 {
    padding-top: 88px !important;
}
.main-speaker-image {
    width: 255px;
}
.speaker-image-container {
    overflow: hidden;
    margin-bottom: 125px;
}
.speaker-image-border {
    border: 3px solid #52C1CE;
    box-sizing: border-box;
    position: absolute;
    width: 255px;
    height: 255px;
    top: -10px;
    mix-blend-mode: multiply;
}
.info.segment .messages .speaker-1 img {
    float: left;
}
.info.segment .messages .speaker-1 .speaker-image-border {
    left: 10px;    
}
.info.segment .messages .speaker-2 img {
    float: left;
    margin-left: 40px;
}
.info.segment .messages .speaker-2 .speaker-image-border {
    left: 50px;  
}
.info.segment .messages .speaker-3 .speaker-image-border {
    left: 50%;
    margin-left: -117px;   
}
#speakers h2 {
    margin-bottom: 45px !important;
}
.speaker-info-container {
    position: absolute;
    top: 203px;
    width: 78%;
    color: #fff;
    height: 115px;
    padding: 14px;
}
.speaker-info-container::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
}
.speaker-first .speaker-info-container::before {
    background: rgba(217, 55, 36, 0.95);
}
.speaker-second .speaker-info-container::before {
    background: rgba(82, 193, 206, 0.95);
}
.shield {
    position: relative;
    height: 100%;
}
.speaker-1 .speaker-info-container {
    left: 22px;    
}
.speaker-2 .speaker-info-container {
    left: 62px;   
}
.speaker-3 .speaker-info-container {
    left: 95px;   
}
.speaker-info-container .speaker-name {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 22px;
    margin: 0 !important;
}
.speaker-info-container .speaker-position {
    margin: 0 !important;
    font-size: 18px;
}
.speaker-info-container i {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: -26px;
    font-size: 20px;
    line-height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.speaker-first .speaker-info-container i {
    color: rgba(217, 55, 36, 1);   
}
.speaker-second .speaker-info-container i {
    color: rgba(82, 193, 206, 1);
}


@media only screen and (min-width: 1200px) {
    .info.segment .messages .speaker {
        width: 33.33333% !important;
        padding: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .speaker-image-border {
        top: 5px;
    }
    .info.segment .messages .speaker-1 .speaker-image-border,
    .info.segment .messages .speaker-2 .speaker-image-border,
    .info.segment .messages .speaker-3 .speaker-image-border {
        left: 13px;
        margin-left: 0;
    }
    .info.segment .messages .speaker-2 img,
    .info.segment .messages .speaker-3 img {
        margin: 0;
    }
    .speaker-info-container {
        width: 88% !important;
        left: 22px !important;
        height: 97px;
        top: 222px;
        max-width: 360px;
    }
    .speaker-info-container .speaker-name {
        font-size: 18px;
    }
    .speaker-info-container .speaker-position {
        font-size: 18px;
        line-height: 21px;
    }
    #speakers h2 {
        margin-bottom: 20px !important;
    }
    .speakers-banner {
        margin: 40px 0 45px;
    }
    .info.segment .video-messages {
        margin-top: 35px;
    }
    .speaker-image-container {
        margin-bottom: 100px;
    }
    .segment {
        padding: 60px 0 !important;
    }
    .speakers-banner {
        font-size: 36px;
    }
    .video-messages-title {
        margin-top: 0 !important;
    }
    .info.segment {
        padding-bottom: 30px !important;
        padding-top: 55px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .ui.grid.container {
        width: 95% !important;
    }
    .messages {
        margin-left: 16px !important;
    }
}


@media only screen and (max-width: 767px) {
    .speakers-banner {
        margin: 20px 24px 20px 16px !important;
        font-size: 18px;
        padding: 12px;
        line-height: 23px;
        height: 50px;
    }
    .speakers-banner .banner-frame {
        height: 53px;
        left: 5px;
        right: -8px;
        top: -8px;
    }
    .speaker-image-border {
        top: 5px;
    }
    .speaker-first .speaker-image-border {
        left: 21px !important;
        margin-left: 0 !important;
    }
    .speaker-first img {
        margin: 0 !important;
    }
    .speaker {
        min-height: 283px !important;
    }
    .speaker-second .speaker-image-border {
        right: 17px;
        left: auto !important;
    }
    .speaker-second img {
        float: right !important;
        right: 12px;
    }
    .speaker-image-container {
        margin-bottom: 0;
    }
    .speaker-first .speaker-image-container {
        float: left;
    }
    .speaker-second .speaker-image-container {
        float: right;
    }
    .speaker-second .speaker-info-container {
        right: 245px !important;
    }
    .speaker-first .speaker-info-container {
        left: 245px !important;
    }
    .speaker-info-container {
        height: 100px;
        top: 0;
        bottom: 0;
        right: 16px;
        left: auto !important;
        margin: auto 0;
        width: 62%;
    }
    .speaker-info-container .speaker-name {
        font-size: 15px;
    }
    .speaker-info-container .speaker-position {
        font-size: 15px;
        line-height: 19px;
    }
    #speakers h2 {
        margin-bottom: 10px !important;
    }
    .speaker {
        min-height: 0 !important;
    }
    .speaker-info-container {
        height: 97px;    
        max-width: 290px;
    }
    header iframe {
        margin-top: 0; 
    }
    .info.segment .video-messages {
        margin-top: 20px;
    }
    .video-messages-title {
        margin-top: 25px !important;
    }
    .info.segment {
        padding-bottom: 30px !important;
        padding-top: 25px !important;
    }
    header {
        max-height: 655px;
    }
}

@media only screen and (max-width: 575px) {
    .main-speaker-image {
        width: 100%;
    }
    .speaker-image-border {
        width: calc(46% - 12px);
        height: calc(100% - 26px);
        top: 6px;
        border: 2px solid #52C1CE;
    }
    .speaker-first .speaker-info-container {
        width: calc(54% + 10px);
        max-width: none;
        left: 46% !important;
        margin-left: -26px;
    }
    .speaker-second .speaker-info-container {
        width: calc(54% + 10px);
        max-width: none;
        right: 46% !important;
        margin-right: -26px;   
    }
    .speaker-image-container {
        width: 46%;
    }
    .speaker-second .speaker-image-container {
        width: calc(46% + 9px);
    }
    .speaker-second img {
        right: 11px;
    }
    .speaker {
        min-height: 162px !important;
    }
    #speakers {
        margin-top: 0;
    }
    #speakers h2 {
        margin-bottom: 0 !important;
    }
    .info.segment .text.column p {
        padding: 0;
    }
    .primary.header .info.column {
        padding: 200px 15px 180px !important;
    }
}



/* About segment */

.about.segment {
    background-color: #242625 !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-image: url('/wp-content/themes/live2lead/source/png/map.png') !important;
}
.about.segment h2 {
    color: #fff !important;
    padding: 8px 0 !important;
    padding-bottom: 30px !important;
    letter-spacing: 0.05em;
}
.about.segment p {
    color: #fff !important;
    font-size: 18px !important;
    padding: 0 25px !important;
    max-width: 475px;
    line-height: 27px;
    text-align: left;
    margin: 0 !important;
}
.about.segment h3, .about-footer span {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}
.about-footer {
    margin-top: 65px !important;
}
.about-footer img {
    padding-bottom: 15px;
}
.about-footer span {
    color: #55BFCC !important;
    line-height: 28px;
}
.about.segment .button a {
    color: #ed8a2a !important;
    padding: 28px 14px !important;
    display: inline-block !important;
    font-size: 16px !important;
}
.about-titles {
    text-align: right !important;
}
.about-titles span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.about-titles h3 {
    font-size: 22px;
    line-height: 33px;
    padding: 7px 34px;
    background: #747474;
    vertical-align: middle;
    display: inline-block;
}
.about-descs {
    padding-top: 5px !important;
}
.about.segment {
    padding-top: 45px !important;
}
.about-footer.ui.grid.container {
    max-width: 750px !important;
}

@media only screen and (max-width: 767px) {
    .about.segment {
        background-size: auto 100% !important;
        background-position: center !important;
        padding-top: 25px !important;
    }
    .about.segment p {
        padding: 28px 14px 0 14px !important;
        font-size: 14px !important;
        line-height: 20px;
        max-width: none;
        padding: 0 !important;
    }
    .about.segment .text.column.secondary {
        display: none;
    }
    .about.segment .icon.column img {
        height: 50px !important;
        width: auto !important;
    }
    .about.segment .icon.column h3 {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .about.segment h2 {
        padding: 0 !important;
    }
    .about-title {
        margin-top: 20px !important;
        padding: 0 !important;
    }
    .about-titles {
        padding: 0 !important;
    }
    .about.segment h3, .about-footer span {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
    }
    .about-titles h3 {
        padding: 7px 15px;
        float: left;
        margin: 6px 0;
    }
    .about-descs {
        padding: 3px 0 15px !important;
    }
    .about-footer {
        margin-top: 25px !important;
    }
}

@media only screen and (min-width: 768px) {
    .about.segment .secondary {
        display: block !important;
    }
    .about.segment .button {
        display: none !important;
    }
}



/*  Stats segment */
.group-segment {
    background-size: cover !important;
    background-image: url(/wp-content/themes/live2lead/source/svg/background-second.svg) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}
.segment h2 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #242625 !important;
}
.stats.segment .stats-icons {
    padding: 25px 0 29px !important;
}
.stats.segment .icon.column img {
    display: inline-block !important;
}
.stats.segment .icon.column span {
    display: inline-block !important;
    color: #6d6e70 !important;
    font-size: 18px !important;
}
.stats-text {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #555555;
    font-weight: 600;
    padding-top: 15px;
}
.stats .column {
    text-align: center;
}
.statistics-container {
    color: #52C1CE;
    font-weight: 700;
    padding: 5px 15px 45px !important;
}
.statistics-number {
    font-size: 74px;
    line-height: 100px;
}
.statistics-text {
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .statistics-container {
        padding: 5px 0 45px !important;
    }
}

@media only screen and (max-width: 767px) {
    .statistics-number {
        font-size: 40px;
        line-height: 50px;
    }
    .statistics-text {
        font-size: 14px;
        line-height: 15px;
    }
    .statistics-container {
        padding: 0 0 20px !important;
    }
    .eight.wide.mobile.column {
        width: 50% !important;
    }
    .stats.segment .stats-icons {
        padding: 0 0 60px !important;
    }
    .stats-text {
        font-size: 14px;
        padding-top: 10px;
        height: 52px;
    }
}

@media only screen and (min-width: 768px) {
    .stats.segment .icon.column .mobile {
        display: none !important;
    }
    .stats.segment .icon.column .computer {
        display: inline-block !important;
    }
}


/* Information segment */

.information.segment {
    background-color: #404041 !important;
}
.information.segment .information-images {
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-image: url('/wp-content/themes/live2lead/source/png/linijos-mazos.png') !important;
    background-position: center !important;
    padding: 44px 0 !important;
}
.information.segment .information-images h2 {
    color: #fff !important;
}

@media only screen and (min-width: 768px) {
    .information.segment .information-images h2 {
        padding-bottom: 68px !important;
    }
    .information.segment .information-images {
        background-position: center !important;
        background-image: url('/wp-content/themes/live2lead/source/png/linijos.png') !important;
    }
}
.information.segment .text-list {
    padding-top: 108px !important;
    color: #fff !important;
}
.information.segment .image.column p, .information-content .info p {
    font-size: 18px !important;
    text-align: left;
    padding-left: 10px;
    color: #555555;
}
.information.segment .image.column i {
    color: #ed8a2a !important;
    font-size: 28px !important;
}



/* Testimonials column */
.overview.segment, .gallery-segment {
    padding-top: 15px !important;
    padding-bottom: 14px !important;
}
.overview.segment h2 {
    margin-bottom: 40px;
    margin-top: 50px;
}
.testimonials-container {
    padding: 45px 45px 27px !important;
    border: 3px solid #D93724;
    mix-blend-mode: multiply;
    max-height: 300px !important;
    left: -8px;
}
.overview.segment .testimonials.column .text {
    padding-left: 28px !important;
    background-repeat: no-repeat !important;
    /*background-image: url('/wp-content/themes/live2lead/source/svg/quotes-left.svg') !important;*/*/
}
.overview.segment .testimonials.column .text {
    color: #555555 !important;
    text-align: left !important;
    font-style: italic;
    line-height: 33px;
    font-size: 22px;
}
.overview.segment .testimonials.column .name {
    color: #555555 !important;
    text-align: right !important;
    line-height: 33px;
    font-weight: 700!important;
    font-size: 22px;
}
.overview.segment i {
    border: 0px solid #000 !important;
    color: #A0A0A0 !important;
    font-size: 45px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}
.testimonials-frame {
    position: absolute;
    padding: 45px !important;
    border: 3px solid #52C1CE;
    top: 15px;
    left: 15px;
    right: -18px;
    bottom: -18px;
    mix-blend-mode: multiply;
}
.arrow-previous-column, .angle-next-column {
    display: table !important;
    height: 300px;
}
.overview.segment .arrow-previous-column .arrow.previous, .overview.segment .angle-next-column .arrow.next {
    display: table-cell;
    vertical-align: middle;
}
.testimonials-container .quotes-left {
    position: absolute;
    left: -70px;
    bottom: -10px;
}
.testimonials-container .quotes-right {
    position: absolute;
    top: 6px;
    right: -85px;
}
.overview.segment .arrow-previous-column .arrow.previous {
    text-align: left;
}
.overview.segment .angle-next-column .arrow.next {
    text-align: right;
}
.overview-container  {
    margin-bottom: 85px !important;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
    .testimonials-container  {
        padding: 30px 30px 12px !important; 
    }

}

@media only screen and (max-width: 767px) {
    .overview.segment .arrow-previous-column {
        display: none !important;
    }
    .overview.segment .arrow-previous-column  .arrow.previous {
        display: inline-block !important;
    }
    .overview.segment .angle-next-column .arrow.next {
        display: inline-block !important;
    }
    .overview-container  {
        padding: 0 20px !important;
    }
    .testimonials-container .quotes-right {
        top: -25px;
        right: 5px;
        height: 48px;
    }
    .testimonials-container .quotes-left {
        left: 20px;
        bottom: -35px;
        height: 48px;
    }
    .testimonials-frame {
        top: 10px;
        left: 10px;
        right: -15px;
        bottom: -15px;
    }
    .testimonials-container {
        left: -6px;
    }
    .overview.segment .testimonials.column .text {
        font-size: 18px;
        line-height: 25px;
        padding-left: 10px !important;
    }
    .overview.segment .testimonials.column .name {
        line-height: 27px;
        font-size: 18px;
    }
    .angle-next-column {
        height: 75px;
        padding-top: 22px !important;
    }
    .angle-next-column .arrow.previous {
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 20px;
        padding-top: 15px;
    }
    .angle-next-column .arrow.next {
        float: right;
        width: 50%;
        text-align: left !important;
        padding-left: 20px;
        padding-top: 15px;
    }
    .overview.segment h2 {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .overview-container.ui.grid.container {
        margin-bottom: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    .overview.segment .angle-next-column .arrow.previous {
        display: none !important;
    }
}
.gallery-segment.segment {
    padding: 0 !important;
}
.gallery-segment .gallery {
    background: #242625;
}
.gallery-segment .gallery h2 {
    padding-top: 35px !important;
    color: #52C1CE!important;
    margin-bottom: 0;
}
.gallery-segment .gallery p {
    color: #fff !important;
    margin-bottom: 0 !important;
}
.gallery-segment .gallery img {
    border-radius: 0 !important;
}
.gallery-segment .gallery .bx-wrapper {
    position: relative;
    margin: 0 auto 19px;
    padding: 0;
}
.gallery-segment .gallery .bx-wrapper .bx-viewport {
    background-color: transparent !important;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}
.carousel-control-prev .bx-prev {
    left: -60px !important;
    background: none !important;
    background-image: url('/wp-content/themes/live2lead/source/svg/arrow-pre.svg') !important;
    height: 46px !important;
    width: 46px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9;
}
.carousel-control-next .bx-next {
    right: -60px !important;
    background: none !important;
    background-image: url('/wp-content/themes/live2lead/source/svg/arrow-next.svg') !important;
    height: 46px !important;
    width: 46px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9;
}

.event-photos {
    padding: 5px;
}

.carousel {
    max-width: 1086px !important;
    position: relative;
    margin: 0 auto 19px;
    padding: 0;
}

.carousel-inner img {
    padding: 10px !important;
    height: 342px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33.3333%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-33.3333%);
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
.images.column {
    padding: 10px 4px !important;
}



@media only screen and (max-width: 767px) {
    .carousel {
        max-width: 322px !important;
        margin-bottom: 85px;
        margin-top: -20px;
    }
    .carousel-control-prev .bx-prev {
        left: 110px !important;
        top: 365px !important;
    }
    .carousel-control-next .bx-next {
        top: 365px !important;
        right: 110px !important;
    }
    .carousel-inner .carousel-item .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(100%);
    }

    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-100%);
    }
    .gallery-segment .gallery h2 {
        margin-top: 0 !important;
        padding-top: 20px !important;
    }
    .gallery-segment .gallery p {
        font-size: 16px;
        margin: 5px 0 !important;
    }
    .images.column .container {
        padding: 0 !important;
    }
    .carousel-inner img {
        padding: 0 !important;
        height: 322px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel {
        max-width: 704px !important;
    }
    .carousel-inner .carousel-item .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }
}

@media only screen and (min-width: 992px) {
    .carousel {
        max-width: 1086px !important;
        margin-bottom: 45px;
    }
}

/* Tickets */

#tickets {
    background-size: cover;
    -moz-background-size: cover;
    background-image: url('/wp-content/themes/live2lead/source/svg/blue-background.svg') !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    padding-bottom: 70px !important;
}
#tickets h2 {
    color: #fff !important;
}
#tickets .ticket.column {
    padding: 0 !important;
    background: #fff;
    margin: 11px;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    height: 100%;
}
#tickets .ticket.column-1 {
    margin-left: 0;
    margin-right: 26px;
}
#tickets .ticket.column-3 {
    margin-right: 0;
    margin-left: 26px;
}
#tickets .ticket.column .title {
    background-color: #52C1CE !important;
    margin: 0 !important;
    padding: 14px !important;
}
#tickets .ticket.column .title h3 {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 22px !important;
}
#tickets .ticket.column .title.red {
    background-color: #D93724 !important;
}
#tickets .ticket.column .title.red h3 {
    color: #ffffff !important;
}
#tickets .ticket.column .prices {
    color: #555555 !important;
    padding: 0 28px !important;
    min-height: 120px;
    padding-top: 28px !important;
}
#tickets .ticket.column .prices .old {
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    position: relative;
    width: 75px !important;
    margin-top: 0 !important;
    margin-left: calc(50% - 75px) !important;
}
#tickets .ticket.column .prices .old span {
    font-size: 16px;
}
#tickets .ticket.column .prices .old:before {
  position: absolute !important;
  content: "" !important;
  left: 0 !important;
  top: 50% !important;
  right: 0 !important;
  border-top: 2px solid !important;
  border-color: inherit !important;
  -webkit-transform:rotate(-15deg) !important;
  -moz-transform:rotate(-15deg) !important;
  -ms-transform:rotate(-15deg) !important;
  -o-transform:rotate(-15deg) !important;
  transform:rotate(-15deg) !important;
}
#tickets .ticket.column .prices .new {
    font-size: 45px;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 45px;
}
#tickets .ticket.column .prices .new.price-text {
    font-size: 18px !important;
    line-height: 26px !important;
    padding-top: 12px;
}
#tickets .ticket.column .prices .new span {
    font-size: 32px;
}
#tickets .ticket.column .info {
    padding: 23px 23px 0 !important;
}
#tickets .ticket.column .info ul {
    margin: 0 !important;
    border-top: 1px solid #fff !important;
    text-align: left !important;
    color: #555555 !important;
    font-size: 10px;
    line-height: 27px;
    padding-left: 14px;
}
#tickets .ticket.column .info ul span {
    font-size: 18px;
}
#tickets .ticket.column .info ul li {
    padding-bottom: 6px !important;
}
#tickets .ticket.column .button {
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 35px !important;
    padding: 0 24px;
    margin-top: auto;
}
#tickets .ticket.column .button a {
    width: 100% !important;
    margin-top: 18px !important;
    padding: 17px 0 !important;
}
#tickets .ticket.column img {
    max-height: 170px;
    margin-bottom: 10px;
}

/* Partnership */

#partnership {
/*    background-size: 100% auto !important;
    background-image: url('/wp-content/themes/live2lead/source/png/lines-3.png') !important;
    background-position: top !important;
    background-repeat: no-repeat !important;*/
}
#partnership p {
    color: #555555 !important;
    font-size: 18px;
    font-weight: 700 !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    #tickets .ticket.column {
        margin: 4px;
    }
    #tickets .ticket.column .info {
        padding: 0 15px 0 !important;
    }
    #tickets .ticket.column .info ul {
        line-height: 24px;
    }
    #tickets .ticket.column .info ul span {
        font-size: 16px;
    }
    #tickets .ticket.column .prices {
        padding: 20px 20px 0 !important;
    }
    .tickets-button {
        font-size: 18px;
        line-height: 26px;
    }
    #tickets .ticket.column .button a {
        padding: 10px 0 !important;
    }
    #tickets .ticket.column .title h3 {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 767px) {
    #partnership .text-hide-column {
        display: none !important;
    }
    #tickets .column {
        width: 100% !important;
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #tickets .ticket.column {
        margin: 0;
    }
    #tickets .ticket.column .title h3 {
        font-size: 16px !important;
        line-height: 27px !important;
    }
    #tickets .ticket.column .title {
        padding: 10px !important;
    }
    #tickets .ticket.column .prices {
        padding: 20px 20px 0 !important;
    }
    #tickets .ticket.column .info {
        padding: 0px 15px 0 !important;
    }
    #tickets .ticket.column .button a {
        position: relative;
        padding: 14px 0 !important;
    }
    #tickets .ticket.column .info ul span {
        font-size: 14px;
        line-height: 20px;
    }
    #tickets {
        padding-bottom: 30px !important;
    }
    #partnership p {
        margin-bottom: 0 !important;
        font-size: 14px;
        line-height: 27px;
    }
    #partnership img {
        padding: 0 10px;
    }
}





/* News */

.news.segment {
    background: #EBECED !important;
    padding-top: 45px !important;
}

#news h2 {
    color: #242625 !important;
    padding-bottom: 35px !important;
}
#news .news-title {
    color: #242625 !important;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 29px;
    padding: 13px 0 45px;
}
#news .news.column {
/*    background-color: #fff !important;
    padding: 0 !important;
    margin: 22px;
    min-height: 400px;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.25);*/
}
#news .news.column a {
    background-color: #fff !important;
    padding: 20px !important;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.25);
    display: block;
    height: 100%;
    min-height: 300px;
}
.more-news-button {
    padding: 17px 40px !important;
    border: 3px solid #D93724;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: none !important;
    display: inline-block;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #D93724 !important;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 17px;
}
.more-news-button:hover {
    cursor: pointer;
}
.news-image-container, .post-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 285px;
    max-height: 285px;
    margin: auto;
    margin-top: -36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: -5px;
}
.main-post .post-image-container {
    max-width: 370px;
    max-height: 370px;
    margin-top: -37px;
}
.news-image-frame {
    border: 3px solid #52C1CE;
    position: absolute;
    left: 10px;
    right: -13px;
    top: -13px;
    bottom: 10px;
}
.news-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #55BFCC;
    font-size: 16px;
    font-weight: 600;
}
.main-post .news-button {
    left: 20px;
}
.news-button:hover {
    color: #35a2b1 !important;
}
#news .news.column {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    #news .news.column a {
        margin: 0 11px;
    }
    .news-count-2 .column-1 a {
        margin: 0 18px 0 0 !important;
    }
    .news-count-2 .column-2 a {
        margin: 0 0 0 18px !important;
    }
    .news-count-3 .column-1 a {
        margin: 0 26px 0 0 !important;
    }
    .news-count-3 .column-2 a {
        margin: 0 11px !important;
    }
    .news-count-3 .column-3 a {
        margin: 0 0 0 26px !important;
    }
}

@media only screen and (min-width: 768px) {
    .column-4 {
        display: none !important;
    }
    .computer-hide {
        display: none !important;
    }
    #news .news.column {
        width: 33.33333% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #news .news.column a {
        margin: 0 2px;
    }
    .news-count-2 .column-1 a {
        margin: 0 4px 0 0 !important;
    }
    .news-count-2 .column-2 a {
        margin: 0 0 0 4px !important;
    }
    .news-count-3 .column-1 a {
        margin: 0 4px 0 0 !important;
    }
    .news-count-3 .column-2 a {
        margin: 0 4px !important;
    }
    .news-count-3 .column-3 a {
        margin: 0 0 0 4px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
    #news .news-title, .news-button {
        font-size: 14px !important;
        line-height: 20px;
    }
    #news .news-title {
        padding: 13px 0 30px;
    }
    #news .news.column a {
        min-height: 200px; 
        padding: 15px !important;
    }
    .news-image-frame {
        border: 2px solid #52C1CE;
        left: 6px;
        right: -8px;
        top: -8px;
        bottom: 6px;
    }
    .more-news-button {
        font-size: 18px;
        line-height: 26px;
        padding: 15px 38px !important;
        border: 2px solid #D93724;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .news.segment {
        padding-top: 30px !important;
    }
    .ui.grid.container.news-container {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}


/* Contacts */
#contacts {
    background-color: #242625 !important;
    padding-bottom: 50px !important;
    padding-top: 35px !important;
}
#contacts h2 {
    color: #52C1CE !important;
    margin-bottom: 20px !important;
    text-transform: initial;
}
#contacts .map {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-image: url('/wp-content/themes/live2lead/source/png/map-big.png') !important;
    background-position: center !important;
    padding: 20px !important;
    border: 3px solid #52C1CE;
    height: 100%;
}
#contacts .map img {
    margin: 20px auto 5px;
}
.map-container {
    padding: 0 0 0 22px!important;
}
#contacts .form.column {
    text-align: right !important;
    position: relative !important;
    padding: 20px !important;
    border: 3px solid #52C1CE;
}
#contacts .form.column .message {
    position: absolute !important;
    background-color: #fff !important;
    height: calc(100% + 6px) !important;
    width: calc(100% + 6px) !important;
    text-align: center !important;
    display: none;
    left: -3px;
    top: -3px;
    z-index: 9999;
    border: 3px solid #52C1CE;
}
#contacts .form.column .message.error {
    border: 3px solid #D93724;
}
#contacts .message .message-header {
    height: 115px;
    background: #52C1CE;
}
#contacts .message.error .message-header {
    background: #D93724;
}
#contacts .message .message-header img {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#contacts .message p {
    font-size: 22px;
    padding: 40px 85px 0;
    font-weight: 700 !important;
    color: #555555;
}
.form.column button {
    margin-top: 14px !important;
    display: inline-block !important;
    color: #fff !important;
    padding: 8px 45px !important;
    margin-right: 0 !important;
    background: #52C1CE;
    mix-blend-mode: normal;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px !important;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.form.column button:hover {
   background: #52C1CE; 
}
#contacts .message.error button {
    background: #D93724;
}
#contacts .info.column .info-box {
    background: #FFFFFF;
    padding: 20px 40px !important;
    display: inline-block !important;
    font-size: 18px !important;
    color: #555555 !important;
    margin: 0 !important;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    text-align: center;
    line-height: 24px;
}
#contacts .company-name {
    font-size: 20px;
    font-weight: 700;
}
#contacts .info.column a {
    color: #555555 !important;
}
#contacts .info.column a:hover {
    color: #555555 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #contacts .form.column .message p {
        padding: 40px 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    #contacts .map {
        background-position: bottom !important;
        background-image: url('/wp-content/themes/live2lead/source/png/map-small.png') !important;
    }
    #contacts .info.column {
        padding: 14px !important;
        min-height: 338px;
    }
    #contacts .form.column {
        padding: 14px !important;
        background-color: #333333 !important;
        margin: 0 14px !important;
    }
    .form .data.field input, .form .data.field textarea {
        font-size: 14px !important;
        line-height: 21px !important;
    }
    #contacts {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
    #contacts h2 {
        margin-bottom: 5px !important;
    }
    #contacts .info.column .info-box {
        width: 100%;
    }
    #contacts .info-column {
        width: 50%;
        float: left;
    }
    #contacts .company-name {
        font-size: 16px;
        line-height: 22px;
    }
    #contacts .info.column a {
        font-size: 14px;
        line-height: 20px;
    }
    #contacts .info.column .info-box {
        padding: 10px !important;
    }
    #contacts .form.column .message p {
        padding: 35px 50px 0;
    }
    #contacts .message-header {
        height: 100px;
    }
    #contacts .message-header img {
        top: 20px;
    }
}



/* Footer segment */

.footer.segment {
    background-color: #242625 !important;
    padding: 20px 0 !important;
}
.footer.segment img {
    max-height: 38px !important;
}
.footer.segment p {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 22px;
    margin: 0 !important;
    padding: 0 !important;
}
.footer.segment p span {
    font-weight: 700 !important;
}

/* Column with content */

.column-with-content {
    cursor: pointer !important;
}


/* Information-content */

.information-content {
    z-index: 9999999 !important;
    position: fixed !important;
    background-color: #EBECED;
    display: none;
}
.information-content.show {
    display: block !important;
    padding: 44px;
}
.information-content.show .content {
    text-align: left !important;
    position: relative !important;
}
.information-content.show .content i.remove.icon {
    position: absolute !important;
    color: #fff !important;
    top: 0 !important;
    right: 15px !important;
    font-size: 38px !important;
    -webkit-text-stroke: 5px rgb(27, 27, 27) !important;
    text-stroke: 5px rgb(27, 27, 27) !important;
    z-index: 999999999999 !important;
    left: none !important;
    bottom: none !important;
}
.information-content.show .content .icon {
    font-size: 18px;
    color: #52C1CE;
}
.information-content .content img {
    margin: 40px 0 0 !important;
}
.information-content .content .info h3 {
    color: #fff !important;
    font-size: 28px !important;
}
.information-content .content .info p.description {
    font-size: 20px !important;
    color: #fff !important;
}
.information-content .content .info p.text {
    color: #f1f2f2 !important;
    font-size: 15px !important;
}
.information-content .content .info .info-icon {
    color: #fff !important;
    display: inline-block !important;
    padding: 8px !important;
}
.information-content .content .info .info-icon i {
    color: #fff !important;
    font-size: 18px !important;
}
.info-header {
    background: #D93724;
    mix-blend-mode: multiply;
    padding: 14px;
    margin-left: -25px;
}
.info-header .title {
    font-size: 22px !important;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 !important;
}
.info-header .description {
    color: #FFFFFF;
    margin: 0 !important;
}
.information-content .speaker-image-border {
    top: 44px;
    left: 14px !important;
    margin: 0 !important;
}
.information-content .ui.grid .column.photo {
    width: 263px !important;
}
.information-content .speaker-image-container {
    margin-bottom: 20px;
}
.information-content .info:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #EBECED);
    height: 80px;
    width: 100%;
    right: 15px;
}
.information-content .prev-button {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}
.information-content .next-button {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);  
    margin: 0 !important;  
}

@media only screen and (min-width: 768px) {
    .information-content {
        width: 875px !important;
        height: 560px !important;
        top: 50%;
        left: 50% !important;
        margin-top: -250px !important;
        margin-left: -438px !important;
    }
    .information-content .content .photo {
        display: inline-block !important;
        width: 401px !important;
        float: left;
    }
    .information-content .content .info {
        display: inline-block !important;
        vertical-align: top !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        height: 365px !important;
        overflow: auto !important;
        overflow-x: hidden !important;
        margin-top: 20px;
    }
    .information-content .close-button {
        position: absolute;
        right: 6px;
        top: 6px;
    }
    .information-content .content .info-header.mobile, .information-content .content .info.mobile {
        display: none !important;
    }    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .information-content {
        width: 670px !important;
        margin-left: -335px !important;
    }
    .information-content .ui.grid .column.photo {
        width: 220px !important;
    }
    .information-content .speaker-image-border {
        width: 212px;
        height: 212px;
    }

}

@media only screen and (max-width: 767px) {
    .information-content {
        width: auto !important;
        margin: 101px 16px 40px;
    }
    .information-content .content .photo {
        display: block !important;
        width: 100% !important;
    }
    .information-content .content .photo img.ui.image {
        margin-bottom: 0 !important;
        max-width: 255px;
        width: calc(100% - 6px) !important;
        left: -6px;
    }
    .information-content .content .info {
        width: 100% !important;
        padding: 48px 14px !important;
        vertical-align: top !important;
    }
    body.popup-active .top.menu {
        z-index: -1f;
    }
    .footer.segment p {
        font-size: 11px !important;
        line-height: 16px;
        padding: 0 0 10px !important;
    }
    .footer.segment {
        padding: 0 !important;
    }
    .information-content .content .info-header, .information-content .content .info {
        display: none !important;
    } 
    .information-content .content .info-header.mobile, .information-content .content .info.mobile {
        display: block !important;
    } 
    .information-content .content .info.mobile {
        padding: 0 !important;
    }
    .information-content {
        position: relative !important;
        padding: 20px !important;
    }
    .information-content.show .content.ui.stackable.grid {
        margin: 0 !important;
        width: 100%;
    }
    .information-content .ui.grid .column.photo {
        width: 100% !important;
        padding: 0 !important;
    }
    .info-header {
        margin-left: 0;
    }
    .info-header .title {
        font-size: 18px !important;
    }
    .info-header .description {
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .information-content .speaker-image-container {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .information-content .info:before {
        display: none;
    }
    .information-content .next-button {
        bottom: -45px;
        top: auto;
        right: calc(50% - 60px);
    }
    .information-content .prev-button {
        bottom: -45px;
        top: auto;
        left: calc(50% - 60px);
    }
    .information-content .speaker-image-border {
        width: calc(100% - 6px) !important;
        max-width: 255px;
        left: 4px !important;
        right: 0;
        margin: 0 auto !important;
        bottom: 7px !important;
        top: auto;
    }
    .information-content .speaker-image-border {
        height: 255px;
    }
    .information-content .content img {
        margin: 20px 0 0 !important;
    }
    .speaker .lightbox {
        max-height: 100vh;
        overflow-y: auto;
    }
    .information-content .close-button {
        position: absolute;
        right: -7px;
        top: -27px;
    }
    .information.segment .image.column p, .information-content .info p {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 992px) {

}


/* Additional page */

.additional.page .container {
    padding: 0;
}
.additional.page h1 {
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 42px !important;
    line-height: 52px !important;
    font-family: Brandon Grotesque !important;
    text-align: left;
}
.additional.page .page-title h1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px !important;
    letter-spacing: 0.05em;
    font-size: 26px !important;
}
.additional.page .p {
    font-family: Brandon Grotesque !important;
}
.post-content {
    background: #FFFFFF;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.25);
    margin: 80px 4px 30px;
    padding: 30px !important;
    max-width: 875px;
    text-align: left !important;
}
.post-image-container {
    float: left;
    margin: 28px 25px 10px 5px;
}
.post-content p {
    font-size: 18px !important;
    color: #555555 !important;
}
.post-content p img {
    width: 100%;
    height: auto;
    max-width: 275px;
    float: left;
    margin: 0 20px 20px 0;
}
.post-content a {
    color: #55BFCC !important;
}
.post-content iframe {
    display: block;
    margin: auto;
    max-width: 100%;
}
.post-content h2 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 30px;
    color: #555555 !important; 
}
.additional.page {
    background-size: 100% auto !important;
    background-image: url('/wp-content/themes/live2lead/source/svg/page-background.svg') !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-color: #EBECED !important;
}
.additional.page .more-news-button {
    border: none;
    box-shadow: none;
    font-size: 16px;
}
.additional.page .main-post {
    background: #fff;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.25);
    padding: 8px 18px !important;
    margin-bottom: 45px;
    margin-top: 50px;
    min-height: 380px;
}
.additional.page .main-post .text {
    text-align: left;
    padding-left: 20px !important;
}
.additional.page .main-post .text p {
    color: #555555;
}


/* Form column */

.additional.page .form.column .info p {
    font-size: 18px !important;
}
.additional.page .form.column .info label {
    font-size: 18px !important;
}
.additional.page .form.column .info a {
    font-size: 18px !important;
}
.additional.page .form.column input[type="checkbox"]{
    height: 18px !important;
    width: 18px !important;
}
.additional.page .form.column {
    font-family: Brandon Grotesque !important;
}
.additional.page .form.column .order.field label {
    font-family: Brandon Grotesque !important;
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin: 0 0 4px 7px !important;
}
.additional.page .form.column .order.field.error input {
    border: 2px solid #D93724 !important;
    background: #fff !important;
}
.additional.page .form.column .order.field input {
    border-color: #bababa !important;
    color: #333333 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    height: 38px !important;
    line-height: 18px !important;
    max-height: 38px !important;
    min-height: 38px !important;
    padding: 3px 14px 2px 14px !important;
    -webkit-user-select: text !important;
     -khtml-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
}
.additional.page .form.column .order.field input:active {
    border-color: #333333 !important;
}
.additional.page .form.column .order.field input:focus {
    border-color: #333333 !important;
}
.additional.page .form.column .order.field input:hover {
    border-color: #333333 !important;
}
.additional.page .form.column .order.field.error textarea {
    border: 2px solid #D93724 !important;
    background: #fff !important;
}
.additional.page .form.column .order.field textarea {
    border-color: #bababa !important;
    color: #333333 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 10px 14px !important;
    -webkit-user-select: text !important;
     -khtml-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
}
.additional.page .form.column .order.field textarea:active {
    border-color: #333333 !important;
}
.additional.page .form.column .order.field textarea:focus {
    border-color: #333333 !important;
}
.additional.page .form.column .order.field textarea:hover {
    border-color: #333333 !important;
}
#form-confirm.error {
    color: #D93724 !important;
}
#order-form .success.column {
    display: none;
}
.additional.page .news.segment {
    padding-bottom: 0 !important;
    background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
    .additional.page img {
        width: 100% !important;
        height: auto !important;
    }
    .additional.page h1 {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .post-content p {
        font-size: 14px !important;
        line-height: 20px;
    }
    .post-content {
        padding: 10px !important;
    }
    .post-image-container {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
    }
    .additional.page .main-post {
        margin-left: 16px !important;
        margin-right: 16px !important;
        padding: 0 6px !important;
    }
    .main-post .news-button {
        position: relative;
        display: block;
        bottom: auto;
        margin: 10px;
        text-align: center;
    }
}

/* Program segment */

.ui.vertical.program.segment {
    border-bottom: 0px solid rgba(34,36,38,.15);
}
.program.segment {
    background-size: 100% auto !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    border-bottom: 0px solid rgba(34,36,38,.15);
}
.program.segment h2 {
    padding-bottom: 28px !important;
}
.program.segment .item-container {
    border-top: 1px solid rgba(34,36,38,.15);
}
.program.segment .item-container .time.column {
    color: #6d6e70 !important;
    text-align: center !important;
}
.program.segment .item-container .text.column {
    text-align: left !important;
}
.program.segment .item-container .text.column p {
    color: #404041 !important;
    font-weight: 600 !important;
}
.program.segment .item-container .image.column {
    padding: 0 !important;
}
.program.segment .item-container .image.column img {
    max-width: 150px !important;
    margin: 5px;
}
.program.segment .item-container .info.column {
    color: #404041 !important;
}

@media only screen and (max-width: 767px) {
    .program.segment .item-container {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .program.segment .item-container .time.column p {
        margin-bottom: 0 !important;
    }
    .program.segment .item-container .text.column {
        text-align: center !important;
    }
    .program.segment .item-container .text.column p {
        margin-top: 0 !important;
    }
    .program.segment .item-container .image.column.computer-image-column {
        display: none !important;
    }
    .segment {
        padding: 25px 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .program.segment .item-container .image.column.phone-image-column {
        display: none !important;
    }
}



