/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'Roxborough CF Regular';
    src: 
    url("./fonts/roxboroughcf-regular-webfont.woff") format("woff"),
        url("./fonts/roxboroughcf-regular-webfont.woff2") format("woff2"),
        url("./fonts/RoxboroughCF-Regular.otf") format("opentype"),
        url("./fonts/RoxboroughCF-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

#top > .container > .row {
    height: 80px;
}

.col.span_9.col_last {
    padding-left: 0 !important;
}

#header-space {
    height: 80px;
} 

#logo {
    margin-top: 20px !important;
}

/* li#menu-item-663 {
    margin-right: 0 !important;
}

*/

li#menu-item-3757 {
    /* margin-left: 60px; */
    margin-left: 200px;
} 

li#menu-item-3536 {
    /* margin-left: 290px; */
    margin-left: 190px;
}

li#menu-item-3758 {
    margin-left: 250px;
}

li#menu-item-3759 {
    margin-right: 0 !important;
}

li#menu-item-8689 {
    margin-left: 0 !important;
}

#header-secondary-outer nav {
    display: flex !important;
    justify-content: center !important;
}

#ajax-content-wrap #footer-outer #copyright {
    padding: 20px;
}

.mc4wp-form-fields {
    display: grid;
    grid-template-columns: 40% 40% 20%;
    column-gap: 20px;
}

body[data-form-submit="regular"] input[type="submit"] {
    background-color: transparent;
}

.menu-item-8692:hover {
cursor: pointer;
}

/* Newsletter form styling */

input[type="submit"] {
    border: 2px solid rgba(75, 91, 61, 0.75);
color: rgb(75, 91, 61);
visibility: visible;
background-color: transparent;
border-radius: 200px;
-webkit-border-radius: 200px;
padding-top: 11px;
padding-bottom: 11px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

.mc_footer > .wpb_wrapper > .mc4wp-form > .mc4wp-form-fields > p > input[type="submit"] {
    border: 2px solid rgba(239, 231, 221, 0.75);
    color: rgb(239, 231, 221);
    background: none;
}

input[type="submit"]:hover {
    background: rgba(75, 91, 61, 1) !important;
    border-color: rgba(75, 91, 61, 1);
    color: #EFE7DD;
    opacity: 1;
}

.mc_footer > .wpb_wrapper > .mc4wp-form > .mc4wp-form-fields > p > input[type="submit"]:hover {
    background: rgba(239, 231, 221, 1) !important;
    border-color: rgba(239, 231, 221, 1);
    color: #676767;
    opacity: 1;
}

.mc4wp-form-fields p:last-child {
    text-align: center;
    margin-top: -3px;
}

/* Blog styling */

.masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    border-radius: 0;
}

body.page-id-68 > #ajax-content-wrap > .container-wrap {
    background-color: #B0BBC8;
}

body.page-id-68 > #ajax-content-wrap > .container-wrap > .container.main-content {
    padding-top: 60px;
}

.category > #ajax-content-wrap {
    margin-top: 42px;
}

.meta-category {
    display: none;
}



/* Hide Recaptcha badge */

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 915px) {
    #logo {
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {
    .mc4wp-form-fields {
        display: grid;
        grid-template-columns: auto;
    }
    }