/*
  Theme Name: DTCA NV Magazine
  Author: Noble Studios
  Author URI: https://www.noblestudios.com
  Description: A custom WordPress theme for DTCA Museums.
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Breakpoints
# Colors
# Typography
# Animations
# Normalize
# Helpers
# Elements
	## Forms
# Site
	## Header
	## Footer
	## Homepage
	## Masthead
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  font-weight: bold; }

h1 {
  font-size: 3rem;
  margin-bottom: 2rem; }

h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem; }

h3 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem; }

h4 {
  font-size: 1rem;
  margin-bottom: 1rem; }

h5 {
  font-size: 0.8rem;
  margin-bottom: 0.8rem; }

h6 {
  font-size: 0.65rem;
  margin-bottom: 0.65rem; }

.section-title, #subscribe .component-title h2, #previous-issues .getpost-title, #recent-articles .component-title h2, #newsletter-subscribe h3 {
  font-family: 'Playfair Display', serif;
  font-weight: normal; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, figure, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

address, caption, cite, code, dfn, em, strong, th, var, th, caption {
  text-align: left;
  font-style: normal;
  font-weight: normal; }

code, kbd, pre, samp {
  font-family: 'courier new',monospace, serif;
  font-size: 1em; }

ol, ul, li {
  list-style: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body, sub, sup {
  position: relative; }

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  color: inherit;
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: 0; }

button[disabled], html input[disabled] {
  cursor: default; }

dl, menu, ol, ul, p {
  margin: 0 0 1em; }

dd {
  margin: 0 0 0 40px; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0; }

i, em, dfn {
  font-style: italic; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

a img, img, fieldset {
  border: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

mark {
  background: #ff0;
  color: #000; }

ol li {
  list-style: decimal; }

ol li ol li {
  list-style: lower-alpha; }

p:empty {
  display: none; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

ul li {
  list-style: disc; }

ul li ul li {
  list-style: circle; }

::-moz-selection {
  text-shadow: none;
  background-color: #B2CCE6; }

::selection {
  text-shadow: none;
  background-color: #B2CCE6; }

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon: 1;
    width: 100px;
    height: 75px; } }
/* Force Firefox to show image placeholders */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none; }

.clearfix:before, .clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after, .container_12:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.redalert {
  color: #fff;
  background-color: red; }

.preloader, .screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.hide, .hidden {
  display: none; }

ul.nobull {
  padding: 0; }

ul.nobull > li {
  list-style: none; }

ul.nobull > li > ul > li {
  list-style: disc; }

ul.nobull > li > ul > li > ul > li {
  list-style: circle; }

.flatlist, .flatlist li {
  display: inline; }

.textleft, .titleleft h2, .titleleft h3 {
  text-align: left; }

.textright, .titleright h2, .titleright h3 {
  text-align: right; }

.textcenter, .titlecenter h2, .titlecenter h3 {
  text-align: center; }

.textjustify, .justified {
  text-align: justify; }

.justified::after, .dropdown.justified::after {
  content: '';
  width: 100%;
  font-size: 0;
  line-height: 0; }

.justified, .justified, .dropdown.justified {
  display: block; }

.justified > *, .justified::after, .justified::after, .dropdown.justified::after {
  display: inline-block; }

.justified li, .dropdown.justified li {
  float: none; }

.one_half {
  width: 50%; }

.one_third {
  width: 33.33%; }

.two_third {
  width: 66.66%; }

.one_fourth {
  width: 25%; }

.three_fourth {
  width: 75%; }

.one_fifth {
  width: 20%; }

.two_fifth {
  width: 40%; }

.three_fifth {
  width: 60%; }

.four_fifth {
  width: 80%; }

.one_sixth {
  width: 16.66%; }

.five_sixth {
  width: 83.33%; }

.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  transition: all 0.5s ease 0s; }

.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth,
.alignleft, .responsive-left {
  float: left; }

.alignright, .responsive-right {
  float: right; }

.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignleft {
  margin-right: 10px; }

img.alignright {
  margin-left: 10px; }

.greyscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(func.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1); }

.blurry {
  filter: url(func.svg#blurry);
  -webkit-filter: blur(1px);
  filter: blur(1px); }

.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px; }

.gallery {
  margin: 0 auto;
  width: auto; }

.gallery-item img {
  float: left;
  margin: 5px; }

.autohide-adminbar #wpadminbar {
  width: 37px;
  min-width: auto;
  overflow: hidden;
  transition: all .5s ease 0.24s; }

.autohide-adminbar #wpadminbar:hover {
  width: 100%;
  overflow: visible; }

#main-menu, #main-menu li {
  list-style: none; }

.dropdown {
  position: relative;
  display: inline-table;
  margin: 0;
  padding: 0; }

.dropdown:after {
  content: "";
  clear: both;
  display: block; }

.dropdown li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

.dropdown li a {
  display: block;
  white-space: nowrap; }

.dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0; }

.dropdown .sub-menu li {
  float: none;
  position: relative;
  margin: 0;
  padding: 0; }

.dropdown li:hover .sub-menu {
  display: block; }

.dropdown .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0; }

.dropdown .sub-menu, .flyoutleft .sub-menu, .flyoutright .flyoutleft .sub-menu {
  left: auto;
  right: 0; }

