/*
Theme Name: Pith Works
Author: Pith Works Team
Author URI: http://pithworks.com/
Description: A theme built for Pith Works clients. Many coffee cups were spent developing a theme that is awesome, because our clients are awesome. "Awesome. Yeah. Yeah. Cool. Yep. Awesome. Yeah" - a loose quotation from one of our developers.
Version: 1.0
*/


/* NATIVE WORDPRESS ------------------------------------------*/

img.alignright {
    float: right;
    width: auto;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    width: auto;
    margin: 0 1em 1em 0;
}

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: /*#3b94d9 */
    #9d8d53;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}




/* GlOBAL STYLES ------------------------------------------ */

div,
ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: teko;
    letter-spacing: 0.058em;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px
}

p,
ul,
ol {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.82857143;
    letter-spacing: 0.0148em;
}

.page-header {
    border: none;
    padding-bottom: 0;
}

.no-padding {
    padding: 0;
}

no-left-padding {
    padding-left: 0;
}

no-right-padding {
    padding-right: 0;
}



/* SEARCH FORM */

.searchtoggle{
    /*display: inline-block;
    vertical-align: middle;
    padding: 12px 5px 20px 0px;
    font-size: 1.3em;*/
    /* margin-left: 8px; */
}

#searchForm .modal-content{padding:20px;}
#searchForm .modal-content button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

#searchForm .search-form{width:100%;}
#searchForm .search-form input[type=search]{width:calc(75%); display:inline-block; padding:4px;}
#searchForm .search-form input[type=submit]{width:calc(20%); display:inline-block;
padding: 10px;
background: #333;
color: #fff;
border: 0;
margin-top: 10px;
}

@media (max-width:768px){
    #searchForm .search-form input[type=search]{width:100%;}
    #searchForm .search-form input[type=submit]{width:10%;}
}

#searchForm.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #searchForm.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#searchForm .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}



/* HEADER SECTION ---------------------------------------------*/

header {
    width: 100%;
    position: fixed;
    z-index: 10;
    will-change: transform;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background: white;
}

.headroom--pinned.headroom--not-top,
header.headroom-cancel {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}

.headroom--not-top {
    overflow: hidden;
}

.top-header+div {
    position: fixed;
    z-index: 1;
}

.headroom--pinned {
    -webkit-
    : translateY(0%);
    transform: translateY(0%);
    position: fixed;
    z-index: 70;
    right: 0;
    left: 0;
}

header.my-events-header {
	-webkit-transform: none;
    transform: none;
    position: relative;
    z-index: auto;
    right: 0;
    left: 0;
	background:transparent;
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: fixed;
    z-index: 70;
    right: 0;
    left: 0;
}

.headroom-cancel {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

@media (max-width: 767px) {

}

header .site-logo img {
    max-width: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

header .navbar-toggle .icon-bar {
    background: black;
}

#main-nav {
    text-transform: uppercase;
}

#main-nav a {
    color: black;
}

#menu-header-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
    overflow-y: scroll;
}

#menu-header-menu.menu.reveal {
    max-height: 1000px;
}

#menu-header-menu a {
    font-family: 'Teko', sans-serif;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.9em;
    padding: 10px 20px;
    letter-spacing: 2px;
}

#menu-header-menu a:hover {
    color: #9d8d53;
}

#menu-header-menu>li {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 11;
}

#menu-header-menu>li:hover {
    border-color: black;
}

@media (min-width: 768px) {
    .collapse-button {
        display: none !important;
    }
    #menu-header-menu>li {
        display: inline-block;
    }
    header .site-logo img {
        margin-left: 0;
    }
    #main-nav {
        float: right;
        margin-top: 30px;
    }
    #menu-header-menu {
        overflow: hidden;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }
    #menu-header-menu,
    .headroom--not-top #menu-header-menu.reveal {
        max-height: 200px;
    }
    .headroom--not-top #menu-header-menu {
        /* max-height: 0; */
        -webkit-transition: max-height .3s ease-in-out;
        transition: max-height .3s ease-in-out;
    }
    .collapse-button {
        -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
        transition: visibility 0s linear 0.3s, opacity 0.3s linear;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        -webkit-transform: translate(-55px, 50px);
        transform: translate(-60px, 49px);
    }
    .headroom--not-top .collapse-button {
        visibility: visible;
        opacity: 1;
    }

    .headroom--not-top .site-logo img {
       max-width: 100px;
    }
}

