/*
Theme Name: Yuja
Author: Mat Dunlap
Author URI: http://matdunlap.com/
Description: A custom theme for Yuja Wang
Version: 1.0

*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Accessibility
 * 3.0 - Repeatable Patterns
 * 4.0 - Basic Structure
 * 5.0 - Main content and comment content
 * 6.0 - Archives
 * 7.0 - Single image attachment view
 * 8.0 - Post Formats
 * 9.0 - Page Links
 * 10.0 - Comments
 * 11.0 - Front Page Template
 * 12.0 - Widgets
 * 13.0 - TinyMCE Editor
 * 14.0 - Social Menu
 * 15.0 - Misc
 * 16.0 - Media Queries
 */
/**
 * 1.0 - Reset
 */
ins {
  background: #fff9c0;
  text-decoration: none;
  padding: 0 0.1875rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.top-bar-section > .alert-box.secondary p {
  margin: 0.5em 0;
}

.sticky {
  /* Style not used but left in case you want to style the sticky in some way */
}

.sp-mask {
    height: auto !important;
    padding-bottom: 28% !important;
}

/**
 * 2.1 - HOME
 */

.hoverbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hoverbar{
  padding: 2em;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li.events:hover .hoverbar::before, li.events:hover .hoverbar::after,
.post-box-std:hover .hoverbar::before, .post-box-std:hover .hoverbar::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

li.events .hoverbar::before,
.post-box-std .hoverbar::before {
  border-top: 3px solid #a78b41;
  border-bottom: 3px solid #a78b41;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

li.events .hoverbar::after,
.post-box-std .hoverbar::after {
  border-right: 3px solid #a78b41;
  border-left: 3px solid #a78b41;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}


.footer-link{
    float: right;
}

.footer-url{
    
}

.footer-icon{
       width: auto;
    height: 51px;
    margin: 24px 20px 0 -5px; 
}

    .top-bar .menu-icon {
      display: none; }

.connect-icons{
    font-size: 30px;
    margin: 0 25px;
}

.modNewsletter {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
}

.modNewsletter-outer {
height: 100%;
width: 100%;
display: table;

}

.modNewsletter-inner {
display: table-cell;
vertical-align: middle;
text-align: center;
    padding-bottom: 12%;
}

.closeX {
    width: 93px;
    height: 93px;
    display: block;
    position: absolute;
    top: 40px;
    right: 0px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}

.closeX .layer2 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.closeX div {
    position: absolute;
    top: 19px;
    left: -7px;
    width: 53px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.modNewsletter #newsletterSuccess {
    display: none;
    max-width: 620px;
    margin: 0 auto;
}

.modNewsletter #newsletterSuccess h3 {
    margin-top: 50%;
}

.modWritings .close, #recordings .buyOn a, .borderButton a, .borderButton2 {
    border: 4px solid #000;
    width: 98px;
    display: block;
    height: 52px;
    line-height: 52px;
    margin: 0 auto;
    margin-top: 85px;
    color: #000;
    text-decoration: none;
}

.modNewsletter .borderButton2 {
    background: #fff;
    font-size: 18px;
    padding: 0 40px;
    width: auto;
    margin: 55px auto;
    height: 60px;
}

.modNewsletter #newsletterSuccess .borderButton a {
    margin: 40px auto;
    font-size: 19px;
}
.title {
    font-size: 56px;
    line-height: 61px;
    margin-left: 20px;
    margin-right: 20px;
}
.modNewsletter .newsletterIntro {
    font-size: 30px;
    max-width: 686px;
    text-align: left;
    margin: 0 auto;
}
.modNewsletter form {
    margin: 39px auto;
    width: 686px;
}
.modNewsletter .text {
    width: 686px;
    margin-bottom: 26px;
    position: relative;
}

.modNewsletter .text span {
    display: none;
    position: absolute;
    font-size: 20px;
    width: 0;
    overflow: show;
    right: -10px;
    top: 18px;
    color: #ff0000;
    white-space: nowrap;
}

.modNewsletter button, .modNewsletter .button {
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    border: none;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-right: 1.5em;
       padding-top: 0.63em;
    padding-bottom: 0.4em;
    -webkit-appearance: none;
    padding-left: 1.4em;
    font-size: 1.2rem;
    background-color: transparent;
    color: #b89e5a;
    font-family: 'Sans';
    font-weight: normal;
    letter-spacing: 1px;
    border-left: 2px solid #c0bfbf;
}

.modNewsletter input[type="email"]:focus {
    background: #F5F5F5;
    border-color: #000;
    outline: none;
}

.modNewsletter button.submit-button {
    display: block;
    float: right;
    margin-left: -400px;
    margin-right: -6px;
    margin-top: 17px;
}

.modNewsletter input[type="email"] {
    float: left;
    background-color: #fcfcfc;
    font-family: inherit;
    border: 1px solid #bbbbbb;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 25px;
    margin: 0 0 1em 0;
    padding: 8px 23px 8px;
    height: 2.8125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    font-family: 'Bold-Ital';
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

.modNewsletter .tri-down:after {
    content: '+';
    margin: 23px auto 21px;
    font-size: 47px;
    color: #B8B8B8;
    font-family: 'AL';
}
.modNewsletter .tri-down{
background: none;
transform: rotate(-90deg);
    margin: 14px auto 30px;
    width: 40px;
    height: 40px;
}


.modNewsletter .explore-menu {
    margin: 0 25px;
    letter-spacing: 0.9rem;
    font-size: 1.43rem;
    clear: both;
}

.modNewsletter .tri-down {
	opacity: 0;
	-webkit-transform: translateY(-150px) rotate(45deg);
	   -moz-transform: translateY(-150px) rotate(45deg);
	    -ms-transform: translateY(-150px) rotate(45deg);
	     -o-transform: translateY(-150px) rotate(45deg);
	        transform: translateY(-150px) rotate(45deg);
	-webkit-transition: all .5s ease-in;
	   -moz-transition: all .5s ease-in;
	    -ms-transition: all .5s ease-in;
	     -o-transition: all .5s ease-in;
}


.modNewsletter .tri-down.showme{
	opacity: 1;
	-webkit-transform: translateY(0px) rotate(45deg);
	   -moz-transform: translateY(0px) rotate(45deg);
	    -ms-transform: translateY(0px) rotate(45deg);
	     -o-transform: translateY(0px) rotate(45deg);
	        transform: translateY(0px) rotate(45deg);
	-webkit-transition: all .5s ease-out;
	   -moz-transition: all .5s ease-out;
	    -ms-transition: all .5s ease-out;
	     -o-transition: all .5s ease-out;
}


.modNewsletter .modNewsletter-socials,
.modNewsletter #formWrap {
	opacity: 0;
	-webkit-transform: translateY(-150px);
	   -moz-transform: translateY(-150px);
	    -ms-transform: translateY(-150px);
	     -o-transform: translateY(-150px);
	        transform: translateY(-150px);
	-webkit-transition: all .5s ease-in;
	   -moz-transition: all .5s ease-in;
	    -ms-transition: all .5s ease-in;
	     -o-transition: all .5s ease-in;
}

.modNewsletter .modNewsletter-socials.showme,
.modNewsletter #formWrap.showme {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	     -o-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-transition: all .5s ease-out;
	   -moz-transition: all .5s ease-out;
	    -ms-transition: all .5s ease-out;
	     -o-transition: all .5s ease-out;
}


.rolex{
    float: left;
    margin-left: 31px;
    margin-top: -2px;
    margin-right: -400px;
    margin-bottom: -28px;
}

.home .rolex {
    float: left;
    margin-left: 30px;
    margin-top: -8px;
    margin-right: -400px;
    margin-bottom: 7px;
}

#iwpmenu_icon{
display: none    
}

.home #iwpmenu_icon{
display: block    
}    
    
#slide-10-layer-9{
    min-width: 30px !important;
    max-width: 30px !important;
    border: 2px solid rgb(255, 255, 255) !important;
    margin: 0px auto !important;
    min-height: 30px !important;
    max-height: 30px !important;
    opacity: 0.42 !important;
    
}

.rev-scroll-btn span {
    width: 25px !important;
    height: 23px !important;
    margin: -7px 0 0 -11px !important;
    border-radius: 0 !important;
    font-size: 22px !important;
    background: transparent !important;
    }

#slide-footer{
background: #fff;
}

#iwpmenu_bar.open {
opacity: 0.92 !important;
}


#iwpmenu_bar div ul.menu li a {
font-family: "AL", sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3rem !important;
    font-size: 56px !important;;
    line-height: 214% !important;;
    color: #58544D !important;;
}

#iwpmenu_bar div ul.menu li a strong, 
#iwpmenu_bar div ul.menu li a b {
    font-weight: 100;
}

.explore-menu{
    margin: 0 25px;
    font-family: "AM", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8rem;
    font-size: 1.63rem;
    color: #a78b41;
    text-align: center;
}


#iwpmenu_icon .iwpmenu_close_button {
    width: 90px !important;
    height: 90px !important;
        top: 41px !important;
    right: 0px !important;
}

#iwpmenu_bar div.tri-up, #iwpmenu_bar div.tri-down{
    width: 23px;
    height: 23px !important;
    display: block;
}

#iwpmenu_bar div.tri-up{
    background: url(img/tri-up.png) no-repeat;
    background-size: 100%;
    margin: 15px auto 25px;;
}

.tri-down,
#iwpmenu_bar div.tri-down{
     background: url(img/tri-down.png) no-repeat;
    background-size: 100%;
    margin: 24px auto 13px;

}

#iwpmenu_bar div ul {
    padding: 20px  !important;
    margin-bottom: 0 !important;
    margin-left: -6px;
        overflow: visible !important;
}
#iwpmenu_bar div ul.menu li a {
    font-family: "AL", sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3rem !important;
        font-size: 42px !important;
    line-height: 100% !important;
    color: #58544D !important;
    margin-bottom: 38px !important;
    display: block;
}

#iwpmenu_bar div ul.menu li a:hover {   
    color: #a78b41 !important;
}

#iwpmenu_bar div ul.menu li:last-child a {
    margin-bottom: 0 !important;
}

#iwpmenu_bar #iwpmenu_social {
    bottom: initial !important;
}

#iwpmenu_bar .iwpmenu_bar_inner {
    display: table-cell !important;
    vertical-align: middle !important;
        height: 100%;
    width: 100%;
        margin: 0px auto 0px;
    padding-top: 0px;
    z-index: 9999;
}

#iwpmenu_bar div {
    height: initial !important;
}

#iwpmenu_bar #iwpmenu_social a {
    margin: 0 25px !important;
    font-family: "AB", sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8rem !important;
    font-size: 1.43rem!important;
}




.menu-content .menu-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s !important;
	transition: all 0.35s !important;
}

.menu-content .menu-content-inner {
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
  
}

.mat-slide:hover .menu-content-inner {
    -webkit-transform: scale(1.025) rotate(0deg) translate(0px, -27px) skew(0deg, 0deg);
    transform: scale(1.025) rotate(0deg) translate(0px, -27px) skew(0deg, 0deg);
}


h2.menu-title{
line-height: 2.6rem !important;
    font-family: "AB", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.4rem !important;
    font-size: 2.33rem !important;
    color: #a78b41 !important;
    text-align: center !important;
    font-weight: 100 !important;
    margin: 0 !important;
}


div#slide-6-layer-1 {
    display: table;
    min-width: 122% !important;
    max-width: initial !important;
    margin-left: -12% !important;
    min-height: 100% !important;
    max-height: 100% !important;

}

.mats-slider-menu{
    
}

.mat-slide.menu-1{
    background: rgba(0, 0, 0, 0.02);
    width: 34%;
    padding: 0 1.3% 0 11.3% !important;
    transition: all 0.85s !important;
}

.mat-slide.menu-2{
    background: rgba(0, 0, 0, 0.04);
        width: 22%;
            padding: 0 0.2% 0 1.2% !important;
    transition: all 0.85s !important;
}

.mat-slide.menu-3{
    background: rgba(0, 0, 0, 0.06);
        width: 16%;
        padding: 0 1.36% 0 0.76% !important;
    transition: all 0.85s !important;
}

.mat-slide.menu-3 .menu-content{
     position: relative;
    left: 8px;   
}

.mat-slide.menu-4{
    background: rgba(0, 0, 0, 0.08);
    width: 25%;
    padding: 0 10.3% 0 4.3% !important;
    transition: all 0.85s !important;
}


.mat-slide.menu-1:hover{
    background: rgba(0, 0, 0, 0);
}
.mat-slide.menu-2:hover{
    background: rgba(0, 0, 0, 0);
}
.mat-slide.menu-3:hover{
    background: rgba(0, 0, 0, 0);
}
.mat-slide.menu-4:hover{
    background: rgba(0, 0, 0, 0);
}

.tp-parallax-wrap{
        left: 0 !important;
        
}
.tp-parallax-wrap,
.tp-loop-wrap,
.tp-mask-wrap {
    width: 100% !important;
        height: 100% !important;
}

.mat-slide{
text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
transform: skewX(-14deg);
-webkit-transform: skewX(-14deg);
padding: 0 1.3% !important;
}

.menu-content{
    transform: skewX(14deg);
        -webkit-transform: skewX(14deg);
        height: 230px;
}

.mat-slide.menu-3{
    padding: 0 2.2% !important;
}

#slide-10-layer-10,
#slide-10-layer-6{
text-align: center;
}

#slide-10-layer-10{

}

.menu-desc {
    color: rgb(74, 74, 74);
    font-size: 18px !important;
    line-height: 130% !important;
    font-family: 'MRoman';
    font-weight: 100 !important;
    letter-spacing: 0.015rem !important;
    padding: 0 10% !important;
    margin: 9px 0 0 !important;
}

.open-menu-more,
.open-menu{
line-height: 100% !important;
    font-family: "AM", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.8rem !important;
    font-size: 1.63rem !important;
    color: #a78b41 !important;
    text-align: center !important;
    font-weight: 100 !important;
    margin: 10px auto -8px !important;
    width: 100%;
    display: block;
}

.open-menu-more{
    line-height: 100% !important;
    font-family: "AM", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.8rem !important;
    font-size: 1.23rem !important;
    overflow: hidden;
        -webkit-transform: scale(0);
    transform: scale(0);
        -webkit-transition: all 0.4s linear !important;
    -moz-transition: all 0.4s linear !important;
    -o-transition: all 0.4s linear !important;
    transition: all 0.4s linear !important;
}

.mat-slide:hover .open-menu-more{

        -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

img.div-line{
    width: 49px !important;
    height: auto !important;
}

.footer-wrapper{
    
}

#footer-layer{
    opacity: 1 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    text-align: center;
        bottom: 0;
    position: absolute;
}

.home-footer-layer{
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0;
    position: absolute;
        height: 0;
    overflow: hidden;
    -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    -o-transition: all 0.45s linear;
    transition: all 0.45s linear;
    bottom: 0;
}

#iwpmenu_icon{
                -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    opacity: 1;
}

#iwpmenu_icon.hidden{
    opacity: 0;
}

.home-footer-layer.showit{
    height: 112px;
        padding: 15px 0;
}

.main-footer-layer{
    text-align: center;
}

.main-footer-layer .center-connect {
    margin: 25px 25px 0px !important;
}

.home-footer{
    position: absolute;
    bottom: -90px;
    width: 100%;
    height: 100px;
    background: #fff;
    text-align: center;
    padding: 21px 26px
}
.left-y{
    float: left;
    margin: 16px 0 9px 28px !important;
}
.right-w{
    float: right;
    margin: 16px 28px 9px 0 !important;
    }

.left-y img{
        width: 57px !important;
    height: auto !important;
}

.right-w img {
    height: auto !important;
    width: 70px !important;
}

.center-connect{
display: inline-block;
    margin: 20px 25px 0px !important;
    font-family: "AL", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
    font-size: 2.13rem;
    color: #a78b41;
    text-align: center;
    line-height: 100%;
}


.rev_slider #slide-10-layer-6 img{

}