.dropdown .sub-menu .sub-menu, .flyoutleft .sub-menu .sub-menu, .sub-menu .flyoutleft .sub-menu, .flyoutright .flyoutleft .sub-menu .sub-menu, .flyoutright .sub-menu .flyoutleft .sub-menu {
  left: auto;
  right: 100%; }

.flyoutright .sub-menu, .flyoutright .sub-menu, .flyoutleft .flyoutright .sub-menu {
  left: 0;
  right: auto; }

.flyoutright .sub-menu .sub-menu, .sub-menu .flyoutright .sub-menu, .flyoutleft .flyoutright .sub-menu .sub-menu, .flyoutleft .sub-menu .flyoutright .sub-menu {
  left: 100%;
  right: auto; }

.dropdown.animated .sub-menu {
  display: block;
  position: absolute;
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease 0s; }

.dropdown.animated li:hover > .sub-menu {
  visibility: visible;
  opacity: 1; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
* {
  background: none no-repeat scroll center center transparent; }

html {
  background-color: #fff;
  color: #404040;
  font: 15px/1.75em "Lato", sans-serif;
  overflow-x: hidden;
  padding: 12px; }
  @media (max-width: 1560px) {
    html {
      padding: 5px; } }

ul, ol {
  padding: 0 0 0 40px; }

blockquote {
  border-left: 1px solid #696969;
  padding-left: 10px;
  margin: 1em 40px; }

button, input, select, textarea {
  padding: 5px;
  margin: 5px 0; }

iframe {
  max-width: 100%; }

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

a:link, a a:visited {
  /*color: #1A78B2;*/ color:#20a9f5; }
aa:hover, a a:focus, a a:active {
  color: #1091e1; }

button, a.button, .button, html input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 0.5em 1.5em;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border: 4px solid #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal !important; }
  button svg, a.button svg, .button svg, html input[type="button"] svg, input[type="reset"] svg, input[type="submit"] svg {
    position: relative;
    left: -0.3em;
    transition: 0.2s ease-in-out all; }
  button:hover svg, a.button:hover svg, .button:hover svg, html input[type="button"]:hover svg, input[type="reset"]:hover svg, input[type="submit"]:hover svg {
    left: -0.1em; }

.button:empty {
  opacity: 0.1;
  cursor: default; }

.line-w-dot {
  height: 5px;
  width: 5px;
  background: #fff;
  margin: 0px auto;
  position: absolute;
  left: 75%; }
  .line-w-dot:after {
    height: 5px;
    background: #fff;
    position: relative;
    display: block;
    left: 15px;
    width: 2000px;
    content: '';
    bottom: 5px; }
  .line-w-dot:before {
    height: 5px;
    background: #fff;
    position: relative;
    display: block;
    right: 2010px;
    width: 2000px;
    content: ''; }

.section, #footer, #subpage-masthead, .post-type_d4issues:not(.single-d4issues) #main-wrapper {
  margin: 12px;
  color: #fff; }
  @media (max-width: 1560px) {
    .section, #footer, #subpage-masthead, .post-type_d4issues:not(.single-d4issues) #main-wrapper {
      margin: 5px; } }
  .section a, #footer a, #subpage-masthead a, .post-type_d4issues:not(.single-d4issues) #main-wrapper a {
    color: #fff;
    border-bottom: 1px dotted;
    font-style: italic; }
    .section a:hover, #footer a:hover, #subpage-masthead a:hover, .post-type_d4issues:not(.single-d4issues) #main-wrapper a:hover {
      text-shadow: 0 0 10px black; }

.bigger {
  font-size: 1.5em;
  display: block;
  line-height: 1em; }

.post-navigation {
  margin-top: 50px; }

.post-navigation li {
  padding: 30px;
  position: relative; }
  .post-navigation li svg {
    position: relative;
    top: -10px; }
  .post-navigation li .post-next svg {
    right: 10px; }
  .post-navigation li .post-prev svg, .single-d4articles .post-navigation li .toc-link svg {
    right: 10px; }

.gallery {
  background: #efefef;
  display: block;
  clear: both;
  text-align: center;
  padding: 10px;
  margin: 10px auto; }
  .gallery .gallery-item {
    display: inline-block; }
  .gallery .gallery-caption {
    max-width: 550px; }
  .gallery img {
    float: none; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#main-content .placeholders-only .gfield_label {
  display: none; }
#main-content .placeholders-only .gfield input, #main-content .placeholders-only .gfield textarea, #main-content .placeholders-only .gfield select {
  background: #efefef none repeat scroll 0 0;
  border: 2px solid #cdcdcd;
  padding: 10px;
  width: 100%; }
#main-content .placeholders-only .gform_footer .button:empty {
  opacity: 1; }
#main-content .placeholders-only .gform_confirmation_message {
  border-bottom: 1px dashed #cdcdcd;
  border-top: 1px dashed #cdcdcd;
  padding: 20px 0;
  text-align: center; }
#main-content .placeholders-only .gform_ajax_spinner {
  display: none !important; }

.gform_wrapper .gform_page_footer .button.gform_next_button {
    color: #000 !important;
    opacity: 1;
    display: block;
    visibility: visible;
    border: solid 3px #000 !important;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.one_half {
  width: 50%; }
  @media (max-width: 1000px) {
    .one_half {
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto; } }

