/* Site Colors
Dark Green: #283d21
Med Green: #3d6832 */

/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url("https://use.typekit.net/viz5gov.css");
@import url('https://fonts.googleapis.com/css2?family=Cardo&family=Playfair+Display+SC&display=swap');

* {
    box-sizing: border-box;
 }

body {
    min-width: 375px;
    margin: 0px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 8px;
}

.darkGreen {
    color: #283d21;
}

.medGreen {
    color: #3d6832;
}

.heavy {
    font-weight: bold;
}

.center_text {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ivymode', sans-serif;
}

h1 {
    font-size: 2.2em;
}

li {
    padding-bottom: 7px;
}

.hide {
    /* display: none; */
    opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}


/*===================HEADER STYLE================*/

header a {
    text-decoration: none;
    color: #283d21;
}

/* .logo_container {
    margin: auto 0;
} */

/* centered logo */
/* .logo {
    max-width:200px;
    display: block;
    margin: auto;
    padding-top: 25px;
} */

/* left justified logo */
.logo_container {
    align-content: end;
    padding-left: 20px;
}

.logo {
    max-width: 150px;
    padding-top: 10px;
}

/*=================NAV STYLE==================*/

.nav_menu {
    background: white;
    width: 0px;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0px;
    right: 0px;
    overflow-x: hidden;
    font-size: 1.4em;
}

.nav_menu li {
    list-style-type: none;
    padding: 10px 0px 10px 35px;
}

.nav_menu a:hover,
.active_nav a {
    color: #3d6832;
    font-weight: bold;
}

.line {
    width: 50px;
    height: 5px;
    background-color: #3d6832;
    margin-bottom: 6px;
    transition: .4s;
}

.close_icon {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 1.5em;
}

/* centered header */
/* .menu_icon {
    cursor: pointer;
    padding: 8px;
    display: grid;
    justify-items: end;
    padding-right: 15px;
} */

/* left justified header */
.header_div {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
}

.menu_icon {
    cursor: pointer;
    /* padding: 8px; */
    display: grid;
    justify-items: end;
    padding-right: 20px;
    align-content: end;
}

/*=================MAIN STYLE================*/

main {
    margin: auto;
    padding: 15px;
}

.coming_soon {
    font-size: 5em;
    text-align: center;
}

.no_margin {
    margin: 0px;
}

.no_margin a {
    text-decoration: none;
    color: #283d21;
}

.home_title {
    width: 90%;
    margin: auto;
    padding-top: 20px;
}

.home_title h1, .services_title {
    margin-bottom: 10px;
}

.home_title h3 {
    margin-top: 0px;
}

.home_banner {
    padding-top: 20px;
    padding-bottom: 35px;
    }

.home_banner_mobile {
    display: block;
    width: 100%;
    margin: auto;
    box-shadow: #283d21 5px 5px 10px;
}

.home_banner_desktop {
    display: none;
}

.strike {
  text-decoration: line-through;
}

blockquote {
    font-family: 'Cardo', serif;
    /* font-family: 'Playfair Display SC', serif; */
    width: 85%;
    margin: 30px auto;
    text-transform: uppercase;
    /* font-size: 1.1em; */
    font-weight: 700;
    /*no box, lighter text */
    color: #c05a74;
    /* border-left: #5d3268 2px solid;
    padding-left: 15px; */

    /* inside box with shadow */
    /* padding: 10px 20px;
    background-color: #3d68321A;
    box-shadow: #3d6832 0px 0px 10px; */
}
/* add in a background color for blockquote??*/

blockquote hr {
    width: 50%;
    height: 2px;
    background-color: #c05a74;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
}

cite {
    display: block;
    font-style: italic;
    text-align: right;
    font-size: .8em;
}

.single_post span {
    font-weight: bold;
    font-size: .9em;
}

.single_post a {
    text-decoration: none;
    cursor: pointer;
}

.post-meta h1 {
    margin-bottom: 0px;
}

.post-meta h2 {
    margin-bottom: 0px;;
}

.post-meta h5{
    margin-top: 0px;
}

/* .home_banner img{
    display: block;
    width: 100%;
    padding-left: -30px;
    padding-right: -30px;
    margin: auto;
    } */

/* .text_right {
    text-align: right;
} */

/*=========COMMENTS STYLE=============*/
.comments {
    padding-top: 40px;;
}

