/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-topbar{
  min-height: 0;
  background-color: #ffffff !important;
}
.support-menu{
  display: flex;
  margin: 0;
}
.support-menu .menu-item{
  display: block;
  flex: 1;
  text-align: center;
  position: relative;
}
.support-menu > .menu-item{
  margin: 0 0.5rem;
}

.support-menu .menu-item:first-child{
  margin-left: 0;
}
.support-menu .menu-item:last-child{
  margin-right: 0;
}
.support-menu .menu-item > a{
  background-color: transparent;
}
.support-menu .menu-item > a:hover{
  background-color: rgba(255,255,255,0.35);
}
.support-menu .menu-item > a,
.support-menu .menu-item > a:hover{
  line-height: 1.5rem;
  font-size: 0.75em;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.support-menu > .menu-item:nth-child(1),
.support-menu > .menu-item:nth-child(1) .sub-menu{
  background-color: #ed5b28;
}
.support-menu > .menu-item:nth-child(2),
.support-menu > .menu-item:nth-child(2) .sub-menu{
  background-color: #70366a;
}
.support-menu > .menu-item:nth-child(3),
.support-menu > .menu-item:nth-child(3) .sub-menu{
  background-color: #4b82ff;
}
.support-menu .sub-menu{
  display: none;
  border-top: solid 1px #ffffff;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 10000;
}
.support-menu .sub-menu a{
  display: block;
}

.post-hero{
  height: 400px;
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.post-section-name{
  width: 100%;
  max-width:800px;
  margin:0 auto;
  padding-bottom: 1rem;
}
.post-section-name p{
  margin: 0 calc(0em * -1) 0 0;
  font-family: "museo-sans",sans-serif;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  text-transform: none;
  color: rgb(255,255,255);
}
.x-container.main{
  width: 100% !important;
  max-width: 100% !important;
}
.format-standard .entry-wrap,
.format-link .entry-wrap{
  max-width:800px;
  padding-top: 2rem;
}

.format-video .entry-wrap{
  max-width:1200px;
}

.post-template-default .entry-wrap{
  margin:0 auto;
}
.post-template-default .entry-title{
  margin: 0 calc(0.13rem * -1) 0 0;
  font-family: "oswald",sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.13rem;
  text-transform: none;
  color: rgb(237,91,40);
  margin-bottom: 1rem;
}
.post-template-default .entry-author{
  margin: 0 calc(0.13rem * -1) 0 0;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.13rem;
  text-align: left;
  text-transform: uppercase;
  color: rgb(237,91,40);
  margin-bottom: 0;
}
.post-template-default .entry-date{
  margin: 0em;
  padding: 0em;
  font-family: "museo-sans",sans-serif;
  font-size: .7em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(210,200,177);
  background-color: transparent;
}


.wp-block-verse{
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 12px;
  padding: 1em;
  font-family: "museo-sans",sans-serif;

  background-color: #f4f0e4;
  border-left: solid 2px #d2c8b1;
}

.type-post blockquote{
  border: 0;
  border-left: 0 !important;
  padding: 0;
  padding-left: 0 !important;
  margin-bottom: 12px;
  position: relative;
  quotes: "“" "”" "‘" "’";

  margin-top: 2rem;
}
.type-post blockquote:before{
  content: open-quote;
  position: absolute;
  top: 10px;
  right: 100%;
  line-height: 1.25rem;
  color: #d2c8b1;
  font-size: 50px;

}
.type-post blockquote p{
  font-family: "oswald",sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0em;
  text-transform: none;
  color: #6f1d46;
}

.type-post blockquote cite{
  float: right;
  clear: both;
  overflow: hidden;

  margin: 0em 0em 0em 0em;
  padding: 0em;
  font-family: "museo-sans",sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgb(237,91,40);
}

.type-post blockquote cite:before{
  content: "– ";
}

.entry-featured{
  padding-top: 30px;
  background-color: #231f20;
}
.x-video-inner{
  width: 100% !important;
}
.entry-featured .x-video{
  max-width: 1200px;
  width: 100% !important;
  margin: 0 auto;
}

.post-link{
  display: block;

  margin: 0.5rem;

  text-align: center;
  padding: 0.5rem 0.25rem;
  background-color: #f4f0e4;
  border: solid 1px #d2c8b1;
  border-radius: 5px;

  font-family: "museo-sans",sans-serif;
  font-size: 1.25rem;

}
.mobile-logo
{
  display:none;
}
@media (max-width: 1263px) and (min-width: 980px) {
  .x-brand{
    float:none;
  }
  .x-brand img{
    margin:0 auto;
    display:block;
    margin-top:15px;
    float:none;
  }
  #menu-primary-menu{
    float:none;
    margin:0 auto;
    width:740px;
  }
}
@media (max-width: 500px){
  .x-brand img{
    width: 225px !important;
  }
  .mobile-logo
  {
    display:block;
  }
  .desktop-logo{
    display:none;
  }
}
