/*
  Theme Name: Dylan WP
  Description: Creative Multi-Purpose WordPress Theme
  Version: 1.0.3
  Author: HodyLab
  Author URI: http://hody.co/
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  License: GNU General Public License version 3.0
  Theme URI: http://themes.hody.co/dylan/
  Tags: custom-background, threaded-comments, translation-ready
  Text Domain: dylan-wp
*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 10px 0 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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-size: 0.875rem;
  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. */
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
    div#slide-39-layer-63 img{ 
        right:11% !important;
} 
        
    }


/* Your code here */
#topnav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: transparent;
    border: 0;
    min-height: 62px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: none !important;
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.box.outlined {
    border: 1px solid #e3910a;
    background-color: transparent;
}

#footer-widgets {
    display:none;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    background-color: #222225;
    color: #ccc;
}

section.page-title .title h1.upper {
    font-size: 1.75rem;
}
.logged-in.admin-bar #topnav, .logged-in.admin-bar #topnav.affix-top, .logged-in.admin-bar #aside-nav {
    background: black !important;
    top: 32px !important;
}
#topnav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: black !important;
    border: 0;
    min-height: 62px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: none !important;
}



body {
    font-family: "Oswald", sans-serif !important;
    color: #6d6d6d;
    font-weight: 400;
    font-size: 15px;
    background: #191a1f !important;
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: black;
    z-index: 10;
    color: #fff;
}

h1{
font-family: "Oswald" !important;
font-weight: 700 !important;
}

#topnav .logo img {
    max-height: 70px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}