/*
 Theme Name:   Grace + Vine Studios 2022
 Theme URI:    https://graceandvinestudio.com
 Description:  A Genesis child theme for Grace + Vine Studios
 Author:       Grace and Vine Studios		
 Author URI:   https://graceandvinestudios.com
 Template:     genesis
 Version:      1.0

*/

@import url("../genesis/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
  font-family: 'Harlow Script';
  src: url("https://graceandvinestudios.com/wp-content/themes/gv_rebrand/fonts/HarlowDuoScript-Regular.woff2") format("woff2"),
       url("https://graceandvinestudios.com/wp-content/themes/gv_rebrand/fonts/HarlowDuoScript-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Harlow Serif';
  src: url("https://graceandvinestudios.com/wp-content/themes/gv_rebrand/fonts/HarlowDuoSerif-regular.woff2") format("woff2"),
       url("https://graceandvinestudios.com/wp-content/themes/gv_rebrand/fonts/HarlowDuoSerif-regular.woff") format("woff");
}

body {
    font-family: 'Poppins';
    color: #3D3E3F;
    margin: 0;
}
.site-header .wrap {
	padding: 25px 0 35px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.site-header {
	min-height:0;
    position: relative;
}

.site-inner {
	width:100%;
	max-width:100%;
	padding-top: 0;
}
.wrapper, .wrap {
	max-width:1180px;
	margin:0 auto;
}

.title-area {
	padding: 0;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
}

p.site-title, p.site-description {
	display: none;
}

.custom-logo-link img {
	max-width: 413px;
}
.site-inner {
    overflow: hidden;
    margin-bottom: 20px;
}
.nav-primary {
   
    text-align: right;
}
.nav-primary .wrap {
    padding: 0;
}
.second-nav {
    border-bottom:2px solid #627253;
    position: relative;
}

.second-nav ul {
    margin: 0;
}
.nav-primary {
    border-bottom: 2px solid #AFBFB1;
    position: relative;
}
.nav-primary:after {
    height: 2px;
    width: 100%;
    content: "";
    background-color: #AFBFB1;
    display: block;
    position: relative;
    bottom: 3px;
}
.nav-primary ul {
}
.nav-primary li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    position: relative;
    margin-right: 45px;
    border-bottom: 2px solid transparent;
    transition: .5s ease;
}
.nav-primary li:first-child {
    margin-left: -24px;
}
.nav-primary li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    margin-right: 8px;
    transition: .3s ease;
    position: absolute;
    top: 4px;
    left: -30px;
}
.nav-primary li:hover {
    text-decoration: underline;
}
.nav-primary li:hover:before {
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/menu_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.nav-primary li.search-icon {
    margin-right: 0;
}
.nav-primary li.search-icon:hover:before {
    display: none;
}
.nav-primary .sub-menu {
    position: absolute;
    text-align: center;
    padding-left: 0;
    border: 2px solid #D89679;
    background-color: #fff;
    z-index: 999;
    left: -10%;
    right: 0;
    width: 104%;
    min-width: 110px;
    margin: auto;
    display: none;
    transition: .3s ease;
    z-index: 99;
}
.nav-primary .sub-menu li {
    display: block;
    border-bottom: 2px solid #D89679;
    padding: 0 2px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 800;
    margin-left: 0;
    text-transform: uppercase;
    margin-right: 0;
}
.nav-primary .sub-menu li:last-child {
    border-bottom: 0;
}
.nav-primary .sub-menu li:hover {
    background-color:  #D89679;
    text-decoration: none;
}
.nav-primary .sub-menu li:hover a {
    color: #fff;
}
.nav-primary .sub-menu li:hover:after {
    display: none;
}
.nav-primary li.menu-item-has-children {
    position: relative;
}
.nav-primary .sub-menu li:hover:before {
    display: none;
}
.nav-primary li.menu-item-has-children:hover .sub-menu {
    display: block;
    
}
.mobile-menu, .mobile-search, .mobile-search-icon, .menu-icon {
    display: none;
}
.top-bar, .mobile-menu section.widget_text {
    background-color: #E15699;
    
}
.top-bar p, .mobile-menu section.widget_text  {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-widget-area {
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 215px;
}
#search-form{
    position: relative;
  
   
}
.header-widget-area {
    display: none;
}
.header-widget-area #search-form input {
      border: 1px solid #707070;
    width: 100%;
    box-shadow: none;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
#search-form input::placeholder {
     font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.wp-block-search__inside-wrapper {
    position: relative;
}
#search-form:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/search_icon.svg');
    width: 24px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
#search-form input {
    border-radius: 0;
     font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: #1A1819;
    height: 38px;
}
.footer-widgets {
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/mint-pattern-2.png');
    border-top: 2px solid #AFBFB1;
    background-size: cover;
    position: relative;
}
.footer-widgets:before {
    content: "";
    background-color: #AFBFB1;
    height: 2px;
    width: 100%;
    display: block;
    top: -8px;
    position: relative;
}
.footer-widgets .wrap {
    justify-content: space-between;
    display: flex;
    padding: 40px 0;
}
.footer-widgets .widget-title {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 900;
    text-transform: lowercase;
    color: #2F2F2F;
}
.footer-widget-area {
    display: inline-block;
    vertical-align: top;
}
.footer-widgets-1 {
    width: 288px;
    text-align: center;
}
.footer-widgets-3 {
    width: 200px;
}
.footer-widgets-3 .widget-title, .footer-widgets-4 .widget-title {
    margin-bottom: -15px !important;
}
.footer-widgets p {
    font-size: 17px;
    line-height: 24px;
}
.footer-widgets ul {
    padding-left: 0;
}
.footer-widgets li {
    font-size: 17px;
    line-height: 28px;
    list-style: none;
}
.footer-widgets li:hover {
    text-decoration: underline;
}

.site-footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.site-footer {
    font-size: 19px;
    background-color: #F4F4F4;
}
.site-footer div {
    flex-basis: 33%;
    text-align: center;
}
.site-footer div:nth-child(2) {
    text-align: left;
}
.site-footer div:nth-child(4){
    text-align: right;
}

input#searchsubmit {
    display: none;
}

h1 {
	    font-family: 'Harlow Serif';
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
}
h1.entry-title {    
    margin-top: 25px;
}

h1.post-title {
    font-family: 'Playfair Display';
    text-transform: lowercase;
    line-height: 35px;
    font-size: 35px;
    margin: 15px 0;
}
h2, .widget-title, .comment-reply-title, .single .entry-comments h3 {
	font-family: 'Harlow Serif';
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 42px;
    font-weight: 400;
}
.widget-title {
    font-size: 35px;
    text-align: inherit;
    font-family: 'Playfair Display';
    font-weight: 900;
}

h2.script {
    font-family: 'Harlow Script';
    font-size: 35px;
}
h3 {
	 font-family: 'Poppins';
    font-size: 24px;
    font-weight: 700;
    left: .02em;
    margin-top: 0;
    margin-bottom: 5px;
}
h4 {
	font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
}
a {
	color: #353531;
    text-decoration: none;
}

p {
	font-size:19px;
	line-height:23px;
    margin: 10px 0;
    font-family: 'Poppins';
    font-weight: 300;
}
input {
    background-color: #fff;
    border: 2px solid #162626;
    border-radius: 6px;
    padding-left: 12px;
    box-sizing: border-box;
}
.wp-block-button__link:hover {
    color: inherit !Important;
}
.btn-green a {
    background-color: #AFBFB1;
    border: 2px solid #AFBFB1;
    color: #3D3E3F;
    transition: .3s ease;
    
}
.btn-green:hover a {
    background-color:#fff;
    box-shadow: none;
}
.btn-orange a {
    background-color: #D89679;
    border: 2px solid #D89679;
    color: #3D3E3F;
    transition: .3s ease;
    padding: 5px 30px !important;
}
.btn-orange a:hover {
    background-color: #fff;
    box-shadow: none;
}
.btn-white a {
    background-color: #fff;
    color: #3D3E3F;
    border: 2px solid #fff;
    transition: .3s ease;
    box-shadow: 0px 3px 6px #00000029;
    padding: 4px 20px !important;
    border: 2px solid #fff;
    
}
.btn-white:hover a {
    background-color:#3D3E3F;
    color: #fff !Important;
    border-color: #3D3E3F;
}
.btn-black a {
    background-color: #3D3E3F;
    color: #fff;
    border:2px solid #3D3E3F;
    transition: .3s ease;
}
.btn-black:hover a {
    background-color: #fff;
    color: #3d3e3f;
}
.single .entry-content .btn-black a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    letter-spacing: .02em;
    font-weight: 600;
    padding: 4px 20px !important;
}
.btn-orange-underline a, .btn.btn-orange-underline a {
    border-bottom: 3px solid #D89679;
}
.btn-orange-underline a {
    background-color: transparent !important;
    color: #3D3E3F;
    padding-top: 6px !important;
    transition: .3s ease;
}
.btn-orange-underline a:after, .btn.btn-orange-underline a:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/arrow.svg');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.btn-orange-underline:hover a {
    padding-left: 6px !important;
    padding-right:6px !important;
    color: #3D3E3F !Important;
}
.btn-orange-underline .wp-block-button:hover, .btn.btn-orange-underline:hover a {
    background-color: #D89679 !important;
}
.btn.btn-orange-underline:hover a {
    padding: 2px 10px 0 !important;
}
.wp-block-button__link, .btn a  {
    font-family: "Poppins";
    font-size: 21px !Important;
    border-radius: 0 !Important;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 600;
    padding:  0!Important;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: inherit !Important;
}

.full-width-content .content {
    max-width: 1180px;
    margin: auto;
}
.home.full-width-content .content {
    max-width: 100%;
}
.
.wp-block-latest-posts__list li {
    text-align: center;
}
.wp-block-columns, .wp-block-column figure {
    margin-bottom: 0 !Important;
}