@media (min-width: 1025px) {
  #menu-header-menu {
    text-align: inherit;
  }

  #menu-header-menu>li {
    width: 9.75%;
    text-align: center;
  }

  #menu-header-menu>li:first-child {
    text-align: left;
  }

  #menu-header-menu>li:last-child {
    text-align: right;
  }
}

.header-thirds {
    float: left;
    width: calc(100% / 3);
    position: relative;
}

.header-thirds.logo {
    text-align: center;
}

.header-thirds.subscribe {
    text-align: right;
}

.mag-curl {
    position: absolute;
}

.mag-curl img {
    width: 110px;
    height: auto;
    position: relative;
}

.mag-cover {
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 80px, 80px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 80px, 80px 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: .3s;
    transition: .3s;
}

.mag-curl:hover .mag-cover {
    -webkit-clip-path: polygon(28px 100%, 140px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(28px 100%, 140px 0, 100% 0, 100% 100%, 0 100%);
}

.curl-container {
    position: absolute;
    top: 0;
    left: 80px;
    width: 50%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .3s;
    transition: .3s;
}

.mag-curl:hover .curl-container {
    left: calc(100% + 20px);
    height: 160%;
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
}

.curl-peal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(95deg, #e8e8e8 5%, #b9b9b9 30%, white 90%) no-repeat;
    -webkit-clip-path: polygon(0 0, 100% calc(113.137085px / 2), 0px 112.137085px);
    clip-path: polygon(0 0, 100% calc(113.137085px / 2), 0px 112.137085px);
    -webkit-transition: .3s;
    transition: .3s;
}

.mag-curl:hover .curl-peal {
    -webkit-clip-path: polygon(0 0, 100% 9px, 0px 215px);
    clip-path: polygon(0 0, 100% 9px, 0px 215px)
}

.curl-shadow {
    position: absolute;
    top: -50px;
    left: 0;
    width: 110%;
    height: calc(100% + 100px);
    -webkit-box-shadow: inset 41px 0px 30px -40px rgba(0, 0, 0, 0.25);
    box-shadow: inset 41px 0px 30px -40px rgba(0, 0, 0, 0.25);
    -webkit-transition: .3s;
    transition: .3s;
}

.mag-curl:hover .curl-shadow {
    -webkit-box-shadow: inset 80px 0px 30px -40px rgba(0, 0, 0, 0.04), inset 50px 0px 30px -40px rgba(0, 0, 0, 0.24);
    box-shadow: inset 80px 0px 30px -40px rgba(0, 0, 0, 0.04), inset 50px 0px 30px -40px rgba(0, 0, 0, 0.24);
}


/*@media (max-width: 1454px) {
    header {
        overflow: hidden;
    }
    .mag-curl:hover .curl-container {
        transform: rotate(48deg);
    }
}*/


/*.headroom--not-top .mag-curl:hover .curl-container {
    transform: rotate(48deg);
}*/

.mag-curl a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.other-pub {
    max-width: 240px;
}

.other-pub p {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    margin: 20px 0 0 110px;
    color: #989a9d;
    line-height: 100%;
    font-size: 12px;
}

.sub-mag {
    width: auto;
    max-height: 100px;
    margin-right: 30px;
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
}

.collapse-button {
    padding: 12px 6px 20px;
    display: inline-block;
    vertical-align: top;
}

.sub-buttons {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-right: 15px;
    float: right;
}

.social-media {
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px 20px 0px;
    font-size: 1.3em;
}

.social-media a {
    margin-left: 8px;
    color: #B6A469;
    font-size: 2.2em;
}

.sip-button {
    /* background: #999999; */
    background-color: #B6A469;
    /* color: black; */
    color: #fff;
    text-align: center;
    font-family: teko;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 10px 10px 6px 10px;
    font-family: 'Montserrat', sans-serif;
}

.sip-button:hover{
  color: #eee;
}

.sub-buttons .sip-button {
    display: block;
}

.collapse-button .icon-bar {
    display: block;
    height: 3px;
    width: 25px;
    margin: 3px 0;
    background-color: black;
    border-radius: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}

.collapse-button.open .icon-bar:nth-child(1) {
    -webkit-transform: translatey(6px) rotate(40deg);
    transform: translatey(6px) rotate(40deg);
}

.collapse-button.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.collapse-button.open .icon-bar:nth-child(3) {
    -webkit-transform: translatey(-6px) rotate(-40deg);
    transform: translatey(-6px) rotate(-40deg);
}

header a,
header a:hover {
    color: inherit;
    text-decoration: none;
}



/* SLIDER */

.pith-slide {
    height: 60vh;
    min-height: 280px;
    position: relative;
}

.post-header-slider .pith-slide {
    height: 40vh;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    color: white;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.slide-text .slide-excerpt p {
    color: #fff;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
}

.slide-excerpt+a.button {
    margin-top: 20px;
}

.pith-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.57);
    z-index: 0;
}