.about-slide{
 visibility: hidden;   
}
.bio-pic-1{
    -webkit-clip-path: polygon(74% 0, 100% 90%, 120% 100%, 20% 50%);
    clip-path: polygon(74% 0, 100% 90%, 120% 100%, 20% 50%);
    shape-outside: polygon(74% 0, 100% 90%, 120% 100%, 20% 50%);
    -webkit-shape-outside: polygon(74% 0, 100% 90%, 120% 100%, 20% 50%);
    max-width: 70% !important;
    margin: -24px -17% 12px 0 !Important;
    position: relative;
    
}
    
.bio-pic-2{
-webkit-clip-path: polygon(74% 0, 100% 90%, 117% 100%, 11% 40%);
    clip-path: polygon(74% 0, 100% 90%, 117% 100%, 11% 40%);
    shape-outside: polygon(74% 0, 100% 90%, 117% 100%, 11% 40%);
    -webkit-shape-outside: polygon(74% 0, 100% 90%, 117% 100%, 11% 40%);
    max-width: 80% !important;
    margin-right: -122px !important;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
        position: relative;
}

.bio-pic-3{
    -webkit-clip-path: polygon(0 100%, 0 100%, 88% 32%, 4% 0%);
    clip-path: polygon(0 100%, 0 100%, 88% 32%, 4% 0%);
    shape-outside: polygon(0 100%, 0 100%, 88% 32%, 4% 0%);
    -webkit-shape-outside: polygon(0 100%, 0 100%, 79% 31%, 3% 0%);
    max-width: 69% !important;
    margin-left: -80px !important;
    margin-top: -5px !important;
    margin-right: 104px !important;
        position: relative;
}
.bio-subnav-wrap{
    width: 100%;
    text-align: center;
    margin: -7px auto 50px !important;
    position: relative;
    left: -25px;
}

.bio-subnav{
    text-align: center !important;
    display: inline-block !important;
    padding: 0 !important;
    position: relative !important;
    border-bottom: 2px solid #dfdfdf !important;
    height: 17px !important;
    padding: 0 30px !important;
}

.bio-subnav a{
    color: #A69054 !important;
    height: 29px !important;
    line-height: 29px !important;
    padding: 0px 10px 0 13px !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.15rem !important;
    font-family: 'AM' !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
    display: inline-block;
    background: #fff;
    margin: 0 20px;
}

.about-dl-image img{
    border: 1px solid #D6D6D6;
    width: 105px;
    height: auto;
    float: left;
    margin: 10px 15px 0 0;
}

.about-dl-image.about-dl-pdf img{
     border: none;
    margin-top: 11px;
    margin-right: 10px;
    width: 110px;
}

hr.short-div.download-div{
    margin: 35px auto -13px 0;
    border-top: 3px solid #cacaca;
    width: 27px;
    clear: none;
}

.downloads-contain{
    display: block;
    padding: 0 0px 23px 0;
    margin-top: 37px;
    margin-bottom: 10px;
        position: relative;
}

.downloads-contain strong{
    color: #A69054;
    cursor: pointer;
    font-weight: 100;
    font-family: 'AB', SANS-SERIF;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 1.59rem;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.press-download{
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 9px 30px 4px 0;
  margin-left: 1px;
  color: #555453;
  margin-top: 12px;
}

.dl-icon{
  margin-right: 9px;
  max-height: 18px;
  position: relative;
  top: -4px;
  margin-left: 6px;
}

.download-link{

}



.entry-content .bx-wrapper {
    float: left;
    margin: 0 33px 10px -70px !Important;
    shape-outside: polygon(0% 0, 86% 0%, 100% 100%, 14% 100%);
    -webkit-shape-outside: polygon(0% 0, 86% 0%, 100% 100%, 14% 100%);
}

.page-template-page-about .about-content-wrap p:first-child:first-letter {
    float: left;
    font-size: 99px;
    line-height: 60px;
    padding-top: 13px;
    padding-right: 12px;
    padding-left: 0px;
    color: #b89e5a;
    font-family: 'Bold';
    margin: 0px 0 0 -12px;
}

.page-template-page-about .about-content-wrap blockquote p:first-child:first-letter {
    float: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    margin: 0;
    line-height: 68%;
    font-size: 33px;
    color: #555453;
    font-family: 'Bold-Ital';
}

.about-slide {
    -webkit-clip-path: polygon(0% 0, 86% 0%, 100% 100%, 14% 100%);
    clip-path: polygon(0% 0, 86% 0%, 100% 100%, 14% 100%);
}

span.connect{
    font-family: "AM", sans-serif;
    font-size: 1.03rem;
    display: block;
    line-height: 100%;
    margin-top: -5px;
}

.wordmark-y{
        width: auto;
    height: 55px;
}
.wordmark-w{
        width: auto;
    height: 53px;
}

#home-upcoming ul.eventHolder li.events:nth-child(2) .hoverbar::after {
    border-right: 3px solid #393733;
  border-left: 3px solid #393733;
}

#home-upcoming ul.eventHolder li.events:nth-child(2) .hoverbar::before{
  border-top: 3px solid #393733;
  border-bottom: 3px solid #393733;
}

.post-box-std .hoverbar::before, .post-box-std .hoverbar::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

li.events .hoverbar::before, li.events .hoverbar::after {
  position: absolute;
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
    content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

li.events .hoverbar::before, li.events .hoverbar::after,
.post-box-std .hoverbar::before, .post-box-std .hoverbar::after {
  pointer-events: none;
}

li.events .hoverbar {
  z-index: -1;
}

.format-gallery .post-box-std{

}

.post-box-std{
    width: 47%;
    display: table;
    float: left;
    text-align: center;
    margin-right: -100px;
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.box-inner{
    display: table-cell;
  vertical-align: middle;
  padding: 35px;
}

.news-image-mask{
-webkit-clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
}


.record_info p {
    font-family: inherit;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.006rem;
}

.record_info h2 {
    display: inline-block;
    color: #fff;
    font-size: 1.25em !Important;
    text-transform: initial;
    letter-spacing: -0.02rem;
    margin: 15px 0 0px;
    line-height: 100%;
    font-family: 'PFMed';
    font-weight: 100;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    padding: 4px 0 6px;
}

.catalogue-item figure.effect-rechover {
    background: rgb(167, 139, 65) !important;
}

.recording-cover{
        position: relative;
    overflow: hidden;
    margin-top: 11% !important;
    width: 93%;
    border: 1px solid #BEBEBE !important;
    margin-right: 8% !important;
}

#content .catalogue-item:nth-child(odd) .recording-cover{
    margin-left: 8% !important;
    margin-right: 0 !important;
}

.catalogue-item figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 101%;
    height: 100%;
    background: #575757;
    text-align: center;
    float: left;
    padding: 0;
    margin: 0;
}

.catalogue-item figure.effect-rechover img {
    opacity: 1;
    -webkit-transition: opacity 0.55s;
    transition: opacity 0.55s;
}

.catalogue-item figure img {
    position: relative;
    display: block;
    min-height: auto;
    opacity: 0.8;
}

.catalogue-item .recording-right img {
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.catalogue-item figure.effect-rechover figcaption {
    padding: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.55s;
    transition: background-color 0.55s;
}

.catalogue-item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.thisone-out {
    height: 100% !important;
    width: 100% !important;
    position: relative;
    word-break: break-word;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
}
.thisone-in {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto !important;
    width: 100%;
}

.catalogue-item figure.effect-rechover .record_info {
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin: 0;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-family: 'AM';
    padding: 0 7%;
}

.catalogue-item figure.effect-rechover:hover img{
    opacity: 0.06;
}

.catalogue-item figure.effect-rechover:hover .record_info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-template-page-calendar .gw-gopf-pagination-wrapper123{
    display: none !important;
}

.meta-arrow img{
    float: right;
  width: 32px;
  margin: 8px 9px 0 -20px;
}

#home-journal .meta-bank-r .meta-arrow img {
    margin: 8px 9px 0 10px !important;
}

.share-post .fa{
  font-size: 1.25rem;
  margin-left: 10px;
  color: #000;
}

.share-post .fa:hover{
    color: #a78b41;
}

.share-post .fa-tumblr{
  font-size: 1.18rem;
}

hr.short-div {
border-top: 2px solid #cacaca;
    border-left: none;
    border-bottom: none;
    height: 1px;
    width: 30px;
    margin: 16px auto 12px;
}

.page-template-page-news .post-box-content hr.short-div {
        margin: 16px auto 17px 0;
    border-top: 4px solid #a78b41;
    width: 21px;
    }

    .format-video .post-box-content .entry-content {
    display: block;
  
}

#fancybox-right-ico {
    background: #161616 url('img/controls2.png') !important;
    background-position: -56px -38px !important;
    background-size: 242% !important;
}

#fancybox-left-ico {
     background: #161616 url('img/controls2.png') !important;
    background-position: -1px -37px !important;
    background-size: 242% !important;
}

#fancybox-left-ico, #fancybox-right-ico {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
}

.format-gallery .post-box-content .entry-content {
    display: block;
    margin-bottom: 1.25rem;
}

.homelink-1 hr.short-div {
  border-top: 4px solid #8CC63F;
  width: 45px;
  margin: 20px auto 16px;
}

.homelink-2 hr.short-div {
  border-top: 4px solid #f28147;
  width: 45px;
  margin: 20px auto 16px;
}

.homelink span{
   color: #393733;
  font-family: 'WRegular';
  font-size: 1.35rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 35px;
  line-height: 102%;
}

.top-head{
  width: 100%;
  background: #000;
  padding: 24px 20px;
  text-align: center;
}

.top-wordmark{
  width: 56%;
  max-width: 1140px;
  height: auto;
            -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-gallery .gallery-caption {
    width: auto;
    background: rgba(0, 0, 0, 0.77);
    color: #fff;
    font-style: inherit;
    font-size: 12px;
    line-height: 31px;
    position: absolute;
    bottom: 0px;
    padding: 0px 20% 0px 7%;
    right: 0;
    max-width: 100%;
}

.fancybox-title{
    display: block !important;
        margin-top: 6px !important;
    padding-bottom: 3px !important;
}

#fancybox-right span {
    left: auto !important;
    right: -40px !important;
}
#fancybox-left span {
    left: -40px !important;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible !important;
}
.fancybox-title-inside {
    padding-bottom: 6px !important;
    padding-top: 5px !important;
}

.post-box-content .entry-content{
    display: table-cell;
  vertical-align: middle;
}

.single-post .post-box-content,
.catpage-journal .post-box-content {
  display: block;
  width: 100%;
  float: none;
}

.post-box-content{
    display: table;
    width: 48.25%;
    min-height: 450px;
}

.format-gallery .post-box-content,
.category-photos .post-box-content {
    min-height: 405px;
}

.category-press .post-box-content {
    display: table;
    width: 48.25%;
    min-height: 435px;
}

.format-video .post-box-content{
      min-height: 375px;  
}

body.page-template-page-news .type-post.odd.format-video{
    text-align: right;
}

.page-template-page-news .odd h2.video-title{
    text-align: right;
    margin: 25px auto 0;
}


.angle-wrap{
    shape-outside: polygon(100% 0, 100% 130%, 100% 100%, 30% 100%);
    -webkit-shape-outside: polygon(100% 0, 100% 130%, 100% 100%, 30% 100%);
    min-height: 350px;
    float: right;
    width: 100px;
}

body.page-template-page-news .type-post.even .gallery-content,
body.page-template-page-news .type-post.even .news-content {
    text-align: left;
}

.gallery-content,
.news-content {
    text-align: right;
    margin: 25px auto;
}

body.page-template-page-news .type-post.odd {
    left: -90px;
    position: relative;
}

body.page-template-page-news .type-post.even {
    left: 30px;
    position: relative;
}

body.page-template-page-news .odd .post-box-content{
    float: left;
    left: 51px;
    position: relative;
    padding-left: 8%;
}

body.page-template-page-news .even .post-box-content{
    left: -25px;
    position: relative;
        padding-right: 5%;
}

body.page-template-page-news .even .angle-wrap{
    shape-outside: polygon(100% 0, 50% 100%, 100% 100%, 0% 100%);
    -webkit-shape-outside: polygon(100% 0, 50% 100%, 100% 100%, 0% 100%);
    float: left;
}

body.page-template-page-news .odd {

}

body.page-template-page-news .odd .post-box-content{
      float: left;
}

body.page-template-page-news .odd .post-box-std {
    float: right;
    margin-right: 3%;
    margin-left: -3%;
}
body.page-template-page-news .even .post-box-std {
    margin-left: 3%;
    margin-right: -3%;
}

.page-template-page-news .odd h2.video-title,
.page-template-page-news .odd h2.news-title{
 text-align: right;   
}
body.page-template-page-news .odd  .news-sub-title {
    text-align: right;
}

body.page-template-page-news .odd  .post-box-content .entry-content {
    text-align: right;
}
body.page-template-page-news .odd  .read-more {
    font-size: 14px;
    text-align: right;
}

.ssba-wrap br{
    display: none;
}

.ssba-wrap div{
    text-align: right !important;
    margin-right: -3px;
}

.post-date{
    font-weight: 700;
}

.post .entry-content p {
  font-weight: 100;
    font-size: 1.35rem;
    line-height: 1.45;
    letter-spacing: -0.01rem;
    color: #555453;
    font-family: 'MRoman';
  }

.read-more{
    font-size: 18px !important;
    margin-bottom: 18px;
    text-align: left;
    font-family: 'AM',Sans-serif;
    text-transform: uppercase;
    line-height: 126%;
    letter-spacing: 0.83rem;
}
.read-more span{
    display: block
}
.post-box-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.news-top .read-more {
    margin-top: 13px;
}

body.page-template-page-news .post-box-content .entry-content {
    margin-bottom: 1.25rem !important;
}

.read-more a{
    color: #7b7b7a;
}

.top-tick{
  border-top: 8px solid #393733;
  border-left: none;
  border-bottom: none;
  height: 1px;
  width: 65%;
    margin: -2px auto 0 17.5%;
  position: absolute;
  top: 0;
      left: 0;
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.35s, opacity 0.35s, transform 0.35s;
}

.post-box-std:hover .top-tick{
   -webkit-transform: scale(1,0);
  transform: scale(1,0);
  top: -2px;
 }


.bottom-tick {
  border-top: 8px solid #393733;
  border-left: none;
  border-bottom: none;
  height: 1px;
  width: 65%;
  margin: -2px auto 0 -32.5%;
  position: absolute;
  display: inline-block;
  bottom: -1px;
}

.wordmark-div{
    max-width: 1113px !important;
    z-index: 99;
    width: 100% !important;
}

.word-contain{
  position: relative;
}

.parallax-window {
    min-height: 420px;
    background: transparent;
}

.homeSlide{
    height: 150%;
  width: 100%;
}

.top-slide, .slide-bg{
    height: 150%;
width: 150%;
background-repeat: no-repeat;
}

.top-bar-section.mobile{
 display: none   
}