.wp-block-group__inner-container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.home-hero {
    background-color: #F4F4F4;
    padding: 35px 0;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
}
.home-hero .wp-block-columns {
    gap:60px;
    width: 1076px;
    margin: 0 auto;
    align-items: center !important;
}
.home-hero .wp-block-button__link {
    width: 250px;
    box-shadow: 0px 3px 6px #00000029;
    height: 40px;
    line-height: 30px;
}
.home-hero h2 {
    text-transform: lowercase;
}
.home-hero h2 em {
    font-style: normal !important;
    border-bottom: 3px solid #D89679;
}
.portfolio-icons {
    padding: 70px 0;
}
.portfolio-icons .wp-block-columns:not(.icons) {
    justify-content: center;
    gap: 100px;
    margin: 0 auto;
}
.portfolio-icons .wp-block-button {
    width: auto !important;
}
.portfolio-icons h3 {
    width: 80%;
    margin: 0 auto;
}
.mobile-mockup-slider img {
    width: 164px !important;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
.mobile-mockup-slider .wp-block-group__inner-container {
    width: 100%;
}
.mobile-mockup-slider .slick-prev, .mobile-mockup-slider .slick-next {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 150px;
}
.mobile-mockup-slider .slick-prev {
    right: auto;
    left: 0;
    z-index: 9999999;
}
.slick-prev:before, .slick-next:before {
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/arrow.svg');
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
}
.the-playlists .slick-next:after {
     background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/arrow.svg');
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
        display: inline-block;
    margin-left: 10px;
}
.the-playlists .slick-next:before {
    display: none;
}
.portfolio-icons .wp-block-columns.icons {
    gap:30px;
    margin-top: 50px;
    align-items: baseline !important;
}
.portfolio-icons .wp-block-columns.icons .wp-block-column {
    text-align: center;
    position: relative;
    transition: .6s ease;
    width: 114px;
    margin: 0 !important;
}
.portfolio-icons .wp-block-columns.icons .wp-block-column img {
    max-width: 110px;
}
.portfolio-icons .wp-block-columns.icons .wp-block-column:hover {
    top:-20px;
}
.portfolio-icons .wp-block-columns.icons figcaption {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #3D3E3F;
}
.featured-logos, .on-the-blog {
    border-bottom: 2px solid #D89679;
    border-top: 2px solid #D89679;
    padding: 30px;
    text-align: center;
    margin-top: 50px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.featured-logos .wp-block-columns {
    margin-top: -40px;
}
.featured-logos h2, .on-the-blog h2 {
    background-color: #fff;
    padding: 0 50px;
    position: relative;
    z-index: 9999;
    display: inline-block;
    top: -50px;
}
.testimonials-container {
    padding: 85px 0 110px;
}
.page-id-8914 .testimonials-container, .page-id-2386 .testimonials-container {
    padding: 85px 0 65px;
}
.testimonials .wp-block-button a {
    width: 245px;
    margin: 48px auto;
}
.testimonials .wp-block-button {
    position: relative;
    margin-top: -60px !important;
}
.testimonial-slider {
    justify-content: center;
}
.testimonial-slide {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #3D3E3F;
    height: 170px !important;
    align-items: center !important;
    justify-content: center;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 30px;
    opacity: .5;
}
.page-id-8914 .testimonial-slide {
    height: 200px !important;
}
.testimonial-slide.slick-current {
    opacity: 1;
}
.testimonial-slide .wp-block-column:last-child {
    margin-left: 10px !Important;
}
.testimonial-slide p {
    font-size: 19px;
    line-height: 24px;
    margin: 0;
}
.testimonials-container {
    position: relative;
}
.testimonials-container .slick-prev, .page-id-2368 .slick-prev {
    background-color: transparent;
    border: none;
    position: absolute;
    bottom: -50px;
    left:44%;
}

.testimonials-container .slick-next, .page-id-2368 .slick-next {
    background-color: transparent;
    border: none;
    position: absolute;
    bottom: -50px;
    right:44%;
}
.page-id-8914 .testimonials-container .slick-next, .page-id-2368 .group .slick-next {
    bottom: 60px;
    right: -7%;
}
.page-id-8914 .testimonials-container .slick-prev, .page-id-2368 .group .slick-prev {
    bottom: 60px;
    left: -7%;
}
.testimonials-container .slick-prev:before, .testimonials-container .slick-next:before {
    width: 24px;
    height: 24px;
}
.testimonials-container .slick-prev:before, .testimonials-container .slick-next:before {
    display: none;
}
.lets-chat a {
    padding: 5px 25px !important;

}
.testimonial-slide .testimonial-author {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    bottom: 15px;
    margin: 0;
}
.testimonial-slide a {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    bottom: 8px;
}
.testimonial-slide strong {
    position: absolute;
    bottom: 8px;
}
.testimonial-slide .wp-block-column:last-child p:first-child {
    margin-top: -20px;
}
.testimonial-slide a:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/green_arrow.svg');
    width: 11.8px;
    height: 11.3px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 7px;
}
.testimonial-slider .slick-list {
    width: 640px;
    margin: 0 auto;
    overflow: inherit !Important;
    margin-left: -30px;
}
.testimonial-slider .slick-slide:not(.slick-active) {
    opacity: .5;
}
.testimonials .wp-block-group__inner-container {
    max-width: 100%;
    width: 100%;
}
.slick-initialized .slick-slide.testimonial-slide {
    display: flex;
    width: 640px !Important;
    background-color: #fff;
}
.testimonials .slick-slide.slick-current {
    position: relative;
}
.testimonial-slide .wp-block-columns {
    align-items: center !important;
}
.group .slick-list{
    max-width: 629px;
    margin: 0 auto;
    padding: 0 32% !important;
}

.testimonial-container .wp-block-group__inner-container, .testimonials .wp-block-group__inner-container {
    max-width: 100%;
    width: 100%;
}
.testimonial-slide .wp-block-column:first-child {
    max-width: 122px;
}
.testimonials-container {
    position: relative;
}
.testimonials-container:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/testimonials-e1658880038373.png');
    width: 133px;
    height: 133px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    z-index: -99;
    left: 0;
    margin: auto;
    right: -685px;
}
.home-optin {
}
.home-optin .wp-block-columns {
    align-items: center !important;
}
.home-optin .wp-block-column {
    position: relative;
}

.formkit-form[data-uid="4683ad281d"] .formkit-alert-success {
    background-color: #fff !important;
    border-color: #D89679 !important;
    color: #000 !Important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    margin-top: -5px !important;
}
.home-optin .wp-block-column:first-child:after {
    background-color: #E4EEE7;
    height: 225px;
    width: 170%;
    left: -50%;
    position: absolute;
    z-index: -99;
    content: "";
    display: block;
    top: -20px;
}
.home-optin .wp-block-column:first-child h2, .podcast-optin .wp-block-column:first-child h2 {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    text-transform: lowercase;
}
.home-optin .formkit-fields, .in-post-optin .formkit-fields, .podcast-optin .formkit-fields, .in-post-optin .formkit-fields   {
    justify-content: center;
}
.in-post-optin .formkit-fields {
    gap:10px;
}
.home-optin .formkit-field, .in-post-optin .formkit-field, .podcast-optin .formkit-field, .in-post-optin .formkit-field {
    max-width: 170px;
}
.home-optin .formkit-field input, .in-post-optin .formkit-field input, .podcast-optin .formkit-field input {
    width: 170px;
    font-family: 'Poppins';
    font-size: 17px !Important;
    font-weight: 400;
    border-radius: 0 !Important;
    line-height: 40px !Important;
    border: none !important;
    padding: 0 0 0 10px !important;
}
.in-post-optin .formkit-field input {
    border: 2px solid #3D3E3F !important;
}
.home-optin .formkit-submit, .in-post-optin .formkit-submit {
   max-width:170px;
    font-family: 'Poppins';
    font-size: 21px !Important;
    font-weight: 600 !Important;
    letter-spacing: .02em;
    color: #fff;
    border-radius: 0 !Important;
    height: 40px;
    line-height: 14px;
    border: 2px solid #3d3e3f !important;
    background-color: #3D3E3F !important;
}

.podcast-optin .formkit-submit {
   max-width:170px;
    font-family: 'Poppins';
    font-size: 21px !Important;
    font-weight: 600 !Important;
    letter-spacing: .02em;
    color: #fff;
    border-radius: 0 !Important;
    height: 40px;
    line-height: 14px;
    /*border: 2px solid #3d3e3f !important;*/
    background-color: #3D3E3F !important;
}
.in-post-optin .formkit-submit {
    height: 44px;
}
.home-optin .formkit-submit:hover, .in-post-optin .formkit-submit:hover, .podcast-optin .formkit-submit:hover {
    background-color: #fff !Important;
    color: #3D3E3F !Important;
}
.home-optin .formkit-submit:hover span, .in-post-optin .formkit-submit:hover span, .podcast-optin .formkit-submit:hover span {
    opacity: 1 !important;
    background-color: #fff !important;
}
.formkit-powered-by-convertkit-container, .formkit-powered-by {
    display: none !important;
}
.gv-team {
    padding: 75px 0;
}
.gv-team .wp-block-columns {
    align-items: center !Important;
    gap:60px;
    justify-content: center;
}
.cat-slider {
    width: 910px;
    margin: 40px auto 0;
}
.cat-slider .slick-prev, .cat-slider .slick-next {
    background-color: transparent;
    border: none;
    position: absolute;
    right: -50px;
    top: 15px;
}
.slick-prev {
    transform: rotate(180deg);
}
.on-the-blog {
    padding: 30px 0 50px;
}
.on-the-blog p {
    width: 590px;
    margin: -40px auto 0;
}
.cat-slider .slick-prev {
    right: auto;
    left: -50px;
}
.blog-cat-link {
     box-shadow: 0px 3px 6px #00000029;
    height: 48px;
    padding: 0 20px;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    font-family:'Poppins';
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .02em;
    margin: 0 60px;
    background-color: #AFBFB1;
    transition: .3s ease;
    border: 2px solid #AFBFB1;
}