.slide-text h2:first-of-type {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.slide-text h2 {
    font-size: 38px;
}

.slide-text h2:last-of-type {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 10px;
}

.slide-text .author {
    font-family: 'Teko', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.slide-button {
    border: 2px solid white;
    padding: 10px 20px;
    display: inline-block;
    color: white;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    min-width: 140px;
    font-size: 1.1em;
    text-decoration: none;
    margin-top: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.slide-button:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    background: white;
    -webkit-transform: rotate(30deg) scale(2) translateX(-100%);
    transform: rotate(30deg) scale(2) translateX(-100%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
}

.slide-button:hover:after {
    -webkit-transform: rotate(30deg) scale(2) translateX(0%);
    transform: rotate(30deg) scale(2) translateX(0%);
}

.slide-button:hover {
    color: black;
}

#primary {
    padding-top: 180px;
    padding-bottom: 40px;
}

.home #primary {
    padding-bottom: 0;
}



/***** Slider Customization **********/

.slick-dots {
    list-style: none;

    margin-left: 2px;
    /* position: absolute;
    right: -20px;
    bottom: 0; */
    float: right;
}

.slick-dots li {
    margin: 4px 0;
    float: left;
    margin-right: 6px;
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -10000px;
    background: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /* box-shadow: inset 1px 1px 1px rgba(0, 0 ,0, 0.4); */
    border: none;
}

.slick-dots li.slick-active button {
    background: #333;
}



/* ADS */

.ad {
    position: relative;
    height: auto;
}

.ad span {
    color: white;
    text-align: center;
    font-family: teko;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ad.horizontal {
    margin: 30px auto;
    width: 728px;
    max-width: 100%;
}

.ad.vertical {
    width: 300px;
}

.ad.full-width {

}

.ad.full-width .widget {
  width: 50%;
  float: left;
}

#secondary .adplugg {
    max-width: 300px;
    margin: auto;
}

@media (max-width: 991px) {
    .ad.vertical {
        margin: auto;
        float: none;
    }
}

.top {
    margin: 55px auto 0;
    width: 100%;
    background: #bdc332;
    height: 250px;
}

.bottom {
    margin: 20px auto 0;
    width: 100%;
    background: #bdc332;
    height: 600px;
}

.bottom span,
.top span {
    left: 40%;
    padding: 20px;
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}




/* SIP Picks CONTENT --------------- */

.sips-picks {
    list-style: none;
    margin: 10px 0 40px 0;
    padding: 0;
}

.sips-featured {
    float: left;
    position: relative;
    /* width: 32.6633%; */
    width: calc(33% - 0.21em);
    overflow: hidden;
    margin-right: 1%;
}

.sip-picks-inner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.sips-featured img {
    width: 100%;
    max-width: 100%;
}

.sips-featured:last-child {
    margin-right: 0;
}

.overlay {
    background-color: rgba(51, 51, 51, 0.6);
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.sips-featured:hover .overlay {
    background-color: rgba(51, 51, 51, 0.9);
}

.sips-featured h2 {
    padding: 20px;
    font-weight: 300;
    color: #fff;
    font-family: 'Teko', sans-serif;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.sips-featured .featured-text h2 a {
    color: #fff;
    text-decoration: none;
}




/* SIDEBAR EVENTS HOME PAGE ----------------*/

.sidebar-events {
    margin-top: 10px;
    float: right;
    text-align: center;
}

.sidebar-events h2 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 21px;
}

.button,
.tribe-events-widget-link a,
.wpcf7-submit.button {
    cursor: pointer;
    font-family: 'Teko', sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.54rem 2rem 0.4rem 2rem;
    font-size: 18px;
    background-color: #eee;
    color: #333;
    border: none;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.button:hover,
.button:focus,
.wpcf7-submit.button:hover,
.wpcf7-submit.button:focus,
.tribe-events-widget-link a:hover,
.tribe-events-widget-link a:focus {
    background-color: #999;
    color: #333 !important;
}


.wpcf7-form-control-wrap {
    padding: 3px 4px;
}

.wpcf7 p {
    margin-bottom: 30px;
}



/*- Event Calendar Styles -----------------*/

.events-list .tribe-events-loop{
max-width: unset;
}

.single-tribe_events h1.page-title,
.tribe-events-day h1.page-title,
.events-list h1.page-title,
.tribe-events-day .tribe-events-page-title,
.events-list .tribe-events-page-title {
    display: none;
}


#tribe-events-content-wrapper {
    margin-top: 60px;
}

#tribe-bar-views .tribe-bar-views-list {
    z-index: 20;
}

.tribe-events-notices {
    background-color: #ebebeb;
    border: 1px solid #57534E;
    text-shadow: none;
}

.tribe-events-list-widget .tribe-list-widget {
    margin-left: 0;
    padding: 0;
}

.tribe-events-widget-link {
    text-align: center;
}

.tribe-events-loop .tribe-events-content {
    padding: 0 0 0 0;
}


/*  COMMUNITY EVENTS */
.my-events-header{position:relative;}

.tribe-community-events .req {
    color: red!important;
    font-size: 12px;
    font-style: italic;
    font-weight: 700!important;
    text-transform: uppercase!important;
}

/* RECENT ARTICLES HOME PAGE ------------------ */

.recent-articles.col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

.recent-articles .col-lg-6 {
    padding-left: 0;
    padding-right: 10px;
}

.recent-articles .col-lg-6:last-child {
    padding-right: 0;
    padding-left: 10px;
}

.recent-articles .col-md-6 .inner {
    /*  padding-top: 330px; */
}

.recent-image {
    width: 100%;
    height: 0;
    padding-bottom: 53%;
    background-size: cover !important;
}



h3.section-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
    margin-top: 0;
}

