/*
Theme Name: Kovan
Theme URI: https://themeforest.net/item/kovan-creative-portfolio-wordpress-theme/19723793
Author: codeex
Author URI: http://themeforest.net/user/codeex
Description: Kovan is a minimalist and creative portfolio wordpress theme, designed to give you an amazing portfolio. Perfect for designers, illustrators, small agency or any other professional who want to show to the world beautiful works and captivate the audience.
Version: 1.0.3
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kovan
Tags: custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/*
  Basic Styles
  Grid
  Links
  Typography
  Buttons
  Forms
  List
  Tables
  Blockquotes
  Misc
  Structure
  Header
    - logo
    - nav
  Sections
  Hero
  Works
  Journal
  WordPress Default Styles
  Responsive
*/


/** basic styles
================================================== **/

  body {
    font-family: 'Unna';
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  body.no-scroll {
    overflow: hidden;
    margin-right: 17px;
  }

  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        box-sizing: border-box;
  }

  ::selection {
    color: #ffffff;
    background: #000000;
  }

  ::-moz-selection {
    color: #ffffff;
    background: #000000;
  }
/*#header.loaded{
	height: 0 !important;
}*/

/** grid system
================================================== **/

  .container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }

  .column,
  .comment-reply-title,
  #comment-form {
    float: left;
    padding: 0 25px;
    position: relative;
  }

  #comment-form {
    padding-right: 0;
  }

  .comment-reply-title {
    padding-left: 0;
    position: relative;
  }

  .column:first-child { padding-left: 0; }
  .column:last-child { padding-right: 0; }

  .column.col-1 { width: 8.333%; }
  .column.col-2 { width: 16.666%; }
  .column.col-3,
  .comment-reply-title { width: 25%; }
  .column.col-4 { width: 33.333%; }
  .column.col-5 { width: 41.666%; }
  .column.col-6 { width: 50%; }
  .column.col-7,
  #comment-form { width: 58.333%; }
  .column.col-8 { width: 66.666%; }
  .column.col-9 { width: 75%; }
  .column.col-10 { width: 83.333%; }
  .column.col-11 { width: 91.666%; }
  .column.col-12 { width: 100%; }

  .column.offset-by-1 { margin-left: 8.333%; }
  .column.offset-by-2 { margin-left: 16.666%; }
  .column.offset-by-3 { margin-left: 25%; }
  .column.offset-by-4 { margin-left: 33.333%; }
  .column.offset-by-5 { margin-left: 41.666%; }
  .column.offset-by-6 { margin-left: 50%; }
  .column.offset-by-7 { margin-left: 58.333%; }
  .column.offset-by-8 { margin-left: 66.666%; }
  .column.offset-by-9 { margin-left: 75%; }
  .column.offset-by-10 { margin-left: 83.333%; }
  .column.offset-by-11 { margin-left: 91.666%; }

  .row { margin-bottom: 50px; }
  .row h3,
  .row p { margin-bottom: 30px; }
  .row:last-child { margin-bottom: 0; }

  /** clearing */
  .container::after,
  .row::after {
    content: '';
    display: table;
    clear: both;
  }


/** links
================================================== **/

  a {
    text-decoration: none;
    color: inherit;
  }

  a.link,
  .entry-metas .meta.category a,
  .entry-metas .meta.tags a,
  a.comment-reply-link {
    position: relative;
    color: #000000;
  }

  a.link::before,
  .entry-metas .meta.category a:link::before,
  .entry-metas .meta.category a:visited::before,
  .entry-metas .meta.tags a::before,
  a.comment-reply-link::before {
    content: '';
    width: 110%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -5%;
    z-index: -1;
    background: #c8b57d;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  a.link:hover::before,
  .entry-metas .meta.category a:hover::before,
  .entry-metas .meta.tags a:hover::before,
  a.comment-reply-link:hover::before { width: 0; }

  .entry-metas .meta.tags a,
  .entry-metas .meta.category a { text-transform: capitalize; }


/** typography
================================================== **/

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Unna';
    font-weight: 400;
    color: #000000;
  }

  h1.big { font-size: 80px; }

  h1 { font-size: 50px; line-height: 1.2; }
  h2 { font-size: 38px; line-height: 1.25; }
  h3 { font-size: 32px; line-height: 1.3; }
  h4,
  #reply-title { font-size: 28px; line-height: 1.35; }
  h5 { font-size: 24px; line-height: 1.5; }
  h6 { font-size: 20px; line-height: 1.6; }