.top-bar-section ul li{
    max-width: 22.15%;
    width: 19.77%;
  text-align: center;
  line-height: 100%;
  padding: 20px 0.9rem;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Sans';
  -webkit-font-smoothing: antialiased;
 min-height: 115px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.top-bar-section.mobile ul{
        border-top: 1px dotted rgba(174, 149, 81, 0.45);
        margin-top: 20px
}

.top-bar-section.mobile ul li {
    max-width: 100%;
    width: 100%;
    text-align: center;
    line-height: 100%;
    padding: 11px 0;
    font-size: 1.35rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Sans';
    -webkit-font-smoothing: antialiased;
    min-height: initial;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 1px dotted rgba(174, 149, 81, 0.45);
}

.slide-overlay-wrap{
   position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;  
}

.tp-caption.Fashion-BigDisplay.slide-overlay-wrap,
.Fashion-BigDisplay.slide-overlay-wrap{
min-width: 8000px !important;
max-width: 8000px !important;
left: -50% !important;
opacity: 0.03 !important;
top: -32px !important;
min-height: 1000px !important;
max-height: 1000px !important;
}

.tp-caption.Fashion-BigDisplay.slide-dark-wrap,
.Fashion-BigDisplay.slide-dark-wrap{
opacity: 0.23 !important;
min-width: 8000px !important;
max-width: 8000px !important;
left: -50% !important;
margin: 0 !important;
min-height: 2000px !important;
max-height: 2000px !important;
height: 100% !important;
top: -32px !important;
}

div.slide-overlay.dark-slide{
    background: #000 !important;
    display: none;
}

.slide-overlay{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: url(img/vid-over.gif);
 display: none;
}

h6.nav-titles{
  text-align: center;
  line-height: 100%;
  font-size: 1.15rem;
  text-transform: uppercase;
    font-weight: normal;
  letter-spacing: 1px;
  font-family: 'Sans';
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
  -webkit-font-smoothing: antialiased;

  -webkit-transition: opacity  0.35s, -webkit-transform 0.35s;
  transition: opacity  0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.top-bar-section ul li span{
  color: #ededed;
  text-transform: initial;
  letter-spacing: 0;
  font-size: 39px;
  line-height: 108%;
  display: block;
  font-family: 'Display';
  margin-bottom: 2px;
  position: relative;
  z-index: 0;

  -webkit-transition: opacity  0.5s, -webkit-transform 0.5s;
  transition: opacity  0.5s, transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.top-bar-section ul li:hover span{
  opacity: 0;
  -webkit-transform: translate3d(0,44px,0) scale3d(3.05,3.35,1);
  transform: translate3d(0,44px,0) scale3d(3.05,3.35,1);
  color: #EAEAEA;
  }
.top-bar-section ul li:hover .menu-desc,
.top-bar-section ul li:hover h6.nav-titles{
  -webkit-transform: translate3d(0,-16px,0) scale3d(1,1,1);
  transform: translate3d(0,-16px,0) scale3d(1,1,1);
}

.top-bar-section ul li .menu-desc{
  color: #a78b41;
  font-family: "leitura-news",serif;
  font-style: italic;
  text-transform: initial;
  letter-spacing: 0;
  font-size: 12px;
  margin-top: 6px;
  line-height: 108%;
  padding: 0 20px;
  box-sizing: border-box;
    position: relative;
  z-index: 9;

  -webkit-transition: opacity  0.35s, -webkit-transform 0.35s;
  transition: opacity  0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



img.wordmark-yuja {
    width: 90%;
    height: auto;
}

img.wordmark-yuja.main-wordmark {
    width: 90%;
    height: auto;
    max-width: 60%;
    margin: 15px auto 25px;
    display: none;
}

.footer_container{
    background: #000000;
    clear: both;
}


.foot-logo{
    margin: 1px auto 0;
  display: block;
    max-width: 400px;
  width: 50%;
}

.footer_container .short-div{
    border-top: 4px solid #414141;
  border-left: none;
  border-bottom: none;
  height: 1px;
  width: 45px;
    margin: 19px auto 11px;
}

.social-contain{
   width: 50%;
  margin: 0 auto 45px;
  clear: both;
  padding-top: 43px;
}

.social-contain-l{
width: 27%;
  float: left;
  margin-right: -100px;
}

.social-contain-r{
  width: 71%;
float: right;
}

.social-icon{
  color: #fff;
  font-size: 27px;
    margin-right: 20px;
}

.social-contain .social-icon:last-child{
  margin-right: 0px;
}

.footer_wrap #menu-main-menu a:hover{
  color: #a78b41;
}

.footer_wrap #menu-main-menu a {
  font-size: 1.23rem;
  line-height: normal;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  font-family: 'Sans';
  -webkit-font-smoothing: antialiased;
  color: #e8e8e8;
  margin-right: 16px;
}

.gw-gopf-post-col {
    max-width: 97%;
}

.mailing-contain input[type="email"] { -webkit-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 1.075rem;
  margin: 0 -100px 1rem 0;
  padding: 0 0.5rem 0.35rem 0.25rem;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
  border-bottom: 5px solid #414141;
  font-family: 'Sans';
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mailing-contain button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 8px;
  padding-right: 21px;
  padding-bottom: 0.0925rem;
  padding-left: 21px;
  font-size: 1.2rem;
  background-color: transparent;
  color: #EFEFEF;
  transition: background-color 300ms ease-out;
  border: none;
  position: relative;
  right: -46px;
}

.mailing-contain button:hover {
  color: #A1A1A1;
  }

.mailing-contain{
  margin-top: -14px;
}

.mailing-contain ::-webkit-input-placeholder {
color: #EFEFEF;
}

.mailing-contain :-moz-placeholder { /* Firefox 18- */
   color: #EFEFEF;
}

.mailing-contain ::-moz-placeholder {  /* Firefox 19+ */
 color: #EFEFEF;
}

.mailing-contain :-ms-input-placeholder {  
  color: #EFEFEF; 
}

.footer-links{
  width: 100%;
  background: #000;
  display: block;
  padding: 35px 20% 23px;
  text-align: center;
}

.footer-links a.footer-link{
  color: #fff;
  font-family: 'MRoman';
  margin-right: 28px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 1.07rem;
}

.posts-row{
  margin-top: 50px;
  position: relative;
}

.posts-row article{
    margin-bottom: 35px;
  padding-bottom: 0;
  width: 47%;
  margin-right: 6%;
  float: left;
}

.posts-row article:last-child{
  margin-right: 0;
}

.posts-row article .post-box-std {
  width: 100%;
  border: 6px solid #393733;
  display: block;
  float: left;
  min-height: initial;
  text-align: center;
  margin-right: 0;
  position: relative;
  margin-bottom: 10px;
    padding: 0;
}

.posts-row article.category-gallery .post-box-std {
    padding: 0.96rem;
}

.posts-row article .box-inner {
display: table-cell;
    vertical-align: middle;
    padding: 25px 35px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.posts-row article  hr.short-div {

}

.posts-row article.format-standard.has-post-thumbnail hr.short-div,
.posts-row article.format-video hr.short-div {
  margin: 11px auto 11px 0;
  border-top: 4px solid #a78b41;
  width: 19px;
}

.posts-row article .post-box-content {
    display: block;
  width: 100%;
  float: none;
  min-height: 100px;
  clear: both;
}

h1 {
  font-size: 2.15rem;
  line-height: 103%;
}

.posts-row .post .entry-content p {
  font-size: 1.12rem;
  line-height: 1.45;
}

.read-more {
  font-size: 14px;
  }

.posts-row .post-box-content .entry-content {
    min-height: 65px;
}
.posts-row  article.category-gallery .post-box-content .entry-content {
    min-height: 0;
}

.posts-row  article.category-gallery .news-gallery .gallery-caption {
    font-size: 10px;
}

h2.page-title{
  font-family:  "Bold", sans-serif;
  text-transform: uppercase;
  color: #a78b41;
  font-weight: 100;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4125rem;
    line-height: 100%;
}

h4.page-title {
  font-family:  "Bold", sans-serif;
  text-transform: uppercase;
  color: #a78b41;
  font-weight: 100;
  letter-spacing: 5px;
  text-align: center;
  margin: 4px auto 40px;
  font-size: 1.84rem;
  line-height: 100%;
  border-bottom: 4px solid #000;
  display: inline-block;
  padding: 0 0 3px 0;
}

h2.section-title{
  font-family:  "Bold", sans-serif;
  text-transform: uppercase;
  color: #a78b41;
  font-weight: 100;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.1125rem;
  line-height: 100%;
  position: relative;
  top: -9px;
  background: #fff;
  display: inline-block;
  padding: 0 8px 0 15px;
}

.section-title-wrap{
    width: 100%;
  background: #f5f5f5;
  clear: both;
  margin-top: 47px;
  height: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.section-title-wrap.upcoming-section {
  margin-top: 80px;
  }

section#home-upcoming{
    margin: 0 auto 35px;
    position: relative;
}

ul.eventHolder{
  margin: 45px 0 35px 0;
}


ul.eventHolder li{
  list-style: none;
  width: 30.5%;
  border: 6px solid #393733;
  display: table;
  float: left;
  min-height: 415px;
  text-align: center;
  margin-right: 4%;
  position: relative;
}

.page-template-old-calendar ul.eventHolder li {
    list-style: none;
    width: 100%;
    border: 6px solid #393733;
    display: table;
    float: left;
    min-height: 355px;
    text-align: center;
    margin-right: 4%;
    position: relative;
    margin-bottom: 42px;
}

#home-upcoming ul.eventHolder li:nth-child(2){
  border: 6px solid #a78b41;
}

#home-upcoming ul.eventHolder li:nth-child(3){
  margin-right: 0;
}

#home-upcoming ul.eventHolder li:nth-child(2) .bottom-tick{
  border-color:  #a78b41;
  }

  #home-upcoming ul.eventHolder li:nth-child(1) .bottom-tick{
   left: 0;
     margin: 0;
  }

  #home-upcoming ul.eventHolder li:nth-child(3) .bottom-tick{
   right: 0;
     margin: 0;
  }

.view-sched{
  display: inline-block;
  text-align: center;
  font-family: 'Wbold';
  font-weight: 700;
  color: #393733;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.15rem;
    margin: 0px auto 32px;
  width: 100%;
          -webkit-transition: all 0.6s linear;
-moz-transition: all 0.6s linear;
-o-transition: all 0.6s linear;
transition: all 0.6s linear;
}

#fancybox-close {
  position: fixed !important;
  top: 55px !important;
  right: 27px !important;
  width: 36px !important;
  height: 35px !important;
  background: transparent url('img/x.png')no-repeat !important;
  background-size: 100% !important;
  opacity: 0.95;
    -webkit-transition: opacity  0.35s, -webkit-transform 0.35s;
  transition: opacity  0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#fancybox-close:hover{
  transform: rotate(180deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(180deg) scale(1) skew(1deg) translate(0px);
}



.view-sched:hover{
    color: #777777;
}

.horz-rule{
  height: 5px;
    background: #f5f5f5;
    width: 100%;
    margin: 0 auto 65px;
}

span.upcoming-venue{
    display: block;
    color: #4B4F52;
    font-size: 1.85125em;
    font-family: 'Bold-Ital';
    text-transform: initial;
    letter-spacing: -0.02rem;
    margin: -4px auto 2px;
}

span.upcoming-dates{
font-weight: 600;
    color: #2a2828;
    font-size: 1.168rem;
    display: block;
    line-height: 107%;
    padding: 0;
    font-family: 'Ab', Sans-serif;
    letter-spacing: 0.1rem;
    margin-bottom: 6px;
}
span.upcoming-city {
    font-weight: 600;
    color: #333131;
    font-size: 1.368rem;
    display: block;
    line-height: 107%;
    padding: 0;
    font-family: 'AB', Sans-serif;
    letter-spacing: 0.1rem;
    margin-top: 9px;
}
.upcoming-notes {
    font-weight: 600;
    color: #2a2828;
    font-size: 1.05rem;
    display: block;
    line-height: 130%;
    padding: 0;
    font-family: 'Ab', Sans-serif;
    letter-spacing: 0.08rem;
    margin-top: 0px;
}

h1.event-title {
    display: block;
    color: #a78b41;
    font-size: 2.15125em;
    font-family: 'Bold-Ital';
    text-transform: initial;
    letter-spacing: -0.02rem;
    margin: -4px auto 2px;
}

.home-event hr.short-div {
  border-top: 5px solid #a78b41;
  border-left: none;
  border-bottom: none;
  height: 1px;
  width: 20px;
  margin: 17px auto 21px;
}

.entry-header.home-journal-l{
  width: 36%;
  float: left;
  text-align: right;
}

.home-journal-r{
width: 61%;
float: right;
}

h4.journal-title{
  padding: 0;
  line-height: 103%;
  font-family:  "Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  color: #a78b41;
  margin-top: -45px;
  font-weight: 100;
  margin-bottom: 10px;
  font-size: 1.6175rem;
}

.title-wrap{
  text-align: center;
}

h4.main-title {
  padding: 0;
  line-height: 103%;
  font-family: 'MRoman';
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  color: #a78b41;
  font-weight: 100;
  font-size: 1.6175rem;
  border-bottom: 4px solid #000;
  display: inline-block;
  padding-bottom: 4px;
    margin: 0 auto 15px;
}

.page-template-page-newcalender2 h4.main-title {
       margin: 0 auto 15px 5%; 
}

article.category-journal h1 {
  padding: 0;
  font-size: 2.05rem;
line-height: 110%;
  font-family: 'WBold';
  text-transform: initial;
  letter-spacing: 0.0rem;
}

.single-post article.category-journal h1,
.catpage-journal article.category-journal h1 {
  font-size: 2.95rem;
  line-height: 115%;
  font-family: 'WBold';
  text-transform: initial;
  letter-spacing: 0.0rem;
  text-align: center;
  padding: 0 9.5rem;
  margin: 0 auto 25px;
  width: 90%;
}

article.category-journal hr.short-div{
margin: 20px 0 21px auto;
  width: 21px;
  border-top: 4px solid #a78b41;
}

#home-journal.columns.large-12 {
  width: 100%;
  max-width: 1000px;
    margin: 100px auto 0;

  float: none!important;
}

.page-template-page-journal #home-journal.columns.large-12 {
  width: 100%;
      max-width: 100%;
  margin: 25px auto 70px;
  float: none!important;
}

.page-template-page-journal #content.columns.large-12 {
    max-width: 100%;
}


.page-template-page-journal article.category-journal{
    margin: 0 auto 10px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}


.page-template-page-journal article.category-journal{

}

.page-template-page-journal .gw-gopf-isotope .gw-gopf-isotope-item:nth-child(even){
        background-color: #F9F9F9;
}

.page-template-page-journal article.category-journal .journal-entry-wrap{
    margin: 0 auto;
    max-width: 1000px;
}

#home-links{
    background: #f7f7f7;
  text-align: center;
  padding: 40px 0;
  margin: 60px auto;
  width: 100%;
}

section#home-links .columns.large-12 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  float: none!important;
}

.homelink img{
  max-width: 84%;
  -webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}

.homelink:hover img {
    max-width: 87%;
}

.homelink-1 img {
        width: 60%;
  -webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}

.homelink-1:hover img {
    width: 62%;
}

.homelink{
    float: left;
    width: 47.3%;
    background: #fff;
    padding: 40px 20px;
    margin-right: 5.35%;
    display: table;
    min-height: 380px;
    margin-bottom: 7px;
    -webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}

.homelink-3,
.homelink-4,
.homelink-5{
    width: 30%;
    margin-right: 5%;
    margin-top: 34px;
    min-height: 200px;
    margin-bottom: 50px;  
}

#home-links .homelink-5{
    margin-right: -20px;
}

.homelink-inner{
    display: table-cell;
  vertical-align: middle;
}

.homelink.homelink-2{
margin-right: 0;
}


.meta-bank-l{
float: left;

}

.meta-bank-r{
float: right;
width: 48%;
padding-left: 15px
}

.meta-bank-r a.meta-title,
.meta-title{
    font-family: 'Wbold';
  font-weight: 700;
    color: #a78b41;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 0.85rem;
  margin-bottom: 0px;
  display: block;
  font-style: initial;
}


.meta-bank-r a.meta-top{
    color: #a78b41;
}


.meta-bank-r a.carousel-control.meta-arrow{
     width: 55px;   
}

.meta-bank-r a:hover,
.meta-bank-l a:hover{
  color: #000;
}

a.meta-more{
  color: #7b7b7a;
  font-style: italic;
  font-size: 0.82rem;
}

.post-box-content .entry-content {
font-weight: 100;
    font-size: 1.15rem;
    line-height: 1.45;
    letter-spacing: -0.01rem;
    color: #555453;
    font-family: 'MRoman';
}

.posts-row .post-box-content .entry-content {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 130%;
}

.journal-meta{
    width: 50%;
    float: left;
    padding: 0 9px 20px 5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 38px;
    margin-left: -75px;
}

.journal-meta blockquote{
  line-height: 135%;
  font-weight: 400;
  color: #393733;
  font-size: 1.768rem;
  margin: 0 0 20px;
    padding: 0.5625rem 0 0;
  border-left: none;
    text-align: right;
        border-top: none;
    border-bottom: none;
}

.journal-quote-div{
    border-top: 4px solid #eaeaea;
    margin: 31px 0 32px auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 60px;
}


.journal-meta blockquote:before{
  content: '“';
  font-size: 52px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: cursive;
  color: #a78b41;
  margin: 0px;
  display: block;
  float: left;
    margin-right: 15px;
}

.share-journal{
text-align: right;
  font-size: 1.23rem;
  color: #272521;
  line-height: 115%;
  font-family: 'WBold';
  letter-spacing: 1px;
}