h1.page-title,
h3.widget-section-title,
h1.section-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

h3.section-title:before,
h1.section-title:before {
    border-top: 3px solid #999;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h1.page-title:before,
h3.widget-section-title:before {
    border-top: 3px solid #999;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 97.7%;
    z-index: -1;
}

h3.section-title span,
h1.page-title span,
h3.widget-section-title span,
h1.section-title span {
    background: #fff;
    padding: 0 25px;
}

.read-more {
    text-align: center;
    color: #333;
    width: 40%;
    margin: 0 auto;
    border: 1px solid #333;
    padding: 6px 20px 3px 20px;
    display: block;
    font-family: 'Teko', sans-serif;
    font-size: 1.25em;
}

.read-more:hover {
  background-color: #efefef;
}

.recent-articles h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
}

.recent-articles a {
    color: #000;
}

.recent-articles a:hover,
.recent-articels a:focus {
    color: #9d8d53;
}



.recent-cat-title a {
    color: #333;
}

.recent-cat-title a:hover {
    color: #9d8d53;
}

.author-title {
    font-size: 18px;
    letter-spacing: 0.048em;
    margin-bottom: 30px;
}

.featured-container {
    position: relative;
    height: auto;
}

.selected-feature-section1 {
    margin-top: 20px;
    margin-bottom: 46px;
}

