﻿@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
#top-header {
    background-image: url(https://valas.lx.sandwave.dev/wp-content/uploads/2019/05/valas-wood-texture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99998;
}

    #top-header .container {
        padding-top: 0.25em;
        padding-bottom: 0.35em;
    }

#et-secondary-nav li {
    margin-right: 8px;
}

#et-secondary-menu > ul > li a {
    display: block;
    padding: 6px 15px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 12px;
}

#top-menu li a {
    font-size: 16px !important;
}

.logo_container {
    max-width: 170px;
    margin-top: -30px;
}

    .logo_container a {
        display: inline-block;
        max-width: 140px;
    }

#main-footer {
    background-image: url(https://valas.lx.sandwave.dev/wp-content/uploads/2019/05/valas-wood-texture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.et_fixed_nav .logo_container a {
    -webkit-transition: max-width .4s ease-in-out;
    -moz-transition: max-width .4s ease-in-out;
    transition: max-width .4s ease-in-out;
}

.et-fixed-header .logo_container a {
    max-width: 114px;
}

.et-social-icons li {
    margin-left: 10px;
}

.et-social-icon a {
    font-size: 14px;
    width: 24px;
    height: 24px;
}

.et-social-icon a.icon:before {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

#et-secondary-menu {
    margin: 2px 0;
}

#et-secondary-menu .et-social-icons {
    margin-top: 4px;
}

#et-secondary-menu .et-social-icons li {
    margin-left: 2px;
}

#et-secondary-menu .et-social-icon a {
    color: #fff;
    font-size: 11px;
    border: none;
    padding: 8px;
    background-color: transparent;
    width: 26px;
    height: 26px;
}

#et-secondary-nav {
    vertical-align: top;
    margin-top: 2px;
}

#et-secondary-menu > ul > li a {
    display: block;
    padding: 6px 15px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 12px;
}

.et_pb_widget ul {
}

.et_pb_widget ul li {
    margin-bottom: 0;
}

#main-footer #footer-widgets p {
    font-weight: 400;
}

#footer-widgets .footer-widget li:before {
    content: none;
}

.footer-widget .widget_custom_html {
    float: none;
    max-width: 90%;
}

.footer-widget .ticket-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-widget a.button-white {
    display: inline-block;
    line-height: 1em;
    padding: 4px 20px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 12px;
}

@media (max-width: 980px) {
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100%;
    }

    .et_header_style_left .logo_container {
        margin: -16px 0 0 -30px;
    }

    .et_pb_section .et_pb_row_0 {
        width: 100%;
    }
}

.et_pb_row_0{
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px; 
}
.et_pb_row_5col {
    max-width: unset;
}
.et_pb_with_border{
    height: 200px;
    padding: 10px;
}
.et_pb_column .et_pb_with_border:last-child{
    margin-right: 10px !important;
}
.et_pb_column .et_pb_with_border:first-child{
    margin-left: 10px !important;
}
#isProtected{
    background-color: rgb(247, 233, 222);
}
#isProtected .et_section_regular{
    background-color: rgb(247, 233, 222) !important;
}
#isProtected form {
    width: 100%;
    border: 1px solid black;
}
#isProtected .row{
    width: 65%;
}
#isProtected .container {
    display: flex;
    justify-content: space-around;
}
#isProtected form p {
    padding-bottom: 0px !important;
}
#isProtected form input {
    background-color: #fff;
}
#isProtected form p button {
    background-color: rgb(254, 135, 46);
    border: none;
    width: 150px;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
    
}

.et_password_protected_form > h1 {
    text-align: center;
    font-weight: bold;
}
.et_password_protected_form > p {
    text-align: center;
}
#main-footer .container:before{
    background-color: transparent !important;
}
#isProtected .container:before{
    background-color: transparent !important;
}
#isProtected .et_password_protected_form h1{
    display: none;
}
#isProtected .et_password_protected_form > p{
    font-size: 17px;
    padding-bottom: 0.6em;
}
#isProtected *{
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}