.blog-cat-link:nth-child(3n+2) {
    background-color: #E4EEE7;
    border: 2px solid #E4EEE7;
}
.blog-cat-link:nth-child(3n+3) {
    background-color: #D89679;
    border: 2px solid #D89679;
}
.blog-cat-link:hover {
    background-color: transparent;
}
.home-podcast {
    padding: 60px 0 45px;
}
.home-podcast .wp-block-columns:not(.the-episodes) {
    gap:75px;
}
.home-podcast .wp-block-columns:not(.the-episodes) .wp-block-column:first-child h2 {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .023em;
}
.home-podcast .wp-block-columns:not(.the-episodes) .wp-block-column:last-child p.intro {
    margin-top: 25px;
    font-size: 22px !Important;
    line-height: 30px;
}
.the-episodes {
    gap:20px !important;
    position: relative;
    margin-top: 65px;
}
.the-episodes:before {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/popular-e1658870803447.png');
    width: 118px;
    height: 118px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -45px;
    left: -38px;
    z-index: -99;
}
.home-podcast .wp-block-button {
    margin-top:30px !Important;
}
.the-episodes .wp-block-column {
    text-transform: capitalize;
    border: 2px solid #D89679;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
}
.the-episodes .wp-block-column p {
    padding: 14px 10px;
    margin: 0;
}
.the-episodes .wp-block-column a:hover {
    text-decoration: underline;
    text-decoration-color: #D89679;
}
.post-intro {
    background-color: #F4F4F4;
    padding: 50px 0;
}
.post-intro .wrapper {
    position: relative;
}
.cat-icon {
    position: absolute;
    left: 318px;
    top: 295px;
    width: 95px;
    height: 92px;
    object-fit: contain;
    background-repeat: no-repeat;
}
.post-intro .post-image{
    width: 366px;
    display: inline-block;
    vertical-align: top;
    margin-right: 75px;
}
.post-intro .post-image img {
    height: 368px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.post-intro-content {
    display: inline-block;
    vertical-align: top;
    width: 730px;
}
.post-intro-content p {
    font-size: 19px;
    line-height: 29px;
    font-style: italic;
}
.post-intro .links {
    display: flex;
    justify-content: space-between;
}
.post-intro .links .btn a {
    font-size: 17px !important;
}
.entry-content p.ez-toc-title {
    font-weight: 600 !important;
    font-size: 24px !important;
    letter-spacing: .02em;
    text-transform: lowercase;
}


.ez-toc-list li {
    font-size: 19px !important;
    font-weight: 500 !Important;
}
.archive-pagination{
    text-align: center;
    padding: 30px 0;
}
.archive-pagination ul {
    padding-left: 0;
}
.archive-pagination ul li{
    list-style: none;
    display: inline-block;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 4px;
    padding: 0 6px;
    letter-spacing: .02em;
    font-family: 'Poppins';
    text-decoration: none !important;
}
.archive-pagination ul li.active  {
    background-color: #D89679;
    border-radius: 50%;
    padding: 3px 14px;
}
.archive-pagination ul li:hover {
    border-bottom: 3px solid #D1773D;
}
.archive-pagination ul li.pagination-next, .archive-pagination ul li.pagination-previous {
    margin: 0 0 0 45px;
    position: relative;
    text-decoration: none;
    padding: 0;
    border-bottom: 3px solid #D89679;
    padding: 5px 0px 2px;
}
.archive-pagination ul li.pagination-next img, .archive-pagination ul li.pagination-previous img {
    width: 12px;
    height: 12px;
}

.facetwp-page.prev img {
    transform: rotate(180deg);
}

.archive-pagination ul li.pagination-previous, {
    margin: 0 45px 0 0;
    position: relative;
    text-decoration: none;
      border-bottom: 3px solid #D1773D;
    text-decoration: none;
    padding: 0;
    border: 2px solid #D1773D;
    border-radius: 18px;
    padding: 5px 10px;
}
.archive-pagination ul li.pagination-previous img {
    transform: rotate(180deg);
}
.archive-pagination ul li.pagination-previous:hover, .archive-pagination ul li.pagination-next:hover {
    background-color: #D1773D;
}
.sidebar-content .content-sidebar-wrap, .single .content-sidebar-wrap {
    max-width: 1180px;
    margin: 30px auto 0;
}
.single .content {
    width: 784px;
    display: inline-block;
    vertical-align: top;
    margin-left: 42px;
}
.sidebar {
    width: 350px;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}
.sidebar section:first-child.widget_media_image img {
    border-radius: 50%;
    width: 252px;
    height: 252px !important;
    object-fit: cover;
}
.sidebar h4.widget-title {
    font-family: 'Poppins';
    text-transform: lowercase;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 28px;
}
.sidebar .widget_search {
    margin-top: 75px;
}
.sidebar .widget_search #search-form {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.sidebar .widget_search #search-form input {
    border: none;
    border-bottom: 2px solid #AFBFB1;
    width: 100%;
}
.sidebar .widget_search #search-form:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #AFBFB1;
    position: absolute;
    bottom: -7px;
}
.sidebar .widget_search #search-form:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/search_icon.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
}
.sidebar section:nth-child(4).widget_text {
    border: 2px solid #3D3E3F;
    text-align: center;
    padding: 30px;
    margin-top: 40px;
}
.sidebar section:nth-child(4).widget_text a:hover {
    text-decoration: underline;
}
.sidebar section:nth-child(4).widget_text h4.widget-title {
    font-family: 'Harlow Serif';
    margin-top: 0;
    font-size: 35px;
    margin-top:  0px;
}
.sidebar .widget_text ul {
    padding-left: 0;
}
.sidebar .widget_text li {
    list-style: none;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 15px 0;
}
.sidebar .widget_text li:before {
    content: "";
    border-radius: 50%;
    border: 2px solid #AFBFB1;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.sidebar section:nth-child(5).widget_media_image {
    margin-top: 40px;
    position: relative;
    z-index: 999;
}
.sidebar section:nth-child(5).widget_media_image img {
    width: 100%;
    height: 223px !important;
    object-fit: cover;
}
.sidebar section.convertkit, .sidebar .enews {
    background-color: #E4EEE7;
     position: relative;
    padding-top: 52px;
    width: 85%;
    margin: -30px auto 60px;
    padding-bottom: 30px;
}
.sidebar .enews  h3 {
    text-transform: lowercase;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .02em;
}
.sidebar section.convertkit .formkit-fields {
   justify-content: center;
   
}
.sidebar section.convertkit .formkit-field, .sidebar .enews input {
    max-width: 211px;
    width: 211px;
}
.sidebar section.convertkit .formkit-field input, .sidebar .enews input {
    border: none;
    background-color: #fff;
    text-align: center;
    height: 40px;
    border-radius: 0;
    margin: 5px 0;
    padding-left: 0;
}
.sidebar section.convertkit .formkit-submit, .sidebar .enews input.enews-submit {
     max-width: 211px;
    width: 211px;
    font-family: 'Poppins' !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    background-color: #3d3e3f;
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
    text-transform: uppercase;
    border: 2px solid #3d3e3f;
}
.sidebar .enews input.enews-submit:hover {
    background-color: #fff;
    color: #3d3e3f;
}
.sidebar section:nth-child(7).widget_text {
    border: 3px solid #AFBFB1;
    padding: 5px 20px 35px;
    text-align: center;
}
.sidebar section:nth-child(7).widget_text h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: .02em;
}
.sidebar section:nth-child(7).widget_text .btn-green {
    width: 200px;
    margin-top: 15px;
    margin: 15px auto 0;
}
.sidebar section:nth-child(7).widget_text .btn-green a {
    padding: 5px 15px !important;
}

.single .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sidebar-content .content {
    width: 784px;
}
 .entry-content a, .body:not(.home) .entry-content a:not(.wp-block-button__link) {
    text-decoration: underline;
    color:#D1773D;
    font-weight: 500;
}
a.wp-block-button__link {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: 600 !important;
    padding: 4px 20px !important;
}
.single .entry-content a:hover {
    
}
.entry-content p, .entry-content li {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
}
.entry-content ul {
    padding-left: 20px;
}
.entry-content li {
    margin-bottom: 20px;
}
.entry-content li::marker {
    color: #D1773D;
}

.single .wp-block-group__inner-container {
    max-width: 100%;
    width: 100%;
}
.single .entry-content h2 {
    font-size: 38px;
    line-height: 46px;
    display: inline-block;
    font-family: 'Harlow Serif';
    margin-top: 15px;
}
.single .entry-content h2 strong, .single .entry-content h3 strong {
    font-weight: 400;
}
.single .entry-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Harlow Serif';
    font-weight: 700;
}
.single .entry-content h4 {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Harlow Serif';
}
.entry-content img {
    width: 100%;
    height: auto;
}

.single .content .entry-header {
    display: none;
}


.breadcrumbs {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
}
.breadcrumbs a {
    text-decoration: underline;
    color: #D89679;
    position: relative;
    display: inline-block;
}
.breadcrumbs a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
}
.breadcrumb_last {
    font-weight: 400;
}
.post-intro-content .entry-meta {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.post-intro-content h1 {
    margin: 15px 0 10px;
}
.next-step {
    border: 2px solid #D89679;
    box-shadow: 0px 3px 6px #00000029;text-align: center;
    margin-top: 60px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.next-step h2 {
       background-color: #fff;
    padding: 0 32px;
    font-weight: 400;
    top: -40px;
    position: relative;
}
.next-step p {
    margin-top: -40px;
}
.single .entry-content .next-step a:hover {
    text-decoration: underline;
    text-decoration-color: #D89679;
}
h6 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .02em;
    margin: 15px 0;
    text-transform: uppercase;
}
.next-step h6 {
    top: -50px;
    position: relative;
    
}
.single .entry-content .next-step a {
    text-transform: capitalize;
    color: inherit;
    text-decoration: none;
    position: relative;
    top:-15px;
    font-size: 22px;
}
.single .entry-content .cta-1 h2 {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    text-transform: lowercase;
    color: #2F2F2F;
    line-height: 40px;
    letter-spacing: .02em;
    width: 81%;
}
.cta-1 {
    position: relative;
}
.cta-1 .wp-block-column:first-child {
    width: 206px;
}
.cta-1 .wp-block-column:first-child img {
    width: 206px;
    height: 309px;
    object-fit: cover;
}
.cta-1 .wp-block-columns {
    gap:0;
    align-items: center !important;
}
.cta-1 .wp-block-column:last-child {
    background-color: #F8E1D7;
    margin-left: 0 !Important;
    padding-left: 30px;
    max-height: 300px;
    padding-bottom: 25px;
    padding-top: 10px;
}
.cta-1 h2 {
    margin-bottom: 0;
}
.wp-block-group.cta-2 {
    border-top: 2px solid #AFBFB1;
    border-bottom: 2px solid #AFBFB1;
    padding: 30px 0 !important;
    position: relative;
    margin-top: 40px;
}
.cta-2:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #AFBFB1;
    position: absolute;
    top: -7px;
}
.cta-2:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #AFBFB1;
    position: absolute;
    bottom: -7px;
}