.selected-feature-section2 {
    margin-top: 60px;
    margin-bottom: 19px;
}

.featured-post:first-child {
    padding-left: 0;
    position: relative;
    padding-right: 10px;
    max-height: 425px;
    overflow: hidden;
}

.featured-post:last-child {
    padding-right: 0;
    padding-left: 10px;
    max-height: 425px;
    overflow: hidden;
}

.featured-post .article-inner {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

.featured-post:first-child .featured-text {
    float: right;
    padding-top: 18%;
    padding-right: 13.4%;
    width: 70%;
}

.featured-post:last-child .featured-text {
    float: left;
    padding-top: 18%;
    padding-left: 13.4%;
    width: 70%;
}

.featured-container a {
    color: #fff;
}

.featured-container .featured-text h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'Teko', sans-serif;
    text-align: center;
    font-weight: normal;
    margin: 0;
    line-height: 1.1;
}

.featured-container .featured-text h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0;
    line-height: 1.1;
}

.featured-container:hover .overlay {
    background-color: rgba(51, 51, 51, 0.9);
}

.featured-text h3 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
}





/* -CATEGORIES ----------------- */

.cat-article-title {
    margin-top: 0;
    color: #333;
    font-weight: normal;
}

.cat-article-title a,
.first-post a {
    color: #333;
}

.cat-article-title a:hover,
.first-post a:hover {
    color: #9d8d53;
}

.category-rows {
    padding: 20px 0;
}

.first-post {
    margin-bottom: 30px;
}




/* - SINGLE.PHP ------------------*/

.type-post .entry-content {
    margin: 20px 0 40px;
}



.single-post .wp-post-image {
    margin-bottom: 10px;
}



.entry-header h1 {
    margin-bottom: 0;
}

.entry-header h3 {
    margin-top: 0;
}

#s-share-buttons {
    margin-bottom: 30px;
}

.single-post .caption {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.single-gallery {
    margin: 0;
    list-style: none;
}

.single-gallery li {
    width: 23%;
    margin: 1%;
    float: left;
}



/* - ABOUT PAGE TEMPLATE -----------------------*/

#post-2 {
    padding-bottom: 20px;
    border-bottom: #ebebeb solid 1px;
}

.about-bio {
    margin-top: 20px;
    padding: 10px 0;
}

.about-bio h2 {
    margin-top: 0;
}



/* - SIDEBAR -----------------------*/

.widget_recent_entries ul {
    margin-top: 20px;
    padding: 0;
}

.widget_recent_entries li {
    list-style: none;
}

.widget_recent_entries a {
    color: #333;
}

.widget_recent_entries a:hover {
    color: #9d8d53;
}

.widget {
    margin-bottom: 30px;
}

h3.widget-section-title {
    margin-bottom: 15px;
}



/* - PAGINATION ----------------------- */

.pagination {
    display: block;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding: 10px 0;
    width: 45px;
    text-align: center;
    color: black;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s;
}

.page-numbers.current,
.page-numbers:hover {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}



/* - FOOTER --------------------- */

.main-footer {
    background-color: #b9a765;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-footer h2 {
    text-transform: uppercase;
    color: #393736;
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.main-footer .fa {
    color: #575351;
}

#menu-categories,
#menu-content,
#menu-main-featured-categories,
#menu-featured-categories,
#menu-info,
#menu-pending {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-categories li,
#menu-content li,
#menu-main-featured-categories li,
#menu-featured-categories li,
#menu-info li,
#menu-pending li {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#menu-pending {
  overflow: auto;
}
#menu-pending li {
  float: left;
  width: 50%;
  list-style: none;
}