.journal-share-div{
  border-top: 4px solid #a78b41;
    margin: 15px 0 10px auto;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 30px;
}

.ssba img {
    max-height: 19px;
    margin-left: 13px;
}

.ssba .ssba_twitter_share img {
    max-height: 16px;
    margin-left: 13px;
    position: relative;
    top: -1px;
}


.journal-meta .fa{
  font-size: 1.7rem;
  color: #272521;
  margin-left: 9px;
}

.journal-meta .fa.fa-twitter{
    font-size: 1.7rem;
}
.journal-meta .fa.fa-facebook-official{
      font-size: 1.6rem;
}
.journal-meta .fa.fa-tumblr{
   font-size: 1.5rem;
  position: relative;
  top: -1px;
}

.single-post .meta-bank,
.catpage-journal .meta-bank {
    margin: 70px auto 55px;

    padding: 0;
    font-size: 0.85rem;
    line-height: 125%;
}

.single-post article,
.catpage-journal article {
  margin-bottom: 5px;
  }


.meta-bank-l {
    float: left;
    border-right: 1px solid #6E6D6C;
    padding-right: 20px;
    width: 50%;
    text-align: right;
}

.meta-bank-r {
float: right;
    padding-left: 22px;
    width: 50%;
    text-align: left;
}

.meta-bank-l .meta-top{
    display: block;
    font-family: 'AM';
    color: #a78b41;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: right;
    margin: 0;
    font-size: 1.01rem;
}

.meta-bank-r .meta-top{
    display: block;
    font-family: 'AM';
    color: #a78b41;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    margin: 0;
    font-size: 1.01rem;
}

.journal-tags{
  margin-top: 28px;
    text-align: right;
}

.journal-meta-title{
    display: inline-block;
  font-family: 'WBold';
  color: #a78b41;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  margin: 0;
    font-size: 1.05rem;
}

.journal-tags a{
  display: inline-block;
  background: #f6f6f6;
    margin: 0 0 10px 10px;
    color: #212121;
      font-family: 'WBold';
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px;
    font-size: 0.88rem;

-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}

.journal-tags a:hover{
  background: #D3D3D3;
  }

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item  .hoverbar {
    z-index: -1;
}

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item {
  list-style: none;
  width: 100%;
  float: left;
  min-height: 300px;
  text-align: center;
  margin-right: 0;
  position: relative;
      margin: 0 auto -160px -20%;
}

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(even) {
    margin: 0 auto -160px 29%;
}

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(1),
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(2),
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(3),
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(4){
    margin-bottom:  -160px ;
}

.event-date-wrap {
    height: 255px;
}

.diamond-box {
height: 0;
    padding-left: 50%;
    padding-bottom: 55.5%;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: -43%; 
}
.diamond-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 270px solid #f9f9f9;
}

.diamond-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 270px solid #f9f9f9;
}



.diamond-box3 {
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-bottom: 55.5%;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 95.5%;
    margin-top: -41.25%;    
}
.diamond-box3:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 270px solid #f9f9f9;
}

.diamond-box3:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 270px solid #f9f9f9;
}

.diamond-box4:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 270px solid #f9f9f9;
}

.diamond-box4:after {
content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 270px solid #f9f9f9;
}

.diamond-wrap{
    height: 570px;
    width: 95%;
    position: absolute;
    margin-bottom: -570px !important;
    overflow: hidden;
    z-index: -1;
    top: 430px;
}

.diamond-wrap.diamond-wrap-1{
   top: 430px;
   left: -15px;
}

.diamond-wrap.diamond-wrap-2{
    top: 710px;
    right: 0px;
}

.diamond-wrap.diamond-wrap-3{
   top: 1290px;
   left: -15px;
}

.diamond-wrap.diamond-wrap-4{
    top: 1580px;
    right: 0px;
}

.diamond-wrap.diamond-wrap-2 .diamond-box-inner,
.diamond-wrap.diamond-wrap-2 .diamond-box4,
.diamond-wrap.diamond-wrap-4 .diamond-box-inner,
.diamond-wrap.diamond-wrap-4 .diamond-box4{
    padding-left: 103%;
}

.triangle-wrap{
    height: 620px;
    width: 620px;
    position: absolute;
    margin-bottom: -570px !important;
    overflow: hidden;
    z-index: -1;
    background: url(img/tri3.svg) no-repeat left top;
    opacity: 0.2;
}

.triangle-wrap.tri-wrap-1{
    top: 790px;
    left: -155px;
}
.triangle-wrap.tri-wrap-2{
    top: 1710px;
    right: 0;
    background: url(img/tri2.svg) no-repeat 150px top;
}

.triangle-wrap.tri-wrap-3{
   top: 2570px;
   left: -125px;
}

.triangle-wrap.tri-wrap-4{
    top: 3340px;
    right: 0;
    background: url(img/tri2.svg) no-repeat 150px top;
}


.triangle-wrap.tri-wrap-5{
   top: 4170px;
   left: -125px;
}

.triangle-wrap.tri-wrap-6{
    top: 4440px;
    right: 0;
 background: url(img/tri2.svg) no-repeat 150px top;
}

.diamond-box4 {
    padding-left: 6%;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: -565px;
    height: 570px;
    left: 0;
    position: relative;
}

.diamond-box-inner {
    padding-left: 6%;  
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: -43%;
    left: 10px;
    position: relative;

}

.diamond-box-inner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 490px solid transparent;
    border-right: 490px solid transparent;
    border-bottom: 265px solid #fff;
}

.diamond-box-inner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 490px solid transparent;
    border-right: 490px solid transparent;
    border-top: 265px solid #fff;
}


#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item .calendar-items{
    display: table;  
  width: 100%;    
}


#gw_go_portfolio_calendar .gw-gopf-cats > span {
    width: 100%;
    text-align: right;
    margin: 7px 0 0;
}

#gw_go_portfolio_calendar .gw-gopf-style-vario .gw-gopf-cats > span a {
    background: #f6f6f6 !important;
    color: #212121 !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 12px !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.091rem !important;
    font-family: 'WBold' !important;
    text-transform: uppercase !important;
    width: 100%;
}

 .page-template-page-calendar #content.columns.large-12 {
    max-width: 1080px;
        margin: 0 auto 100px;
  }
  
  .main-content-wrap{
   width: 100%;
   overflow: hidden;
  }
  
   .page-template-page-calendar .gw-gopf-filter{

  }
  
   .page-template-page-calendar .gw-gopf-pagination {
    text-align: center;
}

.calendar-year{
font-size: 1.25rem;
    line-height: normal;
    margin-bottom: -2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    color: #a78b41;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    font-family: 'WBold';
    margin-top: 15px;
}
  
  .page-template-page-calendar .gw-gopf-posts-wrap{
       width: 100%;
           margin-bottom: 190px;
  }

#gw_go_portfolio_calendar{
    margin-top: 0 !important;
}

.performance-navs {
    max-width: 1400px;
    width: 117.85%;
    z-index: 99999;
    position: absolute;
    top: -16%;
    margin: 0 auto;
}


.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 1 */
section.main {
    float: right;
}

.page-template-page-calendar .gw-gopf-cats {
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    right: -60px;
    top: 5px;
}

.page-template-page-calendar .gw-gopf-posts-wrap-inner {
    top: -23px;
}

.wrapper-dropdown-1,
.wrapper-dropdown-2,.wrapper-dropdown-3{
position: relative;
    width: 200px;
    padding: 10px;
    margin: 0 0 0 auto;
    color: #A69054;
    outline: none;
    cursor: pointer;
    font-weight: 100;
    font-family: 'AM', SANS-SERIF;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    font-size: 1.19rem;
    text-align: left;
    float: right;
    margin-left: 19px;
}

.wrapper-dropdown-2:before,.wrapper-dropdown-3:before,
.wrapper-dropdown-1:before {
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -10px;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #4B4F52;
}

.wrapper-dropdown-2 .dropdown,.wrapper-dropdown-3 .dropdown,
.wrapper-dropdown-1 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    margin: -11px 0 0 -18px;
    background: #fff;
    padding-left: 29px;
    padding-bottom: 13px;
    -webkit-box-shadow: 1px 10px 19px 1px rgba(1, 1, 1, 0.06);
    -moz-box-shadow: 1px 10px 19px 1px rgba(1, 1, 1, 0.06);
    box-shadow: 1px 10px 19px 1px rgba(1, 1, 1, 0.06);
}

.wrapper-dropdown-1 .dropdown li a,
.wrapper-dropdown-2 .dropdown li a,.wrapper-dropdown-3 .dropdown li a{
    display: block;
    text-decoration: none;
    color: #4B4F52;
    padding: 2px 0;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a,
.wrapper-dropdown-2 .dropdown li:hover a,.wrapper-dropdown-3 .dropdown li:hover a{
   
}

/* Active state */
.wrapper-dropdown-1.active .dropdown,
.wrapper-dropdown-2.active .dropdown,.wrapper-dropdown-3.active .dropdown{
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:before,
.wrapper-dropdown-2.active:before,.wrapper-dropdown-3.active:before{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wrapper-dropdown-1 .dropdown li:hover a, 
.wrapper-dropdown-2 .dropdown li:hover a,.wrapper-dropdown-3 .dropdown li:hover a {
    color: #7A7C7D;
    cursor: pointer;
}

.wrapper-dropdown-1.active,
.wrapper-dropdown-2.active,.wrapper-dropdown-3.active{

}

/* No CSS3 support */
.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown,
.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown,
.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown,
.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown,
.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

  a span.bracket{
      margin: 0 5px;
    color: #a78b41;
  }

  a.ticket-link {
    color: #FFFFFF;
    font-family: 'Sans';
    text-transform: uppercase;
    font-size: 0.67rem;
    letter-spacing: 1px;
    display: inline-block;
    margin: 15px auto 11px;
    background: #2c2c2c;
    padding: 6px 9px 2px;
    line-height: 100%;
  }

  .calendar-more{
    border-top: 1px dotted rgba(57, 55, 51, 0.31);
  margin-top: 18px;
  padding: 3px 0 0;
  border-bottom: 1px dotted rgba(57, 55, 51, 0.31);
  width: 70%;
  margin: 18px auto 4px;
  max-width: 300px;
  overflow: hidden;

  -webkit-transition: all 0.45s linear;
-moz-transition: all 0.45s linear;
-o-transition: all 0.45s linear;
transition: all 0.45s linear;
  }

    .calendar-more p {
  font-size: 0.99rem;
  line-height: 128%;
  margin-bottom: 1.15rem;
}

.upcoming-notes{

}

  .more-toggle{
      color: #2c2c2c;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 1px;
  display: block;
  margin: 5px auto 11px;
  font-family: 'Wbold';
  cursor:pointer
  }

    .more-toggle:before{
   color: #aaaaaa;
  content: "\f077";
  font-size: 0.95rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 4px;
  position: relative;
  top: -1px;
  }

   .calendar-more.active a.more-toggle:before{

   }

   .calendar-more.active{
 height: initial;
    }

    .news-gallery,
    .news-gallery-img{
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
        .news-gallery-img{
          -webkit-clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
    }

    .bx-wrapper{
          margin: 0 auto !important;
    }
    
    .gallery-inner-wrap {
margin: 0 auto;
width: 100%;

position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
  overflow: hidden;
  visibility: hidden;
}

.gallery-inner-wrap .bx-wrapper .bx-viewport {
    -webkit-clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
}

    .search-wrap{
         padding: 7px 0 18px;
    background: #000;
    height: 39px;
    overflow: hidden;
    position: relative;
    top: -1px;
        -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    -o-transition:  all 0.45s linear;
    transition: all 0.45s linear;
    }

     .search-area{
      opacity: 0;
          height: 0;
              overflow: hidden;
                      -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    -o-transition:  all 0.45s linear;
    transition: all 0.45s linear;
     }

     .search-toggle{
    width: 30px;
    font-size: 1.42rem;
    color: #a78b41;
    float: right;
    text-align: center;
    margin-right: 20px;
    margin-top: -1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    right: 0;
    top: 4px;
     }

      .search-toggle:hover{
        cursor: pointer;
            color: #B9B9B9;
      }

     .search-toggle.isDown .fa {
           -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

      .search-toggle.isDown .fa-search:before {
        content: "\f00d" !important;
}

.not-found{
  text-align: center;
}
    .search-area input[type="text"]{
    width: calc(100% - 80px);
    float: right;
    }

    .search-area .large-9.columns{
    float: none;
    margin: 0 auto;
}

    .search-area *, .search-area *:after, .search-area *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 button#searchsubmit {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    display: inline-block;
    float: right;
    width: 50px;
        padding-top: 10px;
    padding-right: 24px;
}


.date-sub-media{
    max-width: 48%;
    margin: 0px 125px 50px auto;
    position: relative;
    padding-top: 20px;
    /*min-height: 280px;*/
        -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.date-sub-media.sub-time-video{
        max-width: 71%;
}

.date-sub-media.date-sub-media-blank {
    min-height: 120px;
}

.time-photo-wrap{
        background: #EAEAEA;
    padding: 8px;
}



img.timline-photo{
       width: 100%; 
}

.connector{
    background: #EAEAEA;
    height: 5px;
    width: 48%;
    position: relative;
    left: 100%;
    clear: both;
    margin-right: -550px;
    margin-top: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 127px;
}

.photo-caption{
    display: block;
    padding: 9px 9px 2px 9px;
    line-height: 115%;
    font-family: 'Bold-Ital';
    color: #000;
    text-align: center;
    font-size: 0.94rem;
}


.time-video-wrap{
        background: #EAEAEA;
    padding: 8px;
        min-height: 234px;
}

.date-sub-media .entry-video {
    height: 220px;
}

.date-sub-media .video-thumb {
    height: 217px;
}

.video-caption{
    display: block;
    padding: 13px 9px 17px 9px;
    line-height: 100%;
    font-family: 'MRoman';
    color: #000;
    text-align: center;
    font-size: 0.94rem;
    background: #EAEAEA;
    width: 104.3%;
    margin-left: -2.2%;
}


/**
 * 2.0 - Accessibility
 */
.says,
.assistive-text,
.screen-reader-text,
.site .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 0.0625rem;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

#content.columns.large-12{
      width: 100%;
  max-width: 1400px;
  margin: -35px auto 100px;
    float: none!important;
}

.page-id-16054 #content.columns.large-12 {
    max-width: 1100px;
    text-align: center;
    margin: 70px auto 100px;
    min-height: 480px;
}

.contact-item {
    float: left;
    width: 45%;
    margin-right: 5%;
    font-size: 19px;
    line-height: 100%;
    margin-left: 0;
}

.contact-item:nth-child(1) {
     margin-bottom: -22px;   
}

.contact-item:nth-child(3) {
    padding-top: 23px;
    margin-bottom: -10px;  
}

.contact-item:nth-child(5) {
    padding-top: 23px;
}

.contact-item:nth-child(5) {
    padding-top: 6px;
}


.contact-title {
    float: left;
    width: 37%;
    text-align: right;
    color: #b89e5a;
    font-size: 1.38rem;
    line-height: 1em;
}

.contact-info {
    float: right;
    width: 59%;
    text-align: left;
}

.contact-wrap .contact-item:nth-child(1) .contact-info, .contact-wrap .contact-item:nth-child(2) .contact-info {
    min-height: 145px;
}

.contact-info p {
    line-height: 1.2;
}

.contact-item a {
        color: #7a7a7a;
}

.contact-item a:hover {
    color: #b89e5a;
}

.page-template-page-catalogue #content.columns.large-12 {
    max-width: 1220px;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: 1160px;
}

section#home-upcoming.columns.large-12 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  float: none!important;
}

#gw_go_portfolio_latest .gw-gopf-1col .gw-gopf-col-wrap {
        margin-bottom: 180px !important;
}


#content #gw_go_portfolio_latest .gw-gopf-cats {
    text-align: center !important;
    margin-bottom: 75px !important;
    margin-top: 33px !important;
}

#gw_go_portfolio_recordings .gw-gopf-cats > span,
#content #gw_go_portfolio_latest .gw-gopf-cats > span {

}

#content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span a {
    color: #A69054 !important;
    height: 29px !important;
    line-height: 29px !important;
    padding: 0px 10px 0 13px !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.15rem !important;
    font-family: 'AM' !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
    display: inline-block;
    background: #fff;
    margin: 0 20px;
}