.single .entry-content .cta-2 h2 {
    font-size: 42px;
    margin-top: 0;
}
.in-post-optin {
    background-color: #E4EEE7;
    text-align: center;
    padding: 35px 80px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.single .entry-content .in-post-optin h2 {
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: lowercase;
    line-height: 42px;
    margin-bottom: -5px;
    margin-top: 0;
}
.topics {
    border-top: 2px solid #D89679;
    border-bottom: 2px solid #D89679;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
}
.topics h2 {
    padding: 0 30px;
    background-color: #fff;
    top: -50px;
    position: relative;
    display: inline-block;
}
.topics p {
    margin-top: -50px;
    padding: 0 50px;
}
.topics .slick-list {
  width: 70%;
    margin: 0 auto;
}
.topics .cat-slider {
    width: 100%;
}
.topics .blog-cat-link {
    margin: 0 30px;
}
.topics .cat-slider .slick-prev {
    left: 0;
}
.topics cat-slider .slick-next {
    right: 0;
}
.about-author {
    background-color: #F8E1D7;
    padding: 30px;
    margin-top: 40px;
}
.about-author .wp-block-columns {
    align-items: center !important;
}
.about-author h2 {
    position: relative;
    left: -56px;
    font-size: 44px;
    width: calc(100% + 56px);
}
.single-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    position: relative;
}
.single-pagination:after {
    bottom: -25px;
    top: auto;
}
.single-pagination-prev, .single-pagination-next {
    width: 370px;
}
.single-pagination-prev {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-pagination-next {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-pagination-prev .pag-right, .single-pagination-next .pag-left {
    flex-basis: 138px;
}
.single-pagination-next .pag-right, .single-pagination-prev .pag-left {
    flex-basis: 202px;
}
.single-pagination-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.single-pagination-title {
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: 300;
    line-height: 28px;
    display: block;
}
.single-pagination-link {
    font-family: 'Poppins';
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    padding-right: 35px;
    padding-bottom: 2px;
    position: relative;
}
.single-pagination-prev .single-pagination-link {
    padding-left: 35px;
    padding-right: 0;
}

.single-pagination-link:after {
      background-image: url('');
    background-size: cover;
    width: 20px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
}
.single-pagination-prev .single-pagination-link:after {
    right: auto;
    transform: rotate(180deg);
    left: 0;
}
.single-pagination-link:hover {
    border-color: #E15699;
}

/* Comments */
.comment-respond {
    margin-top: 50px;
    margin-bottom: 30px;
}

.single h3.comment-reply-title, .single .entry-comments h3 {
    margin-top: 0;
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 700;
    text-transform: lowercase;
}
.comment-form input, .comment-form textarea {
    border: 2px solid #AFBFB1;
    background-color: #fff;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 0;
    box-sizing: border-box;
}
.comment-form textarea {
    height: 312px;
}
.comment-form label {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    text-transform: initial;
}
.comment-form .submit {
    background-color: #AFBFB1;
    color: #3D3E3F;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    width: 244px;
    padding: 0;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border: none;
    border-radius: 0;
    border: 2px solid #AFBFB1;
    cursor: pointer;
    transition: .3s ease;
}
.comment-form .submit:hover {
    background-color: #fff;
}
.comment-list {
    list-style: none;
    padding-left: 0;
}
li.comment .avatar {
    display: none;
}
.comment-author {
    margin-bottom: 5px;
}
.comment-meta, .comment-author {
    margin-top: 0;
}
.comment-author-name, span.says {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 10px;
    color: #3D3E3F;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.comment-author-name a {
    color: #1A1819;
}
.comment-meta {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
}

li.comment {
    list-style: none;
    position: relative;
    padding-bottom: 30px;
    padding-top: 35px;
    border-top: 2px solid #AFBFB1;
}
li.comment:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7px;
    background-color: #AFBFB1;
}
li.comment .children li.comment {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}
li.comment .children li.comment:after {
    display: none;
}
li.comment .children {
    border: 2px solid #3D3E3F;
    margin: 30px 0 30px 30px;
    padding: 15px 25px;
}
.comment-reply a {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #D89679;
}   

.comment-reply a:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/search_icon.svg');
    width: 18px;
    height: 18px;
    background-size: contain;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 9px;
    top: 2px;
}
.entry-comments {
    margin-top: 40px;
}

.podcast-intro .wp-block-columns:not(.podcast-links) {
    align-items: center !important;
    gap:45px;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 30px;
}
.podcast-intro h2 {
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: lowercase;
}
.podcast-page-the-episodes {
    width: 820px;
    margin: 30px auto;
}
.listener-review {
    text-align: center;
    position: relative;
    margin: 45px 0;
}
.the-review {
    border: 2px solid #AFBFB1;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    width: 630px;
    position: relative;
    padding: 30px 0;
    align-items: center !important;
    margin: 0 auto;
    justify-content: center;
}
.listener-review:before, .listener-review:after {
    content: "";
    height: 2px;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background-color: #3D3E3F;
    position: absolute;
    top:135px;
}
.listener-review.first:before {
    top:118px;
}
.listener-review.first:after {
    top:124px;
}
.listener-review:after {
    top:140px;
    z-index: -9;
}
.about-madison {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.about-madison .about-author .wp-block-columns {
    justify-content: center;
}
.podcast-optin {
    margin: 40px auto;
}
.podcast-optin .wp-block-columns {
    align-items: center !important;
}
.podcast-optin .wp-block-column:first-child {
   position: relative;
}
.podcast-optin .wp-block-column:first-child:after {
    height: 225px;
    width: 170%;
    left: -50%;
    position: absolute;
    z-index: -99;
    content: "";
    display: block;
    top: -20px;
    /*border-top: 3px solid #D89679;*/
   /* border-bottom: 3px solid #D89679;*/
}
.podcast-optin .formkit-submit {
    background-color: #D89679 !important;
    color: #fff !Important;
    text-transform: uppercase;
    border: 2px solid #D89679 !important;
    height: 44px;
}
.podcast-optin .formkit-field input {
    border: 2px solid #D89679 !important;
    color: #000;
}
.podcast-optin .formkit-field input::placeholder {
    color: #000;
}
.podcast-playlists {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    background-color: #F4F4F4;
    padding: 30px 0;
}
.podcast-playlists h3 {
    text-transform: uppercase;
}
.podcast-playlists h2.script {
    text-align: center;
    margin-left: -175px;
    font-size: 52px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.podcast-playlists h2:not(.script) {
    position: absolute;
    top: 29px;
    margin-left: 680px;
}
.the-playlists .slick-track {
    height: 490px;
}
.podcast-playlists .slick-prev {
    display: none !Important;
}
.playlist-category {
    position: absolute;
    top: 68px;
    text-align: center;
    margin-left: 182px;
}
.playlist-category h2 {
    font-size: 35px;
}
.the-playlists .slick-next {
    margin: 25px auto;
    display:  block;
    background-color: transparent;
    border: none;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 3px solid #D89679;
}
.podcast-idea {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #F8E1D7;
    padding: 60px 0;
}
.podcast-idea .wp-block-columns {
    align-items: center !important;
    justify-content: center;
}
.podcast-idea h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: .02em;
}
.entry-content .podcast-idea p.large {
    font-size: 20px;
}
.entry-content .podcast-idea p.small {
    font-size: 17px;
    line-height: 24px;
}
.podcast-idea .btn-white {
    margin-top: 20px;
}
.page-template-default .entry-footer {
    display: none;
}
.podcast-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 25px;
    justify-content: center;
}
.podcast-post {
    width: 249px;
    text-align: center;
}
.episode-feed h2 {
    font-family: 'Poppins';
    text-transform: lowercase;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 32px;
    text-align: center;
}
.podcast-post img {
    width: 100%;
    height: 327px;
    object-fit: cover;
}
.podcast-post h2 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    letter-spacing:0;
    line-height: 26px;
    text-transform: capitalize;s
}
.podcast-post h2:hover {
    text-decoration: underline;
}
.wp-pagenavi .pages, .wp-pagenavi .first {
    display: none;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    height: 35px;
    display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi {
    text-align: center;
    margin: 30px auto 40px;
}
.wp-pagenavi a, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    border: none !important;
     font-size: 21px !important;
    font-weight: 600;
    letter-spacing: .02em;
    background-color: transparent !important;
}
.wp-pagenavi span.current {
    background-color: #D89679 !Important;
    border-radius: 50%;
    padding: 2px 10px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink  {
    border-bottom: 3px solid #D89679 !Important;
    position: relative;
    font-size: 21px !important;
    font-weight: 600;
    letter-spacing: .02em;
    background-color: transparent !important;
    width: auto !Important;
    height: auto;
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background-color: #D89679 !important;
    padding-left: 6px !important;
    padding-right:6px !important;
}
.wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.nextpostslink:after {
 content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/arrow.svg');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.wp-pagenavi a.previouspostslink:before {
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: 0;
}
.services-heading {
    background-color: #F4F4F4;
    padding: 20px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.services-hero {
    padding: 40px 0 65px;
}
.services-hero h2.script {
    margin-top: 85px;
}
.services-portfolio {
    position: relative;
    border-top: 2px solid #AFBFB1;
    border-bottom: 2px solid #AFBFB1;
    width: 100vw;
    left:  50%;
    margin-left: -50vw;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 65px;
}
.services-portfolio:before {
    height: 2px;
    width: 100vw;
    background-color: #AFBFB1;
    position: absolute;
    top: -7px;
    content: "";
    margin-left: -50vw;
}
.services-portfolio:after {
    height: 2px;
    width: 100vw;
    margin-left: -50vw;
    background-color: #AFBFB1;
    position: absolute;
    bottom: -7px;
    content: "";
}
.services-portfolio h4 {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    color: #3D3E3F;
    line-height: 32px;
    letter-spacing: .02em;
    margin-bottom: 0;
    display: block;
    background-color: #fff;
    padding: 0 40px;
        position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -30px;
    width: 600px;
}
.services-portfolio h2 {
    font-family: 'Poppins';
    text-transform: lowercase;
    font-size: 29px;
    font-weight: 700;
    color: #3D3E3F;
    line-height: 32px;
    letter-spacing: .02em;
      display: block;
    background-color: #fff;
    padding: 0 40px;
    margin-bottom: 40px;
}
.service-portfolio .wp-block-buttons {
    margin-top: 30px;
}
.service-portfolio .wp-block-column:last-child figure:last-child {
    margin-top: 25px;
}
.calendar iframe {
    margin: 0 !important;
}
.secret {
    background-color: #F8E1D7;
    box-shadow: 0px 3px 6px #00000029;
    width: 797px;
    position: relative;
    margin: 0 auto;
    padding: 30px 0 90px;
}
.secret:after {
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    bottom: -40px;
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/submark-2.svg');
    width: 91px;
    height: 88px;
    background-size: contain;
    background-repeat: no-repeat;
}
.secret .wp-block-group__inner-container {
     width: 797px;
}
.secret p {
    font-size: 26px;
    line-height: 39px;
}
.secret h2 {
    margin-bottom: 0;
}
.secret h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: lowercase;
}
.services-team {
    margin: 115px 0 75px;
    position: relative;
}
.services-team:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/08/Scroll-Group-1.svg');
    height: 246px;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: absolute;top: 33px;
    z-index: -9;
}
.services-team .wp-block-columns {
    align-items: center !important;
    justify-content: center;
}
.services-team p {
    line-height: 44px;
}
.service-offers h2.header {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: lowercase;
}
.service h2 span {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 700;
}
.service {
    margin-bottom: 130px;
}
.service h2 {
    margin-left: 35px;
    text-transform: lowercase;
}
.service-top {
    margin-bottom: 15px;
}
.service-top .wp-block-group__inner-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service .wp-block-columns .wp-block-column:last-child {
    width: 438px;
    padding-left: 15px;
}
.service .wp-block-columns .wp-block-column:first-child {
    width: 400px;
}
.service .wp-block-columns .wp-block-column:last-child ul {
    padding-left: 0;
    
}
.service .wp-block-columns {
    display: block;
}
.service .wp-block-column {
    display: inline-block;
    vertical-align: top;
}
.service-offers {
    width: 900px;
    margin: 0 auto;
}
.service-offers .wp-block-group__inner-container {
    width: 100%;
}
.service .wp-block-button a {
    width: 200px;
    height: 40px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: .02em;
    color: #3D3E3F;
    transition: .3s ease;
}
.service .wp-block-button a:hover {
    background-color: transparent !Important;
}
.service:nth-child(2) .wp-block-button a,
.service:nth-child(5) .wp-block-button a{
    background-color: #AFBFB1;
    border: 2px solid #AFBFB1;
}
.service:nth-child(3) .wp-block-button a {
    background-color: #D89679;
    border: 2px solid #D89679;
}
.service:nth-child(4) .wp-block-button a {
    background-color: #F4F4F4;
    border: 2px solid #F4F4F4;
}


