/*
Customize
*/

body {
    overflow-x:  hidden;
}

.page-template-landing .s-post__content .aligncenter {
    margin-top: 0;
    margin-bottom: 0;
}


/*
QUOTES
*/
.s-post__content .wp-block-quote {
    border-left: 4px solid #f60;
    border-bottom: 0;
    text-align: left;
    padding-left: 30px;
}
.s-post__content .wp-block-quote:before {
    display: none;
}

.wp-block-quote cite, 
.wp-block-pullquote cite,
.wp-block-table figcaption,
.wp-block-image figcaption {
    display: inline-block;
    margin: 0;
    padding: 12px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.71;
    color: #000;
}


/*
PRE
*/
.wp-block-verse {
    white-space: pre-wrap;
}

.wp-block-code {
    white-space: pre-wrap;
    background-color: #000;
    color: #fff;
    padding: 12px 18px;
}

.wp-block-preformatted {
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    padding: 12px 18px;
}


/*
TABLES
*/
.s-post__content .wp-block-table table {
    margin: 64px auto 0;
}
.s-post__content .wp-block-table table tr {
    background-color: transparent;
}
.s-post__content .wp-block-table table thead th {
    background-color: #f60;
    color: #fff;
}
.s-post__content .wp-block-table table tfoot {
    border-top: 1px solid #000;
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
}


/*
MEDIA
*/
.wp-block-media-text {
    position: relative;
}

.wp-block-media-text.alignwide {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.wp-block-media-text .wp-block-preformatted {
    white-space: pre-wrap;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 12px 18px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-left: 12px;
    
}


/*
IMAGES - full-width & full-screen
*/
@media screen and (min-width: 960px) {
    .alignfull, .alignwide {
        height: auto;
        position: relative;
        z-index: 50;
        width:  100vw;
        max-width:  100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .wp-block-image.alignwide img{
        width: 80vw;
        margin: 0 auto;
        display: block;
    }
}

.wp-block-image {
    text-align: center;
}

.s-post__content .wp-block-gallery ul li {
    padding: 0;
}
.s-post__content .wp-block-gallery ul li:before {
    display: none;
}


/*
BUTTONS
*/
.wp-block-button__link {
    background-color: transparent;
}

.wp-block-button a {
    border-radius: 0;
    border: 2px solid;
}
.wp-block-button a:hover  {
    border-color: #f60;
}   

.wp-block-button.is-style-fill .wp-block-button__link {
    background-color: #f60;
    color: #FFF;
    border: 2px solid #f60;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
    color: #FFF;
    border-color: #000;
}


/*
SEPARATOR
*/
.wp-block-separator {
    border-top-width: 3px;
    border-style: dotted;
}

.wp-block-separator.is-style-wide {
    border-style: solid;
    border-top-width: 12px;
    border-bottom-width: 0;
}

.wp-block-separator.is-style-default {
    border-style: solid;
}



/*
BLOCKS
*/

.page-template-landing .cta__pretitle {
    display: none;
}

.page-template-landing .wp-block-cover.alignfull {
    height: 80vh;
    min-height: 80vh;
    margin-bottom: 6rem;
}

.page-template-landing header.header {
    margin-bottom: 0;
}

.wp-block-columns.alignwide,
.wp-block-gallery.alignwide,
.wp-block-embed-youtube.alignwide {
    padding: 0 5vw;
}

.page-template-landing .s-post__content .embed {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.custom-social-icon {
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
}

.custom-social-menu{
  display: flex;
  gap: 12px;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
}