#content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span:first-child a{
margin-left: 40px;
}
#content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span:last-child a{
margin-right: 40px;
}

	#gw_go_portfolio_latest .gw-gopf-cats {
    display: inline-block !important;
    margin: -10px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    border-bottom: 2px solid #dfdfdf !important;
    height: 26px !important;
	}
	
	#gw_go_portfolio_latest	.gw-gopf-filter { 
		    text-align: center !important;

	}

#gw_go_portfolio_recordings .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a,
#content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a{
       }


#gw_go_portfolio_recordings .gw-gopf-style-vario .gw-gopf-cats > span a:hover ,
        #content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span a:hover {
       
        }


#content .gw-gopf img {
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}


#content #gw_go_portfolio_calendar .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover,
#content #gw_go_portfolio_latest .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover{
    background: #E4E4E4 !important;
  }
  
#content #gw_go_portfolio_calendar .gw-gopf-style-vario a.gw-gopf-pagination-load-more  {
       margin-left: 5% !important;   
  }

#content #gw_go_portfolio_calendar .gw-gopf-style-vario a.gw-gopf-pagination-load-more,  
#content #gw_go_portfolio_latest .gw-gopf-style-vario a.gw-gopf-pagination-load-more{
    background: #f6f6f6 !important;
    color: #212121 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 25px !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.1rem !important;
    font-family: 'AM' !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

#content #gw_go_portfolio_caledar .gw-gopf-pagination-wrapper .gw-gopf-pagination,
#content #gw_go_portfolio_latest .gw-gopf-pagination-wrapper .gw-gopf-pagination {
    margin: 0px 0 20px !important;
    text-align: center !important;
}

#content #gw_go_portfolio_journal .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover{
    background: #E4E4E4 !important;
  }
#content #gw_go_portfolio_journal .gw-gopf-style-vario a.gw-gopf-pagination-load-more{
    background: #f6f6f6 !important;
    color: #212121 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 25px !important;
    font-size: 1.07rem !important;
    letter-spacing: 0.1rem !important;
    font-family: 'WBold' !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

#content #gw_go_portfolio_journal .gw-gopf-pagination-wrapper .gw-gopf-pagination {
    margin: 0px 0 20px !important;
    text-align: center !important;
}


.newspage-tags a:hover{
    background: #E4E4E4 !important;
}

.newspage-tags a{
    background: #f6f6f6 !important;
    color: #212121 !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 7px 0 9px !important;
    font-size: 0.90rem !important;
    letter-spacing: 0.091rem !important;
    font-family: 'WBold' !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
    display: inline-block;
        margin-right: 8px;
         margin-bottom: 6px;

}

#content #gw_go_portfolio_latest .meta-title{
      display: inline-block;
      margin-right: 2px;
}

.page-template-page-catalogue #content{
        margin-top: 60px !important;
}

.recording-left{
    float: left;
    width: 53%;
    background: url(img/tri2.svg) no-repeat right top;
    padding: 75px 0 50px 22%;
}

.recording-right{
    float: right;
    width: 46.5%;
    margin-left: -110px;
}

.recording-logo {
    margin-right: 4%;
    width: 22%;
    -webkit-box-shadow: 3px 4px 24px rgba(2,2,2,.03);
    -moz-box-shadow: 3px 4px 24px rgba(2,2,2,.03);
    box-shadow: 3px 4px 24px rgba(2,2,2,.03);
    display: inline-block;
}

.recording-logos-wrap a:last-child .recording-logo {
    margin-right: 0;
}

.recordings-section-inner{
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.page-template-page-catalogue #content.columns.large-12 {
    margin: -35px auto 0px;
}    


.recording-logos-wrap{
padding-top: 15px;
    padding-bottom: 50px;
    background: #f8f8f8;
    margin: -25px auto 80px;
    text-align: center;
}

.recording-logos-wrap .spotify-header {
    margin-bottom: 26px;
    margin-top: 19px;
        font-family: 'AM', SANS-SERIF;
}

.spotify-cover{
border-radius: 50%;
    float: left;
    width: 26%;
    margin-right: 0;
}

.spotify-play{
        border: 1px solid #C2C4C6;
    border-radius: 12px;
    width: 79px;
    height: 25px;
    padding: 0px 0 0 11px;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Sans';
    letter-spacing: 0.03rem;
    color: #3c3b39;
    display: inline-block;
        -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}

.spotify-play .fa-play {
    font-size: 12px;
    color: #a78b41;
    margin-right: 1px;
}

.spotify-meta{
        float: right;
    width: 68%;
    margin-left: -20px;
}

.spotify-title-2{
    color: #A69054;
    font-weight: 100;
    font-family: 'AM', SANS-SERIF;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.40rem;
    text-align: left;
    line-height: 77%;
    margin-bottom: 13px;
}

.spotify-title-1{
    color: #464542;
    font-weight: 100;
    font-family: 'AM', SANS-SERIF;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.15rem;
    text-align: left;
    margin-top: 1px;
}

.spotify-header{
    color: #A69054;
    cursor: pointer;
    font-weight: 100;
    font-family: 'AB', SANS-SERIF;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.59rem;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 40px
}

.spotify-header span{
color: #464542;
}


#content .catalogue-item:nth-child(even) .recording-left{
float: right;
    background: url(img/tri3.svg) no-repeat left top;
    padding: 75px 19% 50px 0;
}

#content .catalogue-item:nth-child(even) .recording-right{
    float: left;
    margin-left: 0;
    margin-right: -110px;
}

.recording-right img.attachment-recording-cover {
    float: left;
}

#content .catalogue-item:nth-child(even) .recording-right img.attachment-recording-cover {
    float: right;
}


#content .catalogue-item:nth-child(even){
    left:initial !important;
    right: -75px !important;
}

/* ----- */

#content .catalogue-item:nth-child(even) .audio-embed iframe {
    margin-left: -35px;
    }

#content .catalogue-item:nth-child(even) .recording-info{
     left: -65px;

}

#content .catalogue-item:nth-child(even) .recording-right img.attachment-recording-cover {
    margin-left: 4% !important;
}

/* ----- */


.top-spotify{
    width: 100%;
    max-width: 1100px;
    margin: 32px auto 90px;
    text-align: center;
}


.spotify-item{
    width: 31.5%;
    text-align: left;
    padding-right: 0;
    margin-right: 2.3%;
    border-right: 1px solid #C2C4C6;
    padding-left: 1%;
    display: inline-block;
    
}

.spotify-item:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.spotify-item iframe{
    width: 97px;
    height: 23px;
    float: left;
}

.spotify-play:hover {
    background: #F7F7F7;
}

.page-template-page-catalogue #content {
    margin-bottom: 120px;
}

.catalogue-item {
text-align: center;
    position: relative;
    left: -75px !Important;
    margin-bottom: 180px !important;
}

.catalogue-item .div-line{
    width: 57px !important;
    height: 9px !important;
    margin: 10px auto !important;
    display: block !important;
}

.audio-embed iframe {
width: 100% !important;
    max-width: 300px;
    border: 10px solid #fff;
    background: #EAEAEA;
    padding: 10px;
        margin-left: -3px;
}

.album-pager:hover{
  cursor: pointer;
}

h3.recording_title {
display: inline-block;
    color: #a78b41;
    font-size: 1.95em;
    text-transform: initial;
    letter-spacing: -0.02rem;
    margin: 15px 0 0px;
    line-height: 120%;
    font-family: 'PFMed';
    font-weight: 100;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    padding: 4px 0 6px;
    background: #fff;
}

.recording-info{
        margin-left: 35px;
    width: 103%;
    position: relative;
       left: -52px;
}

.recording-right img.attachment-recording-cover {

}

 .separator {
    background-color: #fff;
        margin: 10px auto;
            height: 2px;
    position: relative;
    width: 22px;
    display: block;
}

 .purchase-links {
    height: 29px;
    overflow: hidden;
    font-family: 'Sans';
    background: #fff;
    display: inline-block;
    padding-top: 0;
    margin-top: 3px;
    line-height: 183%;
}

.purchase-links a{
    color: #464542;
    font-weight: 100;
    font-size: 0.96rem;
    margin: 0 6px 0 0;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    letter-spacing: 0.08rem;
}

.purchase-links a:hover{
color: #a78b41;
  }


.purchase-links a:before{
    content: '';

}

.purchase-links a:after{
content: '|';
    padding-left: 10px;
    font-family: 'AB';
    font-size: 25px;
    color: #D3D3D3;
    margin-right: 5px;
}

.purchase-links a:last-child:after{
  content: '';
      padding-left: 6px;

}


.catalogue-item *, .catalogue-item *:before, .catalogue-item *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recording-right  .purchase-links a {
    margin: 0 15px 0 0;
}



.hiderecording:hover .fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    cursor: pointer;
}

.hiderecording {
     width: 29px;
    height: 32px;
    display: block;
    z-index: 99999999999999999999;
    position: absolute;
    top: 10px;
    right: 6px;

    font-size: 34px;
    line-height: 23%;
}

.hiderecording .fa{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}

.top-recording-area {
    width: 100%;
    height: 0;
    clear: both;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
}

.iss_results li img {
    display: none !important;
}



.page-template-page-about #content.columns.full-width {
       padding-top: 30px;
    max-width: 990px;
  }

hr.short-div {
   
    margin: 13px auto;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


/**
 * 3.0 - Repeatable Patterns
 */
/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
  font-size: 0.6875rem;
  line-height: 2.181818182;
  font-weight: normal;
  text-transform: uppercase;
  color: #636363;
}

.widget-title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
}

select {
  /* Make sure select elements fit in widgets */
  cursor: pointer;
  max-width: 100%;
  padding: 0.3em;
  border: 1px solid #ccc;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-post-image {
  margin-bottom: 1.5rem;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100%;
  /* Override the Twitter embed fixed width */
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0 0 1rem;
}

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}


.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  color: #757575;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content dl.gallery-item {
  margin: 0;
}

.gallery-item a,
.gallery-caption {
  width: 90%;
}

.gallery-item a {
  display: block;
}

.gallery-caption a {
  display: inline;
}

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  border: 0;
}

.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Post Navigation */
.nav-single {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 3.75rem;
}

#nav-below {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}

.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}

.site-content #image-navigation {
  margin: 1.5rem 0;
}

#nav-above {
  padding: 1.5rem 0;
}

#nav-above {
  display: none;
}

.paged #nav-above {
  display: block;
}

.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}

.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}

#comment-nav-below.columns {
  margin: 0 0 1.5rem;
  padding: 0;
}

.nav-single + .comments-area,
#comment-nav-above {
  margin: 3rem 0;
  display: block;
  position: relative;
  clear: both;
}

/* Author profiles */
.author .archive-header {
  margin-bottom: 1.5rem;
}

.author-info {
  border-bottom: 1px solid #ededed;
  display: block;
  margin: 1.5rem 0;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  float: left;
}

.author-description p {
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.846153846;
}

.author.archive .author-info {
  border-top: 0;
  display: block;
  float: none;
  margin: 0 0 3rem;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  position: relative;
}

.author.archive .author-avatar {
  margin-top: 0;
}

.author.archive .author-avatar img {
  margin-top: 0;
  border-radius: 50%;
}

.author-avatar {
  margin-top: 1.5rem;
  text-align: center;
}

.author-avatar img {
  border-radius: 50%;
}

.author-description h3 {
  text-align: center;
}

.author-description h2 {
  margin-top: 0;
}

/**
 * 4.0 - Basic Structure
 */
body {
color: rgb(85, 84, 83);
font-family: MRoman;
font-size: 16.56px;
  background-color: #fff;
  text-rendering: optimizeLegibility;
    height: auto !important;
}

.content_wrap {
  padding-top: 1.5rem;
}

.home .content_wrap{
    margin-top: 10px;
}

#header {
  padding: 0;
}

.header-logo, .header-info {
  display: block;
  float: left;
  max-width: 100%;
}

.header-info h1, .header-info h2 {
  margin: 0;
}

.header-info h1 a {
  color: #444444;
  display: block;
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-decoration: none;
}

.header-info a:hover {
  color: #21759b;
}

.header-info h2 {
  font-size: 1.6875rem;
  line-height: 1.3;
}

img.header-image {
  /* Remove fancy borders */
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1.5rem;
}

.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 3rem;
}

.widget-area .widget ul {
  margin-left: 2em;
}

.widget-area .widget h3 {
  margin-bottom: 5px;
}

.widget-area .widget p,
.widget-area .widget li {
  line-height: 1.846153846;
  font-size: 0.875rem;
  /* equal to 14px */
}

.widget.widget_text {
  line-height: 1.846153846;
  font-size: 0.875rem;
  /* equal to 14px */
}

.widget-area .widget p {
  margin-bottom: 1.5rem;
}

.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 1.5rem;
}

.widget-area .textwidget li {
  margin-left: 36px;
}

footer[role="contentinfo"] {
    clear: both;
    line-height: 130%;
    padding: 1.2rem 1.2rem 2rem;
}

footer[role="contentinfo"].inline-list {
  margin-bottom: 1rem;
}

footer > .site-info {
  margin-bottom: 0;
}

footer > .site-info.lft {
  text-align: left;
}

footer > .site-info.rt {
  text-align: right;
}

footer > .site-info.cntr {
  text-align: center;
}

.table {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto;
}

.table ul.navcntr li {
  display: inline-block !important;
}

.footer_wrap p {
  margin-bottom: 0;
}

.footer_wrap a {
  text-decoration: none;
}

#secondary-sidebar {
  padding-top: 1.5rem;
  border-top: 1px solid #ededed;
}

.page-header h3.search-results {
    font-size: 2.075rem;
    text-align: center;
    padding: 0 12%;
    margin-bottom: 0;
        color: #a78b41;
}

.page-header h3.search-results span{
color: #222222;
  }

/**
 * 5.0 - Main content and comment content
 */
.entry-meta {
  clear: both;
}

.entry-header {
  margin-bottom: 0;
  text-align: center;
}

.single-post .entry-header,
.single-post.catpage-journal .entry-header{
      margin-bottom: 0;
     margin-top: 0;
}

.single-post .entry-header {
    margin-bottom: 26px;
    text-align: center;
    margin-top: 30px;
}

.single-post .type-post,
.single-post.catpage-journal .type-post {
    padding-bottom: 50px;
    margin-bottom: 0;
}

h2.single-date{
        font-size: 1.55rem;
    line-height: normal;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    color: #222222;
    font-family: 'WBold';
    margin-right: -5px;
}

.single-post .type-post {
    padding-bottom: 0;
    margin-bottom: 0;
        position: relative;
    left: 1%;
        margin-top: 40px;
}

.single-post h1 {
    display: block;
    color: #a78b41;
    font-size: 2.55em;
    text-transform: initial;
    letter-spacing: -0.08rem;
    margin: 1px auto 2px;
    line-height: 108%;
    font-family: 'PFMed';
    font-weight: 100;
    padding: 0 0% !important;
    text-align: right;
}

.single-post .post-box-content {
    width: 100%;
        margin-left: 4%;
            min-height: initial;
}

.entry-meta-header,
.entry-meta-categories {

}

.format-video .entry-meta-header,
.format-video .entry-meta-categories {
      text-align: left;
}

.news-top .format-video h2.video-title,
.news-top .format-video h2.video-title a {
    font-weight: 700;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 115%;
    padding: 0;
    font-size: 2.25rem;
    letter-spacing: 0.101rem;
    font-family: 'WBold';
}

.format-video  hr.short-div {
    margin: 16px auto 12px 0;
}

h2.news-title a{
      color: #222222;
          -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear
}

h2.news-title a:hover{
      color: #a78b41;
}

.entry-meta-categories {
    display: inline;
}

.news-sub-title{
    font-family: 'AM';
    text-transform: uppercase;
    margin: 5px 0 10px;
    display: block;
    color: #5F5F5F;
    letter-spacing: 0.04rem;
    font-size: 15px;
}

.news-sub-title a {
    color: #2c2c2c;
}