.service:nth-child(2) .wp-block-columns, .service:nth-child(5) .wp-block-columns {
    border-top: 2px solid #AFBFB1;
    position: relative;
}
.service:nth-child(2) .wp-block-columns:before, .service:nth-child(5) .wp-block-columns:before {
    background-color: #AFBFB1;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: -7px;
}
.service:nth-child(3) .wp-block-columns {
    border-top: 2px solid #D89679;
    position: relative;
}
.service:nth-child(3) .wp-block-columns:before {
    background-color: #D89679;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: -7px;
}
.service:nth-child(4) .wp-block-columns {
    border-top: 2px solid #2F2F2F;
    position: relative;
}
.service:nth-child(4) .wp-block-columns:before {
    background-color: #2F2F2F;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: -7px;
}
.service li::marker {
    color: #000;
}
.service:nth-child(2) .wp-block-column:first-child, .service:nth-child(5) .wp-block-column:first-child {
    background-color: #E4EEE7;   
    padding-left: 25px;
}
.service:nth-child(3) .wp-block-column:first-child {
    background-color: #F8E1D7; 
    padding-left: 25px;
}
.service:nth-child(4) .wp-block-column:first-child {
    background-color: #F4F4F4;   
    padding-left: 25px;
}
.service .wp-block-column:last-child li {
    list-style: none;
    position: relative;
    margin-left: 24px;
}
.service .wp-block-column:last-child li:before {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/arrow.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: -24px;
    top:6px;
}
.service-portfolio .wp-block-columns {
    gap:0;
}
.service-portfolio .wp-block-buttons.is-content-justification-right {
    justify-content: center !important;
}
.portfolio-hero {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    border-bottom: 2px solid #AFBFB1;
    padding-bottom: 50px;
}
.portfolio-hero:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #AFBFB1;
    position: absolute;
    bottom: -6px;
}
.portfolio-hero .wp-block-group__inner-container{
    width: 794px;
    margin: 0 auto;
}
.portfolio-hero .wp-block-buttons {
    margin-top: 30px;
}
.portfolio-hero .wp-block-columns {
    justify-content: center;
    align-items: baseline;
    margin-top: 20px;
    margin-bottom: 25px;
}
.portfolio-hero .wp-block-column {
    max-width: 118px;
    text-align: center;
}
.portfolio-hero .wp-block-button a {
    width: 215px;
}
.projects  {
    justify-content: center;
    gap: 140px;
    padding-bottom: 60px;
    padding-top: 75px;
    align-items: flex-start;
}
.projects .btn-orange-underline:hover {
    background-color: #D89679 !important;
}
.projects.has-background {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding: 75px 0 60px;
}
.projects .wp-block-column {
    max-width: 402px;
    position: relative;
}
.portfolio-hero .wp-block-column figcaption {
    font-weight: 600; 
    font-size: 15px;
}
.projects .wp-block-column p {
    margin-bottom: 25px;
}
.projects .wp-block-column p strong {
    font-weight: 600;
    font-size: 21px;
}
.projects .wp-block-column .btn-orange-underline {
    position: absolute;
    right: 0;
    bottom: 21px;
}
.projects h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: .02em;
}
.portfolio-cta {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-color: #F4F4F4;
    padding: 40px 0;
}
.portfolio-cta h3 {
    font-size: 32px;
    font-weight: 700;
}
.portfolio-cta .wp-block-button a {
    padding: 4px 20px !Important;
    margin-top: 20px;
}
.about-hero {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding: 30px 0;
    background-color: #FAFAFA;
}
.about-hero .wp-block-columns {
    align-items: center !important;
    gap:50px;
    justify-content: center;
}
.about-hero h2 em {
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: #D89679;
}
.about-intro {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
}
.about-intro .wp-block-group__inner-container, .service-intro .wp-block-group__inner-container {
    width: 814px;background-color: #E4EEE7;
    position: relative;
    padding: 50px 110px;
    box-sizing: border-box;
}
.about-intro p.large, .service-intro p {
    font-size: 24px;
    line-height: 35px;
}
.about-intro:before, .service-intro:before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 125px;
}
.about-intro:after, .service-intro:after {
    content: "";
    background-color: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 132px;
    z-index: -9;
}
.boxes .wp-block-columns {
    justify-content: center;
    margin-bottom: 40px !important;
}
.boxes .wp-block-column {
    border: 2px solid #D89679;
    max-width: 311px;
    height: 148px;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px #00000029;
    justify-content: center;
}
.about-page-madison {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background-color: #F8E1D7;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 55px 0;
}
.about-page-madison:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 20px;
}
.about-page-madison:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
}
.about-page-madison img {
    height: 405px !Important;
    object-fit: cover;
}
.about-page-madison .wp-block-columns {
    align-items: center !important;
    justify-content: center;
    gap:45px;
}
.about-page-madison .wp-block-group__inner-container:before {
    content: "";
    height: 2px;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -50vw;
}
.about-page-madison .wp-block-group__inner-container:after {
    content: "";
    height: 2px;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -50vw;
}
.about-portfolio{
    align-items: center;
    position: relative;
    margin: 80px auto !important;
}
.about-portfolio.wp-block-columns:before {
    content: "";
    background-color: #E4EEE7;
    width: 92%;
    height: 215px;
    position: absolute;
    z-index: -99;
    padding: 30px 0 30px 20px;
    box-sizing: border-box;
    bottom: 26px;
}
.about-portfolio.wp-block-column:first-child h2 {
    margin-top: 35px;
}
.about-team .wp-block-columns {
    align-items: center !Important;
}
.about-portfolio .wp-block-column:first-child {
    padding-left:75px;
    box-sizing: border-box;
    padding-top: 28px;
    box-sizing: border-box;
}
.about-team .wp-block-columns:after {
    content: "";
    background-color: #F4F4F4;
    width: 120%;
    height: 380px;
    position: absolute;
    z-index: -99;
    padding: 30px 0 30px 20px;
    box-sizing: border-box;
    margin-left: 100px;
}
.about-team p, .green-background p, .about-madison-3 p, .about-team-cont {
    margin: 30px 0;
}
.entry-content .about-team-cont {
    font-size: 22px;
    line-height: 36px;
    padding: 40px 90px;
}
.green-background, .included {
    background-color: #E4EEE7;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;  
    padding: 30px 0 45px;
    margin-bottom: 60px;
}
.entry-content .green-background p, .about-madison-3 p {
    font-size: 22px;
    line-height: 36px;
     font-size: 22px;
    line-height: 36px;
}
.green-background:before, .included:before {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/08/double_green_line.svg');
    height: 7px;
    width: 100%;
    position: absolute;
    top: -6px;
}
.green-background:after, .included:after{
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/08/double_green_line.svg');
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: -6px;
}
.green-background .wp-block-group__inner-container:after, .included.wp-block-group__inner-container:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/08/white_light_bulb.svg');
    width: 127px;
    height: 131px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: 25px;
}
.about-madison-2 {
    align-items: center !important;
    margin-bottom: 60px !Important;
}
.about-madison-2:before {
    content: "";
    background-color: #F8E1D7;
    height: 100%;
    width: 118%;
    position: absolute;
    z-index: -99;
    left: -40%;
}
.about-madison-2 .wp-block-column:first-child {
    padding: 30px 0 30px 20px;
    box-sizing: border-box;
}
.about-madison-2 h2:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/08/white_flower.svg');
    width: 104px;
    height: 112px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    margin-left: 20px;
    margin-top: -15px;
}
.entry-content .about-madison-2 li::marker {
    color: #000000;
}
.about-madison-3 {
    background-color: #EDEDED;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding: 60px 0;
    margin-bottom: 100px;
}
.about-madison-3 .wp-block-group__inner-container {
    padding: 0 111px;
    box-sizing: border-box;
}
.about-madison-3:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/07/submark.svg');
    width: 105px;
    height: 102px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom:-50px;
}
.about-podcast {
    align-items: center !important;
}
.entry-content .about-podcast p {
    font-size: 21px;
    line-height: 37px;
    margin: 25px 0;
}
.about-podcast p strong {
    text-decoration: underline;
}
.about-links {
    margin-top: 70px;
    margin-bottom: 30px;
    border-top: 2px solid #D89679;
    border-bottom: 2px solid #D89679;
    text-align: center;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding-bottom: 30px;
}
.about-links h2 {
    background-color: #fff;
    padding: 0 30px;
    margin-top: -20px;
    display: inline-block;
}
.about-links .wp-block-buttons {
    gap:85px;
    padding-top: 15px;
}
.about-links .wp-block-button a {
    box-shadow: 0px 3px 6px #00000029;
    padding: 12px 20px !important;
    font-weight: 600 !Important;
    color: #000;
    transition: .3s ease;
}
.about-links .wp-block-button:first-child a, .about-links .wp-block-button:nth-child(4) a {
    background-color: #AFBFB1;
    border: 2px solid #AFBFB1;
}
.about-links .wp-block-button:nth-child(2) a {
    background-color: #E4EEE7;
    border: 2px solid #E4EEE7;
}
.about-links .wp-block-button:nth-child(3) a {
    background-color: #D89679;
    border: 2px solid #D89679;
}
.about-links .wp-block-button:hover a {
    background-color: #fff !important;
}
.service-heading {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background-color: #FAFAFA;
    padding: 25px 0;
    margin-bottom: 30px;
}
.service-hero .btn-green a {
    padding: 4px 20px !Important;
    margin-top: 20px;
}
.service-heading h2, .service-hero h2 {
    margin-bottom: 0;
}
.service-hero {
    align-items: center !important;
}
.service-hero .wp-block-column:last-child figure {
    text-align: center;
}
.service-hero .wp-block-column:last-child img {
    width: 355px;
}
.service-intro {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
.service-intro p {
     font-weight: 600;
}
.service-intro p strong {
    text-decoration: underline;
}
.service-intro-cont p {
    font-size: 24px;
    line-height: 36px;
   
}
.service-intro-cont p strong {
   color: #ADBEAF;
    
}
.service-intro-cont .wp-block-columns {
    align-items: center !important;
}
.service-intro-cont .wp-block-columns:after {
    content: "";
    background-color: #F4F4F4;
    width: 120%;
    height: 280px;
    position: absolute;
    z-index: -99;
    padding: 30px 0 30px 20px;
    box-sizing: border-box;
}
.process {
    margin-top: 50px;
    position: relative;
}
.process:before {
    background-color: #000;
    height: 80%;
    width: 2px;
    content: "";
    position: absolute;
    left: 29px;
}
.page-id-2368 .process-1:before {
    height: 60%;
}
.page-id-2368 .process-2:before {
    height: 80%;
}
.page-id-2368 .includes-cont {
    margin-top: 65px;
}
.includes-cont {
    margin: 75px auto;
}
.page-id-2368 .includes-cont .btn-green a {
    padding: 4px 21px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-template-page_landing .wp-block-button a {
    padding: 20px 30px !important;
    font-weight: 700;
}
.process h2 {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    margin-left: 100px;
    margin-bottom: 30px;
    text-transform: lowercase;
}
.page-template-page_landing .site-header, .page-template-page_landing .footer-widgets, .page-template-page_landing .site-footer {
    display: none;
}
.page-template-page_landing p {
    line-height: 40px;
    margin: 25px 0;
}
.process-step {
    margin-bottom: 30px !important;
}
.process-step h3 {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.process-step .wp-block-column:first-child h2 {
    font-size: 50px;
    background-color: #E4EEE7;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: 'harlow serif';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.process-step:nth-child(odd) .wp-block-column:first-child h2 {
    background-color: #F8E1D7;
}
.investment {
    background-color: #F8E1D7;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
     box-shadow: 0px 3px 6px #00000029;
    padding: 22px 0;
    margin-top: 65px;
}
.process .btn-orange {
    margin-top: 30px !important;
}
.process .btn-orange a {
   padding: 8px 30px !important;
}
.service-portfolio-intro p {
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    width: 744px;
    margin: 0 auto;
}
.service-portfolio-intro p strong {
    color: #ADBEAF;
}
.service-portfolio .wp-block-columns {
    justify-content: center;
    margin-top: 40px;
}
.service-portfolio .wp-block-column:last-child figure:first-child img {
    width: 350px;
}
.included {
    margin-top: 40px;
    margin-bottom: 40px;
}
.included ul {
    width: 336px;
    margin: 0 auto;
}
.entry-content .included li::marker {
    color: #000;
}
.includes-cont figcaption {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.faqs {
    margin: 50px 0;
}
.faqs a {
     text-decoration: underline;
    color:#D1773D;
    font-weight: 500;
}
.faqs h2 {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.each-faq .q {
    border: 2px solid #D89679;
    padding: 15px 32px;;
    margin-bottom: 0;
    position: relative;
}
.each-faq .a {
    background-color: #F8E1D7;
    padding: 15px 32px;
    box-sizing: border-box;
    border-bottom: 2px solid #D89679;
    border-left: 2px solid #D89679;
    border-right: 2px solid #D89679;
    margin-top: 0;
    display: none;
}
.each-faq .q:after {
    content: "";
    background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/08/down_circle_arrow.svg');
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
}
.featured-posts {
    background-color: #F4F4F4;
    padding: 30px 0;
}
.featured-posts .the-posts {
    display: flex;
    gap:100px;
    justify-content: center;
}
.featured-posts .each-post {
    max-width: 323px;
    text-align: center;
    position: relative;
}
.featured-posts .each-post h2:hover {
    text-decoration: underline;
}
.featured-posts .each-post img {
    width: 323px;
    height: 323px;
    object-fit: cover;
}
.featured-posts .each-post img.cat-icon {
    width: 75px;
    height: 80px;
    top: -35px;
    left: auto;
    right: -35px;
    object-fit: contain;
}
.featured-posts .each-post h2 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
}
.cat-posts .wrapper, .blog-posts {
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    justify-content: center;
}
.cat-posts .each-post, .blog-posts .each-post {
    max-width: 250px;
}
.cat-posts .each-post h2, .blog-posts .each-post h2 {
    font-size: 22px;
    font-family: 'Poppins';
    line-height: 26px;
    text-align: center;
}
.blog-posts .each-post h2:hover {
text-decoration: underline;}
.cat-posts .each-post img, .blog-posts .each-post img {
    width: 250px;
    height: 327px;
    object-fit: cover;
}
.cat-link {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    display: block;
    text-align: center;
    padding: 2px 0 10px;
    border-bottom: 2px solid #AFBFB1;
    position: relative;
    margin-bottom: 10px;
}
.podcast-posts .podcast-post:nth-child(2) .cat-link, .podcast-posts .podcast-post:nth-child(6) .cat-link, .blog-posts .each-post:nth-child(3n+2) .cat-link{
    border-color: #D89679;
}
.podcast-posts .podcast-post:nth-child(3) .cat-link, .podcast-posts .podcast-post:nth-child(7) .cat-link, .blog-posts .each-post:nth-child(3n+3) .cat-link {
    border-color: #E4EEE7;
} 

.cat-link:after {
    position: absolute;
    bottom: 3px;
    height: 2px;
    width: 100%;
    background-color: #AFBFB1;
    content: "";
    left: 0;
}
.podcast-posts .podcast-post:nth-child(2) .cat-link:after, .podcast-posts .podcast-post:nth-child(6) .cat-link:after, .blog-posts .each-post:nth-child(3n+2) .cat-link:after {
    background-color: #D89679;
}  

.podcast-posts .podcast-post:nth-child(3) .cat-link:after, .podcast-posts .podcast-post:nth-child(7) .cat-link:after, .blog-posts .each-post:nth-child(3n+3) .cat-link:after {
    background-color: #E4EEE7;
}
.blog-categories {
    border: 2px solid #3D3E3F;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.blog-topics {
    display: flex;
    gap:32px;
    flex-wrap: wrap;
    justify-content: center;
    
}
.each-topic {
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: .02em;
    position: relative;
    border-bottom: 2px solid #AFBFB1;
    font-size: 20px;
    font-weight: 600;
}
.each-topic:hover {
    background-color: #AFBFB1;
}
.each-topic:nth-child(3n+2) {
    border-color: #D89679;
}
.each-topic:nth-child(3n+3) {
    border-color: #E4EEE7;
}
.each-topic:nth-child(3n+2):hover {
    background-color: #D89679;
}
.each-topic:nth-child(3n+3):hover {
    background-color: #E4EEE7;
}
.each-topic:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
    background-color: #AFBFB1;
}
.each-topic:nth-child(3n+2):after {
    background-color: #D89679;
}
.each-topic:nth-child(3n+3):after {
    background-color: #E4EEE7;
}
.my-account {
    text-align: left !important;
    margin-left: 32%;
}
.access-resources {
    justify-content: flex-start !Important;
    margin-left: 32%;
}
.access-resources a {
    padding: 4px 20px !important;
}

.post-type-archive-sfwd-courses .entry-content img {
    width: 60%;
    height: auto;
    object-fit: cover;
}
.post-type-archive-sfwd-courses article {
    margin: 65px 0;
}
.ld-course-status {
    display: none !Important;
}
.entry-content .ld-course-status {
    display: flex !important;
}
.sidebar-content .wp-block-group__inner-container {
    max-width: 100%;
}
.ld-currency:before {
    content: "$";
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}
.fl-node-603a4243a9030, .fl-node-5f965196340f8  {
    padding-left: 75px;
}
.fl-node-6176a9f3c70b1 {
    padding-left: 375px;
}

@media only screen and (min-width:1701px) {
   
   
}


@media only screen and (max-width:1700px) and (min-width:1400px) {
    
   
}



@media only screen and (max-width:1024px) {
    .nav-primary {
        display: none;
    }
    .site-header .wrap {
        justify-content: flex-end;
        padding: 5px 0 5px;
    }
    .site-header {
        border-bottom: 2px solid #AFBFB1;
        position: relative;
    }
    .site-header:after {
        position: absolute;
        bottom: -6px;
        background-color: #AFBFB1;
        width: 100%;
        height: 2px;
        content: "";
    }
    .mobile-menu {
        background-color: #F7FAF8;
    }
    .mobile-menu ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 10px;
    }
    .mobile-menu ul.sub-menu {
        padding-top: 0;
    }
    .mobile-menu ul li {
        font-size: 22px;
        border-bottom: 2px solid #AFBFB1;
        padding: 10px 0;
        list-style: none;
        padding-left: 30px;
    }
    .mobile-menu li:last-child {
        display: none;
    }
    .mobile-menu #search-form:after {
        top: 12px;
    }
    .mobile-menu li:nth-last-child(2) {
border-bottom: none;}
    .menu-icon {
        display: block;
        position: absolute;
        left: 10px;
        top: 29px;
    }
    .menu-icon span {
        display: block;
        background-color: #000;
        width: 28px;
        height: 2px;
        margin: 3px 0;
    }
    .mobile-menu .widget_search {
        margin: 0 auto;
        background-color: #fff;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .mobile-menu #search-form {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-left: 30px;
    }
    .mobile-menu #search-form:after {
        right: 55px;
    }
    .mobile-menu #search-form input {
       width: 100%;
        border: none;
        height: 47px;
        padding-left: 0;
    }
    .wrapper, .wrap, .small-wrapper, .med-cooking .small-wrapper, .full-width-content .content, .single .content {
        width: 95%;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
    }
    .wp-block-group__inner-container, .podcast {
        max-width: 99%;
    }
    .home-hero .wp-block-columns {
        width: 100%;
        justify-content: center;
    }
    .fl-button {
        line-height: 32px !important;
    }
    .fl-node-603a3f84ee9ba > .fl-row-content-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    ._2XBDTIVigBJDybhZvL-hU3 {
        max-width: 80%;
    }
    .fl-node-603a5677cd539, .fl-node-603a3ef5c18b5 {
        max-width: 65%;
        margin: 0 auto;
    }
    .fl-node-603a4243a9030, .fl-node-5f965196340f8 {
padding-left: 0;}
    h2.script {
        font-size: 26px;
    }
    .home-hero {
        position: relative;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
    }
    .home-hero .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
    }
    .home-hero .wp-block-column:fist-child {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    .home-hero .wp-block-column:last-child {
        text-align: center;
    }
    .portfolio-icons .wp-block-columns.icons {
        justify-content: center;
    }
    .portfolio-icons .wp-block-columns.icons .wp-block-column {
        max-width: 122px;
    }
    .featured-logos, .on-the-blog {
        position: relative;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        padding: 30px 0;
    }
    .featured-logos h2, .on-the-blog h2 {
        padding: 0 20px;
    }
    .featured-logos .wp-block-columns {
        justify-content: center;
        gap:20px;
    }
    .featured-logos .wp-block-columns .wp-block-column {
        max-width: 90px;
    }
    .wp-block-columns.testimonial-slide:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 30% !important;
    }
    .wp-block-columns.testimonial-slide .wp-block-column:first-child img {
        width: 100% !Important;
        
    }
    .home-optin .wp-block-columns {
        flex-direction: column-reverse;
    }
    .home-optin .wp-block-column:first-child h2, .podcast-optin .wp-block-column:first-child h2 {
        font-size: 28px;
    }
    .home-optin .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:first-child {
        width: 72%;
    }
    .home-optin .wp-block-column:first-child {
        background-color: #E4EEE7;
        padding: 30px 25px 20px;
    }
    .home-optin .wp-block-column:first-child:after {
        display: none;
    }
    .gv-team .wp-block-column:nth-child(2) figure {
        width: 100px;
        margin: 0 auto;
    }
    .gv-team .wp-block-column:nth-child(2) figure img {
        width: 100%;
    }
    .wp-block-columns.the-episodes {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .the-episodes .wp-block-column {
        height: 111px;
        display: flex;
        align-items: center;
    }
    .the-episodes .wp-block-column p {
        line-height: 26px;
    }
    .footer-widgets {
        background-size: 400%;
    }
    .footer-widgets .wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap:40px 30px;
    }
    .footer-widget-area {
        text-align: center;
    }
    .footer-widgets-3 {
        width: auto;
        text-align: center;
    }
    .site-footer .wrap {
        display: block;
    }
    .site-footer div {
        width:  100%;
        text-align: center !Important;
        margin: 15px auto;
    }
    .post-intro-content{
        width: 100%;
    }
    .single .content-sidebar-wrap {
        display: block;
    }
    .cta-1 .wp-block-column:first-child {
        text-align: center;
        z-index: 99;
    }
    .cta-1 .wp-block-column:last-child {
        text-align: center;
        margin-top: -160px;
        padding-top: 160px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .single .entry-content .cta-1 h2 {
        width: 91%;
    }
    .single .entry-content .cta-1 .wp-block-buttons {
        justify-content: center;
    }
    .in-post-optin {
        padding: 35px 20px;
    }
    .in-post-optin .formkit-field, .in-post-optin .formkit-submit {
        width: 230px !important;
        max-width: 230px !important;
    }
    .about-author {
        padding: 20px;
    }
    .about-author .wp-block-column:first-child figure  {
        text-align: center;
        margin: 0 auto;
    }
    .about-author .wp-block-column:first-child img {
        width: 80%;
    }
    .about-author  h2.script {
        font-size: 32px;
        left: auto;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .about-author .wp-block-column:last-child {
        text-align: center;
    }
    .about-author .wp-block-buttons {
        justify-content: center;
    }
    .sidebar {
        display: block;
        margin: 0 auto 30px;
    }
    .podcast-links figure {
        text-align: center;
    }
    .the-review {
        width: 90%;
    }
    .podcast-idea figure {
        text-align: center;
    }
    .podcast-post {
        width: 162px;
    }
    .podcast-post img {
        height: 210px;
    }
    .podcast-post h2 {
        font-size: 19px;
        line-height: 26px;
    }
    .listener-review img {
        display: none;
    }
    .podcast-optin .wp-block-columns {
        flex-direction: column-reverse;
        gap:0;
    }
    .podcast-optin .wp-block-column:first-child:after {
        display: none;
    }
    .podcast-optin .wp-block-column:first-child {
        border-left: 3px solid #D89679;
        border-right: 3px solid #D89679;
        border-bottom: 3px solid #D89679;
        width: 85%;
        padding: 30px 15px 20px;
        box-sizing: border-box;
    }
    .about-author h2.script {
        font-size: 52px;
        line-height: 84px;
    }
    .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
        display: block;
    }
    .wp-pagenavi a.nextpostslink {
        width: 85px;
    }
    .wp-pagenavi a.previouspostslink {
        width: 140px;
    }
    .services-portfolio h4 {
        width: 84%;
        box-sizing: border-box;
        margin-top: -32px;
        padding: 0 5px;
    }
    .services-portfolio h2 {
        padding: 0 22px;
    }
    .services-portfolio figure {
        text-align: center;
    }
    .testimonial-slide .wp-block-column:last-child {
        margin-left: 0 !important;
    }
    .services-portfolio img {
        width: 80%;
        margin: 0 auto;
    }
    .services-portfolio .slick-dots {
        padding-left: 0 !Important;
        text-align: center;
        margin: 0 auto;
    }
    .secret .wp-block-group__inner-container, .secret {
        width: 90%;
    }
    .services-team {
        margin-top: 95px;
        padding-top: 40px;
    }
    .services-team:after {
        height: 565px;
        top: -20px;
    }
    .services-team .wp-block-columns {
        gap: 10px;
    }
    .service-top h2 {
        font-size: 32px;
        margin-left: 0;
        text-align: center;
    }
    .service-offers {
        width: 100%;
    }
    .service-top .wp-block-group__inner-container {
        display: block;
        position: inherit;
    }
    .service .wp-block-column:last-child {
        padding: 0 15px;
    
    }
    .service .wp-block-column:last-child ul {
        padding-left: 0 !important;
    }
    .service-top .wp-block-buttons {
        position: absolute;
        bottom: -65px;
        justify-content: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    .portfolio-hero .wp-block-columns {
        gap:20px 30px;
    }
    .projects .wp-block-column .btn-orange-underline {
        left: 0;
        margin: auto;
        text-align: center;
        bottom: -25px;
    }
    .projects .wp-block-column p {
        text-align: center;
        padding: 0 20px;
    }
    .projects {
        gap:40px;
    }
    .projects.has-background {
        padding-bottom: 70px;
    }
    .about-hero {
        text-align: center;
    }
    .about-hero .wp-block-column:last-child {
        margin-top: 25px !Important;
    }
    .about-intro .wp-block-group__inner-container, .service-intro .wp-block-group__inner-container {
        padding: 50px 15px;
        width: 78%;
    }
    .about-intro:before {
        top: 130px;
    }
    .page-id-10002 .service-intro:before {
        top:165px;
    }
    .about-intro:after {
        top: 138px;
    }
    .page-id-10002 .service-intro:after {
        top:170px;
    }
     .page-id-8914 .service-intro:before {
        top:100px;
    }

    .page-id-8914 .service-intro:after {
        top:105px;
    }
    .boxes .wp-block-column {
        margin-bottom: 30px;
    }
    .boxes .wp-block-columns {
        margin-bottom: 0 !important;
    }
    .about-page-madison {
        padding: 70px 25px;
    }
    .about-page-madison .wp-block-columns {
        text-align: center;
    }
    .about-page-madison:before, .about-page-madison:after {
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        top: 35px;
    }
    .about-page-madison:after {
        top: auto;
        bottom: 35px;
    }
    .about-portfolio {
        flex-direction: column-reverse;
        text-align: center;
    }
    .about-portfolio.wp-block-columns:before {
        display: none;
    }
    .about-portfolio .wp-block-column:first-child {
        text-align: center;
        background-color: #E4EEE7;
        padding-top: 155px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: -85px;
        z-index: -9;
        padding-bottom: 30px;
    }
    .about-team {
        margin-top: 50px;
        text-align: center;
    }
    .about-team .wp-block-column:last-child {
        background-color: #F4F4F4;
        padding-top: 140px;
        margin-top: -145px;
        z-index: -9;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-team .wp-block-columns:after {
        display: none;
    }
    .about-team .wp-block-group__inner-container {
        position: relative;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        max-width: 100vw;
    }
    .about-team .wp-block-columns {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .about-team .wp-block-columns .wp-block-column:first-child {
        width: 75%;
        margin: 0 auto;
    }
    .about-team .wp-block-columns .wp-block-column:last-child {
        padding-bottom: 40px;
    }
    .entry-content .about-team-cont {
        margin-top: -35px;
    }
    .about-team-cont {
         position: relative;
        background-color: #F4F4F4;
            font-size: 19px !important;
    padding: 0;
    padding: 0 20px!important;
    box-sizing: border-box;
    margin-top: -6px;
        padding-bottom: 30px !important;
    }
    .about-madison-2:before, .about-madison-2 h2:after {
        display: none;
    }
    .about-madison-2 {
        flex-direction: column-reverse;
        position: relative;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
    }
    .about-madison-2 .wp-block-column:first-child {
        background-color: #F8E1D7;
        padding-top: 110px;
        margin-top: -90px;
        z-index: -9;
    }
    .about-madison-2 .wp-block-column:last-child figure {
        width: 90%;
        margin: 0 auto;
    }
    .about-madison-3 .wp-block-group__inner-container {
        padding: 0 20px;
    }
    .about-links .wp-block-buttons {
        gap:35px 135px;
    }
    .service-intro-cont .wp-block-columns:after {
        display: none;
    }
    .service-intro-cont .wp-block-column:last-child {
        padding-top: 110px;
        background-color: #f4f4f4;
        z-index: -9;
        box-sizing: border-box;
        padding: 20px 20px 20px 120px;
        margin-left: -100px;
        margin-right: auto;
        max-width: 80%;
        text-align: center;
        flex-basis: 700px !important;
    }
    .process h2 {
        margin-left: auto;
        text-align: center;
    }
    .process:before {
        display: none;
    }
    .process-step {
        text-align: center;
        margin-bottom: 30px !important;
    }
    .process-step .wp-block-column:first-child h2 {
        margin: 0 auto 20px;
    }
    .services-portfolio-intro .wp-block-group__inner-container {
        max-width: 95%;
    }
    .each-faq p.q {
        display: flex;
        align-items:center;
        padding-left: 10px;
        padding-right: 50px;
        flex-wrap: wrap;
    }
    .each-faq p.q:after {
        right: 10px;
    }
    .single .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap {
        display: block;
    }
    .sidebar-content .content {
        width: 94%;
        margin: 0 auto;
    }
    .blog-posts {
        justify-content: center;
    }
    .cat-posts .wrapper, .blog-posts {
display: flex;
    }
    .cat-posts .each-post, .blog-posts .each-post {
        width: 228px;
        max-width: 228px;
    }
    .cat-posts .each-post img, .blog-posts .each-post img {
        width: 228px;
        height: 280px;
    }
    .featured-posts .the-posts {
        flex-wrap: wrap;
    }
    .featured-posts .each-post {
        width: 288px;
    }
    .featured-posts .each-post img {
        width: 288px;
        height: 288px;
    }
    .post-intro .post-image {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 55px;
    }
    .cat-icon {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 314px;
    }
    .post-intro-content {
        text-align: center;
    }
    .post-intro .links {
        flex-wrap: wrap;
        justify-content: center;
        gap:30px;
    }
    .next-step h6 {
        font-size: 18px;
    }
    .testimonial-slide .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:last-child {
        flex-basis: 52% !important;
    }
    .about-portfolio figure {
        width: 60%;
        margin: -20px auto 0;
    }
    .featured-posts .the-posts {
        gap:45px;
    }

}
@media only screen and (max-width:460px) {
    .custom-logo-link img {
        width: 280px;
        margin: 0 auto;
        height: auto;
    }
    .includes-cont {
        width: 85%;
        margin: 75px auto 60px;
    }
    .includes-cont h2 {
        margin-bottom: 0;
    }
    .includes-cont .wp-block-image img {
        max-width: 100%;
        margin: 0 auto;
    }
    .title-area {
        margin-top: 8px;
    }
    .includes-cont .slick-next, .includes-cont .slick-prev {
        background-color: transparent !Important;
        border: none !important;
         position: absolute;
        top: 250px;
        right: -35px;
        transform: rotate(180deg);
    }
    
    .includes-cont .slick-next {
        transform: rotate(0deg);
    }
    .includes-cont .slick-next:before, .includes-cont .slick-prev:before {
        background-image: url('https://graceandvinestudios.com/wp-content/uploads/2022/08/circle_green_arw.svg');
        width: 29px;
        height: 29px;
       
    }
    .includes-cont .slick-prev{
        left: -35px;
        right: auto;
    }
    .home-hero .wp-block-buttons {
        justify-content: center;
    }
    .testimonial-slider .slick-list {
       width: 300px;
    }
    .podcast-playlists h2.script {
        font-size: 28px;
    }
    .slick-dots li button { 
   font-size: 0; 
} 
    .slick-dots li {
        display: inline-block;
        margin: 0 10px;
        list-style: none;
    }
  
    .slick-dots li button {
        border-radius: 50%;
        border: none;
        background-color: #D0D0D0;
        width:8px;
        height: 12px;
    }
    .podcast-playlists h2:not(.script) {
        margin-left: 200px;
    }
    .cat-slider .slick-prev, .cat-slider .slick-next {
        top: 85px;
    }
    .cat-slider .slick-prev:before, .cat-slider .slick-next:before {
        width: 35px;
        height: 35px;
    }
    .topics .cat-slider .slick-prev, .cat-slider .slick-prev {
        left: 80px;
    }
    .cat-slider .slick-next {
        right: 80px;
    }
    .topics {
        padding-bottom: 80px;
    }
    .slick-initialized .slick-slide.testimonial-slide {
        width: 340px !Important;
    }
    .testimonial-slide {
        height: 390px !important;
        display: block !important;
    }
    .testimonial-slide .wp-block-column:first-child {
        max-width: 150px !important;
        margin: 20px auto;
    }
    .testimonial-slider .slick-list {
        overflow:hidden !important;
    }
    h2 {
        font-size: 32px;
    }
    .portfolio-icons p {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .home-optin .formkit-field, .in-post-optin .formkit-field, .podcast-optin .formkit-field, .in-post-optin .formkit-field, .home-optin .formkit-submit, .in-post-optin .formkit-submit, .podcast-optin .formkit-submit {
        max-width: 215px;
    }
    .home-optin .formkit-field input, .in-post-optin .formkit-field input, .podcast-optin .formkit-field input {
        text-align: center;
        padding-left: 0 !Important;
    }
    .gv-team .wp-block-columns {
        gap:25px;
    }
    .on-the-blog p {
        width: 100%;
    }
    .home-podcast h2 {
        text-align: center;
    }
    .home-podcast .wp-block-columns:not(.the-episodes) .wp-block-column:last-child p.intro {
        margin-top: 0;
    }
    .home-podcast .wp-block-columns:not(.the-episodes) {
        gap:20px;
    }
    .in-post-optin .formkit-field, .in-post-optin .formkit-submit {
        margin-bottom: 0 !important;
    }
    .about-author h4 {
        padding: 0 30px;
    }
    .podcast-intro .wp-block-columns:not(.podcast-links) {
        flex-direction: column-reverse;
    }
    .about-author h2.script {
        margin-top: -25px;
    }
    .podcast-optin .wp-block-column:first-child h2 {
        margin-top: 10px;
        padding: 0 27px;
    }
    .podcast-idea h3 {
        margin-top: 20px;
    }
    .the-review {
        padding: 30px 10px;
    }
    .podcast-posts {
        gap:30px 25px;
    }
    .services-hero h2.script {
        margin-top: 30px;
    }
    .services-portfolio h2 {
        padding-top: 35px;
    }
    .services-team p {
        padding: 0 15px;
    }
    .service .wp-block-columns .wp-block-column:first-child, .service .wp-block-columns .wp-block-column:last-child {
        width: 100%;
    }
    .service:nth-child(3) h2 {
        padding: 0 48px;
    }
    .portfolio-hero {
        margin-top: 30px;
    }
    .featured-posts h2 {
        text-align: center;
    }
    .about-hero .wp-block-columns {
        gap:2px;
    }
    .about-intro .wp-block-group__inner-container {
        padding: 50px 32px;
    }
    .about-portfolio .wp-block-column:first-child {
        padding-left: 20px;
        padding-right: 20px;
    }
    .green-background {
        padding-bottom: 150px;
    }
    .green-background .wp-block-group__inner-container:after {
        left: 0;
        right: 0;
        margin: auto;
        bottom: -142px;
    }
    .investment span {
        display: none;
    }
    .investment {
        padding-left: 50px;
        padding-right: 50px;
    }
    .service:nth-child(2) .wp-block-column:first-child {
    background-color: #E4EEE7;   
    padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
}
.service:nth-child(3) .wp-block-column:first-child {
    background-color: #F8E1D7; 
    padding-left: 15px;
    box-sizing: border-box;
    padding-right: 15px;
}
.service:nth-child(4) .wp-block-column:first-child {
    background-color: #F4F4F4;   
    padding-left: 15px;
    box-sizing: border-box;
}
    .service-portfolio .wp-block-column:last-child figure:first-child {
        width: 79%;
        margin-top: -35px;
    }
    .service-portfolio .wp-block-column:last-child {
        margin-left: 10px !important;
    }
    .service-portfolio .wp-block-column:last-child figure:last-child {
        margin-top: 8px;
    }
    .service-portfolio {
        padding-bottom: 65px;
    }
    .service-portfolio .wp-block-buttons {
        position: absolute;
        bottom: -70px;
        justify-content: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    .service-portfolio-intro p {
        width: 100%;
        margin-bottom: 65px;
    }
    .included ul {
        width: 100%;
        padding-left: 50px;
        padding-right: 30px;
    }
    .post-type-archive-sfwd-courses .entry-content img {
    width: 300px;
    height:300px;
    object-fit: cover;
}
    .testimonials-container .slick-next {
        right: 35%;
    }
    .testimonials-container .slick-prev {
        left: 35%;
    }
    .slick-initialized .slick-slide.testimonial-slide {
        width: 300px !Important;
        height: 500px !Important;
    }
    .testimonials-container .slick-next {
        bottom: 220px;
        right: -11px;
        z-index: 99999999;
    }
    .testimonials .wp-block-button a {
        margin: 0 auto 85px;
    }
    .page-id-8914 .testimonials-container .slick-next, .page-id-2368 .group .slick-next {
        right: -11px;
        bottom: 220px;
    }
    .page-id-8914 .slick-initialized .slick-slide.testimonial-slide {
        height: 535px !important;
    }
    .page-id-8914 .testimonials .wp-block-button a {
        margin: 40px auto 85px;
    }
    .page-id-8914 .testimonials-container .slick-prev, .page-id-2368 .group .slick-prev {
        bottom: 220px;
        left: -11px;
    }
    .testimonials-container .slick-prev {
        bottom: 220px;
        left: -11px;
        z-index: 99999999;
    }
    .testimonials-container .slick-prev:before, .testimonials-container .slick-next:before {
        display: block;
    }
    .testimonial-slide strong {
        bottom: 40px;
    }
    .testimonial-slide a {
        right: auto;
        left: 20px;
    }
    .cat-slider {
        width: 90%;
    }
    .blog-cat-link {
        margin: 0 20px;
        font-size: 18px;
    }
    .on-the-blog {
        padding-bottom: 100px;
    }
    .footer-widgets-3 {
        width: 100%;
    }
    .wp-block-columns.the-episodes {
        width: 60%;
    }
    .about-intro .wp-block-group__inner-container, .service-intro .wp-block-group__inner-container {
        width: 300px;
    }
     .about-intro:after {
        top: 243px;
    }
     .about-intro:before {
        top: 238px;
    }
    .about-portfolio figure {
        width: 90%;
    }
    .about-portfolio .wp-block-column:first-child {
        padding-top: 60px;
    }
    .service-intro-cont .wp-block-column:last-child {
        padding: 110px 20px 20px;
        margin-left: auto;
        margin-top: -120px;
    }
    .cat-posts .each-post, .blog-posts .each-post {
        width: 158px;
        max-width: 158px;
    }
     .cat-posts .each-post img, .blog-posts .each-post img {
        width: 160px;
        height: 230px;
    }
    .projects.wp-block-columns {
        gap:115px;
    }
   
    .page-id-10002 .service-intro:before {
        top:265px;
    }
    .page-id-10002 .service-intro:after {
        top:270px;
    }
      .page-id-8914 .service-intro:before {
        top:160px;
    }

    .page-id-8914 .service-intro:after {
        top:165px;
    }
    
    
}