/** buttons
================================================== **/

  input[type="submit"],
  button,
  .btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    padding: 0 30px;
    color: #ffffff;
    background: #000000;
    cursor: pointer;
    border-radius: 2px;
  }


/** forms
================================================== **/

  input[type="text"],
  input[type="password"],
  textarea,
  select {
    width: 100%;
    max-width: 100%;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    padding: 5px 10px;
    line-height: 30px;
    border: 1px solid #cccccc;
  }

  input[type="text"]:focus,
  textarea:focus,
  select:focus {
    border-color: #bbbbbb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  textarea {
    width: 100%;
    min-height: 120px;
  }

  label {
    display: block;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    cursor: pointer;
  }

  .post-password-form p,
  .post-password-form label {
    margin-bottom: 15px;
  }


/** lists
================================================== **/

  ul li {
    list-style: circle inside;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
  }

  ol li {
    list-style: decimal inside;
    margin-left: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  .menu li,
  .comments li,
  .pagination li {
    list-style: none;
    padding-left: 0;
    text-indent: 0;
  }


/** tables
================================================== **/

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  th,
  td {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  th {
    text-align: left;
  }

  td {
    padding: 5px 0;
  }


/** blockquotes
================================================== **/

  blockquote {
    padding: 30px;
    margin: 0 -50px;
    border-left: 3px solid #000000;
    background: #f1f1f1;
    margin-bottom: 30px;
  }

  blockquote p {
    font-size: 22px;
    font-style: italic;
    color: #000000;
  }

  blockquote p:last-child {
    margin-bottom: 0;
  }


/** misc
================================================== **/

  img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .float-left {
    float: left;
  }

  .float-right {
    float: right;
  }

  .password-protect-portfolio,
  .password-protect-blog {
    background: #000;
  }

  .post-password-required i,
  .password-protect-portfolio i,
  .password-protect-blog i {
    color: #FFF;
    position: relative;
    z-index: 99;
    top: 50%;
    left: 50%;
  }

  .password-protect-portfolio {
    padding: 12em 0;
  }

  .password-protect-blog {
    padding: 8em 0;
  }

  span.current {
    display: inline-block;
    background: #000 !important;
  }

  a.page-numbers,
  span.page-numbers {
    display: inline-block;
    background: #333;
    color: #FFF;
    font-family: "Source Sans Pro";
    padding: 6px 12px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }

  a.page-numbers:hover,
  span.page-numbers:hover {
    background: #000;
  }

  .post-content ol,
  .post-content ul,
  .post-content table,
  .post-content dl,
  .post-content address,
  .comment-content ol,
  .comment-content ul,
  .comment-content table,
  .comment-content dl,
  .comment-content address {
    margin-bottom: 30px;
  }

  .post-content ul li,
  .post-content ol li,
  .comment-content ul li,
  .comment-content ol li {
    margin-bottom: 0 !important;
  }

  .post-content ul li,
  .comment-content ul li,
  .post-content ol li,
  .comment-content ol li {
    padding-top: 0 !important;
    border: 0 !important;
  }

  .post-content ul li ul,
  .comment-content ul li ul,
  .post-content ol li ol,
  .comment-content ol li ol {
    margin-left: 20px;
    margin-bottom: 0;
  }

  .post-content table,
  select,
  .comment-content table {
    width: 100%;
  }

  .post-content table thead th,
  .comment-content table thead th {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
  }

  .post-content table tbody th a,
  .comment-content table tbody th a {
    color: #c7ac75;
  }

  .post-content table thead th,
  .post-content table tbody th,
  .post-content table tbody td,
  .comment-content table thead th,
  .comment-content table tbody th,
  .comment-content table tbody td {
    border: 1px solid #CCC;
    padding: 10px 20px;
    text-align: left;
  }

  dt {
    font-weight: 600;
    font-size: 16px;
    color: #333;
  }

  dd {
    margin-left: 20px;
    margin-bottom: 10px;
  }


/** structure
==================== **/

  #header {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
    border-right: 1px solid #e1e1e1;

    -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  }

  #header.loaded { width: 100px; }
  #header.open { width: 40%; }

  #wrapper {
    padding-left: 100px;
    position: relative;
  }

  #wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    right: 17px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
  }

  #wrapper.overlay::before {
    opacity: 1;
    visibility: visible;
  }