.news-sub-title span {
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.news-top .has-post-thumbnail .entry-meta-header,
.news-top .has-post-thumbnail .entry-meta-categories,
.page-template-page-news .has-post-thumbnail .entry-meta-header,
.page-template-page-news .has-post-thumbnail .entry-meta-categories,
.format-gallery .entry-meta-categories,
.has-post-thumbnail .entry-meta-categories{
        text-align: left;
}

.news-top .newspage-tags{
  display: none;
}


.format-gallery hr.short-div ,
.has-post-thumbnail hr.short-div {
    margin: 16px auto 12px 0;
  }

  .type-post{
        padding-bottom: 0;
  }
  
  .type-timeline.infinite-div{
      display: none;
  }

  .news-top .type-post{
        padding-bottom: 0;
  }

  .news-top .post-box-std hr.short-div,
  .gw-gopf-isotope-item hr.short-div{
    margin: 16px auto 12px auto;
  }

  .news-top h2.news-title a{
    font-weight: 700;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 2px;
    margin-bottom: 0;

    padding: 0;
    font-size: 2.25rem;
    letter-spacing: 0.101rem;
    font-family: 'WBold';
}
  
.search-results .hentry.infinite-div {
    padding-bottom: 80px;
}

.search-results .hentry.infinite-div.type-recordings{
   display: none !important;
}

.search-results h2.video-title a, 
.search-results h2.video-title, 
.search-results h2.news-title a, 
.search-results h2.news-title,
    .page-template-page-news h2.video-title a,
    .page-template-page-news h2.video-title,
        .page-template-page-news h2.news-title a,
    .page-template-page-news h2.news-title    {
    display: block;
    color: #a78b41;
    font-size: 1.45em;
    font-family: 'Bold-Ital';
    text-transform: initial;
    letter-spacing: -0.02rem;
    margin: -4px auto 2px;
    line-height: 108%;
    font-family: 'PFMed';
    font-weight: 100;
}

.format-gallery .post-box-content-inner h2.news-title {
    margin-top: 35px !important;
}

.page-template-page-news .news-photo-wrap .news-post-image {
       transform: scale(1.07);
    margin-top: 0;
}

.page-template-page-news .news-photo-wrap:hover .news-post-image {
    transform: scale(1.27);

}

.search-results .news-photo-wrap, .entry-video,
.page-template-page-news .news-photo-wrap, .entry-video {
       width: 100%;
    height: 375px;
}

.entry-meta-header .genericon,
.entry-meta-categories .genericon {
  line-height: 1;
  font-size: 1rem;
}

h1.entry-title{
  padding: 0 20px;
}

.entry-header .entry-title a {
  text-decoration: none;
   color: #272521;

-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}

.entry-header .entry-title a:hover {
  text-decoration: none;
    color: #3F3F3F;
}

span.edit-link {
  font-size: 0.75rem;
}

span.edit-link .genericon {
  font-size: 1rem;
  line-height: 1;
}

.attachment span.edit-link {
  margin-left: 0.5rem;
}

article .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 0.875rem;
  line-height: 3.692307692;
  margin-bottom: 1.5rem;
  text-align: center;
}

.entry-content ul, .entry-content ol {
  margin-left: 2.125rem;
}

.entry-content [class*="block-grid-"] {
  margin: 0 0.625em;
}

.entry-content ul.pricing-table {
  margin-left: 0;
}

.entry-content .f-dropdown {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 1.75rem;
    padding: 2.5rem 15% 1.25rem 20%;
}

.entry-content blockquote.bio-1 {
    margin-bottom: 1.75rem;
    padding: 1.05rem 17% 0.95rem 8%;
}

.entry-content blockquote:before {
    content: '“';
    font-size: 112px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-family: 'MRoman';
    color: #9D9D9D;
    display: block;
    float: left;
    margin-right: -55px;
    margin-left: -30px;
    margin-top: 15px;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content pre,
.comment-content pre {
  background: #f9f9f9;
  color: #666;
  margin: 20px 0;
  overflow-x: auto;
  padding: 20px;
  line-height: 1.3rem;
  -ms-word-wrap: normal;
  word-wrap: normal;
}

.entry-content pre code,
.comment-content pre code {
  font-weight: normal;
  display: block;
  line-height: 1.3rem;
}

.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 1.5rem;
}

img.alignleft, .wp-caption.alignleft {
  margin: 12px 1.5rem 12px 0;
}

img.alignright, .wp-caption.alignright {
  margin: 12px 0 12px 1.5rem;
}

img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}

img.alignnone {
  margin-bottom: 1.5rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 1.5rem;
}

.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 1.5rem;
}

.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  line-height: 2;
  margin: 0 0 1.5rem;
  width: 100%;
}

.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  margin: 1.5rem 0;
}

.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px;
}

.entry-content th,
.comment-content th,
.entry-content td,
.comment-content td {
  text-align: left;
}

article {
  margin-bottom: 35px;
  padding-bottom: 0;
}

body.page article {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.error404 article {
  border-bottom: none;
}

.page-links {
  clear: both;
  line-height: 1.714285714;
}

footer.entry-meta {
  padding: 1rem 0;
  color: #757575;
}

.entry-meta-tags {
  color: #757575;
  font-size: 0.75rem;
  line-height: normal;
}

.entry-meta-tags .genericon {
  font-size: 1rem;
  line-height: 1;
}

footer .entry-meta-footer .the-cats {
  margin-bottom: 5px;
}

.single-author .entry-meta .by-author {
  display: none;
}

span.sticky-post,
span.entry-date,
span.byline,
span.pfont,
.entry-format {
  margin-right: 0.3125rem;
  /* 5px */
}

/**
 * 6.0 - Archives
 */
.archive-header,
.page-header {
  margin-bottom: 3rem;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}

.archive-meta {
  color: #757575;
  font-size: 12px;
  line-height: 2;
  margin-top: 22px;
}

/**
 * 7.0 - Single image attachment view
 */
.article.attachment {
  overflow: hidden;
}

.image-attachment div.attachment {
  text-align: center;
}

.image-attachment div.attachment p {
  text-align: center;
}

.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.image-attachment .entry-caption {
  margin-top: 8px;
}

/**
 * 8.0 - Post Formats
 */
article.format-aside h1 {
  margin-bottom: 1.5rem;
}

article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}

article.format-aside h1 a:hover {
  color: #2e3542;
}

article.format-aside .aside {
  padding: 1.5rem;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}

article.format-aside p {
  font-size: 0.875rem;
  line-height: 1.846153846;
  color: #4a5466;
}

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}

article.format-image footer h1 {
  font-size: 0.875rem;
  line-height: 1.846153846;
  font-weight: normal;
}

article.format-image footer h2 {
  font-size: 11px;
  line-height: 2.181818182;
}

article.format-image footer a h2 {
  font-weight: normal;
}

.pformat {
  float: left;
  font-size: 26px;
  margin-right: 5px;
  color: #888;
}

article.format-link header {
  padding: 5px 10px;
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px;
}

article.format-link .entry-content a {
  font-size: 22px;
  line-height: 1.090909091;
  text-decoration: none;
}

article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 1.5rem;
}

article.format-quote .entry-content blockquote {
  display: block;
  padding: 1.5rem 1.5rem 0;
  font-size: 15px;
  line-height: 1.6;
  color: #6a6a6a;
  background: #efefef;
}

.format-status .entry-header {
  margin-bottom: 2.813rem;
}

.format-status .entry-header header {
  display: inline-block;
  margin-top: 1.5rem;
}

.format-status .entry-header h1 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}

.format-status .entry-header h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}

.format-status .entry-header header a {
  color: #757575;
}

.format-status .entry-header header a:hover {
  color: #21759b;
}

.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  border-radius: 50%;
}

/**
 * 9.0 - Page Links
 */
.page-links {
  clear: both;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
}

.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 1px 7px;
  text-decoration: none;
  margin: 0 5px;
}

.page-links a {
  padding: 1px 7px;
  text-decoration: none;
  background: #2ba6cb;
  color: #fff;
}

.page-links a:hover {
  background: #e6e6e6;
  color: #555;
}

/**
 * 10.0 - Comments
 */
#comments ol {
  list-style: none;
}

.comments-title {
  margin-bottom: 3rem;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.comments-area article {
  margin: 1.5rem 0;
}

.comments-area article header {
  margin: 0 0 3rem;
  overflow: hidden;
  position: relative;
}

.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
}

.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 80px;
}

.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  line-height: 1.42857143;
  margin-top: 8px;
}

.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  color: #5e5e5e;
}

.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}

.comments-area article header a:hover {
  color: #21759b;
}

.comments-area article header cite a {
  color: #444;
}

.comments-area article header cite a:hover {
  text-decoration: underline;
}

.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
  background-color: #444444;
  background-image: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
  position: absolute;
  margin: 3px 0 0 5px;
  padding: 1px 5px 1.5px;
  font-size: 10px;
}

.reply {
  margin-top: 1.5rem;
}

a.comment-reply-link,
a.comment-edit-link {
  text-decoration: none;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 1.5rem;
}

p.edit-link {
  margin-bottom: 0;
}

.reply span.genericon,
p.edit-link .genericon {
  font-size: 1rem;
  line-height: 1.5;
}

.commentlist .pingback {
  line-height: 1.714285714;
  margin: 1rem 0;
  list-style: none;
}

#respond {
  margin-top: 3rem;
}

#respond h3#reply-title {
  font-size: 1.4375rem;
  line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}

#respond form {
  margin: 1.5rem 0;
}

#respond form p {
  margin: 11px 0;
}

#respond form p.logged-in-as {
  margin-bottom: 1.5rem;
}

#respond form label {
  display: block;
  line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.714285714;
  width: 100%;
}

#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"] {
  width: 100%;
}

#respond form textarea.blog-textarea {
  width: 79.666666667%;
}

#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 0.6875rem;
  color: #5e5e5e;
}

.required {
  color: red;
}

p.comment-notes {
  font-size: 0.75rem;
}

p.comment-form-author, p.comment-form-email {
  padding-left: 0;
}

p.comment-form-email {
  padding-right: 0;
}

/**
 * 11.0 - Front page template
 */
.front-image {
  float: right;
}

.front-content {
  float: left;
}

.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}

.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 1.5rem;
  border-top: 1px solid #ededed;
}

/**
 * 12.0 - Widgets
 */
.widget-area .widget ul ul {
  margin-left: 12px;
}

.widget_rss li {
  margin: 12px 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  margin-left: 12px;
}

#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.846153846;
  color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}

#wp-calendar #next {
  padding-right: 1.5rem;
  text-align: right;
}

.widget_search label {
  display: block;
  line-height: 1.846153846;
  display: none;
}

.widget_twitter li {
  list-style-type: none;
}

.widget_twitter .timesince {
  display: block;
  text-align: right;
}

/**
 * 13.0 - TinyMCE Editor
 */
html .mceContentBody {
  max-width: 920px;
  margin: 15px 0 0 15px;
  padding: 0;
  background: #fff;
}

cite {
  border-bottom: 0;
}

html .mceContentBody ul,
html .mceContentBody ol {
  margin-left: 25px;
}

.mceContentBody code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2;
}

.mceContentBody pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
}

.mceContentBody pre code {
  display: block;
}

.mceContentBody abbr,
.mceContentBody dfn,
.mceContentBody acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.mceContentBody address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 1.5rem;
}

.mceContentBody img.alignleft,
.mceContentBody .wp-caption.alignleft {
  margin: 12px 1.5rem 12px 0;
}

.mceContentBody img.alignright,
.mceContentBody .wp-caption.alignright {
  margin: 12px 0 12px 1.5rem;
}

.mceContentBody img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mceContentBody img.alignnone {
  margin-bottom: 1.5rem;
}

.mceContentBody embed,
.mceContentBody iframe,
.mceContentBody object,
.mceContentBody video {
  margin-bottom: 1.5rem;
}

.mceContentBody dl {
  margin: 0 1.5rem;
}

.mceContentBody dt {
  font-weight: bold;
  line-height: 1.714285714;
}

.mceContentBody dd {
  line-height: 1.714285714;
  margin-bottom: 1.5rem;
}

.mceContentBody table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  line-height: 2;
  margin: 0 0 1.5rem;
  width: 100%;
}

.mceContentBody table caption {
  font-size: 16px;
  margin: 1.5rem 0;
}

.mceContentBody td {
  border-top: 1px solid #ededed;
  padding: 0.429em 0.714em;
}

.mceContentBody del {
  color: #333;
}

.mceContentBody ins {
  background: #fff9c0;
  text-decoration: none;
  padding: 0 0.214em;
  color: inherit;
  border: 0;
}

.mceContentBody sub,
.mceContentBody sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.mceContentBody sup {
  top: -0.5em;
}

.mceContentBody sub {
  bottom: -0.25em;
}

.mceContentBody small {
  font-size: smaller;
}

/**
 * 14.0 - Social Menu
 */
.social_wrap {
  margin: 1.3rem 0 0;
  padding: 0;
}

.social-navigation a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.social-navigation {
  position: relative;
}

.social-navigation ul:before,
.social-navigation ul:after {
  content: "";
  display: table;
}

.social-navigation ul {
  list-style: none;
  margin: 0;
  text-align: center;
}

.social-navigation li {
  display: inline-block;
}

.social-navigation a {
  display: block;
  height: 1.5rem;
  position: relative;
  width: 1.8rem;
}

.social-navigation a:before {
  content: "\f415";
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
  color: #ff7e00 !important;
}

.social-navigation a[href*="codepen.io"]:before {
  content: "\f216";
  color: #2d2d2c !important;
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f221";
  color: #3e7cc0 !important;
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201";
  color: #f977a7 !important;
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
  color: #007ee5 !important;
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
  color: #3b5999 !important;
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f211";
  color: #d40055 !important;
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226";
  color: #229dc7 !important;
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206";
  color: #ca3732 !important;
}

.social-navigation a[href*="github.com"]:before {
  content: "\f200";
  color: #393939 !important;
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f215";
  color: #bd784f !important;
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
  color: #0069a6 !important;
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
  color: #d43036 !important;
}

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
  color: #d43036 !important;
}

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
  color: #d43036 !important;
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f222";
  color: #9aafc0 !important;
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223";
  color: #ff4519 !important;
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214";
  color: #2c4762 !important;
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
  color: #55acee !important;
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212";
  color: #20b9eb !important;
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f205";
  color: #ababab !important;
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f213";
  color: #d43036 !important;
}

.social-navigation a[href*="mailto:"]:before {
  content: "\f410";
  color: #535353 !important;
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
  color: #84bd00 !important;
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
  color: #6441a5 !important;
}

/**
 * 15.0 - Misc
 */
ul.off-canvas-list li,
ul.off-canvas-list li li,
ul.off-canvas-list li li li,
ul.off-canvas-list li li li li,
ul.off-canvas-list li li li li li,
ul.off-canvas-list li li li li li li {
  list-style-type: none;
}

section.tab-bar-section.go-left {
  text-align: left;
}

section.tab-bar-section.go-right {
  text-align: right;
}

section.tab-bar-section.middle a {
  color: #fff;
  font-weight: normal;
}

.top-bar .name a {
  line-height: 45px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: white;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar a {
  font-weight: normal;
}

.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
}

.orbit-container {
  margin-bottom: 1.714em;
}

.orbit-container img.alignnone {
  margin-bottom: 0;
}

.entry-content > [data-magellan-expedition] {
  margin: 0 0 1.714em;
}

.entry-content dl.sub-nav {
  margin: 0;
}

.home #backtotop{
    display: none !important;
}

#backtotop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  cursor: pointer;
  display: none;
  font-size: 1.38rem;
  width: 2.39rem;
  height: 2.25rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 10%;
  opacity: 0.84;
  background: #323232;
  color: #fff;
  padding-top: 6px;
}

#backtotop:hover {
  opacity: 1.0;
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

ul.breadcrumbs,
ul.button-group {
  margin-left: 0 !important;
}

button,
.button,
button.secondary,
.button.secondary,
button.success,
.button.success,
button.alert,
.button.alert,
button.warning,
.button.warning,
button.info, .button.info {
  border-color: transparent;
}

.keystroke, kbd, code {
  padding: 0.125rem 0.25rem 0.125rem;
  font-size: 0.875rem;
}

.tabs.vertical {
  margin: 0 0 1.25rem !important;
}

.nudge {
  margin-right: 0.5rem;
}


.header_wrap {
  max-width: 100%;
      overflow: hidden;
}