.one_third {
  width: 33.33%; }
  @media (max-width: 1000px) {
    .one_third {
      width: 50%; }
      .one_third.last {
        width: 100%;
        clear: both;
        float: none;
        margin: 0 auto; } }
  @media (max-width: 640px) {
    .one_third {
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto; } }

.one_fourth {
  width: 25%; }
  @media (max-width: 1000px) {
    .one_fourth {
      width: 50%; }
      .one_fourth:nth-of-type(2n+1) {
        clear: left; } }
  @media (max-width: 480px) {
    .one_fourth {
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto; } }

.one_fifth {
  width: 20%; }
  @media (max-width: 1000px) {
    .one_fifth {
      width: 33.3%; }
      .one_fifth:nth-of-type(4) {
        clear: left;
        width: 50%; }
      .one_fifth:nth-of-type(5) {
        width: 50%; } }
  @media (max-width: 640px) {
    .one_fifth {
      width: 50%; }
      .one_fifth:nth-of-type(2n+1) {
        clear: left; }
      .one_fifth:nth-of-type(4) {
        clear: none; }
      .one_fifth.last {
        width: 100%;
        clear: both;
        float: none;
        margin: 0 auto; } }
  @media (max-width: 480px) {
    .one_fifth {
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto; } }

.one_sixth {
  width: 16.66%; }
  @media (max-width: 1000px) {
    .one_sixth {
      width: 33.3%; }
      .one_sixth:nth-of-type(4) {
        clear: left; } }
  @media (max-width: 480px) {
    .one_sixth {
      width: 50%; }
      .one_sixth:nth-of-type(4) {
        clear: none; }
      .one_sixth:nth-of-type(2n+1) {
        clear: left; } }
  @media (max-width: 360px) {
    .one_sixth {
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto; } }

.page-wrapper {
  width: calc(100% - 20px);
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  position: relative; }

.post-content {
  border-top: 2px solid #cdcdcd;
  margin-top: 20px;
  padding-top: 40px; }

.skivdiv-content {
  padding: 10px; }

.fullwidth > .skivdiv-content {
  padding: 0; }

.subpage #content .page-wrapper {
  max-width: 980px; }

.page-template-template_fullwidth #content > .page-wrapper {
  max-width: none;
  width: 100%;
  padding: 0; }

.page-template-template_fullwidth #content .page-title {
  max-width: 880px;
  margin: 0 auto; }

.subpage #main-content {
  min-height: 230px; }

#content {
  overflow-x: hidden; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#logo img {
  width: 340px;
  transition: 0.5s all ease-in-out; }
  @media (max-width: 1560px) {
    #logo img {
      width: 200px; } }

#header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s all ease-in-out; }
  #header .page-wrapper {
    max-width: none;
    width: 100%;
    padding: 50px;
    transition: 0.5s all ease-in-out; }
    @media (max-width: 1560px) {
      #header .page-wrapper {
        padding: 30px 20px; } }

.user-scrolled #header {
  background: rgba(0, 0, 0, 0.9); }
  .user-scrolled #header .page-wrapper {
    padding: 10px 20px; }
    @media (max-width: 640px) {
      .user-scrolled #header .page-wrapper {
        padding: 0 5px; } }
  .user-scrolled #header #logo img {
    width: 200px; }

#main-menu {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 1560px) {
    #main-menu {
      font-size: 16px; } }
  #main-menu li a {
    padding: 3px 18px;
    color: #fff; }
    @media (max-width: 1560px) {
      #main-menu li a {
        padding: 3px 7px; } }
  #main-menu .sub-menu li a {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    padding: 5px 20px; }
    #main-menu .sub-menu li a:hover {
      background-color: #ddd; }

#header-contact {
  position: absolute;
  right: 0;
  top: 0; }
  #header-contact a {
    background: #efefef none repeat scroll 0 0;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 2px;
    padding: 3px 10px 3px 43px;
    position: relative; }
  #header-contact i {
    background: #cdcdcd none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0; }

body.d4-slidemenu #d4slidemenu-toggle {
  border: 0 none !important; }
body.d4-slidemenu #logo {
  max-width: none;
  height: auto; }
  body.d4-slidemenu #logo img {
    height: auto;
    width: 200px !important;
    padding-top: 8px; }
    @media (max-width: 480px) {
      body.d4-slidemenu #logo img {
        width: 150px !important; } }
body.d4-slidemenu #d4slidemenu .button {
  border: 0 none !important;
  display: block;
  padding: 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  text-align: center;
  background: #050505;
  position: relative;
  padding-top: 80px;
  overflow-x: hidden; }
  #footer h2 {
    color: #fff;
    position: absolute;
    top: 55px;
    left: 205px;
    background: #050505;
    z-index: 10;
    padding: 10px 30px;
    text-transform: uppercase; }

#footer-copyright {
  background: #fff;
  padding: 60px;
  font-size: 0.75em;
  color: #222;
  overflow-x: hidden; }
  #footer-copyright a:link, #footer-copyright a:hover, #footer-copyright a:visited {
    color: #222 !important;
    text-decoration: none;
    text-shadow: none !important; }
  #footer-copyright #logo-footer {
    padding: 0 30px 30px;
    border: 0 none !important; }