/** header
==================== **/

  .loader {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -8px;
    border-radius: 50%;
    border: 2px solid #000000;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;

    -webkit-animation: loader 0.7s infinite linear;
        animation: loader 0.7s infinite linear;
  }

  @-webkit-keyframes loader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  #header .sidebar {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #header .sidebar .trigger {
    width: 18px;
    height: 16px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -9px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
  }

  #header.loaded .sidebar .trigger {
    opacity: 1;
    visibility: visible;
  }

  #header .sidebar .trigger .icon-bar {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000000;

    -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
  }

  #header.loaded .sidebar .trigger .icon-bar { width: 100%; }

  #header .sidebar .trigger .icon-bar.top { top: 0; }
  #header .sidebar .trigger .icon-bar.middle { top: 50%; margin-top: -1px; }
  #header .sidebar .trigger .icon-bar.bottom { bottom: 0; }

  #header.open .sidebar .trigger .icon-bar.middle { width: 0; }

  #header.open .sidebar .trigger .icon-bar.top {
    top: 50%;
    margin-top: -1px;

    -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
  }

  #header.open .sidebar .trigger .icon-bar.bottom {
    bottom: 50%;
    margin-bottom: -1px;

    -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
  }

  /** logo */
  #header .sidebar .logo {
    width: 30px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -15px;
  }

  /** nav */
  .site-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 130px;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
  }

  .site-nav.visible {
    left: 150px;
    opacity: 1;
    visibility: visible;
  }

  .site-nav .outer .inner {
    padding: 0;
  }

  .site-nav .menu {
    list-style: none;
  }

  .site-nav .menu li {
    position: relative;
  }

  .site-nav .menu li a {
    font-family: 'Source Sans Pro';
    font-size: 18px !important;
    font-weight: 600;
    color: #000000;
  }

  .site-nav .menu li .sub-menu,
  .site-nav .menu li .children {
    display: none;
    list-style: none;
    margin-left: 30px;
  }

  .site-nav .menu li .sub-menu li a,
  .site-nav .menu li .children li a {
    text-transform: none;
    font-size: 14px !important;
    font-weight: normal;
    color: inherit;
  }

  .site-nav .copy {
    margin-top: 100px;
  }

  .menu-item-has-children > a:before{
    content:"\00bb";
    margin-right: 10px;
  }


/** sections
==================== **/

  .outer {
    width: 100%;
    height: 100%;
    display: table;
  }

  .outer .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 150px 5vw;
  }


/** hero
==================== **/

  .hero { position: relative; }

  .hero-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }


/** grid
==================== **/

  .entry {
    overflow: hidden;
  }

  .entry-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }


/** works
==================== **/

  .work-entry .entry-image {
    -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
  }

  .work-entry:hover .entry-image {
    -webkit-transform: scale(1.1);
        transform: scale(1.1);
  }

  .work-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
  }

  .work-entry:hover .work-hover {
    opacity: 1;
    visibility: visible;
  }

  .hover-content {
    position: absolute;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .hover-content .smaller {
    color: #777777;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .hover-content .project-subtitle {
    color: #ae8f51;
    position: relative;
    top: 30px;

    -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
  }

  .hover-content .project-title {
    color: #ffffff;
    position: relative;
    top: 50px;

    -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
  }

  .work-entry:hover .hover-content .project-subtitle,
  .work-entry:hover .hover-content .project-title {
    top: 0;
  }

  /** projects */
  .project-body .outer .inner {
    padding: 0 5vw;
  }

  .portfolio-content h1 { 
    margin-bottom: 40px;
  }

  .portfolio-content h4 {
    margin-bottom: 20px;
  }

  .portfolio-content .smaller {
    margin-bottom: 10px;
  }

  .portfolio-content .smaller a:hover {
    color: #FFF;
    background: #000;
  }


/** journal
==================== **/

.journal .outer .inner{
padding: 0 !important;
}
.journal .outer .container{
width:100% !important;
max-width: 100% !important;
}
.journal .outer .container .row{
max-width: 960px;
width: 100%;
margin: 0 auto;
}


  .journal .post { margin-bottom: 150px; }
  .journal .post:last-child { margin-bottom: 0; }

  .journal .post-image { margin-bottom: 50px; }
  .journal .post-image img,
  .journal .post-image iframe { max-width: 100%; }

  .journal .post-content .post-right * { margin-bottom: 30px; }
  .journal .post-content .post-right *:last-child { margin-bottom: 0; }

  .journal .post-content .post-right figure img {
    display: block;
    width: 100%;
  }

  .entry-metas .meta {
    display: block;
    margin-bottom: 30px;
  }

  .entry-metas .meta:last-child { margin-bottom: 0; }
  .entry-metas .meta p.smaller { margin-bottom: 5px; }

  /** post nav */
  .post-nav .outer .inner { padding-top: 0; }

  /** comments */
  .journal .post-comments .comments { list-style: none; }

  .journal .post-comments .comments li {
    display: block;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .journal .post-comments .comments li .comments,
  .journal .post-comments .comments li .children { margin: 0 0 0 50px; }
  .journal .post-comments .comments li .comments li:last-child,
  .journal .post-comments .comments li .children li:last-child { border-bottom: 0; }

  .journal .post-comments .comments li .comment-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: 0;
  }

  .journal .post-comments .comments li .comment-img img {
    width: 80px;
    border-radius: 50%;
  }

  .journal .post-comments .comments li .comment-content {
    position: relative;
    padding-left: 110px;
    padding-bottom: 30px;
  }

  .comment-content p a { 
    text-decoration: underline; 
    color: #000;
  }

  .journal .post-comments .comments li .comment-content .reply { margin-top: 30px; }

  .comment-content .smaller { font-size: 10px; }

  a.comment-reply-link { display: inline-block; }

  /** leave a comment */
  .leave-a-comment #comment-form .row,
  #respond .row { margin-bottom: 15px; }

  .comments #respond h3,
  .comments #comment-form {
    float: none;
    width: 100%;
    padding: 0;
  }

  .comments #respond h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .comments #respond .comment-form {
    margin-bottom: 30px;
  }

  #cancel-comment-reply-link {
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 14px;
    background: #000;
    color: #FFF;
    letter-spacing: 1px;
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
  
  .comment-moderation {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
    color: #FF0000;
  }

  .paging-comments ul,
  .media-alt-text {
    margin-top: 30px;
  }

  .paging-comments ul li {
    float: left;
    margin-right: 4px;
  }

  .no-comments {
    display: block;
    color: #FF0000;
    float: left;
  }