.nav_wrap {
    max-width: 1160px;

}
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
   
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
 
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
 
}

#content ul.pagination li.current a,
#content ul.pagination li.current button,
#content ul.pagination li.current a:hover,
#content ul.pagination li.current a:focus,
#content ul.pagination li.current button:hover,
#content ul.pagination li.current button:focus,
#content .page-links a {
    background-color: #008CBA;
    color: #ffffff;
}
#content ul.pagination li a,
#content ul.pagination li button {
    color: #999999;
}
#content ul.pagination li:hover a,
#content ul.pagination li a:focus,
#content ul.pagination li:hover button,
#content ul.pagination li button:focus {
    color: #999999;
    background-color: #e6e6e6;
}
.sidebar_wrap {
    max-width: 1160px;
  
}
#content.columns {
     float: none!important;
      margin: 0 auto 5rem;
          max-width: 1160px;
}

.single-post #content.columns,
.catpage-journal #content.columns {
  float: none!important;
  margin: 0 auto;
  max-width: 925px;
}

.footer_wrap {
    width: 100%
}

.entry-header .entry-title a {
          -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    }

.entry-header .entry-title:hover a {
    color: #a78b41;
    }



.news-photo-wrap,
.entry-video {
margin: 0 auto;
width: 100%;
height: 403px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
  overflow: hidden;
}

.news-top .video-thumb {
height: 403px;
}

.video-thumb {
width: 100%;
position: relative;
height: 243px;
overflow: hidden;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 10px;
}

.page-template-page-news .video-thumb {
    height: 375px;
  }

  .page-template-page-news .entry-video {
      margin: 0;
    width: 100%;
    height: 375px;
    
        -webkit-clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
  }

  .page-template-page-news .entry-video .overlay .caption {
height: 80px !important;
    width: 80px !important;
    margin: -40px auto 0 !important;
}

.news-photo-wrap .overlay,
.entry-video .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-moz-opacity: 1;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
z-index: 1000;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}


.gallery-inner-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-inner-wrap{

}

#gw_go_portfolio_latest .gw-gopf-pagination-wrapper {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -60px !important;
}

#gw_go_portfolio_latest .gw-gopf-pagination-wrapper {
    z-index: 999;
}

.gw-gopf-posts-wrap {
    z-index: 0;
}


.entry-video:hover .overlay {
background: rgba(255, 255, 255, 0.82);
}



.entry-video:hover .video-thumb{
 
}

.entry-video .overlay .caption {
  height: 86px !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.3s linear;
  
  width: 86px !important;
  margin: -41px auto 0 !important;
}

.gallery-inner-wrap:hover .overlay .caption,
.news-photo-wrap:hover .overlay .caption{
  opacity: 1;
   transform: scale(1);
}

.news-post-image {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.search-results .news-post-image,
.page-template-page-news .news-post-image,
.news-top .news-post-image {
    min-height: 410px;
}

.single-post #content .news-post-image,
.catpage-journal #content .news-post-image {
    background: #fcfcfc;
    margin: 0 auto 55px;
    -webkit-clip-path: polygon(0% 0, 87% 0%, 100% 100%, 13% 100%);
    clip-path: polygon(0% 0, 87% 0%, 100% 100%, 13% 100%);
    width: 110%;
    max-width: 1000px;
    left: -7%;
    position: relative;

}

.news-photo-wrap:hover .news-post-image{
    transform: scale(1.07);
}

.news-photo-wrap .overlay .caption{
  height: 86px !important;
  position: absolute;
  top: 50%;
  font-size: 58px;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s linear;

  width: 86px !important;
  margin: -41px auto 0 !important;
  color: rgba(255, 255, 255, 0.88);
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}

.gallery-inner-wrap .overlay .caption {
    height: 70px !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(0.8);
    transition: opacity 0.3s linear;

    width: 100px !important;
    margin: -43px auto 0 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery-inner-wrap .overlay .caption img{
opacity: 0;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}

.gallery-inner-wrap .overlay:hover .caption img{
opacity: 1;
}

.gallery-inner-wrap .overlay:hover .caption{
    transform: scale(1.1);
}

/**
 * 16.0 - Media Queries
 */
@media only screen and (max-width: 40em) {
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */
  p.site-title a {
    font-size: 1.875rem;
  }

  p.site-description {
    font-size: 1.5rem;
  }

  #wrapper {
    padding: 0;
  }

  .comment-count {
    margin-top: 2rem;
  }

  footer > .site-info {
    text-align: center;
    font-size: 0.75rem;
  }

  #backtotop {
    bottom: 1rem;
    font-size: 0.5625rem;
    color: black;
    opacity: 0.4;
  }

  #wpadminbar {
    top: -2.875rem;
  }

  section.tab-bar-section.middle a {
    color: #fff;
    font-weight: normal;
  }

  p.comment-form-author, p.comment-form-email {
    padding-left: 0;
    padding-right: 0;
  }

  .author-avatar img {
    margin-top: 8px;
    border-radius: 50%;
  }

  header.entry-header h1 {
    font-size: 1.6875rem;
  }
}

  h1, h2, h3, h4, h5, h6 {
     line-height: 2.6rem;}

@media only screen and (max-width: 1200px){
      h1, h2, h3, h4, h5, h6 {
     line-height: 2.05rem;}
}

@media only screen and (max-width: 768px){
      h1, h2, h3, h4, h5, h6 {
     line-height: 1.75rem;}
}
     
@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 959px) and (min-width: 768px){
#gw_go_portfolio_journal .gw-gopf-1col .gw-gopf-col-wrap {
    float: none !important;
}
}

@media only screen and (max-width: 1024px){
#content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span:last-child a {
    margin-right: 0;
}

#content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span a {
    color: #A69054 !important;
    height: 31px !important;
    line-height: 29px !important;
    padding: 0px 10px 0 !important;
    font-size: 1.12rem !important;
    letter-spacing: 0.01rem !important;
    margin: 0 8px;
    border: 1px solid #A69054;
}
#content #gw_go_portfolio_latest .gw-gopf-style-vario .gw-gopf-cats > span:first-child a {
    margin-left: 0;
}
#gw_go_portfolio_latest .gw-gopf-cats {
    border-bottom: 0px solid #dfdfdf !important;
    margin: 0px auto 0 !important;
    height: initial !important;
}

.gw-gopf-pagination{
margin:0 !important;
}

#content.columns.large-12{
 margin: 10px auto 100px;   
}

.top-bar-section{
 display: none;
}

    .top-bar .menu-icon {
      display: block; }

img.wordmark-yuja.main-wordmark {
    display: block;
}

.top-bar.expanded .top-bar-section.mobile{
 display: block;
}

.top-bar .toggle-topbar{
 display: block;       
}

#gw_go_portfolio_latest .gw-gopf-1col .gw-gopf-col-wrap{
  margin-bottom: 60px !important;  
}

.gw-gopf-post-col{
   max-width: 100%; 
}

body.page-template-page-news .type-post.odd{
left: 0;
}

body.page-template-page-news .odd .post-box-content{
padding-left: 0;
}

.post-box-content{
min-height: initial;
}

.rev_slider #slide-10-layer-6 img{
max-width: 90% !important;
height: auto !important    
}

div#slide-6-layer-1{
 display: block;
min-width: 100% !important;
max-width: initial !important;
margin-left: 0 !important;
min-height: 100% !important;
max-height: 100% !important;   
}

.mat-slide.menu-3 .menu-content{
    left: initial;   
}

.mat-slide.menu-1, .mat-slide.menu-2, .mat-slide.menu-3, .mat-slide.menu-4,
.mat-slide{
 text-align: center;
height: 100%;
display: table;
width: 100% !important;
vertical-align: middle;
transform: skewX(0);
-webkit-transform: skewX(0);
padding: 0 !important;   
}

.menu-content{
transform: skewX(0);
-webkit-transform: skewX(0);
height: 21.75vh;
display: table-cell;
vertical-align: middle;
}

.top-spotify{
    width: 96%;
    margin: 32px auto 0px;
}

.page-template-page-catalogue #content{
    margin-top: 30px !important;
}

.triangle-wrap{
display: none !important;
}

.catalogue-item{
left: 0px !Important;
margin-bottom: 20px !important;
}

.recording-left{
width: 60%;
padding: 15px 0 50px 11%;
left: -50px !important;
position: relative;
}

.recording-right{
   width: 44%; 
}

.recording-cover{
    position: relative;
overflow: hidden;
margin-top: 18% !important;
width: 95%;
border: 1px solid #BEBEBE !important;
}

#content .catalogue-item:nth-child(odd) .recording-cover{
 margin-left: 2% !important;
margin-right: 0 !important;   
}

#content .catalogue-item:nth-child(even) .recording-left{
    padding: 15px 11% 50px 0;
right: -70px;
left: initial !important;
position: relative;
}

#content .catalogue-item:nth-child(even){
    right: 0 !important;
}

.recordings-section-inner{
    width: 90%;
}

#content .catalogue-item:nth-child(even) .recording-cover{
    margin-right: 0% !important;
margin-left: 8% !important;
}

.catalogue-item .div-line{
width: 67px !important;
height: 15px !important;
margin: 7px auto !important;
display: block !important;
background: #fff;
padding: 3px 5px 5px;
}
    
#content.columns.large-12{
width: 96%    
}

.spotify-item{
    width: 41.5%;
margin-bottom: 25px
}

.spotify-item:nth-child(2){
 padding-right: 0;
margin-right: 0;
border-right: none;   
}

h2.menu-title{
margin: 10px 0 0 0 !important; 
}

.menu-content .menu-content-inner{
    position: relative;
top: initial;
left: initial;
width: 100%;
}

div.menu-content-inner,
div.menu-content-inner img.div-line{
 line-height: 30px !important;   
}

.tp-caption.Fashion-BigDisplay.slide-dark-wrap, 
.Fashion-BigDisplay.slide-dark-wrap{
top: 0 !important;    
}

.medium-12{
 width: 90%;   
}

.bio-pic-1,
.bio-pic-2,
.bio-pic-3{
-webkit-clip-path: initial;
clip-path: initial;
shape-outside: initial;
-webkit-shape-outside: initial;
max-width: 60% !important;
margin-right: 0 !important;
transform: rotate(0);
-webkit-transform: rotate(0);
position: relative;
}

.bio-pic-1{
   margin: 0 0 12px 15px !Important;
}
.bio-pic-3{
  margin: 12px 18px 12px 0 !important;
max-width: 55% !important;
}

body.page-template-page-news .type-post.even{
left: 0;
}

body.page-template-page-news .even .angle-wrap,
.angle-wrap{
    display: none;
}
body.page-template-page-news .even .post-box-content{
left: 0;
position: relative;
padding-right: 0;
}
body.page-template-page-news .even .post-box-std{
margin-left: 0;
margin-right: 22px;
}

body.page-template-page-news .odd .post-box-content{
left: 0;
}
body.page-template-page-news .odd .post-box-std{
margin-right: 0;
margin-left: 0;
}
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(1), 
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(2), 
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(3), 
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(4){
margin-bottom: 50px;
}
.diamond-wrap{
 display: none;   
}
#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(even){
margin: 0 0 50px 0;    
}

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item{
  margin: 0 auto 10px -14%;  
}

#gw_go_portfolio_calendar .gw-gopf-posts{
margin-left: -14%;
}
.page-template-page-calendar .gw-gopf-cats{
right: initial;
margin-bottom: 5px;
margin-top: 30px;
} 

section.main{
    float: initial;
}
.wrapper-dropdown-1, 
.wrapper-dropdown-2,
.wrapper-dropdown-3{
float: initial;
display: inline-block;
}

}


@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 667px){
    
    #content #gw_go_portfolio_latest .gw-gopf-cats {
    margin-bottom: 36px !important;
}

.rolex {
    margin-left: 0;
    max-width: 100%;
}

.bio-pic-1, .bio-pic-2, .bio-pic-3 {
    max-width: 100% !important;
        margin: 12px 0 12px 0 !Important;
}

.about-dl-image.about-dl-pdf img {
    border: none;
    margin-top: 15px;
    margin-right: 17px;
    width: 68px;
    margin-left: 5px;
}

.about-dl-image img {
    width: 75px;
}

.rolex{
float: none;
margin-left: 0;
margin-top: -2px;
margin-right: 0;
margin-bottom: 0;
}

.center-connect{
    display: block;
}

.connect-icons {
    font-size: 26px;
    margin: 0 11px;
}

.modNewsletter .modNewsletter-socials, .modNewsletter #formWrap {
    width: 100%;
}

.closeX {
    top: 11px;
    right: -20px;
}

.modNewsletter-inner {
    display: block;
    padding-bottom: 12%;
    width: 100%;
    margin-top: 29%;
}

.modNewsletter-outer {
    height: 100%;
    width: 100%;
    display: block;
}

.modNewsletter form {
    margin: 39px auto;
    width: 100%;
}

.modNewsletter button.submit-button {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    color: #b89e5a;
    border: 1px solid #b89e5a;
    font-size: 1.0rem;
}

.modNewsletter input[type="email"] {
    float: none;
    display: block;
    font-size: 19px;
    margin: 0 auto 1em;
    padding: 8px 17px 8px;
    width: 88%;
}

.modNewsletter .tri-down:after {
    content: '+';
    margin: 23px auto 21px;
    font-size: 47px;
    color: #B8B8B8;
    font-family: 'AL';
    position: relative;
    left: 13px;
    top: -12px;
}

.wrapper-dropdown-1, .wrapper-dropdown-2, .wrapper-dropdown-3 {
    padding: 7px 10px;
}

.wrapper-dropdown-1{
    z-index: 10;  
}

.wrapper-dropdown-2{
    z-index: 9;
}

.wrapper-dropdown-3{
    z-index: 8;
}

#gw_go_portfolio_calendar .gw-gopf-posts {
    margin-left: 0;
    margin-right: 0;
}

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item {
    margin: 0 auto 20px;
}

.box-inner {
    display: block;
    vertical-align: middle;
    padding: 0;
}

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item .calendar-items {
    display: block;
    width: 100%;
}

.diamond-box {
    display: none;
}

.event-date-wrap {
    height: auto;
    clear: both;
    background: #f9f9f9;
    padding: 20px;
}

#gw_go_portfolio_calendar .gw-gopf-posts-wrap {
    width: 98% !Important;
        margin-bottom: 20px;
}

h2.menu-title {
    margin: 11px 0 0 0 !important;
}

div.menu-content-inner img.div-line {
    line-height: 13px !important;
    position: relative;
    top: -6px;
    width: 33px !important;
    height: auto !important;
}

.menu-desc {
    font-size: 15px !important;
    padding: 0 10% !important;
    margin: 3px 0 0 !important;
}

.page-template-page-calendar .gw-gopf-cats {
    right: initial;
    margin-bottom: 45px;
    margin-top: 20px;
}

#gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(1), #gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(2), #gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(3), #gw_go_portfolio_calendar .gw-gopf-posts .gw-gopf-isotope-item:nth-child(4) {
    margin-bottom: 22px;
}

span.upcoming-venue {
    font-size: 1.65125em;
}

h1.event-title {
    font-size: 1.98125em;
    letter-spacing: -0.02rem;
    margin: -2px auto 2px;
    line-height: 94%;
}

.downloads-contain strong {
    margin-bottom: 0;
    line-height: 90%;
}

#content.columns {
    float: none!important;
    margin: 0 auto 2rem;
}

.downloads-contain {
    display: block;
    padding: 0 0px 2px 0;
}

.spotify-header {
    letter-spacing: 0.15rem;
    font-size: 1.59rem;
    margin-bottom: 10px;
    margin-top: 26px;
    line-height: 100%;
}

.spotify-item {
    width: 90%;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px dotted #C2C4C6;
    padding-bottom: 20px;
}

.spotify-title-2 {
    font-size: 1.30rem;
}

.spotify-title-1 {
    letter-spacing: 0.02rem;
    font-size: 1.05rem;
    margin-top: -2px;
    }

.spotify-cover {
    width: 24%;
}

.spotify-meta {
    width: 71%;
}

#content .catalogue-item:nth-child(even) .recording-left {
    top: -22px;
    margin-bottom: -12px;
    right: initial;
    left: -6px;
    padding: 15px 4% 0px 8%;
    float: left;
    background: url(img/tri3.svg) no-repeat 15px 31px;
}