#footer-content {
  padding: 50px;
  max-width: 1580px;
  margin: 0px auto; }
  @media (max-width: 1000px) {
    #footer-content .three_fourth, #footer-content .one_fourth {
      width: auto !important;
      float: none; } }
  #footer-content h3 {
    margin-top: 40px;
    margin-bottom: 10px; }
  #footer-content #footer-nav li {
    width: 33.3%;
    float: left;
    text-align: left;
    font-size: 1.2em;
    list-style: outside none; }
  #footer-content .social_link li {
    display: block; }
    #footer-content .social_link li.socialbox_addr {
      margin-bottom: 20px; }
  #footer-content .social_icon {
    margin-top: 30px; }
  #footer-content a {
    color: #fff;
    border: 0 none;
    font-style: normal; }

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home #main-wrapper {
  max-width: none;
  padding: 0;
  width: 100%; }

#main-slideshow {
  height: 900px; }
  #main-slideshow .cycle-slide {
    background-size: cover;
    bottom: 0;
    right: 0; }

.cycle-slideshow {
  z-index: 0; }

.cycle-pagerelement {
  cursor: pointer; }

#per-slide-template {
  font-size: 24px; }

#per-slide-template span {
  cursor: pointer;
  color: #000; }
  #per-slide-template span.cycle-pager-active {
    color: #333; }

.home #main-content > br {
  display: none; }
.home #main-content > .section, .home #main-content > #footer, .home #main-content > #subpage-masthead, .home .post-type_d4issues:not(.single-d4issues) #main-content > #main-wrapper, .post-type_d4issues:not(.single-d4issues) .home #main-content > #main-wrapper {
  margin-bottom: 24px; }

#subscribe {
  background: #0d71ae url("img/subscribe_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-bottom: 50px; }
  #subscribe .skivdiv-content {
    padding: 0; }
  #subscribe .component-title h2 {
    font-size: 3.2em;
    padding: 6% 15% 30px;
    max-width: 50%;
    text-align: center;
    font-weight: normal !important;
    position: relative;
    left: 40px; }
    @media (max-width: 1000px) {
      #subscribe .component-title h2 {
        left: 0;
        max-width: none; } }
  #subscribe .subscribe-benefits {
    overflow: hidden;
    position: relative; }
    #subscribe .subscribe-benefits h4 {
      padding: 30px 0 20px;
      font-size: 1.5em;
      text-align: center;
      position: relative;
      left: 100px; }
      @media (max-width: 1000px) {
        #subscribe .subscribe-benefits h4 {
          left: 0; } }
    #subscribe .subscribe-benefits ul {
      margin: 0px auto;
      max-width: 300px;
      position: relative;
      left: 100px; }
      @media (max-width: 1000px) {
        #subscribe .subscribe-benefits ul {
          left: 0; } }
    #subscribe .subscribe-benefits li {
      list-style: outside none; }
  #subscribe .button {
    font-size: 2em;
    position: absolute;
    margin-top: -1.5em; }
    @media (max-width: 1000px) {
      #subscribe .button {
        margin: 10px auto;
        font-size: 1.5em;
        position: relative; } }
  @media (max-width: 1000px) {
    #subscribe .button-wrap {
      display: block !important;
      text-align: center; } }

#previous-issues {
  background: #000;
  padding: 50px 0;
  text-align: center; }
  #previous-issues .component-title {
    display: none; }
  #previous-issues .one_fourth {
    overflow: hidden;
    position: relative; }
    #previous-issues .one_fourth .line-w-dot {
      left: 50%;
      transform: translateX(-50%); }
  #previous-issues .getpost-wrapper {
    text-align: center;
    padding: 10px; }
    #previous-issues .getpost-wrapper:hover img {
      opacity: 1; }
  #previous-issues .getpost-title {
    margin-bottom: 10px; }
    @media (max-width: 1560px) {
      #previous-issues .getpost-title {
        font-size: 16px; } }
  #previous-issues .post-thumb {
    border: 5px solid #fff;
    padding: 15px; }
    @media (max-width: 1560px) {
      #previous-issues .post-thumb {
        padding: 8px; } }
    #previous-issues .post-thumb img {
      border: 5px solid #fff; }
    #previous-issues .post-thumb img {
      opacity: 0.8;
      transition: 0.2s ease-in-out all; }
  #previous-issues .button {
    margin: 20px 10px 0; }
  #previous-issues a {
    border: 0 none; }

