/*
Theme Name: Women And Their Work
Theme URI:
Author: Recspec
Author URI: http://recspec.co/
Description:
Version: 1.0
License:
License URI:

 - Alignment
 - WP Gallery
 - Header
 - Site Description
 - Navigation
 - Typography
 - Buttons
 - Body
    - Custom Checkboxes
 - Body Header
 - Featured Images
 - Front Page
 - Body Content
 - Content
 - Search Page
 - Archive Page
 - Sidebar
 - Shortcode styles
    - Recent posts
    - Image wrap
 - Artist Posts
 - Exhibition Posts
 - Member Posts
 - News Roll
 - After Content
 - Footer
 - Search Widget
 - Custom Social Icons
 - Mobile
 - Overwrites


*/


/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
}

.gallery dd {
    margin: 0;
}
.gallery-caption {
    display: block;
}

.gallery-item {
    display: inline-block;
    margin: 5px 5px 5px 0;
    float: left;
    max-width: 150px;
}

.su-spoiler {
    margin-bottom: 0;
}


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

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Widget Styles */

.widget h3 {
    margin-top:0;
    text-transform:uppercase;
}

/*.widget { margin-bottom: 2em; }*/
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }


.widget select {
    max-width: 100%;
}

.comment .children { margin-left: 1.5em; }

/* styles for watw_pagination und watw_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}


/* Header */
ul.slick-dots {
    bottom: 10px;
}

.watw-home-slider .slick-dots li.slick-active button:before,
.watw-home-slider .slick-dots li button:before {
    font-size: 0;
}

.watw-home-slider .slick-dots li button {
    background: none;
    font-size: 0;
    border: none;
    height: 12px;
    width: 12px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 100%;
    margin-right: 8px;
}

.watw-home-slider .slick-dots li.slick-active button {
    background-color: #FFCB39;
}

section#mobile-homepage-slider-section,.mobile-menu-button {
    display: none;
}

.header-announcement {
    color: #fff;
    background: #FFCB39;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.header-announcement:hover {
    cursor:pointer;
}

header#masthead {
    position: relative;
}

.site-header .container {
 width: 100%;
 margin-bottom: -10px;
}

.site-header-inner {
    margin: 0;
    padding: 0;
    position: relative;

}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

h1.site-title {
    margin: 0;
    padding: 0;
}

#site-logo {
    max-width: 175px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

/* Site Description */
.site-description {
    font-family: 'marana_blackregular', Arial Black, sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
}

/* Navigation */
.nav {
    font-size: 1.1rem;
}

nav.site-navigation {
    width: 100%;
    background: #fff;
    z-index: 9;
    top: 0;
}

.navbar.navbar-default {
    padding: 0;
    font-family: geogrotesque lg,Arial,sans-serif;
}

.list-inline a {
    color: #aaa;
}

.list-inline li:not(:last-child) {
    margin-right: .75rem;
}

.menu-item-has-children:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    float: none;
    top: 1.5em;
}

.dropdown li a {
    color: #aaa;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #FFCB39;
    text-decoration: underline;
    background-color: transparent;
    background-image: none;
}

.mobile-nav {
    display: none;
}