/** misc
==================== **/

  .smaller {
    display: block;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 3px;
    margin-bottom: 0 !important;
  }

  .smaller:last-child,
  .media-alt-text { margin-bottom: 0; }

  .mute { color: #777777; }
  
  .attachment .block-space {
    height: 0;
  }

  .attachment .size-full { margin-bottom: 30px; }

  .block-space {
    display: block;
    height: 50px;
  }

  .sticky-post {
    background: #FF0000;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 8px;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 2px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
.menu-list li a:before{
    content:"\00bb";
    margin-right: 10px;
  }
.menu-list li{
list-style: none;
}


/** WordPress Default Styles
================================= **/

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background: #f3f3f3;
  padding: 4px;
  margin-bottom: 30px;
  width: auto !important;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.wp-caption img {
  margin: 0 !important;
  padding: 0;
  border: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.gallery-caption,
.bypostauthor {

}
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.alignnone img {
  max-width: 100%;
  height: auto;
}
.gallery {
  margin-bottom: 40px !important;
  overflow: hidden;
}
.gallery-item {
  margin-bottom: 1px;
  margin-top: 0 !important;
  text-align: left !important;
  float: left;
}
.gallery-item img {
  border: 0 !important;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1%;
}


/* 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. */
}

code, samp, kbd { 
  font-family: "Courier New", Courier, monospace, sans-serif; 
  text-align: left; 
  color: #555; 
}
pre { 
  padding: 6px 15px !important; 
  border-left: 11px solid #ccc !important; 
  margin: 15px 0 !important; 
  overflow: auto; 
  line-height: 22px; 
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap; 
  white-space: -o-pre-wrap; 
  word-wrap: break-word; 
  background: #ececec !important; 
  font-size: 14px;
}

.page-id-378 .blog_cls h2{
margin-top: 0 !important;
}
.page-id-378 .blog_cls h2.blog_main_title {
padding-left: 0 !important;
width: 90% !important;
margin: 0 auto;
}
.page-id-378 .blog_cls article.post{
margin-top: 6%;
}
.blog_cls{
width: 45% !important;
}
.testimonials_cls{
float: right !important;
width: 45% !important;
margin-right:3%;
}
.page-id-378 .blog_cls .post .post-content.row .column.col-7.post-right{
width: 90% !important;
margin: 0 auto !important;
padding-left:0 !important;
}
.page-id-378 .blog_cls article.post{
width: 90%;
margin: 5% auto 0;
}
.left-panel li{
margin-left: 15px;
}
.page-id-378 .testimonials_cls h2.blog_main_title{
padding-left: 0 !important;
}



 @media (max-width: 1100px) {
.left-panel{
margin-left: 5%;
}
.journal .outer .container .post-content.row {
    width: 90% !important;
}
.page-id-378 .blog_cls .post .post-content.row .column.col-7.post-right h2{
font-size:30px !important;
}
.page-id-378 .blog_cls article.post{
width: 100% !important;
}
.page-id-378 .testimonials_cls h2.blog_main_title {
    padding-left: 0 !important;
}
.testimonials_cls .post-content.row{
width: 100% !important;
}
}

 @media (max-width: 1000px) {

.left-panel{
margin-left:0;
}
.site-nav.visible{
left: 100px !important;
margin-right: 10px;
}
.imgbg-paralux{
height: 400px !important;
}
.page-id-593 .journal .inner .container .row{
width: 90% !important;
}


.page-id-378 .testimonials_cls h2.blog_main_title{
padding-left:0 !important;
width: 90%;
    margin: 0 auto;
}
.testimonials_cls{
margin: 5% auto 0;
}

.journal .inner .container .row{
width: 100% !important;
}
.journal .outer .container .post-content.row{
width: 90% !important;
}
.page-id-378 .blog_cls article.post{
width: 100% !important;
}
.page-id-378 .testimonials_cls .post .post-content.row .column.col-7.post-right{
width: 100% !important;
margin: 0 auto !important;
float: none;
}
.page-id-378 .blog_cls h2 {
    margin-top: 0 !important;
}
.blog_cls,
.testimonials_cls{
	width: 100% !important;
	margin-left: 0 !important;
}
.testimonials_cls{
margin-top:5%;
}
}



/** smaller than 800px
-------------------------------------------------- **/

  @media (max-width: 800px) {

.imgbg-paralux {
    height: 300px !important;
}
.page-id-378 .blog_cls h2.blog_main_title{
width: 90%;
margin: 0 auto;
}
.journal .inner .container .row .image_holder{
width: 100%;
text-align: center;
}
.map{
width:50% !important;
}


    .column,
    .comment-reply-title,
    #comment-form {
      width: 100% !important;
      padding: 0 !important;
      margin-bottom: 50px !important;
    }

    .column:last-child { margin-bottom: 0 !important; }

    h1 { font-size: 40px; line-height: 1.2; }
    h2 { font-size: 32px; line-height: 1.25; }
    h3 { font-size: 28px; line-height: 1.3; }
    h4,
    #reply-title { font-size: 24px; line-height: 1.35; }
    h5 { font-size: 22px; line-height: 1.5; }
    h6 { font-size: 18px; line-height: 1.6; }

    #header.open { width: 70%; }

    .journal .post-image { margin-bottom: 50px; }

  }


/** smaller than 600px
-------------------------------------------------- **/

  @media (max-width: 600px) {

.imgbg-paralux {
    height: 200px !important;
}
	.logo {
	padding:0;  
}
    .container { width: 100%; }

    blockquote { margin: 0; }

    #header { border-right: 0; border-bottom: 1px solid #e1e1e1; }
    #header.loaded { width: 100%; height: 100%; }
    #header.open { height: 100%; overflow: auto; }
    #header .sidebar { width: 100%; height: 80px; }

    #header .sidebar .loader,
    #header .sidebar .trigger {
      top: 50%;
      left: 50px;
      margin-top: -8px;
      margin-left: 0;
    }

    #header .sidebar .logo {
      top: 50% ;
      right: 50px;
      bottom: auto;
      left: auto;
      margin: 0;
border-right: 1px solid #e1e1e1;

      -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    }

    .site-nav { top: 80px; left: 0; }
    .site-nav.visible { left: 50px; }

    #wrapper { padding-top: 80px; padding-left: 0; }

    .outer .inner,
    .project-body .outer .inner { padding-right: 50px; padding-left: 50px; }
	
	
	

  }


/** smaller than 500px
-------------------------------------------------- **/

  @media (max-width: 500px) {

.map{
width:100% !important;
}
.site-nav.visible{
height: 0px !important;
}
.site-nav.visible {
    left: 30px !important;
}


    body { font-size: 16px; }

    #header .sidebar .loader,
    #header .sidebar .trigger,
    .site-nav.visible { left: 30px; }

    .outer .inner { padding: 100px 30px; }
    .project-body .outer .inner { padding: 0 30px; }

    #cancel-comment-reply-link {
      position: relative;
      top: -4px;
    }

    .children {
      margin-left: 10px !important;
    }

  }
@media (max-width: 320px) {
h4 {
    font-size: 18px !important;
}
.imgbg-paralux {
    height: 180px !important;
}
}

@media (max-width: 280px) {
	.post-image{
		width: 65% !important;
	}
}