#menu-pending li.searchtoggle {
  display: none;
}

#menu-categories li a,
#menu-content li a,
#menu-main-featured-categories li a,
#menu-featured-categories li a,
#menu-info li a,
#menu-pending li a {
    /* color: #575351; */
    color: #393736;
}

#menu-categories li a:hover,
#menu-content li a:hover,
#menu-main-featured-categories li a:hover,
#menu-featured-categories li a:hover,
#menu-info li a:hover,
#menu-pending li a:hover {
    text-decoration: underline;
}

.secondary-footer {
    padding: 2rem 0;
}

.secondary-footer img {
    width: auto;
}

.copyright p {
    font-size: 10px;
    /* color: #b9a765; */
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}



/* - MAIL CHIMP STYLES ---------------*/

#wpcf7-f18158-o1 {
    background: transparent !important;
}

#wpcf7-f18158-o1 input.button {
    float: right;
}

#wpcf7-f18158-o1 input.email {
    width: 99% !important;
    /* background: #333 !important; */
    background-color: #575351 !important;
    border: none;
    margin-bottom: 0 !important;
    padding: 5px;
    color: #fff;
}


#wpcf7-f18158-o1 .button {
    clear: both;
    font-family: 'Montserrat', sans-serif;
    /* background-color: #b9a765 !important; */
    background-color: #333 !important;
    /* color: #202b50 !important; */
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    border-radius: 1px !important;
    line-height: 1;
    height: 38px !important;
}

#wpcf7-f18158-o1 input.email::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

#wpcf7-f18158-o1 input.email::-moz-placeholder {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

#wpcf7-f18158-o1 input.email:-ms-input-placeholder {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

#wpcf7-f18158-o1 input.email:-moz-placeholder {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.newsletter-container h2 {
    font-size: 18px;
    /* color: #fff; */
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-left: 2px;
    margin-bottom: 1rem;
}

.newsletter-container h5 {
    font-size: 12px;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}




/*- WOOCOMMERCE -----------------------*/

.woocommerce div.product div.images img {
    width: auto;
}

.product_meta {
    display: none;
}

.woocommerce ul.products li.product a img {
    max-height: 290px;
}

.woocommerce div.product .product_title {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 29.533%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    height: 60px;
}

.woocommerce ul.products li.product .price {
    color: #b9a765;
    display: block;
    text-align: center;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.5em;
}

.woocommerce ul.products li.product .button {
    text-align: center;
    display: block;
}

.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button {
    background-color: #b9a765;
    color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-info::before {
    border-top-color: #a19155;
}

.woocommerce-message::before {
    content: '\e015';
    color: #a19155;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #b9a765;
    font-size: 1.25em;
}

.woocommerce-variation-price span.price {
    font-size: 1.8em !important;
    color: #b9a765 !important;
}

.woocommerce a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #b9a765;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}


#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: auto;
}

.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #a19155;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ebebeb;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #b9a765;
}

.widget_shopping_cart_content {
    background: #f4f4f4;
    padding: 20px 10px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #333;
}