body.fixed-nav nav.site-navigation {
    position: fixed;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    /* top: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 1rem 0; */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

/* Typography */
@font-face {
    font-family: 'marana_blackregular';
    src: url('fonts/marana_black-webfont.woff2') format('woff2'),
        url('fonts/marana_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geogrotesque Md';
    src: url('fonts/Geogrotesque-Medium.woff2') format('woff2'),
        url('fonts/Geogrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geogrotesque Lg';
    src: url('fonts/Geogrotesque-Light.woff2') format('woff2'),
        url('fonts/Geogrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

p {
    margin: 0 0 16px;
}

blockquote {
padding-left: 40px;
border: 0;
    word-wrap: break-word;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #666769;
    line-height: 1.8;
    /*temporary*/
    overflow-x: hidden;
    font-size:15px;
    font-weight: 300;
}

.h4, h4 {
    font-size: 1.3rem;
}

b, strong {
    font-weight: 600;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #FFCB39;
    border-color: #FFCB39;
    font-family: 'Geogrotesque Md';
    font-size: 1.5rem;
    padding: 12px 24px;
    background-image:none;
    border-radius:0;
    border: 2px solid transparent;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active {
    background-color: #fff;
    border-color: #FFCB39;
    color:#FFCB39;
    background-image:none;
    box-shadow:none;
}

.btn-group label.btn-primary:active {
    background-color: #ffffff;
}

.btn-group label.btn-focus{
    background-color: #ffffff;
}
/* Widget Areas */

/* Body */
body {
    word-wrap: break-word;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #666769;
    line-height: 1.8;
    overflow-x: hidden;
    font-size:14px;
    font-size: 1rem;
    font-weight: 300;
}

.main-content {
    overflow:hidden;
}

h1, h2, h4, h5, h6 {
    font-family: 'marana_blackregular', Arial Black, sans-serif;
    color:#666769;
    letter-spacing: 1px;
}

.page-title {
	padding-top: 40px;
    padding-bottom: 10px;
    max-width: 800px;
    /*padding-top: 15px;*/
}

h3 {
    font-family: 'Geogrotesque Lg', Arial, sans-serif;
    color:#666769;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.show-title {
    font-family: 'Geogrotesque Lg', Arial, sans-serif;
    scolor:#666769;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: -30px;
    font-size: 25px;
}

.dates, .other-info {
    font-weight: 600;
}

a {
    color: #FFCB39;
}

a:hover {
    text-decoration:none;
    color: #ccc;
}

a img:hover {
    opacity: .7;
}

.btn-div {
    padding-top: 20px;
}

/*** Custom Checkboxes ***/

#filters input[type=checkbox] { display:none; } /* to hide the checkbox itself */
#filters input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  width:18px;
}
#filters input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
#filters input[type=checkbox] + label:before { /*letter-spacing: 10px;*/ } /* space between checkbox and label */

#filters input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
#filters input[type=checkbox]:checked + label:before { /*letter-spacing: 5px; */} /* allow space for check mark */

/* -- Social Icons --*/
ul.social-icons {
    padding-left:0;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.social-icons li {
    display: inline-block;
    margin:0 3px;
}

ul.social-icons li:first-child {
    margin:0 3px 0 0;
}

.widget .social-icons a {

}

.social-icons .fa {
    background: #FFCB39;
    transition: background-color 0.5s ease;
    border: 1px solid #FFCB39;
    border-radius: 50%;
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
    height: 1em;
    padding: .5em;
    font-size: 15px;
    width: 1em;
    text-align: center;
}

.social-icons .fa:hover {
    background: #fff;
    color: #FFCB39;
}

/*Body Header*/


/*Featured Images*/
.entry-content-thumbnail .container {
    padding: 0;
}

.entry-content-thumbnail {
    max-height: 480px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.entry-content-thumbnail img {
    width:100vw;
}

/*Front Page*/
.front-contact-box {
    text-align: center;
    margin: 0;
}

.front-contact-box a {
    color:#AAAAAA;
}

.front-contact-box a:hover {
    color:#FFCB39;
}

.front-contact-box hr {
    border-top: 3px solid #FFCB39;
    width: 50%;
}

#homepage-slider-section img,#mobile-homepage-slider-section img {
    width:100vw;
}

.fr-about-img {
    margin: 30px 0;
}

/*Body Content */
.main-content .container {
    background: #fff;
    padding: 0 15px;
}

/* Content */
.main-content-inner {
    margin:20px 0;
    margin: 2rem 0;
    /* padding-bottom: 50px; */
}

.home .main-content-inner {
    margin: 40px 0 0;
    margin: 4rem 0 0f;
}

.entry-content {

}

.bypostauthor {
    display: block;
}

/*.other-info-container {
    margin-bottom:30px;
}*/


/* Search Page */
.search article {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.search article .page-title {
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

/* Sidebar */
.sidebar {
    border-left: 1px solid #EDEDED;
    float: right;
    padding: 0 0 0 30px;
    margin-bottom: 2rem;
}

.sidebar aside {
    margin-bottom: 20px;
}

ul.more-info-area {
    padding-left: 0;
}

ul.more-info-area > li {
    display: block;
}

/* Archive Page */
ul.year-archive {
    margin: 0;
    padding: 0 0 0 .5rem;
    line-height: 1.6;
}

ul.year-archive {
    list-style: none;
}

.single-archive ul.flex-3-cols.ex-posts {
    padding-right: 15px;
}

.archive-sidebar {
    max-height: 50vh;
    overflow-y: scroll;
    border: 2px solid #eee;
    margin-bottom: 2.5rem;
    padding: 30px 0px 30px 25px;
}

.archive-sidebar a {
    font-size: 1.25rem;
    font-family: 'marana_blackregular', Arial Black, sans-serif;
}

.archive-sidebar::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.archive-sidebar::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.archive-sidebar::-webkit-scrollbar-thumb {
	background-color: #666769;
}

/* Shortcode styles */
/*Recent Posts*/
ul.recent-posts-list {
    display:grid;
    padding-left: 0;
    grid-column-gap: 30px;
}

.recent-posts-list li {
    background: none;
    margin: 0 0 15px;
    list-style: none;
}

.recent-posts-list h4 {
    font-family: 'Geogrotesque Md';
    text-transform: uppercase;
    letter-spacing:2px;
    margin-top: 10px;
    margin-bottom: 0;
}

.recent-posts-list p, .recent-posts-list .dates {
    margin: 0;
    line-height: 1.6;
}

.recent-posts-list li a {
    color:#666769;
}

.recent-posts-list li a:hover {
    color:#FFCB39;
}

.recent-1-col {
    grid-template-columns: 1fr;
}

.recent-2-col {
    grid-template-columns: 1fr 1fr;
}

.recent-3-col {
    grid-template-columns: 1fr 1fr 1fr;
}

.recent-4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*Image Wrap*/
.parallax-box {
    position: relative;
    /* clear:both; */
}

.parallax-content {
    position: relative;
    z-index: 2;
    padding:120px 0;
    color:#fff;
}

.parallax-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    margin-left: -30vw;
    width: 130vw;
}

/*Content Box*/
.content-box {
    background: #fff;
    color: #666769;
    padding: 3rem;
}

/*Solid Section*/
.solid-section {
    position: relative;
    float: left;
    color: #fff;
    padding: 60px 0;
}

.solid-section:before {
    content: '';
    background: #666769;
    width: 200vw;
    top: 0;
    position: absolute;
    left: -50vw;
    height: 100%;
}

/* Artist Posts */
.artist-gallery {
    padding: 0;
    width:100%;
}

.artist-gallery .slick-prev:before, .artist-gallery .slick-next:before{
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.artist-gallery .slick-prev {
    left: 0;
    color: #fff;
    z-index: 999;
    opacity: .6;
}

.artist-gallery .slick-prev:hover,
.artist-gallery .slick-next:hover {
    opacity: 1;
}

.artist-gallery .slick-prev:before {
    content: '\f053';
}

.artist-gallery .slick-next {
    right: 0;
    color: #fff;
    z-index: 999;
    opacity: .6;
}

.artist-gallery .slick-next:before {
    content: '\f054';
}

.artist-gallery .slick-slide img {
    height:450px;
}

ul#filters {
    margin: 0 0 15px 0;
    padding: 0;
}

#filters li {
    display: inline-block;
    margin: 0 10px 0 0;
}



/* Exhibition Posts */
.category-title {
    margin-bottom: 5px;
}

.flex-3-cols {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.flex-3-cols > * {
    margin-bottom: 15px;
    display: block;
}

.flex-2-cols {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.flex-2-cols > * {
    margin-bottom: 15px;
    display: block;
}

.flex-2-cols .ex-posts-frame img {
    width: 100%;
}

.ex-posts-frame img {
    overflow: hidden;
}

.ex-posts h4 {
    margin-bottom: 0;
}

.ex-posts h4 a {
    font-family: 'Geogrotesque Md';
    text-transform: uppercase;
    letter-spacing:2px;
    color:#666769;
}

.pager {
    padding: 0;
}

.pager li {
    list-style: none;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #FFCB39;
    border: 2px solid #FFCB39;
    border-radius: 0;
    color: #fff;
    font-family: 'Geogrotesque Md';
    font-size: 2rem;
    /* width: 150px; */
}

.pager li>a:hover, .pager li>span:hover,
.pager li>a:focus, .pager li>span:focus  {
    background-color: #fff;
    color: #FFCB39;
}
/* Member Posts */
/*.flex-4-cols {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    /*max-width: 80%;*/
   /* margin:0 auto;*/
/*}*/

/*.flex-4-cols > * {
  width: 25%;
  box-sizing: border-box;
  display:inline-block;
  margin-bottom:30px;
}*/

.flex-4-cols {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.flex-4-cols > * {
    margin-bottom: 15px;
    display: block;
}


.member-container {
/*    width: 300px;
    float: left;*/
    padding: 10px;
    text-align: center;
}

.member-img-container {
    border-radius: 100%;
    overflow: hidden;
    max-width: 180px;
    margin: 0 auto;
}

.member-img-container img {
    width:100%;
}

.member-title h4 {
    margin-bottom: 10px;
}

/* News Roll */
.news-roll {
    padding: 0;
}

.news-roll img {
    width:100%;
}

.news-roll h4 {
    margin:10px 0 5px;
}

.news-roll li {
    margin-bottom:30px;
    margin-bottom:3rem;
    display:block;
}

/* After Content */
.after-content-area .container {
    padding: 0 15px;
}

.after-content-area {
    text-align: center;
    height: 480px;
    position: relative;
}

#after-content-sidebar {
    position: absolute;
    z-index: 1;
    background: #fff;
    transform: translate(0,-50%);
    top: 50%;
}

/* Clearing */
.clear {
    clear: both;
}

/* Footer */
.site-footer .container {
    padding: 4rem 0 6rem;
}

.site-info {
    color: #5A5A5A;
    text-align: right;
}

.site-info a {
    color: #964FB4;
}

footer .nav>li>a {
    color: #aaa;
    padding:0 0 10px 0;
    text-transform:uppercase;
    font-family: 'Geogrotesque Md', Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1;
}

.footer-center-sidebar .nav>li {
    border-bottom:1px solid #453446;
    text-transform: uppercase;
}

.footer-center-sidebar .nav>li:last-child {
    border-bottom: none;
}

.footer-row {
    position: relative;
}

.site-cred {
    text-align: right;
    color: #AAAAAA;
    font-size: 11px;
    padding-top: 25px;
}

footer .widget h4 {
    margin-top:0;
    text-transform:uppercase;
    letter-spacing:1px;
    font-family: 'Geogrotesque Md';
    padding-top: 25px;
    margin-bottom: 5px;
    font-size: 1.25rem;
}

footer .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color:#FFCB39;
}

#menu-footer-menu {
    margin-top: 15px;
    display: block;
}

.gm-style-mtc {
  display: none;
}

.gmnoprint {
    display: none;
}

/* Custom Social Icons style */
.ssba ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.ssba ul li {
    display:inline-block;
    *display: inline;
}

.ssba-wrap div {
    font-family:  Arial,sans-serif;
    font-size: 2rem;
}

.ssba.ssba-wrap p {
    display: inline-block;
}

/* Search Widget */
input[type=search] {
    border: 3px solid #EDEDED;
    border-radius: 0;
    font-family: 'Geogrotesque Lg', Arial, sans-serif;
    padding: 0 10px;
}

input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
}

input[type=search] ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
}

input[type=search] :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
}

input[type=search] :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    background-color: #FFCB39;
    border-color: #FFCB39;
    font-family: 'Geogrotesque Md';
    padding: 1px 24px;
    border: 2px solid transparent;
}

input[type=submit]:hover {
    background-color: #fff;
    border-color: #FFCB39;
    color:#FFCB39;
    background-image:none;
    box-shadow:none;
}

/* Mobile */
@media (max-width: 1200px) {
    .entry-content-thumbnail {
        max-width: 1170px;
    }
}

@media (max-width: 992px) {
    .entry-content-thumbnail {
        max-width: 970px;
    }
}

@media (max-width:991px) {


}

@media (max-width:768px) {
    .desc-menu-container {
        display: none;
    }

    #navbar-mobile {
        margin: 0 auto;
        text-align: center;
    }

    .mobile-menu-button {
        text-align: center;
        display: block;
        background: url(images/mobile-menu-icon.svg);
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 70px;
        margin: 20px auto 10px;
    }

    .mobile-menu-button.open {
        text-align: center;
        display: block;
        height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 60px;
        margin: 20px auto 10px;
        background: url(images/mobile-close-icon.svg);
    }

    div#header-order {
        display: grid;
    }

    header#masthead {
        position: relative;
        display: grid;
        width: 100vw;
        order: 1;
    }

    section#homepage-slider-section {
        order: 2;
        width:100vw;
    }

