/*----------------------GLOBAL------------------*/

.entry-header {
  display: none;
}

body:not(.custom-background-image).admin-bar::before {
    top: 0;
}

.site {
    margin: 0;
}

.site-header {
    padding: 15px 4.5455%;
    /*width: 1170px;*/
    margin: auto;
}

.site-branding, .site-header-menu, .header-image {
    margin-top: 0;
    margin-bottom: 0;
}

.custom-logo {
    max-width: 210px;
}

.site-branding {
    position: absolute;
    top: 14px;
    z-index: 999;
}

#site-header-menu {
    margin-right: 0;
    margin-left: auto;
}

body, button, input, select, textarea {
    font-family: montserrat;
    font-size: 14px !important;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: unset !important;
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
    background-color: transparent;
}

/*--Buttons--*/

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #fff;
    background-color: #7694a7;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-grey:focus, .vc_btn3.vc_btn3-color-grey:hover {
    color: #fff;
    background-color: #7694a7;
}

.vc_general.vc_cta3 h2, .vc_general.vc_cta3 h4 {
    margin-top: 10px;
}

.vc_general.vc_cta3 {
    padding: 0;
}

/*--Headers--*/

.entry-content h3, .entry-summary h3, .comment-content h3 {
    font-size: 17px;
}

.entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 17px !important;
}

.entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 19px;
}

/*--foot--*/

.site-main {
    margin-bottom: 0;
}

#colophon {
    display: none;
}

ul {
    list-style: disc;
    color: #fff;
}