/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/

p {
    font-size: 18px;
}

strong {
    font-weight: bold;
}

.logo-holder a img {
    width: 200px;
}

.team-holder li {
    width: 50%;
}

#contact-form {
    width: 100%;
}

.gallery-items {
    margin-top: 50px;
}

.validate-required.invalid {
    border: 1px solid #d93025 !important;
}

form .error {
    color: #eee;
    margin-bottom: 10px !important;
    display: inline-block;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
    border-bottom: 1px solid red;
}

section#sec1 a, section#sec2 a {
    color: #fff;
    text-decoration: underline;
}

div#message {
    display: none;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #297304;
    color: #fff;
    font-size: 16px;
    padding: 4px 16px;
}

#contact-form {
    max-width: 100%;
    width: 100%;
}

#comments {
    max-width: inherit;
}

.subtitle {
    font-style: normal;
}

.two-coulms .gallery-item, .two-coulms .grid-sizer {
    width: 50%;
}

.linkHyper a {
    color: #fff;
    text-decoration: underline;
}

button#submit {
    background: none;
    border: none;
    border-radius: 0;
    padding: 14px 20px;
    line-height: 14px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    -webkit-appearance: none;
    float: right;
    background: rgba(49, 49, 49, 1);
}

nav li.act-link > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    transition: all 200ms linear;
    z-index: -1;
}

.section-columns:before {
    background: #f9f9f9;
}

nav li:hover>ul {
    margin: 12px 0 0;
}

.menu li.current_page_ancestor > a:before,
.menu li.current-menu-ancestor > a:before {
 content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    transition: all 200ms linear;
    z-index: -1;
}