/*    section#homepage-slider-section {
        display: none;
    }*/

    section#mobile-homepage-slider-section {
        display: block;
    }


    .dropdown-menu {
        float: none;
        position: relative;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 1.5rem;
        color: #aaa;
    }

    .navbar-default .navbar-nav>li>a:focus {
        text-decoration: underline;
    }

    .navbar-nav>li>.dropdown-menu {
        padding-left: 0;
    }

    .header-right-container {
        display: none;
    }

    .btn-div {
        text-align: center!important;
        margin: 20px 0;
    }

    .flex-2-cols, .flex-3-cols,.flex-4-cols {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .flex-3-cols > *, .flex-4-cols > * {
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }

    .recent-headline {
        text-align:center;
    }

    ul.recent-posts-list {
        text-align: center;
        grid-row-gap: 30px;
    }

    .recent-2-col,
    .recent-3-col,
    .recent-4-col {
        grid-template-columns: 1fr;
    }

    #site-logo {
        max-width: 150px;
    }



    #header-right-sidebar {
        text-align: center;
        position: relative;
        transform: translate(0,0);
        top: 0;
    }

    .btn-primary {
        width: auto;
        padding: 1rem 2rem;
    }

    .btn-text {
        font-size: 2.5rem;
    }

    .btn-subtext {
        font-size: 1.75rem;
    }

    .ex-posts-frame {
        max-height: 100%;
    }

    .sidebar {
        border-top: 1px solid #EDEDED;
        border-left:none;
        float: none;
        padding: 30px 0;
        margin:0 15px;
    }

    .site-cred {
        position: relative;
    }

    .site-footer-inner {
        padding: 15px 0;
    }

    .ssba.ssba-wrap p {
        display: block;
    }

    footer,.site-cred {
        text-align: center;
    }

    .footer-row {
        position: relative;
        display: table;
        margin:0 auto;
    }

    .footer-center {
        display: table-header-group;
    }

    #footer-logo {
        text-align: center;
        max-width: 100px;
        margin: 0 auto;
    }

    #menu-footer-menu {
        display:none;
/*        position: relative;
        transform: translate(0,0);
        height: auto!important;*/
    }

    #after-content-sidebar {
        position: relative;
        transform: translate(0,0%);
    }

    .after-content-area {
        height: 100%;
        overflow: hidden;
    }

    #after-content-sidebar .content-box {
        padding: 15px;
        padding: 1.5rem;
    }

    .single-archive ul.flex-3-cols.ex-posts {
        padding-right: 0;
    }
}

@media (max-width:576px) {
    .content-box {
        padding: 1rem;
    }
}

/* Overwrites */
.su-spoiler-title {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    div.ex-posts-frame:not(.first-show-item) {
        margin-top: 2.9rem;
    }
}