.comments .comment_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 10px;
    align-items: center;
}
.comments .comment_header .total {
    color: #777777;
    /* font-size: 14px; */
}
.comments .comment_header .write_comment_btn {
    margin: 0;
}
.comments .write_comment_btn, .comments .write_comment button {
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    background-image: linear-gradient(to bottom right, #3d6832, #283d21);
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 15px 30px;
    border-radius: 7px;
    font-size: 1.1em;
    /* font-size: 14px;
    font-weight: 600; */
    border: 0;
}
/* .comments .write_comment_btn:hover, .comments .write_comment button:hover {
    background-color: #636363;
} */
.comments .write_comment {
    display: none;
    padding: 20px 0 10px 0;
}
.comments .write_comment textarea {
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 150px;
    margin-top: 10px;
}
.comments .write_comment input {
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    width: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
}
.comments .write_comment button {
    cursor: pointer;
}
.write_comment button {
    font-size: 1.1em;
}
.comments .comment {
    padding-top: 10px;
}
.comments .comment .name {
    display: inline;
    padding: 0 5px 3px 0;
    margin: 0;
    /* font-size: 16px; */
    color: #555555;
}
.comments .comment .date .total{
    color: #888888;
    font-size: 14px;
}
.comments .comment .content {
    padding: 5px 0 5px 0;
}
.comments .comment .reply_comment_btn {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #888888;
}
.comments .comment .replies {
    padding-left: 30px;
}

.post_header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.post_header div:first-child {
    border-right: #283d21 1px solid;
    padding-right: 10px;
}

.post_header h5 {
    margin-bottom: 0px;
}

/*================SERVICES STYLE=================*/

.services_image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
}

.services_image img {
    /* width: 90%; */
    width: 100%;
    max-width: 550px;
    box-shadow: #283d21 5px 5px 10px;
}

.services_container {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
}

.services_group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.services_wrap {
    min-width: 300px;
    max-width: 350px;
    height: 350px;
    flex: 1;
    margin: 0 15px 30px;
}

.services_post_front{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* border: 4px solid #3d6832; */
    background-image: linear-gradient(to bottom right, #3d6832, #283d21);
    color: white;
    /* display: flex; */
}

.services_name {
    margin: 0px;
}

.services_container h4 {
    margin-top: 0px;
}

.services_ul {
    margin-top: -10px;
    list-style-type: none;
}

.services_post_info {
    /* padding: 20px 30px 30px; */
    padding: 20px;
}

.pricing h4:first-child {
    margin-bottom: 0px;
}

.services_name h3 {
    margin-bottom: 0px;
}


/*=====================FORM STYLE=================*/

.form_container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    justify-items: center;
    max-width: 550px;
}

.form_container .left, .form_container .center, .form_container .right {
    padding-bottom: 45px;
}

.form_field {
    padding: 10px;
    width: 300px;
    border-radius: 5px;
    font-family: 'Josefin Sans', sans-serif;
    border: 1px solid #ddd;
}

.form_group {
    padding-bottom: 15px;
}

.form_group label {
    font-size: 1.1em;
}

#visitorMessage {
    border-width: 2.5px;
}

#contact_button {
    padding: 15px 30px;
    border-radius: 7px;
    background-image: linear-gradient(to bottom right, #3d6832, #283d21);
    color: white;
    font-size: 1.1em;
    margin-bottom: 15px;
    font-family: 'Josefin Sans', sans-serif;
    margin: auto;
}


/*=========TESTIMONIALS STYLE===========*/
#testimonials_page {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}




/*============FLIP STYLE===================*/

.flip_container {
    max-width: 1300px;
    margin: auto;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.post_wrap {
    min-width: 300px;
    max-width: 400px;
    height: 500px;
    perspective: 1000px;
    flex: 1;
    margin: 0 15px 30px;
}

.post {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible !important;
    transition: transform 1s;
    /* -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d; */
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
}


.post_front {
    display: flex;
    align-items: center;
}

.flip_container .post_front, .flip_container .post_back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 8px 1px rgba(16, 24, 13, 0.5);
    border: 1px solid #3d6832;
}

.post_back {
    transform: rotateY(180deg);
    background-color: #283d2120;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post_wrap:hover .post {
    transform: rotateY(180deg);
}

.post_info {
    /* padding: 20px 30px 30px; */
    padding: 0px 30px 100px;
}

/*==============INSTRUCTIONS STYLE=============*/
.ga_access, .wordpress_access, .testimonials {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
}

.ga_access a, .wordpress_access a {
    color: #283d21;
}

.ga_access a:hover, wordpress_access a:hover {
    color: #3d6832;
}