.recording-left {
      padding: 15px 4% 0 8%;
    left: -6px !important;
    top: -22px;
        margin-bottom: -12px;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
        background: url(img/tri2.svg) no-repeat right 31px;
}

.recording-logos-wrap {
    padding-top: 7px;
    padding-bottom: 15px;
    margin: -25px auto 22px;
}

.recording-logo {
    margin-right: 4%;
    width: 42%;
    margin-bottom: 13px;
}

.recording-logo {
    margin-right: 2%;
    width: 45%;
    margin-bottom: 13px;
    margin-left: 3%;
    float: left;
}

.recording-right {
    float: right;
    width: 100%;
    max-height: 360px;
    margin-top: 10px;
}

.catalogue-item .div-line {
    margin: -4px auto !important;
}

.purchase-links {
    margin-bottom: -7px;
}

.contact-info {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 12px;
}

.contact-wrap .contact-item:nth-child(1) .contact-info, .contact-wrap .contact-item:nth-child(2) .contact-info {
    min-height: initial;
}

.contact-info p {
    line-height: 130%;
        font-size: 18px;
}

.contact-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #b89e5a;
    font-size: 1.28rem;
    line-height: 1em;
}

.contact-item {
    float: none;
    width: 100%;
    margin-right: 0;
    font-size: 17px;
    line-height: 100%;
    margin-left: 0;
    display: block;
}

.contact-item:nth-child(1) {
    margin-bottom: 0;
}

.contact-item:nth-child(3),
.contact-item:nth-child(5) {
    padding-top: 0;
    margin-bottom: 0;
}

.page-id-16054 #content.columns.large-12 {
    margin: 31px auto 15px;
    min-height: initial;
}

.top-bar-section ul li > a {
    line-height: 33px;
}

.journal-meta {
    width: 100%;
    float: left;
    padding: 0 0px 20px;
    margin-right: auto;
    margin-left: auto;
}

.single-post .post-box-content {
    width: 88%;
    margin-left: auto;
    min-height: initial;
    margin-right: auto;
}

.single-post #content .news-post-image, .catpage-journal #content .news-post-image {
    margin: 0 auto 8px;
}

.single-post .type-post {
    left: 0%;
    margin-top: 25px;
}

.single-post #content .news-post-image, .catpage-journal #content .news-post-image {
    margin: 0 auto 8px;
    -webkit-clip-path: initial;
    clip-path: initial;
    width: 93%;
    max-width: 1000px;
    left: initial;
    position: relative;
    display: block;
}

.single-post .post-box-content {
    width: 88%;
    margin-left: auto;
    min-height: initial;
    margin-right: auto;
}

.journal-meta {
    width: 100%;
    float: left;
    padding: 0 9px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

.single-post h1 {
    display: block;
    color: #a78b41;
    font-size: 2.15em;
    text-transform: initial;
    letter-spacing: -0.08rem;
    margin: 1px auto 2px;
    line-height: 108%;
    font-family: 'PFMed';
    font-weight: 100;
    padding: 0 0% !important;
    text-align: center;
}

.journal-quote-div {
    margin: 16px auto 22px auto;
    width: 40px;
}

.ssba-wrap div {
    text-align: center !important;
    margin-right: 17px;
}

.post .entry-content p {
    font-size: 1.25rem;
    line-height: 139%;
}

.read-more {
    letter-spacing: 0.23rem;
}

.single-post .meta-bank, .catpage-journal .meta-bank {
    margin: 10px auto 45px;
}

#content .catalogue-item:nth-child(even) .recording-cover,
#content .catalogue-item:nth-child(odd) .recording-cover {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    width: 89%;
}

#content .catalogue-item:nth-child(even) .recording-info {
     margin-left: 2px;
    width: 100%;
    position: relative;
    left: initial;
}

#content .catalogue-item:nth-child(even) .audio-embed iframe {
    margin-left: 0;
}

.recording-info {
    margin-left: 2px;
    width: 100%;
    position: relative;
    left: initial;
}


.bio-subnav-wrap {
    width: 100%;
    margin: -7px auto 12px !important;
    left: 0;
}

.bio-subnav a {
    padding: 0px 5px 0 5px !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.05rem !important;
    margin: 0 6px;
}

.medium-12 {
    width: 88%;
}

.page-template-page-about .about-content-wrap p:first-child:first-letter {
    float: left;
    font-size: 69px;
    line-height: 40px;
    margin: 0px 0 0 -2px;
}

blockquote, blockquote p {
    line-height: 126%;
    font-size: 25px;
}

.entry-content blockquote:before {
    font-size: 81px;
    margin-right: -55px;
    margin-left: -25px;
    margin-top: 9px;
}

blockquote p.quote-author, .quote-author {
    font-size: 21px;
}


#content #gw_go_portfolio_calendar .gw-gopf-style-vario a.gw-gopf-pagination-load-more, 
#content #gw_go_portfolio_latest .gw-gopf-style-vario a.gw-gopf-pagination-load-more {
    width: 90%;
}

#content #gw_go_portfolio_latest .gw-gopf img,
.gallery-inner-wrap .bx-wrapper .bx-viewport {
    -webkit-clip-path: initial;
    clip-path: initial;
    shape-outside: initial;
    transform: rotate(0deg);
    position: relative;
    max-width: 100%;
    margin-right: 0px;
}

.news-gallery .gallery-caption {
    font-size: 11px;
    line-height: 119%;
    padding: 3px 3% 8px;
    max-width: 100%;
}

.bx-wrapper .bx-prev {
    left: -3px;
}

.bx-wrapper .bx-next {
    right: -10px;
}
.format-gallery .post-box-content-inner h2.news-title {
    margin-top: 0 !important;
}

#gw_go_portfolio_latest .gw-gopf-pagination-wrapper {
    margin-top: -19px !important;
}

.gw-gopf-posts-wrap {
    width: 92% !Important;
    margin: 0 auto;
}

.format-video .post-box-content {
    min-height: initial;
}


.page-template-page-news .odd h2.video-title, .page-template-page-news .odd h2.news-title {
    text-align: left;
        margin: 0px auto 0;
}
body.page-template-page-news .odd .news-sub-title {
    text-align: left;
}

.gallery-content, .news-content {
    text-align: left;
    margin: 18px auto;
}

body.page-template-page-news .odd .read-more {
    text-align: left;
}

#gw_go_portfolio_latest .gw-gopf-1col .gw-gopf-col-wrap {
    margin-bottom: 30px !important;
}

.page-template-page-news .entry-video{
  -webkit-clip-path: initial;
    clip-path: initial;
    shape-outside: initial;
    transform: rotate(0deg);
    position: relative;
    max-width: 100%;
    margin-right: 0px;
    height: 245px;  
}

.page-template-page-news .video-thumb {
    height: 245px;
    margin-bottom: 0;
}

body.page-template-page-news .type-post.odd.format-video {
    text-align: left;
}

#content #gw_go_portfolio_latest .gw-gopf img{
    -webkit-clip-path: initial;
    clip-path: initial;
    shape-outside: initial;
    -webkit-shape-outside: initial;
    max-width: 100% !important;
    margin-right: 0 !important;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    position: relative;
}

#iwpmenu_icon .iwpmenu_open_button, #iwpmenu_icon .iwpmenu_close_button {
    top: 30px;
    right: 30px;
}

.home .rev_slider_wrapper{
        padding: 13px !important;
}

#iwpmenu_bar div ul.menu li a {
    margin-bottom: 20px !important;
    font-size: 30px !important;
}

.tri-down, #iwpmenu_bar div.tri-down {
    margin: 13px auto -13px;
    width: 16px;
    height: 23px !important;
}

#iwpmenu_icon .iwpmenu_close_button {
    width: 74px !important;
    height: 74px !important;
    top: 15px !important;
    right: -15px !important;
}

#iwpmenu_bar div.tri-up {
    margin: -6px auto 10px;
    width: 17px;
    height: 21px !important;
}

#iwpmenu_bar #iwpmenu_social a {
    margin: 0 !important;   
}

.home-footer-layer.showit {
    display: none;
}

h2.menu-title {
    letter-spacing: 0.3rem !important;
    font-size: 1.83rem !important;
line-height: 1.9rem !important;
}


div.menu-content-inner {
    line-height: 13px !important;
}

div.menu-content-inner img.div-line {
    line-height: 13px !important;
    position: relative;
    top: -3px;
    width: 35px !important;
    height: auto !important;
}

.mat-slide:hover .open-menu-more {
    -webkit-transform: scale(0);
    transform: scale(0);
opacity: 0;
}

.mat-slide:hover .menu-content-inner {
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
}

.open-menu {
    margin: 3px 0 -9px auto !important;
    width: 96%;
}

.menu-desc {
    font-size: 15px !important;
}



.explore-menu {
    font-size: 1.23rem;
}

.post-box-std {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}
.post-box-content {
    display: block;
    width: 100% !important;
    min-height: initial;
}

.posts-row article {
    margin-bottom: 35px;
    width: 100%;
    margin-right: 0;
}

#content.columns.large-12 {
    margin: 0 auto 20px;
}

ul.eventHolder li {
    list-style: none;
    width: 100%;
    display: table;
    margin-right: 0;
    margin-bottom: 30px;
}
ul.eventHolder {
    margin: 34px 0 0px 0;
}


}


/**
 ======================== FONTS =========================
 */

@font-face {
  font-family: 'PFReg';
  src: url('fonts/PFRegalDisplayPro-Italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/PFRegalDisplayPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/PFRegalDisplayPro-Italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/PFRegalDisplayPro-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/PFRegalDisplayPro-Italic.svg#96fb9022107db62e11b5163781bd1676') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  400;
}

@font-face {
  font-family: 'PFmed';
  src: url('fonts/PFRegalDisplayPro-MediumItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/PFRegalDisplayPro-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/PFRegalDisplayPro-MediumItalic.woff') format('woff'), /* Modern Browsers */
       url('fonts/PFRegalDisplayPro-MediumItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/PFRegalDisplayPro-MediumItalic.svg#283affb70b99cb05c4969cb96fe1506c') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  400;
}



@font-face {
  font-family: 'slab';
  src: url('fonts/Dapifer-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Dapifer-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Dapifer-Light.woff') format('woff'), /* Modern Browsers */
       url('fonts/Dapifer-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Dapifer-Light.svg#ce8e60e3bd007be2595f2128e5427e03') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'medium';
  src: url('fonts/Didot-HTF-B06-Bold 2.eot'); /* IE9 Compat Modes */
  src: url('fonts/Didot-HTF-B06-Bold 2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Didot-HTF-B06-Bold 2.woff') format('woff'), /* Modern Browsers */
       url('fonts/Didot-HTF-B06-Bold 2.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Didot-HTF-B06-Bold 2.svg#32d999ece4fa6cc747c60f4fa22d4738') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Bold';
  src: url('fonts/Didot-HTF-B11-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Didot-HTF-B11-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Didot-HTF-B11-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/Didot-HTF-B11-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Didot-HTF-B11-Bold.svg#c32cf55a2432e1f1ff42cc18c743b15f') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Bold-Ital';
  src: url('fonts/Didot-HTF-B11-Bold-Ital.eot'); /* IE9 Compat Modes */
  src: url('fonts/Didot-HTF-B11-Bold-Ital.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Didot-HTF-B11-Bold-Ital.woff') format('woff'), /* Modern Browsers */
       url('fonts/Didot-HTF-B11-Bold-Ital.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Didot-HTF-B11-Bold-Ital.svg#11dbd143ed8ba02731743b0ca96987d3') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'MLight';
  src: url('fonts/MillerBanner-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/MillerBanner-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/MillerBanner-Light.woff') format('woff'), /* Modern Browsers */
       url('fonts/MillerBanner-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/MillerBanner-Light.svg#980fda041314d32db2310860933d7fbd') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'MRoman';
  src: url('fonts/MillerBanner-Roman.eot'); /* IE9 Compat Modes */
  src: url('fonts/MillerBanner-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/MillerBanner-Roman.woff') format('woff'), /* Modern Browsers */
       url('fonts/MillerBanner-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/MillerBanner-Roman.svg#f9933589833d4bb98a05f93c007a229e') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('fonts/PlayfairDisplay-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/PlayfairDisplay-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/PlayfairDisplay-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/PlayfairDisplay-Regular.svg#04b27ca05cc09e86c39c371295e381ad') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Sans';
  src: url('fonts/Tide Sans 400 Lil Dude.eot'); /* IE9 Compat Modes */
  src: url('fonts/Tide Sans 400 Lil Dude.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Tide Sans 400 Lil Dude.woff') format('woff'), /* Modern Browsers */
       url('fonts/Tide Sans 400 Lil Dude.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Tfonts/ide Sans 400 Lil Dude.svg#1b9739b96dea82e7c4ffbd5677989b65') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'AB';
  src: url('fonts/Latinotype_-_ArquitectaBook.eot'); /* IE9 Compat Modes */
  src: url('fonts/Latinotype_-_ArquitectaBook.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Latinotype_-_ArquitectaBook.woff') format('woff'), /* Modern Browsers */
       url('fonts/Latinotype_-_ArquitectaBook.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Latinotype_-_ArquitectaBook.svg#727fbe0d64e07910331837c61fd38ef0') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'AL';
  src: url('fonts/Latinotype_-_ArquitectaLight.eot'); /* IE9 Compat Modes */
  src: url('fonts/Latinotype_-_ArquitectaLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Latinotype_-_ArquitectaLight.woff') format('woff'), /* Modern Browsers */
       url('fonts/Latinotype_-_ArquitectaLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Latinotype_-_ArquitectaLight.svg#d41fe27b5952c0a5cdea2fce6a3d5aae') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'AM';
  src: url('fonts/latinotype_-_arquitectamedium-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/latinotype_-_arquitectamedium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/latinotype_-_arquitectamedium-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/latinotype_-_arquitectamedium-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/latinotype_-_arquitectamedium-webfont.svg#c5e6fe26b338263b09d6a89b3130f290') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}



@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: rotate(315deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes not-clockwise {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
  }
}
@-moz-keyframes not-clockwise {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(-315deg);
  }
}
@keyframes not-clockwise {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
@-webkit-keyframes lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.load_container {
  width: 74px;
  margin: 60px auto;
  font-size: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.load_container:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 6px solid #31302f;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.load_container:after {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 6px solid #31302f;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box, .lt, .rt, .lb, .rb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 20px;
  opacity: 1;
}
.box:before, .lt:before, .rt:before, .lb:before, .rb:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-top: 6px solid #a69156;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lt {
  margin-right: -6px;
  -webkit-animation: lt 2s linear -2000ms infinite;
  -moz-animation: lt 2s linear -2000ms infinite;
  animation: lt 2s linear -2000ms infinite;
}
.lt:before {
  top: 0;
  left: 0;
  -webkit-animation: not-clockwise 1s linear infinite;
  -moz-animation: not-clockwise 1s linear infinite;
  animation: not-clockwise 1s linear infinite;
}

.rt {
  -webkit-animation: lt 2s linear -1000ms infinite;
  -moz-animation: lt 2s linear -1000ms infinite;
  animation: lt 2s linear -1000ms infinite;
}
.rt:before {
  top: 0;
  right: 0;
  -webkit-animation: clockwise 1s linear infinite;
  -moz-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}

.lb {
  margin-right: -6px;
  -webkit-animation: lt 2s linear -1500ms infinite;
  -moz-animation: lt 2s linear -1500ms infinite;
  animation: lt 2s linear -1500ms infinite;
}
.lb:before {
  bottom: 0;
  left: 0;
  -webkit-animation: not-clockwise 1s linear infinite;
  -moz-animation: not-clockwise 1s linear infinite;
  animation: not-clockwise 1s linear infinite;
}

.rb {
  -webkit-animation: lt 2s linear -500ms infinite;
  -moz-animation: lt 2s linear -500ms infinite;
  animation: lt 2s linear -500ms infinite;
}
.rb:before {
  bottom: 0;
  right: 0;
  -webkit-animation: clockwise 1s linear infinite;
  -moz-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}

 .load_container {
  -webkit-animation: clockwise 4s linear infinite;
  -moz-animation: clockwise 4s linear infinite;
  animation: clockwise 4s linear infinite;
}