/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (max-width: 479px) {

    h1.section-title span {
        padding: 0;
    }

    h1.page-title:before {
        display: none;
    }

    #menu-header-menu>li {
        border-top: none;
        border-bottom: none;
    }
    .header-thirds:last-child {
        float: right;
    }

    /*.ad,*/
    .top,
    .bottom,
    .other-pub,
    .sub-mag,
    .sub-buttons .sip-button {
        display: none;
    }
    .slide-text h2 {
        font-size: 32px;
    }

    #primary {
        padding-top: 120px;
    }

    .pith-slide {
        height: 450px;
    }
    .featured-post:first-child {
        padding-right: 0;
        float: none;
    }
    .featured-post:last-child {
        padding-left: 0;
        float: none;
    }
    .featured-post:first-child .featured-text {
        padding-right: 0;
        width: 100%;
        padding-top: 8%
    }
    .featured-post:last-child .featured-text {
        padding-left: 0;
        width: 100%;
        padding-top: 8%
    }
    .featured-post {
        margin-bottom: 20px;
    }
    .sidebar-events {
        margin-bottom: 30px;
    }
    .recent-post-text {
        margin-bottom: 30px;
    }
    .sips-picks {
        padding: 15px;
        margin-bottom: 30px;
    }
    .sips-featured {
        width: 100%;
        margin-bottom: 20px;
    }
    .recent-articles .col-md-6,
    .recent-articles .col-lg-6,
    .recent-articles .col-lg-6:last-child {
        padding: 15px;
    }
    .featured-container .featured-text h2 {
        font-size: 36px;
    }
    .category .wp-post-image {
        margin-bottom: 20px;
    }
    #secondary {
        padding: 20px 0;
    }
    .secondary-footer {
        background-color: #393736;
    }
    .slick-slider {
        margin-bottom: 30px;
    }

    .recent-image {
        padding-bottom: 70%;
    }

    .main-footer h2 {
        padding: 15px 0;
    }

    .selected-feature-section2 {
        margin-bottom: 0;
    }
    .events-archive h1.section-title span,
    .events-single h1.section-title span {
        display: block;
    }

    .recent-articles .alignright {
        float: none;
    }
    .secondary-footer {
        background: rgb(57, 55, 54);
        background: -webkit-gradient(0deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(57, 55, 54)), color-stop(50%, rgb(87, 83, 81)));
        background: linear-gradient(0deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%);
    }

    .secondary-footer img {
        display: block;
        margin: 60px auto 0;
        float: none !important;
    }
    .copyright p {
        text-align: center;
        padding: 20px 0 0;
    }

    .newsletter-container {
        width: 70%;
        margin: 0 auto;
    }

    .recent-tweets-inner {
        width: 75%;
        margin: 0 auto;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 2.992em 0;
    }
}



/* Sip Picks for xx small devices */

@media only screen and (max-width: 430px) {
    .sips-featured {
        width: 100%;
        margin: 2% 0;
    }

    .sips-featured h2 {
        font-size: 32px;
    }

    img.alignleft {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .about-bio h2 {
        text-align: center;
    }
    .about-bio h3 {
        text-align: center;
    }
}



/* Footerlinks for xx small devices */

@media only screen and (max-width: 384px) {
    .main-footer {
        text-align: center;
    }
    .footerlinks.col-xs-4 {
        width: 100%;
    }
}



/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    #menu-header-menu>li {
        border-top: none;
        border-bottom: none;
    }

    .header-thirds:last-child {
        float: right;
    }

    /*.ad,*/
    .top,
    .bottom,
    .other-pub,
    .sub-mag,
    .sub-buttons .sip-button {
        display: none;
    }


    #primary {
        padding-top: 120px;
    }

    .pith-slide {
        height: 450px;
    }

    .slide-text h2 {
        font-size: 32px;
    }

    .featured-post:first-child {
        padding-right: 0;
        float: none;
    }
    .featured-post:last-child {
        padding-left: 0;
        float: none;
    }
    .featured-post {
        margin-bottom: 20px;
    }
    .sidebar-events {
        margin-bottom: 30px;
        width: 100%;
    }
    .featured-post:first-child .featured-text {
        padding-right: 0;
        width: 100%;
    }
    .featured-post:last-child .featured-text {
        padding-left: 0;
        width: 100%;
    }
    .recent-post-text {
        margin-bottom: 30px;
    }
    .featured-container .featured-text h2 {
        font-size: 40px;
    }
    .sips-picks {
        padding: 15px;
        margin-bottom: 20px;
    }
    .sips-featured {
        width: 46%;
        margin: 2%;
    }
    .featured-container .featured-text h2 {
        font-size: 36px;
    }
    .recent-articles .col-md-6,
    .recent-articles .col-lg-6,
    .recent-articles .col-lg-6:last-child {
        padding: 15px;
    }
    .category .wp-post-image {
        margin-bottom: 20px;
    }
    #secondary {
        padding: 20px 0;
    }
    .secondary-footer {
        background-color: #393736;
    }
    .slick-slider {
        margin-bottom: 30px;
    }

    .recent-image {
        padding-bottom: 50%;
    }
    .main-footer h2 {
        padding: 15px 0;
    }

    .secondary-footer {
        background: rgb(57, 55, 54);
        background: -webkit-gradient(0deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(57, 55, 54)), color-stop(50%, rgb(87, 83, 81)));
        background: linear-gradient(0deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%);
    }

    .secondary-footer img {
        display: block;
        margin: 60px auto 0;
        float: none !important;
    }
    .copyright p {
        text-align: center;
        padding: 20px 0 0;
    }

    .newsletter-container {
        width: 70%;
        margin: 0 auto;
    }

    .selected-feature-section2 {
        margin-bottom: 0;
    }

    .recent-articles .alignright {
        float: none;
    }
    .recent-tweets-inner {
        width: 60%;
        margin: 0 auto;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}