#recent-articles {
  background: #d1670f;
  padding: 50px 0 80px; }
  #recent-articles .component-title h2 {
    font-size: 3.5em;
    margin: 0 0 0 10%; }
  #recent-articles .one_half {
    position: relative;
    min-height: 10px; }
  #recent-articles .getpost-wrapper:not(.clearfix) {
    width: 49%;
    margin: -60px auto; }
    #recent-articles .getpost-wrapper:not(.clearfix):nth-of-type(12n-10), #recent-articles .getpost-wrapper:not(.clearfix):nth-of-type(12n-4) {
      padding: 20px 20px 20px 0; }
    #recent-articles .getpost-wrapper:not(.clearfix):nth-of-type(12n-8), #recent-articles .getpost-wrapper:not(.clearfix):nth-of-type(12n-2) {
      padding: 20px 0 20px 20px; }
    @media (max-width: 1000px) {
      #recent-articles .getpost-wrapper:not(.clearfix) {
        width: auto !important;
        margin: 10px auto !important;
        padding: 0 !important; } }
  @media (max-width: 1000px) {
    #recent-articles .getpost-wrapper.sentinel {
      display: none; } }
  #recent-articles .getpost-innerwrap {
    border: 5px solid #fff;
    padding: 20px; }
  #recent-articles .post-thumb {
    border: 5px solid #fff;
    width: 33.3%;
    float: left; }
    #recent-articles .post-thumb img {
      display: block; }
  #recent-articles .getpost-title, #recent-articles .getpost-textwrap, #recent-articles .post-date {
    width: 66.6%;
    float: left;
    padding-left: 20px; }
  #recent-articles .sentinel {
    border-width: 0;
    overflow: hidden;
    width: 51% !important; }
    #recent-articles .sentinel div:not(.line-w-dot) {
      visibility: hidden; }
    #recent-articles .sentinel .line-w-dot {
      top: 52%; }
  #recent-articles .get-all {
    position: absolute;
    right: 30px; }
  #recent-articles a {
    border: 0 none; }

#recent-articles#page-83 {
  background: red; }

#newsletter-subscribe {
  background: #0d71ae;
  font-size: 1.3em;
  padding: 50px 0 100px; }
  #newsletter-subscribe .component-title {
    display: none; }
  #newsletter-subscribe h3 {
    font-size: 3em;
    padding-top: 15%;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 1000px) {
      #newsletter-subscribe h3 {
        padding-top: 30px; } }
  #newsletter-subscribe input, #newsletter-subscribe textarea {
    border: 5px solid #fff !important;
    background: transparent !important;
    color: #fff;
    width: 100% !important; }
  #newsletter-subscribe ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  #newsletter-subscribe ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  #newsletter-subscribe :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  #newsletter-subscribe :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  #newsletter-subscribe div {
    min-height: 5px; }
  @media (max-width: 1000px) {
    #newsletter-subscribe .three_fifth, #newsletter-subscribe .two_fifth {
      width: auto;
      float: none; } }
  #newsletter-subscribe .gform_footer {
    max-height: 50px;
    margin-top: 0;
    margin-bottom: -80px; }
  #newsletter-subscribe .gform_wrapper {
    max-width: 500px; }
    @media (max-width: 1000px) {
      #newsletter-subscribe .gform_wrapper {
        margin: 0 auto; } }
  #newsletter-subscribe li {
    margin: 0;
    padding: 0; }
  #newsletter-subscribe .skivdiv-content {
    padding: 0;
    position: relative; }
  #newsletter-subscribe .three_fifth .skivdiv-content {
    overflow: hidden; }
  #newsletter-subscribe .newsletter-sub-text .skivdiv-content {
    padding: 0 15%;
    text-align: center; }
  #newsletter-subscribe .line-w-dot {
    left: 50%; }
    @media (max-width: 1000px) {
      #newsletter-subscribe .line-w-dot {
        display: none; } }

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
.page-title {
  color: #fff;
  font-size: 60px;
  margin: 0;
  padding: 260px 0 150px; }

#subpage-masthead {
  background-attachment: fixed;
  background-position: top center;
  text-align: center; }
  #subpage-masthead .page-wrapper {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    max-width: none !important;
    padding: 20px 15%;
    width: 100%; }