/*==================COOKIE STYLE===============*/
#cookieConsent {
    /* background-color: rgba(40,61,33,0.8); */
    background-color: #283d21;
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 12px 0 12px 30px;
    font-family: 'Josefin Sans', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #fff;
    /* text-decoration: none; */
}
#closeCookieConsent {
    float: right;
    /* display: inline-block; */
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    /* font-weight: bold; */
    font-size: 2em;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    /* display: inline-block; */
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}


/*================FOOTER STYLE==================*/
footer {
    text-align: center;
    /* come back and play with this later... */
    /* background-image: linear-gradient(to bottom right, #283d21, #3d6832); */
    padding: 30px 0px;
}

.footer_hr {
    border: 1px solid #283d21;
    width: 80%;
    margin: auto;
}

footer a {
    text-decoration: none;
    /* text-transform: uppercase; */
    color:#283d21;
}

footer a:hover {
    color: #3d6832;
}

.linkedin img {
    width: 25px;
}


/**********************************************/
/*=============RESPONSIVE STYLE===============*/
/**********************************************/

@media (min-width: 675px) {

    main {
        padding: 15px 40px;
    }

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3, .form_group label {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.2em;
    }

    p {
        font-size: 1.15em;
    }

    .post_excerpt ul, .services_ul {
        font-size: 1.15em;
        margin-bottom: 0px;
    }

    .ga_access ol, .wordpress_access ol {
        font-size: 1.15em;
    }

    .logo {
        max-width: 250px;
        /* padding-bottom: 40px; */
    }

    .home_title {
        padding-top: 50px;
    }

    .menu_icon {
        display: none;
    }

    .logo_container {
        padding-left: 40px;
    }

    .nav_menu {
        width: 100% !important;
        height: auto;
        position: relative;
        display: grid;
        justify-items: end;
        padding-right: 25px;
        align-content: end;
    }

    .nav_menu ul {
        display: flex;
        /* justify-content: flex-start; */
        padding: 0px;
        /* margin: 0px 35px; */
        /* margin-left: 35px;
        margin-right: 35px; */
    }

    .nav_menu li {
        display: inline;
        align-self: center;
        padding: 0px;
    }

    .nav_menu a {
        padding: 15px;
    }

    .no_display {
        display: none !important;
    }

    .active_nav a {
        color: #283d21 !important;
        border-top: solid 4px #3d6832;
        border-bottom: solid 4px #3d6832;
        font-weight: normal !important;
    }

    .coming_soon {
        font-size: 9em;
    }

    /* .services_container {
        max-width: 700px;
    } */

    .home_banner_mobile {
        display: none;
    }

    .home_banner_desktop {
        display: block;
        width: 90%;
        margin: auto;
        box-shadow: #283d21 5px 5px 10px;
    }

    .post_wrap {
        min-width: 360px;
        max-width: 400px;
        height: 540px;
    }

    .flip_container {
        padding: 60px;
    }
    
    .services_container {
        padding: 60px;
    }

    .services_post_info {
        padding: 30px 20px;
    }

    .services_post_banner {
        display: grid;
        align-items: center;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        justify-items: stretch;
    }

    .pricing {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 1fr 1fr;
        align-items: end;
        justify-items: end;

    }

    #testimonials_page {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 50px;
    }

    .services_name h3 {
        margin-bottom: 22.4px;
    }

    .form_container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 25px;
        max-width: 800px;
        margin: auto;
        padding: 30px 0px;
    }

    .form_container h2 {
        margin-top: 0px;
    }

    .form_field {
        width: 300px;
    }

    input[type=text], input[type=tel], input[type=email], textarea {
        font-size: 1.15em;
    }

    .desktop_footer_container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        max-width: 90%;
        margin: auto;
    }

    footer p {
        color: #283d21;
        margin: 0px;
    }

    .footer_left {
        grid-column: 1/2;
        margin-top: 15px;
    }

    .footer_right {
        grid-column: 2/3;
        margin-top: 15px;
    }
}

@media (min-width: 950px) {

    blockquote {
        width: 60%;
    }

    .logo_container {
        padding-left: 65px;
    }

    .nav_menu {
        padding-right: 65px;
    }

    .post_wrap {
        height: 560px;
    }

    .services_text p {
        margin-top: 0px;
    }

    .services_image img {
        width: 100%;
    }

    .form_container {
        width: 75%;
        max-width: 1000px;
        justify-items: center;
        margin: auto;
        grid-gap: 40px;
    }

    .form_field {
        width: 400px;
    }

    .logo {
        max-width: 350px;
    }

    .comments {
        padding-top: 90px;;
    }

    .desktop_footer_container {
        width: 75%;
        max-width: 1000px;
    }

}