.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;outline:0!important;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.italieuitgelicht.nl/wp-content/themes/clover-theme.1.0.6/lib/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.featured-carousel .owl-item {
    height: 550px;
    position: relative;
}
.featured-carousel .carousel-image {
    max-width: 62%;
    max-height: 550px;
    object-position: 50% 100%;
    object-fit: cover;
}
.owl-carousel a.alignnone {
    display: block;
}
.featured-carousel .carousel-image img {
    height: 550px;
    object-position: 50% 100%;
    object-fit: cover;
}
.owl-carousel .owl-item.active .owl-lazy img,
.owl-carousel .owl-item.active .owl-lazy,
.owl-carousel .owl-item .owl-lazy img {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy img {
    opacity: 0;
}
.featured-carousel .entry-content-outer {
    position: absolute;
    width: 38%;
    top: 0;
    right: 0;
    bottom: 0;
}
.featured-carousel .entry-content-wrap {
    height: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
}
.featured-carousel .entry-content-inner {
    vertical-align: middle;
    display: table-cell;
    padding: 30px 80px 30px 60px;
}
.featured-carousel .entry-content-inner .entry-meta {
    margin-bottom: 10px !important;
}
.featured-carousel .entry-content-inner p:last-of-type {
    margin-bottom: 0;
}
.featured-carousel .owl-carousel .owl-nav button.owl-prev,
.featured-carousel .owl-carousel .owl-nav button.owl-next {
    background: rgba(255,255,255, .7);
    position: absolute;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0 auto !important;
    font-size: 16px;
    padding: 23px 6px 38px 4px !important;
    margin: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.featured-carousel .owl-carousel .owl-nav button.owl-next {
    padding: 23px 4px 38px 6px !important;
}
.featured-carousel .owl-carousel .owl-nav button.owl-prev:hover,
.featured-carousel .owl-carousel .owl-nav button.owl-next:hover {
    background: #ddac94;
}
.featured-carousel .dashicons,
.featured-carousel .dashicons-before:before {
    width: 20px;
    height: 20px;
    color: #6d7975;
    font-size: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.featured-carousel .owl-carousel .owl-nav button.owl-prev:hover .dashicons,
.featured-carousel .owl-carousel .owl-nav button.owl-next:hover .dashicons {
    color: #fff;
}
.featured-carousel .owl-prev {
    left: 0;
}
.featured-carousel .owl-next {
    right: 0;
}


/* Align Left */

.featured-carousel .align-left .entry-content-outer {
    left: 0;
}
.featured-carousel .align-left .entry-content-inner {
    padding: 30px 60px 30px 90px;
}
.featured-carousel .align-left .carousel-image {
    right: 0;
    float: right;
}


/* Align Center */

.featured-carousel .align-center .entry-content-outer,
.featured-carousel .align-center .carousel-image {
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    opacity: 0;
}
.featured-carousel .align-center .entry-content-inner {
    opacity: 0;
    background: rgba(255,255,255,.85);
    padding: 35px 40px 30px;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}
.featured-carousel .align-center .owl-item.active .entry-content-inner,
.featured-carousel .align-center .owl-item.active .entry-content-outer,
.featured-carousel .align-center .owl-item .carousel-image {
    opacity: 1 !important;
}
.featured-carousel .align-center .entry-content-wrap {
    height: auto;
    max-width: 40%;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
}
.featured-carousel .align-center .entry-content {
    margin-bottom: 5px;
}
.featured-carousel .align-center .entry-content p:first-of-type {
    display: none;
}
.featured-carousel .align-center .entry-content-wrap .entry-title {
    text-align: center;
    font-size: 30px;
}

/* Mobile */

@media only screen and (max-width: 1150px) {
    .featured-carousel .entry-content-inner {
        padding: 40px;
    }
    .featured-carousel .align-left .entry-content-inner {
        padding: 40px 50px
    }
    .featured-carousel .entry-content p:first-of-type {
        display: none;
    }
    .featured-carousel .entry-title {
        font-size: 30px;
    }
    .featured-carousel .align-center .entry-content-wrap {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .featured-carousel .entry-content-wrap .entry-content {
        display: none;
    }
    .featured-carousel .entry-content-inner {
        opacity: 0;
        background: rgba(255,255,255,.85);
        -webkit-transition: opacity .4s ease-in;
        -moz-transition: opacity .4s ease-in;
        -ms-transition: opacity .4s ease-in;
        -o-transition: opacity .4s ease-in;
        transition: opacity .4s ease-in;
    }
    .featured-carousel .owl-item.active .entry-content-inner {
        opacity: 1;
    }
    .featured-carousel .entry-content-wrap {
        height: auto;
        top: 50%;
        bottom: 50%;
        width: 100%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        text-align: center;
    }
    .clover-home .home-area .featured-carousel {
        padding: 0 !important;
    }
    .featured-carousel .entry-content-outer,
    .featured-carousel .carousel-image {
        width: 100%;
        max-width: 100%;
        max-height: 400px;
    }
    .featured-carousel .owl-item {
        height: 400px;
    }
    .featured-carousel .carousel-image img {
        min-height: 400px;
        width: 100%;
    }
    .featured-carousel p.entry-meta {
        font-size: 11px;
    }
    .featured-carousel .entry-content-inner,
    .featured-carousel .align-center .entry-content-inner,
    .featured-carousel .align-left .entry-content-inner {
        padding: 24px;
    }
    .featured-carousel  .entry-content-wrap,
    .featured-carousel .align-center .entry-content-wrap {
        max-width: 80%;
    }
    .featured-carousel  .entry-content-wrap .entry-title,
    .featured-carousel .align-center .entry-content-wrap .entry-title {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .featured-carousel  .entry-content-wrap,
    .featured-carousel .align-center .entry-content-wrap {
        max-width: 100%;
        padding: 22px;
    }
    .featured-carousel  .entry-content-wrap .entry-title,
    .featured-carousel .align-center .entry-content-wrap .entry-title {
        font-size: 20px;
        margin-top: -5px;
    }
    .featured-carousel .entry-content-inner,
    .featured-carousel .align-center .entry-content-inner,
    .featured-carousel .align-left .entry-content-inner {
        padding: 18px;
    }
     .featured-carousel .entry-content-outer,
    .featured-carousel .carousel-image,
    .featured-carousel .owl-item {
        max-height: 350px;
    }
}/**
 * Add front-end Gutenberg styling
 *
 * @package      Clover
 * @link         https://17thavenuedesigns.com
 * @author       17th Avenue
 * @license      GPL-2.0+
 */

.has-top-margin {
    margin-top: 60px;
}
.small-margin {
    margin-bottom: 12px;
}
p.wp-block-subhead,
.entry-content .wp-block-cover-image,
.wp-block-image,
.wp-block-text-columns,
.entry-content .wp-block-button,
blockquote.wp-block-quote,
.entry-content .wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.entry-content .wp-block-video,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-table,
.wp-block-categories,
.entry-content .wp-block-latest-posts,
.wp-block-embed,
.wp-block-group,
.has-blocks .metaslider {
    margin-bottom: 50px;
}
.entry-content .wp-block-image,
.entry-content ul.wp-block-gallery {
    margin-bottom: 16px;
}
.edge-image {
    margin-bottom: -10px !important;
}
.wp-block-columns .wp-block-image {
    margin-bottom: 0;
}
.entry-content .wp-block-quote.is-large {
    padding: 30px;
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover p {
    line-height: 1.4 !important;
    font-size: 40px;
    margin: 0 auto;
}
.wp-block-cover__inner-container {
    max-width: 800px;
}
@media (min-width: 600px) {
.wp-block-column:not(:last-child) {
    margin-right: 18px;
}
hr.wp-block-separator {
    width: 20%;
    margin: 32px auto;
}
hr.wp-block-separator.is-style-wide {
    width: 100%;
}
}
.genesis-title-hidden .site-inner {
    padding-top: 0 !important;
}
.wp-block-columns p:last-child,
.wp-block-text-columns p:last-child {
    margin-bottom: 0;
}
.entry-content .alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw) !important;
}
.entry-content .alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.wp-block-cover,
.wp-block-group,
.wp-block-columns { 
    margin-bottom: 70px !important;
}
.wp-block-separator {
    border-top: 1px solid #eeeae8;
    border-bottom: 0;
}
.entry-content ul.wp-block-gallery:not(.alignfull):not(.alignwide) {
    margin-left: 0;
}
.entry-content .alignwide > *,
.entry-content .alignfull > * {
    width: 100%;
}
.entry-content .wp-block-button__link:not(.has-background) {
    background-color: #aaaaaa;
}
p.has-background {
    padding: 32px;
}
blockquote {
    margin-left: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 30px !important;
    margin-bottom: 30px !important;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-style: normal !important;
    font-size: 28px !important;
}
blockquote p {
    margin-bottom: 16px;
}
.has-large-font-size {
    font-size: 18px !important;
}
.is-style-script-text {
    font-family: Clover Script, serif;
    font-size: 56px;
    margin-bottom: 15px;
}
.is-style-border-image {
    border: 1px solid #eeeae8;
    padding: 10px 10px 1px;
}
cite,
.wp-block-quote.is-style-large cite {
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px !important;
    font-family: Roboto Condensed;
    letter-spacing: 1.5px;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer {
    display: block;
}

.last-on-page,
.entry-content .last-on-page {
    margin-bottom: 0 !important;
}

.wp-block-image figcaption {
    font-size: 14px;
    text-align: center;
}
code,
kbd,
pre,
samp {
    font-size: 16px;
}
.entry-content code {
    display: block;
    padding: 11px 22px;
    border: 1px solid #eeeae8;
    border-radius: 4px;
    background-color: transparent;
}
.entry-content .wp-block-table {
    font-size: 16px;
    color: #3d4341;
}
tbody {
    border-bottom: none;
    width: 100% !important;
}
td {
    border: 1px solid #eeeae8;
}
.woocommerce-page td {
    border: 0;
}
td,
th {
    padding-left: 14px;
}
.wp-block-table tr:first-of-type {
    font-weight: normal !important;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
}
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    text-align: left;
}
.wp-block-categories {
    font-size: 15px;
}
.wp-block-categories a {
    font-size: 16px;
}
.entry-content .wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link,
.gb-block-post-grid-more-link {
    border: 0;
    cursor: pointer;
    font: normal 15px Roboto Condensed, sans-serif;
    letter-spacing: 1px;
    padding: 16px 26px 15px;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 0 !important;
}
.gb-button {
    border: 0;
    cursor: pointer;
    font: normal 15px Roboto Condensed, sans-serif;
    letter-spacing: 1px;
    padding: 16px 26px 15px;
    margin: 10px 0;
    text-transform: uppercase;
}
a.gb-button-size-small {
    font-size: 13px;
}
a.gb-button-size-large {
    font-size: 17px;
    padding: 20px 30px 19px;
}
a.gb-button-size-extralarge {
    font-size: 21px;
    padding: 22px 40px 21px;
}
.wp-block-button.aligncenter {
    text-align: center;
}
.wp-block-group {
    padding: 80px 90px 68px;
}
.wp-block-group .wp-block-columns,
.wp-block-group .wp-block-image, 
.wp-block-group .wp-block-gallery,
.wp-block-group .wp-block-button {
    margin-bottom: 0 !important;
}
.wp-block-group.alignfull p {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull .testimonial_rotator_wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.wp-block-cover p {
    font-family: Gilda Display;
}

.wp-block-cover p.has-background {
    opacity: .9;
    padding: 50px;
}
.wp-block-cover-image .wp-block-subhead, .wp-block-cover-image h1, .wp-block-cover-image h2, .wp-block-cover-image h3, .wp-block-cover-image h4, .wp-block-cover-image h5, .wp-block-cover-image h6, .wp-block-cover-image p, .wp-block-cover .wp-block-subhead, .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6, .wp-block-cover p {
    color: unset;
}
.scoot-right {
    margin-left: 8px;
}
ol.clover-numbered-list li::before {
    content: counter(clover-numbered-list) "";
    color: #fff;
    background: #ddac94;
    position: absolute;
    left: 0;
    text-align: center;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    line-height: 2.7 !important;
    content: counter(clover-numbered-list) "";
    font: normal 15px Roboto Condensed, sans-serif;
}
ol.clover-numbered-list li {
    list-style-type: none;
    counter-increment: clover-numbered-list;
    position: relative;
    padding-left: 60px;
    margin-bottom: 1.4em;
}
ol.clover-numbered-list {
    margin-left: 0;
}
.podcast-icon:before {
    content: "\f04b";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 8px;
    background: #ddac94;
    color: #fff;
    width: 22px;
    height: 22px;
    text-indent: 3px;
    line-height: 22px;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    left: 0;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.podcast-title a {
    color: #6d7975 !important
}
.podcast-title a:hover {
    color: #b8bcb3 !important
}
.apple-icon a:after {
    content: "\f179";
    font-family: 'Font Awesome 5 Brands';
    margin-left: 7px;
    font-size: 17px
}
.spotify-icon a:after {
    content: "\f1bc";
    font-family: 'Font Awesome 5 Brands';
    margin-left: 7px;
    font-size: 17px
}
.google-icon a:after {
    content: "\f1a0";
    font-family: 'Font Awesome 5 Brands';
    margin-left: 7px;
    font-size: 15px
}

/* Color Palette
---------------------------------------------------------------------------- */

.has-cream-background-color {
    background-color: #f9f6f4;
}
.has-cream-color,
.has-cream-color.has-text-color {
    color: #f9f6f4;
}
.has-light-pink-background-color {
    background-color: #f6ede9;
}
.has-light-pink-color,
.has-light-pink-color.has-text-color {
    color: #f6ede9;
}
.has-dark-pink-background-color {
    background-color: #ddac94;
}
.has-dark-pink-color,
.has-dark-pink-color.has-text-color {
    color: #ddac94;
}
.has-light-green-background-color {
    background-color: #b8bcb3;
}
.has-light-green-color,
.has-light-green-color.has-text-color {
    color: #b8bcb3;
}
.has-dark-green-background-color {
    background-color: #aaa99b;
}
.has-dark-green-color,
.has-dark-green-color.has-text-color {
    color: #aaa99b;
}
.has-gray-background-color {
    background-color: #6d7975;
}
.has-gray-color,
.has-gray-color.has-text-color {
    color: #6d7975;
}
.has-black-background-color {
    background-color: #3d4341;
}
.has-black-color,
.has-black-color.has-black-color {
    color: #3d4341;
}
.has-white-background-color {
    background-color: #ffffff;
}
.has-white-color,
.has-white-color.has-text-color {
    color: #ffffff;
}

/* Genesis Blocks
---------------------------------------------------------------------------- */

/* Pricing Table */
.wp-block-genesis-blocks-gb-pricing-table-title {
    font: normal 32px Gilda Display, serif;
    letter-spacing: 0;
    padding-top: 40px !important;
}
.gb-pricing-table-currency {
    margin-top: 0;
    font: normal 16px Roboto Condensed, sans-serif !important;
    vertical-align: unset !important;
    margin-right: 2px;
}
.gb-pricing-table-price,
.gb-pricing-table-term {
    font-family: Roboto Condensed, sans-serif;
    letter-spacing: 1px
}
.wp-block-genesis-blocks-gb-pricing-table-subtitle:empty {
    display: none !important;
}
.wp-block-genesis-blocks-gb-pricing-table-price {
    padding-bottom: 30px !important;
    margin-top: -5px;
}
.gb-block-pricing-table-center .gb-block-button a {
    width: 100% !important;
}
ul.gb-pricing-table-features li{
  border-bottom: 1px solid #eeeae8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  list-style-type: none !important;
}
ul.gb-pricing-table-features li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Post Grid */
.gb-block-post-grid {
    margin-top: 20px !important;
}
.gb-block-post-grid .gb-post-grid-section-title {
    text-align: center;
    font: normal 24px Roboto Condensed, sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.gb-block-post-grid header .gb-block-post-grid-title {
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
    padding: 0 10px;
}
.gb-post-grid-items.is-grid.columns-2 .gb-block-post-grid-title {
    font-size: 28px;
}
.gb-post-grid-items.is-grid.columns-4 .gb-block-post-grid-title,
.gb-post-grid-items.is-grid.columns-5 .gb-block-post-grid-title,
.gb-post-grid-items.is-grid.columns-6 .gb-block-post-grid-title {
    font-size: 20px;
}
.gb-block-post-grid header .gb-block-post-grid-title a {
    color: #6d7975 !important;
    text-decoration: none !important;
}
.gb-block-post-grid header .gb-block-post-grid-title a:hover {
    color: #ddac94 !important;
    text-decoration: none !important;
}
.gb-block-post-grid-more-link.gb-text-link {
    background-color: #aaa99b;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    float: none;
    display: table;
    margin: 0 auto 25px;
}
.gb-block-post-grid-more-link.gb-text-link:hover {
    background-color: #ddac94;
    color: #fff !important;
}
.gb-block-post-grid .is-grid article, .gb-block-post-grid .gb-is-grid article {
    margin-bottom: 10px;
}
.gb-block-post-grid .gb-block-post-grid-byline {
    text-align: center;
    font: normal 13px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.gb-block-post-grid .gb-block-post-grid-author a {
    text-decoration: none !important;
}

/* Testimonial */
.gb-block-testimonial .gb-testimonial-image-wrap {
    height: 75px;
    width: 75px;
}
.gb-block-testimonial .gb-testimonial-info {
    margin-top: 5px;
}
.gb-has-avatar.gb-block-testimonial .gb-testimonial-info {
    min-height: 75px;
    margin-top: 15px;
}
.gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-name,
.gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-name+.gb-testimonial-title,
.gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-title,
.gb-block-testimonial .gb-testimonial-avatar-wrap+.editor-rich-text,
.gb-block-testimonial .gb-testimonial-avatar-wrap+.editor-rich-text+.editor-rich-text {
    margin-left: 95px;
}
.right-aligned .gb-testimonial-info .gb-testimonial-name,
.right-aligned .gb-testimonial-info .gb-testimonial-title {
    margin-right: 95px;
    margin-left: 0;
}
.gb-block-testimonial {
    padding: 4.5%;
    margin-bottom: 40px;
}
.gb-block-testimonial .gb-testimonial-text p {
    font-family: Gilda Display;
    line-height: 1.8;
}
.gb-block-testimonial .gb-testimonial-name {
    font: normal 16px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.gb-has-avatar.gb-block-testimonial .gb-testimonial-name {
    margin-top: 12px;
}
.gb-block-testimonial .gb-testimonial-title {
    opacity: .6;
    font-size: 15px;
}

/* Profile */
.gb-block-profile {
    border-radius: 0;
}
.gb-block-profile .gb-profile-name {
    font: normal 32px Gilda Display;
}
.gb-block-profile .gb-profile-title {
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px !important;
    padding-top: 12px;
}
.gb-block-profile .gb-social-links li i {
    font-size: 15px;
    padding: 12px;
}

/* Sharing */
.gb-block-sharing {
    margin-bottom: 1.5em;
}
.gb-block-sharing .gb-share-list a {
    background: #aaa99b;
    color: #fff !important;
}
.gb-block-sharing .gb-share-list a:hover {
    background: #ddac94;
    color: #fff !important;
}
.gb-block-sharing .gb-share-list {
    text-align: center;
}
.gb-block-sharing.gb-share-size-medium a {
    font-size: 14px;
}
.gb-block-sharing .gb-share-list:before {
    content: "share";
    display: block;
    font: normal 36px Clover Script, serif;
    margin-bottom: 10px;
    color: #6d7975;
}

/* Accordion */
.gb-block-accordion {
    margin-bottom: 1.4em !important;
    margin-top: 1.4em !important;
    position: relative;
}
.gb-block-accordion .gb-accordion-title {
    padding: 18px 24px !important;
    outline: 0;
    line-height: 1.9 !important;
    background: #fff;
    border: 1px solid #eeeae8;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.gb-block-accordion .gb-accordion-title:hover {
    background: #f6ede9;
    color: #3d4341;
}
.gb-block-accordion .gb-accordion-text {
    padding-top: 30px !important;
}
.gb-block-accordion .gb-accordion-title::-webkit-details-marker {
    display: none;
}
.gb-block-accordion .gb-accordion-title::after {
    content: "\f347";
    font-size: 16px;
    font-family: "dashicons";
    float: right;
    color: #3d4341;
    top: 18px;
    right: 25px;
    position: absolute;
}
.gb-block-accordion:hover .gb-accordion-title::after {
    color: #3d4341;
}
.gb-block-accordion details[open] .gb-accordion-title:after {
    content: "\f343";
}

/* Mobile
---------------------------------------------------------------------------- */

@media only screen and (max-width: 500px) {
    .wp-block-group {
        padding-left: 34px;
        padding-right: 34px;
    }
    .wp-block-cover p.has-background {
        padding: 30px;
    }
    .entry-content .wp-block-columns {
        display: block;
    }
    .wp-block-columns > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .wp-block-text-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .entry-content .wp-block-text-columns.columns-2 .wp-block-column {
        width: 100%;
    }
    .entry-content .wp-block-text-columns .wp-block-column {
        margin: 0;
    }
    .wp-block-text-columns .wp-block-column:not(:last-child) {
        margin-bottom: 40px;
    }
    .wp-block-button {
        margin-bottom: 30px !important;
    }
    .wp-block-buttons .wp-block-button {
        margin-bottom: 0 !important;
    }
    .gb-block-container .wp-block-button {
        margin-bottom: 0 !important;
    }
    p.has-background,
    div#mc_embed_signup { 
        padding: 25px; 
    }
    #mc_embed_signup .button {
        margin-left: 0 !important;
        margin-top: 8px !important;
    }
    .gb-block-container .gb-container-content h1,
    .gb-block-container .gb-container-content h2,
    .gb-block-container .gb-container-content h3,
    .wp-block-cover p {
        font-size: 36px !important;
    }
    .wp-block-columns:last-of-type {
        margin-bottom: 0 !important;
    }
    .alignfull .gb-container-inside {
        padding: 10px 22px;
    }
    .gb-layout-columns-2 .gb-block-layout-column:nth-child(1) {
        margin-bottom: 15px;
    }
    .gb-block-layout-column:nth-child(2) figure {
        margin-top: 18px;
    }
    .has-blocks .is-style-accent-line {
        line-height: inherit !important;
    }
    .has-blocks .is-style-script-text {
        line-height: 1.2em !important;
 }
    .has-blocks .is-style-script-text {
        font-size: 42px;
    }
    ul.is-style-link-list {
        margin-bottom: 15px;
    }
    .gb-block-container {
        padding-top: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .gb-block-container .wp-block-genesis-blocks-gb-columns {
        margin-top: 0px !important;
    }
    .gb-block-container:first-of-type {
        margin-top: 0 !important;
    }
    .gb-block-container:last-of-type {
        margin-bottom: 0 !important;
    }
    .entry-content .wp-block-buttons .wp-block-button__link,
    .entry-content .wp-block-buttons .wp-block-button {
        width: 82%;
        margin: 0 auto 6px !important;
        text-align: center !important;
    }
    .gb-block-testimonial {
        padding: 22px !important;
    }
}/**
 * This file adds the blog layout CSS to the Clover theme
 *
 * @package Clover
 * @author  17th Avenue
 * @link    https://17thavenuedesigns.com
 * @subpackage Customizations
 */


/* Global
---------------------------------------------------------------------------- */

.clover-blog-full h1.entry-title,
.clover-blog-grid h1.entry-title,
.clover-blog-list h1.entry-title {
    display: none;
}

/* Full
---------------------------------------------------------------------------- */

.clover-blog-full .content .entry-header .entry-meta {
    text-align: center;
}
.clover-blog-full .content img {
    width: 100%;
    margin-bottom: 0;
}
.clover-blog-full .content .entry-title {
    text-align: center;
    margin-bottom: 0;
}
.clover-blog-full .content a.more-link {
    display: table;
    margin: 0 auto;
    padding: 16px 30px;
}
.clover-blog-full .content .entry {
    margin-bottom: 7%;
}
.clover-blog-full .content .entry-header {
    clear: both;
    border-left: 1px solid #eeeae8;
    border-right: 1px solid #eeeae8;
    padding: 30px 30px 0;
}
.clover-blog-full .content .entry-content {
    padding: 15px 30px;
    border-left: 1px solid #eeeae8;
    border-right: 1px solid #eeeae8;
    border-bottom: 1px solid #eeeae8;
}

/* Grid
---------------------------------------------------------------------------- */

.clover-blog-grid .content .entry-header .entry-meta,
.clover-blog-list .content .entry-header .entry-meta {
    font-size: 12px;
}
.clover-blog-grid .content .entry {
    width: 50%;
    float: left;
}
.clover-blog-grid .content .entry:nth-of-type(odd) {
    padding-right: 24px;
    clear: both;
}
.clover-blog-grid .content .entry:nth-of-type(2n) {
    float: right !important;
}
.clover-blog-grid .content .entry:nth-of-type(even) {
    padding-left: 24px;
}
.clover-blog-grid .content .entry:nth-child(2n+1) {
    clear: both;
}
.clover-blog-grid.posts-page .content .entry:nth-child(2n+1),
.clover-blog-grid.archive .content .entry:nth-child(2n+1) {
    clear: none;
}
.clover-blog-grid.posts-page .content .entry:nth-child(3n+1),
.clover-blog-grid.archive .content .entry:nth-child(3n+1) {
    clear: both;
}
.clover-blog-grid.posts-page .content .entry:nth-child(6n+1),
.clover-blog-grid.posts-page .content .entry:nth-child(9n+1),
.clover-blog-grid.posts-page .content .entry:nth-child(12n+1),
.clover-blog-grid.archive .content .entry:nth-child(6n+1),
.clover-blog-grid.archive .content .entry:nth-child(9n+1),
.clover-blog-grid.archive .content .entry:nth-child(12n+1) {
    clear: none;
}
.clover-blog-grid.posts-page .content .entry:nth-of-type(2n),
.clover-blog-grid.archive .content .entry:nth-of-type(2n) {
    float: right !important;
}
.clover-blog-grid .content .entry-title {
    font-size: 32px;
    margin-bottom: 20px;
}

/* List
---------------------------------------------------------------------------- */

.clover-blog-list .content .post-image {
    width: 50%;
    margin-right: 32px;
    margin-bottom: 0;
}
.clover-blog-list .content .entry-header .entry-meta {
    padding-top: 6%;
}
.clover-blog-list .content .entry {
    border-bottom: 1px solid #eeeae8;
    padding-bottom: 5%;
}
.clover-blog-list .content .entry:last-of-type {
    border-bottom: 0;
    padding-bottom: 2.5%;
}

/* Mobile Styles
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1000px) {
    .clover-blog-list .content .post-image {
        width: 40%;
        margin-right: 32px;
    }
    .clover-blog-list .content .entry-header .entry-meta {
        padding-top: 0;
    }
    .clover-blog-list .content .entry-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 700px) { 
    .clover-blog-full .content .entry-header,
    .clover-blog-full .content .entry-content  {
        padding-left: 25px;
        padding-right: 25px;
    }
    .clover-blog-list .content .entry:last-of-type {
        padding-bottom: 0;
    }
    .clover-blog-grid .content .entry {
        width: 100%;
        margin-bottom: 6%;
    }
    .clover-blog-list .content .post.has-post-thumbnail img {
        width: 100%;
        margin: 0;
    }
    .clover-blog-list .content .entry-header .entry-meta {
        padding-top: 22px;
        clear: both;
    }
    .clover-blog-grid .content .entry-title,
    .clover-blog-list .content .entry-title {
        clear: both;
        width: 100%;
        font-size: 28px;
    }
    .clover-blog-grid .content .entry:nth-of-type(1n),
    .clover-blog-grid .content .entry:nth-of-type(2n){
        padding: 0 !important;
    }
    .clover-blog-list.full-width-content .content .entry:nth-child(even) img {
        margin-left: 0;
    }
    .clover-blog-list .content .entry-content {
        padding-bottom: 10px;
    }
    .clover-blog-list .content .entry {
        padding: 0 !important;
        margin-bottom: 32px;
    }
    .clover-blog-list .content .entry-header p.entry-meta,
    .clover-blog-list .content .entry:first-of-type .entry-header p.entry-meta,
    .clover-blog-list.full-width-content .content .entry-header p.entry-meta  {
        clear: both;
        padding-top: 15px;
        text-align: left;
    }
}