/*--------------------------------------------------------------
# Subpages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .post-thumb img {
  border: 10px solid rgba(255, 255, 255, 0.1);
  float: left;
  margin: 0 20px 10px 0; }
.blog #content .post-content {
  clear: both;
  padding-bottom: 20px; }
.blog.first {
  margin: 0;
  padding: 0;
  border: 0; }

.page-meta, .post-meta {
  font-size: 0.75em;
  color: #555; }

.post-next, .post-prev, .single-d4articles .post-navigation .toc-link {
  border-radius: 0;
  font-size: 25px;
  height: 44px;
  overflow: hidden;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  width: 50px; }
  .post-next a, .post-prev a, .single-d4articles .post-navigation .toc-link a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    top: 0; }

/*--------------------------------------------------------------
# Issues
--------------------------------------------------------------*/
.issue {
  color: #fff;
}
.issue .issue-masthead {
  background-size: cover;
  padding-top: 150px;
  position: relative;
  margin-bottom: -13%;
}
@media (max-width: 1000px) {
  .issue .issue-masthead {
      padding-top: 75px;
 }
}
.issue .issue-masthead .section-title, .issue .issue-masthead #subscribe .component-title h2, #subscribe .component-title .issue .issue-masthead h2, .issue .issue-masthead #previous-issues .getpost-title, #previous-issues .issue .issue-masthead .getpost-title, .issue .issue-masthead #recent-articles .component-title h2, #recent-articles .component-title .issue .issue-masthead h2, .issue .issue-masthead #newsletter-subscribe h3, #newsletter-subscribe .issue .issue-masthead h3 {
  font-size: 4.5em;
  padding: 9% 10% 30px;
}
@media (max-width: 1560px) {
  .issue .issue-masthead .section-title, .issue .issue-masthead #subscribe .component-title h2, #subscribe .component-title .issue .issue-masthead h2, .issue .issue-masthead #previous-issues .getpost-title, #previous-issues .issue .issue-masthead .getpost-title, .issue .issue-masthead #recent-articles .component-title h2, #recent-articles .component-title .issue .issue-masthead h2, .issue .issue-masthead #newsletter-subscribe h3, #newsletter-subscribe .issue .issue-masthead h3 {
      padding: 5% 7% 20px;
      font-size: 3em;
 }
}
@media (max-width: 1000px) {
  .issue .issue-masthead .section-title, .issue .issue-masthead #subscribe .component-title h2, #subscribe .component-title .issue .issue-masthead h2, .issue .issue-masthead #previous-issues .getpost-title, #previous-issues .issue .issue-masthead .getpost-title, .issue .issue-masthead #recent-articles .component-title h2, #recent-articles .component-title .issue .issue-masthead h2, .issue .issue-masthead #newsletter-subscribe h3, #newsletter-subscribe .issue .issue-masthead h3 {
      text-align: center;
 }
}
.issue .issue-masthead .section-title span, .issue .issue-masthead #subscribe .component-title h2 span, #subscribe .component-title .issue .issue-masthead h2 span, .issue .issue-masthead #previous-issues .getpost-title span, #previous-issues .issue .issue-masthead .getpost-title span, .issue .issue-masthead #recent-articles .component-title h2 span, #recent-articles .component-title .issue .issue-masthead h2 span, .issue .issue-masthead #newsletter-subscribe h3 span, #newsletter-subscribe .issue .issue-masthead h3 span {
  margin-left: 10%;
}
@media (max-width: 1000px) {
  .issue .issue-masthead .section-title span, .issue .issue-masthead #subscribe .component-title h2 span, #subscribe .component-title .issue .issue-masthead h2 span, .issue .issue-masthead #previous-issues .getpost-title span, #previous-issues .issue .issue-masthead .getpost-title span, .issue .issue-masthead #recent-articles .component-title h2 span, #recent-articles .component-title .issue .issue-masthead h2 span, .issue .issue-masthead #newsletter-subscribe h3 span, #newsletter-subscribe .issue .issue-masthead h3 span {
      margin: 10px auto;
 }
}
.issue .issue-masthead .one_half {
  position: relative;
}
.issue .issue-masthead .one_half:first-of-type {
  overflow: hidden;
}
.issue .issue-intro {
  padding: 30px 10% 10% 18%;
  font-size: 1.2em;
  text-shadow: 0px 0px 10px #000;
}
@media (max-width: 1560px) {
  .issue .issue-intro {
      padding: 30px 5%;
 }
}
.issue .issue-intro .button {
  margin: 10px auto;
}
.issue .issue-cover {
  border: 5px solid #fff;
  padding: 15px;
  display: inline-block;
  margin-right: 20%;
  position: relative;
  z-index: 99;
}
@media (max-width: 1560px) {
  .issue .issue-cover {
      padding: 8px;
 }
}
.issue .issue-cover img {
  border: 5px solid #fff;
}
@media (max-width: 1560px) {
  .issue .issue-cover {
      margin-right: 5%;
 }
}
@media (max-width: 1000px) {
  .issue .issue-cover {
      max-width: 500px;
      margin: 0px auto;
      display: block;
      margin-bottom: 0;
 }
}
.issue .article-cover {
  border: 5px solid #fff;
  padding: 15px;
  max-width: 65%;
}
@media (max-width: 1560px) {
  .issue .article-cover {
      padding: 8px;
 }
}
.issue .article-cover img {
  border: 5px solid #fff;
}
@media (max-width: 1560px) {
  .issue .article-cover {
      max-width: 90%;
 }
}
@media (max-width: 1000px) {
  .issue .article-cover {
      max-width: 600px;
      margin: 0px auto;
      float: none !important;
 }
}
.issue .article-cover a {
  border: 0 none;
}
.issue .article-cover img {
  width: 100%;
}
.issue .issue-toc {
  border-top: 24px solid #fff;
  background: #120929;
  padding-bottom: 50px;
  padding-top: 210px;
  position: relative;
}
@media (max-width: 1000px) {
  .issue .issue-toc {
      padding-top: 300px;
 }
}
.issue .issue-toc .one_half {
  position: relative;
  overflow: hidden;
}
.issue .issue-toc .section-title, .issue .issue-toc #subscribe .component-title h2, #subscribe .component-title .issue .issue-toc h2, .issue .issue-toc #previous-issues .getpost-title, #previous-issues .issue .issue-toc .getpost-title, .issue .issue-toc #recent-articles .component-title h2, #recent-articles .component-title .issue .issue-toc h2, .issue .issue-toc #newsletter-subscribe h3, #newsletter-subscribe .issue .issue-toc h3 {
  font-size: 60px;
  position: relative;
  top: -160px;
  left: 18%;
  margin-bottom: -100px;
}
@media (max-width: 1560px) {
  .issue .issue-toc .section-title, .issue .issue-toc #subscribe .component-title h2, #subscribe .component-title .issue .issue-toc h2, .issue .issue-toc #previous-issues .getpost-title, #previous-issues .issue .issue-toc .getpost-title, .issue .issue-toc #recent-articles .component-title h2, #recent-articles .component-title .issue .issue-toc h2, .issue .issue-toc #newsletter-subscribe h3, #newsletter-subscribe .issue .issue-toc h3 {
      left: 5%;
 }
}
@media (max-width: 1000px) {
  .issue .issue-toc .section-title, .issue .issue-toc #subscribe .component-title h2, #subscribe .component-title .issue .issue-toc h2, .issue .issue-toc #previous-issues .getpost-title, #previous-issues .issue .issue-toc .getpost-title, .issue .issue-toc #recent-articles .component-title h2, #recent-articles .component-title .issue .issue-toc h2, .issue .issue-toc #newsletter-subscribe h3, #newsletter-subscribe .issue .issue-toc h3 {
      left: 0;
      text-align: center;
 }
}
.issue article {
  margin-bottom: 20px;
}
.issue article:nth-of-type(odd) .one_half:first-of-type .article-cover {
  float: right;
}
.issue article:nth-of-type(odd) .article-intro {
  padding: 20px 33% 0 7%;
}
.issue article:nth-of-type(odd) .article-title {
  padding: 7% 7% 20px;
}
.issue .article-title {
  padding: 7% 7% 20px 33%;
  font-weight: 300;
  font-size: 2.4em;
}
@media (max-width: 1000px) {
  .issue .article-title {
      text-align: center;
      float: none;
      padding: 10px 20px;
 }
}
.issue .article-title a {
  font-style: normal;
  border: 0 none;
}
.issue .article-intro {
  padding: 20px 7% 0 33%;
}
@media (max-width: 1000px) {
  .issue .article-intro {
      padding: 20px 5% !important;
 }
}


