// Your content SASS code goes here...


:focus {
    outline: 0;
}

::selection {
    color: $white;
    background-color: $primary; 
}

.text-gray{
    color: #554b28;
}

// Element
dl, ol, ul {
    list-style: none;
    padding-left: 2px;
}
a:hover {
    text-decoration: none;
}

.content-area {
    padding-bottom: 2.5rem;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: #555d66;
    font-size: 14px;
    display: block !important;
}

.post-navigation{
    margin: 1.7rem auto;
}

.entry-meta{
    margin-bottom: 1rem;
}

.width-90 {
    width: 74%;
    margin: 60px auto;
    text-align: center;
    height: auto;
}

.videoRow  iframe{
    border-radius: 15px 0 0 0;
}

/* Post meta */
.updated {
    display: none;
}

/** Video CSS 

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.headertopspace {
    width: 100%;
    display: block;
    height: 60vh;
}
*/

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

@media (min-width: 600px){
    .wp-block-embed {
        min-width: auto !important;
    }

}
 
.wp-block-embed-youtube {
    margin: 0 auto;
}
.aligncenter figcaption{
    text-align: center;
}

/* Video */
.fct-img-block .size-large{
    width: 100%;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

h1{
    font-weight: 800;
} 

.text-shadow {
    text-shadow: 0 0 3px #000000 !important;
}

// Type display classes

  .display-5 {
    @include font-size($display5-size);
    font-weight: $display4-weight;
    line-height: $display-line-height;
  }
  .display-6 {
    @include font-size($display6-size);
    font-weight: $display4-weight;
    line-height: $display-line-height;
  }

.sub-heading {
    text-align: center;
    width: 100%;
    margin: 20px auto !important; 
}

h4, .h4 {
    font-size: 16px !important;
}
h3, .h3, .heading-size-3 {
    font-size: 1.25rem; /* 22px */
    line-height: 30px ;
    font-weight: 500 !important;
}
.item-row h3 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 600 !important;
    padding-top: 0; 
}

.item-card h3 {
    font-size: 18px !important;
    line-height: 1.4;
    margin-top: 13px;
    font-weight: 600 !important;
}

@media (max-width: 520px ) {
   .heading-txt {
        font-size: 1.25rem ;
    } 
}

/* Comments */

.comments-area{
    margin-top: 30px;
}

.comment-reply-title {
    margin: 1rem auto !important;
}

.comment-reply-title {
    font-size: 1.5rem!important;
}

/* BlockQuotes */
.blockquote-footer {
    font-size: 0.85rem;
    font-style: italic;
}

.blockquote {
    font-size: 1.17188rem;
}

p {
    font-size: 1rem ;
    color: #555555 !important;
}

.w-80{
    width: 80%;

}
.w-90{
    width: 90%;
}

.image-credit {
    p{
        font-size: 13px;
        font-style: italic;
    }
}