/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.ad,*/
    .top,
    .bottom {
        display: none;
    }
    .featured-post:first-child {
        padding-right: 0;
        float: none;
    }
    .featured-post:last-child {
        padding-left: 0;
        float: none;
    }
    .featured-post {
        margin-bottom: 20px;
    }
    .featured-post:first-child .featured-text {
        padding-right: 0;
        width: 100%;
    }
    .featured-post:last-child .featured-text {
        padding-left: 0;
        width: 100%;
    }
    .sidebar-events {
        margin-bottom: 30px;
    }
    .recent-post-text {
        margin-bottom: 30px;
    }

    .sips-picks {
        margin-bottom: 40px;
    }

    .slick-slider {
        margin-bottom: 30px;
    }

    .secondary-footer {
        background: rgb(57, 55, 54);
        background: -webkit-gradient(90deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%);
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(57, 55, 54)), color-stop(50%, rgb(87, 83, 81)));
        background: linear-gradient(90deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%);
    }

    .main-footer h2 {
        padding: 15px 0;
    }
    .selected-feature-section2 {
        margin-bottom: 0;
    }
    .recent-articles .alignright {
        float: none;
    }
    .recent-tweets-inner {
        width: 50%;
        margin: 0 auto;
    }
    .woocommerce-page ul.products li.product {
        width: 46%;
    }
}




/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ad,
    .top,
    .bottom {
        display: block;
    }
    .featured-post:first-child .featured-text {
        padding-right: 0;
        width: 100%;
    }
    .featured-post:last-child .featured-text {
        padding-left: 0;
        width: 100%;
    }
    .secondary-footer {
        background: rgb(57, 55, 54);
        background: -webkit-gradient(90deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%);
        background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgb(57, 55, 54)), color-stop(65%, rgb(87, 83, 81)));
        background: linear-gradient(90deg, rgb(57, 55, 54) 65%, rgb(87, 83, 81) 65%);
    }
    .woocommerce-page ul.products li.product {
        width: 46%;
    }
}




/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .ad,
    .top,
    .bottom {
        display: block;
    }
    .secondary-footer {
        background: rgb(57, 55, 54);
        /* background: -webkit-gradient(90deg, rgb(57, 55, 54) 50%, rgb(87, 83, 81) 50%); */
        /* background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgb(57, 55, 54)), color-stop(65%, rgb(87, 83, 81))); */
        /* background: linear-gradient(90deg, rgb(57, 55, 54) 65%, rgb(87, 83, 81) 65%); */
    }

    .dividers {
      border-left: 2px solid #575351;
      border-right: 2px solid #575351;
      padding-left: 3.5rem;
    }

    .contact-container {
      padding: 0 3rem;
    }
}

.adplugg-ad{margin-bottom:30px;}