.subpage .issue-masthead .section-title, .subpage .issue-masthead #subscribe .component-title h2, #subscribe .component-title .subpage .issue-masthead h2, .subpage .issue-masthead #previous-issues .getpost-title, #previous-issues .subpage .issue-masthead .getpost-title, .subpage .issue-masthead #recent-articles .component-title h2, #recent-articles .component-title .subpage .issue-masthead h2, .subpage .issue-masthead #newsletter-subscribe h3, #newsletter-subscribe .subpage .issue-masthead h3 {
  padding-top: 20%; }

.post-type_d4issues:not(.single-d4issues) #main-wrapper {
  max-width: none !important;
  width: auto;
  background: #050505;
  padding: 2% 3%; }
.post-type_d4issues:not(.single-d4issues) article {
  width: 25%;
  float: left;
  position: relative;
  padding: 0;
  border: 0; }
.post-type_d4issues:not(.single-d4issues) .post-thumb {
  border: 5px solid #fff;
  padding: 15px; }
  @media (max-width: 1560px) {
    .post-type_d4issues:not(.single-d4issues) .post-thumb {
      padding: 8px; } }
  .post-type_d4issues:not(.single-d4issues) .post-thumb img {
    border: 5px solid #fff; }
  .post-type_d4issues:not(.single-d4issues) .post-thumb a {
    border: 0 none !important; }
.post-type_d4issues:not(.single-d4issues) .post-title, .post-type_d4issues:not(.single-d4issues) .post-meta, .post-type_d4issues:not(.single-d4issues) .post-snippet {
  display: none; }

.single-d4articles .post-meta {
  display: none; }
.single-d4articles #main-content img {
  border: 10px solid #050505; }
.single-d4articles .post-navigation {
  border-top: 5px solid #ccc;
  padding-top: 20px;
  color: #050505;
  text-align: center; }
  .single-d4articles .post-navigation .button {
    color: #050505;
    border: #050505 5px solid !important;
    padding: 17px 10px 10px;
    height: 50px;
    overflow: visible;
    width: 230px; }
  .single-d4articles .post-navigation .toc-link {
    margin: 0px auto;
    float: none; }
    .single-d4articles .post-navigation .toc-link a {
      text-indent: 0; }
  .single-d4articles .post-navigation span {
    font-size: 13px;
    position: relative;
    top: -15px;
    margin-left: 10px; }
.single-d4articles #subpage-masthead .post-navigation {
  border: none; }
.single-d4articles #subpage-masthead .button {
  color: #fff;
  border-color: #fff !important;
  opacity: 0.8; }
  .single-d4articles #subpage-masthead .button:hover {
    opacity: 1; }
  .single-d4articles #subpage-masthead .button:empty {
    opacity: 0.1 !important; }
.single-d4articles #subpage-masthead a {
  border: 0 none; }
.single-d4articles .page-title {
  padding: 250px 0 40px; }
.single-d4articles .masthead-issue {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 100px; }
.single-d4articles h1, .single-d4articles h2, .single-d4articles h3, .single-d4articles h4, .single-d4articles h5 {
  clear: both; }
.single-d4articles h3 {
  margin-bottom: 10px; }
.single-d4articles h5 {
  background: #efefef;
  padding: 8px;
  margin: 30px auto 10px; }

.issue-title {
  text-align: center;
  margin-bottom: 10px; }

#__lpform_input_1_1 {
  display: none; }

/*# sourceMappingURL=style.css.map */

#page-133 h3 {
  text-align: center;
  margin-bottom: 1em;
}

.fullwidthad { width: 100%; height:auto; }
.fullwidthad img { width: 100%; height:auto;}

.squareadholder{
	display:block;
	position: absolute;
	right: 5%;
	top: 50%;
}

@media screen and (max-width: 1720px){
	.squareadholder{
		right: 0%;
	}

	.squareadholder .squaread img{
		width: 75%;
	}
}

@media screen and (max-width: 1350px){
	.squareadholder{
		right: -4%;
    	transform: scale(0.7);
	}

	.squareadholder .squaread img{
		width: 50%;
	}
}


@media screen and (max-width: 1270px){
	.squareadholder{
		right: -7%;
		visibility: hidden;
	}

	.squareadholder .squaread img{
		visibility: hidden;
	}
}


.animation-element {
  transition: all 1s ease-in-out;
}
.fadein {
  opacity: 0;
}
.fadein.in-view {
  opacity: 1;
}
.slideup {
position: relative;
top: 30px;
}
.slideup.in-view {
top: 0px;
}
.slidedown {
position: relative;
top: -30px;
}
.slidedown.in-view {
top: 0px;
}
.slideleft {
position: relative;
left: 50px;
}
.slideleft.in-view {
left: 0px;
}
.slideright {
position: relative;
right: 50px;
}
.slideright.in-view {
right: 0px;
}
.flipH {
perspective: 1000px;
transform: rotateY(180deg);
}
.flipH.in-view {
transform: rotateY(0deg);
}

.d4-slidemenu #content, .d4-slidemenu #footer {
  position: relative;
  right: 0;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.d4-slidemenu.mobile-expand #content, .d4-slidemenu.mobile-expand #footer {
  right: 260px;
}

/* Hide Skivvy Menu */
#mobile-toggle, #mobile-nav, #d4slidemenu {
  display: none !important;
}

.d4-slidemenu #d4slidemenu-toggle {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 99;
  outline: none !important;
  display: none;
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;  /* i.e. Nexus5/Chrome and Kindle Fire HD 7 */
}
.d4-slidemenu #d4slidemenu {
  display: block;
  background: #222 none repeat scroll 0 0;
  bottom: 0;
  margin: 0;
  position: fixed;
  right: -260px;
  top: 0;
  width: 260px;
  overflow-y: scroll;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.d4-slidemenu.admin-bar #d4slidemenu {
  padding-top: 140px;
}
.d4-slidemenu.mobile-expand #d4slidemenu {
  right: 0;
}
.d4-slidemenu #d4slidemenu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-family: sans-serif !important;
}
.d4-slidemenu .sub-menu-expanded {
  background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
}
.d4-slidemenu #d4slidemenu .menu-item-has-children a {
  /*pointer-events: none;*/
}
.d4-slidemenu #d4slidemenu .menu-item-has-children.sub-menu-expanded a {
  pointer-events: auto;
}
.d4-slidemenu #d4slidemenu ul {
  padding: 0 10px;
}
.d4-slidemenu #d4slidemenu li {
  cursor: pointer;
  list-style: outside none none;
  position: relative;
}
.d4-slidemenu #d4slidemenu li i {
  color: #666;
  cursor: pointer;
  left: 0;
  padding: 16px 16px 15px;
  position: absolute;
  top: 0;
}
.d4-slidemenu #d4slidemenu li:last-child a {
  border: 0 none;
}
.d4-slidemenu #mobile-overlay {
  bottom: 0;
  display: none;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
}
.d4-slidemenu.mobile-expand #mobile-overlay {
  display: block;
  left: 0;
}

/* ----------------- Responsive ------------------- */

@media all and (min-width: 1001px)  {.d4-slidemenu #d4slidemenu,.d4-slidemenu #d4slidemenu-toggle {display:none !important;}}
@media all and (max-width: 1000px)  {

.d4-slidemenu #main-menu {
  display: none;
}
.d4-slidemenu #d4slidemenu,#d4slidemenu-toggle {
  display: block !important;
}
.d4-slidemenu #header {
  background: #151515 none repeat scroll 0 0;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
  height: 70px;
}
.admin-bar.d4-slidemenu #header {
  top: 32px;
}
.d4-slidemenu #header .page-wrapper {
  padding: 0;
  width: 100%;
}
.d4-slidemenu #logo {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 30%;
  min-width: 150px;
  position: relative;
  z-index: 99;
  height: 70px;
  padding-top: 10px;
  text-align: center;
}
.d4-slidemenu #logo img {
  height: 50px;
  width: auto;
}
.d4-slidemenu #d4slidemenu {
  padding-top: 80px;
}
.d4-slidemenu #content {
  margin-top: 70px;
}
}
@media all and (max-width: 782px)  {
.admin-bar.d4-slidemenu #header {
  top: 46px;
}
}
@media all and (max-width: 480px)  {
html #wpadminbar {
  position: fixed;
}
.d4-slidemenu #header {
  height: 50px;
}
.d4-slidemenu #header .page-wrapper {
  padding: 0;
}
.d4-slidemenu #logo {
  height: 50px;
  max-width: 50%;
  padding-top: 5px;
  text-align: center;
}
.d4-slidemenu #logo img {
  height: 40px;
  width: auto;
}
.d4-slidemenu #content {
  margin-top: 50px;
}
.d4-slidemenu #d4slidemenu-toggle {
  width: 50px;
  font-size: 22px;
}
.d4-slidemenu .mobile-expand #content, .d4-slidemenu .mobile-expand #footer {
  right: 300px;
}
.d4-slidemenu #d4slidemenu {
  right: -300px;
  width: 300px;
  padding-top: 80px;
}
}
