/*
 * Author: Falconerie Badayos II
 * URL: respooonsive.com
 *
 * Template Name: Hipster-ish
 * Version: 1.0
 * URL: http://respooonsive.com/hipsta
 */



/*------------------------------
    Table of Contents
---------------------------------
    I.      Defaul Selectors
    II.     Menu
    III.    Blog
    IV.     Post Types
    V.      Gallery
    VI.     Footer
    VII.    Mediaqueries
*/


/*   I.     Defaul Selectors
==============================*/
#loader-wrap {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

#loader {
background: url(../images/preloader.gif) no-repeat center center #fff;
width: 80px;
height: 80px;
position: fixed;
z-index: 9999;
left: 50%;
top: 50%;
}

body {
  background-color: #F2F2F2;
  color: #555454;
  padding: 0;
  margin: 0;
  font-family: 'Cardo',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #353535;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
}


/* Paragraph & Typographic */
p {
  font-family: inherit;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 44px;
}


/* Links */
a {
  color: #EF9D87;
  word-wrap: break-word;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}

.entry-title a {
  color: #353535;
}

a:hover,
a:focus {
  color: #EF9D87;
  text-decoration: none;
  outline: 0;
}

blockquote {
    font-style: italic;
}

.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

.alignright {
float: right;
margin: 5px 0 20px 20px;
}

.row.boxed {
    padding: 30px 0;
}

.orange a:hover, a:focus, .orange .entry-meta span:hover .fa {
  color: #EF9D87;
}

.panel-default>.panel-heading {
    background: transparent;
}

.entry-header span {
  text-align: center;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}

.entry-header span a:before {
  right: 100%;
}

.entry-header span a:before, .entry-header span a:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  border-color: #D8D8D8;
  width: 591px;
  margin: 0 14px;
}

.entry-header span a:after {
  left: 100%;
}

.entry-header span a {
  color: #EF9D87;
  font-weight: bold;
  position: relative;
  font-family: Montserrat;
}

.post-format-quote .wrapper {
  background-color: #EF9D87;
}

.entry-wrapper {
  position: relative;
}

a:before,
a:after {
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}

::-webkit-input-placeholder {
 /* WebKit browsers */
  color: #aaa;
}

:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}

::-moz-placeholder {
 /* Mozilla Firefox 19+ */
  color: #aaa;
}

:-ms-input-placeholder {
 /* Internet Explorer 10+ */
  color: #aaa;
}

label {
  color: #aaa;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400 !important;
  letter-spacing: 1.4px;
  padding: 15px 10px;
  text-transform: uppercase;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  background: #FFF;
  border: 1px solid #CCC;
  color: #aaa;
  display: block;
  font-family: "Montserrat";
  font-size: 13px;
  letter-spacing: 1.4px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 15px 10px;
  text-transform: uppercase;
}

input[type="search"] {
  background: #4a4a4a;
  border: none;
  color: #aaa;
  display: block;
  font-family: "Cardo";
  font-size: 12px;
  letter-spacing: 1.4px;
  margin: 0;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  outline: none;
  padding: 5px 10px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .comment-form textarea:focus, textarea:focus {
  border: 1px solid #000;
  color: #000;
}

.comment-form input[type="text"], .comment-form input[type="password"], .comment-form input[type="email"] {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 17px 10px;
}

.btn, input[type="submit"], input[type="reset"], input[type="button"] {
/*  background: rgba(0, 0, 0, 0);
  border: 1px solid #CCC;
  color: #666;*/
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.5px;
  outline: none;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease 0;
  -moz-transition: all .5s ease 0;
  -ms-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
}

.btn-bordered {
   background: rgba(0, 0, 0, 0);
   border: 1px solid #CCC;
}

.btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
 /* border: 1px solid #000;
  color: #000;
  background: #fff;*/
}

.btn:active, .btn-primary:active,.btn-primary:focus, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  border: 1px solid #000;
  color: #000;
  background: #fff;
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

iframe, object {
  border: none;
}

audio, .mejs-container {
  width: 100% !important;
  height: 48px !important;
}

.entry-wrapper {
    margin-top:0;
    position: relative;
}

.entry-wrapper:before {
    border-bottom: 40px solid #FFF;
    border-left: 40px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.go-up {
background: #ddd;
position: fixed;
width: 40px;
height: 40px;
line-height: 37px;
font-size: 15px;
right: -60px;
bottom: 20px;
cursor: pointer;
text-align: center;
z-index: 9999;
}
*/
/*   I. Defaul Selectors End

==============================*/



/*   II.     Menu
==============================*/

.menu {
    position: fixed;
    right: -300px;
    width: 360px;
    height: 100%;
    top: 0;
    z-index: 99;
    text-align: left;
}

.menu.menu-open {
    right: 0px;
}

.menu-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    background: #1a1a1a;
    width: 300px;
    height: 100%;
}

.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 5px;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

.menu-close:hover {
    color: #ffffff;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.body-push-toright {
    left: 300px;
}

.body-push-toleft {
    left: -300px;
}

.menu,
.body-push {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

#menuToggle {
    font-size: 1.9em;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
    display: block;
    text-align: center;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 50px;
    cursor: pointer;
    background: #2F3C4E;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

#menuToggle:hover {
    color: #ffffff;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}


/* Helper classes */
.noscroll {
  overflow: hidden;
}

.content-style-sidebar #site-navigation li a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #FAF1E0;
  font-weight: 400;
  font-size: 1.05em;
  padding: 12px 20px;
}

.content-style-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-style-sidebar h2 {
  font-weight: 300;
  font-size: 2em;
  padding: 20px 20px 0;
  margin: 0;
  color: #fff;
}

.content-style-sidebar #site-navigation li a:hover {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.menu-btn .fa {
}

.menu-btn .arrow_right {
  display: none;
}

.pushy .logo {
  padding: 40px 20px 0;
  display: block;
}

.logo img {
    margin: 0 auto;
    display: block;
}

.pushy {
  background: #333332;
  font-size: 0.9em;
  font-weight: bold;
}

.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 0;
  text-decoration: none;
}

.pushy a:hover {
  color: #b3b3b1;
}

@media screen and (max-width: 768px) {
  .pushy {
    font-size: 1.0em;
  }
}



.dcjq-parent-li {
  padding: 0;
}

.dcjq-parent-li .title {
  position: relative;
}

.dcjq-parent-li .title a {
  padding: 0;
}

.dcjq-parent-li .fa {
  float: right;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
}

.dcjq-parent-li .active .fa {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(45deg);
}

.menu-btn:hover {
  color: #FFF;
  background: #EF9D87;
}

ul li ul li a {
  padding-left: 30px !important;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.content-style-sidebar aside {
  padding: 20px;
}

.social a .fa {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 27px;
  text-align: center;
  height: 26px;
  margin: 0 3px 6px;
  padding: 5px 7px 6px;
  transition: .3s linear;
  background: rgba(0, 0, 0, 0);
}

.social li:first-child {
  padding-left: 0;
}

.social .fa:hover {
  color: #fff;
}

.social .social_twitter:hover {
  background-color: #00B1EF;
}

.social .social_facebook:hover {
  background: #275E99;
}

.social .social_instagram:hover {
  background: #6B493B;
}

.social .social_googleplus:hover {
  background: #DD4B39;
}

#site-tagline {
  text-transform: initial;
  padding: 12px 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*   II.     Menu End
==============================*/



/*   III.   Blog
==============================*/

#container {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.entry-wrapper {
  width: 100%;
  /*background: #fff;*/
  float: left;
  clear: both;
  margin-top: 30px;
}

.entry-featured-media {
  overflow: hidden;
  text-align: center;
  float: left;
  clear: both;
  width: 100%;
/*  border-top: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;*/;
}

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

.post-inner-content {
  clear: both;
  width: 100%;
  padding: 40px 50px;
  background: #fff;
  position: relative;
}

.white-bottom:before {
content: '';
height: 0;
width: 0;
border-width: 10px 10px 10px 10px;
border-style: solid;
border-color: rgba(251, 251, 251, 0) rgba(255, 255, 255, 0) #FFF rgba(255, 255, 255, 0);
position: absolute;
top: -20px;
margin-left: 0px;
border-left-style: inset;
z-index: 99;
}

.post-title {
    clear: both;
    width: 100%;
    padding: 30px 50px;
    background: #fff;
    overflow: hidden;
}

.post-title .entry-title {
    margin-bottom:0;
}

.entry-title {
  margin-bottom: 30px;
}

.entry-meta {
  width: 100%;
  text-align: left;
  margin: 30px 0;
  float: left;
  clear: both;
  font-family: 'Montserrat',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.entry-meta span {
  color: #A5A5A5;
  line-height: 18px;
  margin-right: 5px;
  font-size: 14px !important;
  float: left;
}

.entry-meta span .fa {
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}

.entry-meta span i {
  float: left;
  margin-top: 3px;
  margin-right: 2px;
}

.read-more {
  height: 2em;
  line-height: 2em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
}

.read-more .fa {
  position: relative;
  top: 1px;
  height: 19px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  left: 0px;
}

.read-more:hover .fa {
  left: 6px;
}

.share-button {
  float: right;
  width: 6em;
  height: 2em;
  line-height: 2em;
  font-size: 16px;
}

.post-share {
  float: right;
  font-size: 12px;
}

.post-share i:hover {
  background: #EF9D87;
  color: #fff;
}

.post-share a {
  color: #EF9D87;
}

.post-share a i:hover {
  border-color: #EF9D87;
}

.post-share a i {
  display: inline-block;
  border: 1px solid #E8E8E8;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  margin-left: 3px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.read-more a, .social-toggle {
  display: block;
  font-weight: bold;
  font-size: 90%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s;
  color: rgb(200,200,200);
  background: rgba(200,200,200,.05);
  border: 1px solid #D8D8D8;
  padding: 5px 12px;
}

.share-button a:hover, .read-more a:hover {
  background: #EF9D87;
  color: #fff;
  border-color: #EF9D87;
}

.social-networks a:hover {
  color: #000;
  background: inherit;
}

.no-js .social-toggle, .no-js .social-toggle:hover {
  cursor: default;
  border: none;
  background: transparent;
  color: rgb(200,200,200);
  pointer-events: none;
}

.social-networks {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0) translateY(-190px);
  transform: scale(0) translateY(-190px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: -45%;
  /* stops flickering */
  -webkit-backface-visibility: hidden;
}

.social-gplus {
  background: #e34429;
}

.social-twitter {
  background: #6cdfea;
}

.social-networks.open-menu, .no-js .social-networks {
  -webkit-transform: scale(1) translateY(-90px);
  transform: scale(1) translateY(-90px);
  opacity: 1;
}

.social-networks ul {
  position: relative;
  top: 0;
  left: 0;
  width: 180px;
  height: 40px;
  color: #fff;
  background: #3b5998;
  margin: auto;
  padding: 0;
  list-style: none;
}

.social-networks ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.social-networks.open-menu ul:after, .no-js .social-networks ul:after {
  margin: 35px auto;
  border-top: 12px solid #3b5998;
}

.social-networks li {
  font-size: 90%;
  width: 60px;
  margin: 0;
  text-align: center;
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s ease;
}

.share-button a {
  text-decoration: none;
}

.social-networks a {
  display: block;
  color: white;
  line-height: 2.6em;
}

.social-networks a:hover {
  color: #222;
}

ol.commentlist li.comment div.vcard img.avatar {
  width: 38px;
  height: 38px;
  float: left;
  margin: 5px 20px 10px 0px;
}

ol.commentlist {
  list-style: none;
  margin: 0 0 15px 0 !important;
  padding: 0;
  text-align: left;
}

ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 15px 0 0 10%;
  padding: 0;
}

ol ul {
  margin: 0 0 10px 80px;
}

ol.commentlist li.comment div.comment-meta {
  padding: 0 0 5px;
  font-size: 13px;
  line-height: 24px;
}

ol.commentlist li.comment p {
  margin: 0;
  padding: 5px 0 10px;
}

ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

ol.commentlist li.comment div.vcard span.says {
  font-size: 19px;
  font-style: italic;
}

.comment-form input, .comment-form textarea {
  border: 1px solid #CCC;
  padding: 8px 11px;
}

#comments-section {
  padding: 20px 0 0;
  margin: 0 0 40px;
  border-top: 1px solid #DDD;
}

.reply {
  margin-bottom: 40px;
}

.reply .fa {
  font-size: 11px;
}

.reply a.comment-reply-link {
  font-family: 'Montserrat',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

#respond {
  padding: 15px 0;
}

/*   III.    Blog End
==============================*/

/*   IV.     Post Types
==============================*/

/* Gallery Featured Image */
.blog-post-slider {
  position: relative;
}

.post-image {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.post-image figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

.post-image figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.post-image figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-image figure figcaption::before,
.post-image figure figcaption::after {
    pointer-events: none;
}

.post-image figure figcaption,
.post-image figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.post-image figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.post-image figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-julia {
background: #2F3238;
}

figure.effect-julia img {
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255,255,255,0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/* Link Post Format*/

.post-format-link h1 {
  color: #fff;
}

.post-format-link p {
  color: #fff;
}

.flex-container a:active,
  .blog-post-slider a:active,
  .flex-container a:focus,
  .blog-post-slider a:focus {
  outline: none;
}

.slides,
  .flex-control-nav,
  .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery.blog-post-slider {
  position: relative;
  float: left;
  clear: both;
}

.gallery.blog-post-slider ul.slides li img {
  width: 100%;
}

.blog-post-slider {
  position: relative;
}

.gallery.blog-post-slider {
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blog-post-slider ul {
  padding: 0px;
  margin: 0px;
}

.gallery.blog-post-slider ul.slides li {
  list-style: none;
  display: none;
}

.gallery.blog-post-slider {
  overflow: hidden;
  position: relative;
}

.gallery.blog-post-slider .flex-direction-nav {
  position: absolute;
  z-index: 14;
  right: -10px;
  overflow: hidden;
  width: 100%;
  background: none;
  display: block;
  margin: 0px;
  padding: 0px;
  top: 10px;
  float: left;
  clear: both;
  height: 40px;
}

.gallery.blog-post-slider .flex-direction-nav li {
  width: 50px;
}

.gallery.blog-post-slider .flex-direction-nav a {
  top: 0px;
  margin: 0px;
  opacity: 0.7;
  padding: 0px 15px;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  background-size: 40px !important;
}

.gallery.blog-post-slider .flex-direction-nav a:hover {
  opacity: 1;
}

.gallery.blog-post-slider .flex-direction-nav .flex-next {
  background-size: 40px !important;
  right: 20px;
  background-image: url(../images/slider-next.png);
  background-repeat: no-repeat !important;
}

.gallery.blog-post-slider  .flex-direction-nav .flex-prev {
  background-size: 40px !important;
  right: 70px;
  background-image: url(../images/slider-prev.png);
  background-repeat: no-repeat !important;
}


/* Quote */

post-format-quote .wrapper {
  height: auto !important;
}

.post-format-quote img, .post-format-link img {
  opacity: 0.2;
  max-width: none;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.post-image {
  overflow: hidden;
  text-align: center;
  float: left;
  clear: both;
  width: 100%;
  height: 400px;
/*  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;*/;
}

/* Video */

.wrapper.post-format-video {
  overflow: hidden;
}

.post-format-quote .quote {
  position: relative;
  top: 80px;
  left: 10%;
  width: 80%;
  z-index: 1;
}

.post-format-quote p, .post-format-quote span {
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  font-weight: 300;
  clear: both;
}

.post-format-quote .wrapper .quote span {
  float: left;
  clear: both;
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
}

.post-format-quote .wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  float: left;
  height: 320px;
  text-align: left;
}


/*sidebar*/


.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #DDD;
}

.sidebar-nav li {
  display: block;
}

.sidebar-nav li a:before {
  content: '5';
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "ElegantIcons";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.sidebar-nav li a:hover:before {
  right: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sidebar-nav li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #DDD;
  border-top: 0;
}

.tags .tag {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
  display: inline-block;
  margin: 0 10px 8px 0;
}

.tags .tag:hover {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
}

.sidebar {
}

.sidebar aside {
  padding: 35px 30px;
  background-color: #FFF;
  margin-top: 30px;
}

.sidebar aside h3 {
  margin-top: 0;
}

.image-tiles {
}

.image-tiles .image-item img {
  position: relative;
  width:87px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin:8px 5px 5px;
}

.image-tiles .image-item {

}

.image-tiles .image-item:after {

}


/*   IV.    Post Types End
==============================*/


/*   V.    Gallery
==============================*/

.work_listing .isotope-item {
  margin: 0!important;
  line-height: 0;
  width: 33.3%;
  padding: 0;
  position: relative;
}

.isotope-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative;
}

.isotope-item .portfolio-image img {
  width: 100%;
  height: auto;
}

.project-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  cursor: pointer;
}

.project-overlay {
  background: #EF9D87;
}

.isotope-item:hover .project-overlay {
  opacity: .8;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.project-info {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}

.project-name {
  color: #fff;
  text-transform: uppercase;
  margin-top: 50px;
  opacity: 0;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.isotope-item:hover .project-name {
  opacity: 1;
  -webkit-transition: opacity .4s .3s;
  -moz-transition: opacity .4s .3s;
  -ms-transition: opacity .4s .3s;
  -o-transition: opacity .4s .3s;
  transition: opacity .3s .3s;
}

.project-categories {
  font-family: 'Helvetica',sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  opacity: 0;
  margin-top: 3px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.isotope-item:hover .project-categories {
  opacity: 1;
  -webkit-transition: opacity .4s .4s;
  -moz-transition: opacity .4s .4s;
  -ms-transition: opacity .4s .4s;
  -o-transition: opacity .3s .4s;
  transition: opacity .3s .4s;
}

.zoom-icon {
  font-size: 2em;
  color: #fff;
  left: 50%;
  margin-left: -20px;
  position: inherit;
  width: 40px;
  height: 40px;
  margin-top: 40px;
  opacity: 0;
  background-size: 40px 40px;
  transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
}

.isotope-item:hover .zoom-icon {
  opacity: 1;
  margin-top: 0px;
  -webkit-transition: opacity .3s .1s, margin-top .3s .1s;
  -moz-transition: opacity .3s .1s, margin-top .3s .1s;
  -ms-transition: opacity .3s .1s, margin-top .3s .1s;
  -o-transition: opacity .3s .1s, margin-top .3s .1s;
  transition: opacity .3s .1s, margin-top .3s .1s;
}

/*   V.    Gallery End
==============================*/




/*   VI.    Footer
==============================*/

#pagination {
  float: left;
  clear: both;
  width: 100%;
}

.pager .fa {
  font-size: 11px;
}

.pager a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.next-posts a, .prev-posts a,.backTop {
  padding: 10px;
  display: block;
  background-position: center center;
  display: block;
  text-align: center;
  background-color: #303030;
  clear: none;
  background-repeat: no-repeat;
  color: #fff;
}

.next-posts a {
  float: right;
}

.prev-posts a {
  float: left;
}

.next-posts a:hover, .prev-posts a:hover {
  background-color: #EF9D87;
  color: #fff;
}

#footer a {
  cursor: pointer;
}

/* Copyright Wrap */

#copy {
  padding: 10px 0;
  text-align: right;
}

p.copyright {
  font-family: montserrat;
  color: #FFF;
  font-size: 14px;
}



#header-instagram {
text-align: center;
overflow: hidden;
}

#header-instagram h4.block-heading {
color: #000;
}

.instag .no-bullet, .pllexislider .no-bullet {
list-style: none;
padding: 0;
margin: 0;
}

.widget-instagram .instag ul.thumbnails>li {
width: 12.5% !important;
display: inline;
float: left;
margin-bottom: -6px;
}

.instag ul.thumbnails img {
width: 100%;
}

.instag ul.thumbnails > li img:hover {
    opacity: .8;
}

/*   VI.    Footer End
==============================*/




/*   VII.   Mediaqueries
==============================*/

/* Media Queries */
/* Let's redefine the width of each anchor and the margins */

@media (max-width: 480px) {

    p {
        font-size: 18px;
    }
    h1 {
        font-size: 28px;
    }

    .menu {
        right: -240px;
        width: 300px;
    }

    .menu.menu-open {
        right: 0px;
    }

    .menu-wrap {
        position: absolute;
        top: 0;
        left: 60px;
        background: #1a1a1a;
        width: 240px;
        height: 100%;
    }

    .body-push-toright {
        left: 260px;
    }

    .body-push-toleft {
        left: -260px;
    }

    #container {
        padding:5px 0;
    }
    .post-inner-content {
        padding:10px 10px 20px;
    }

    .work_listing .isotope-item {
        width:100%;
    }

    .read-more, .share-button {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .sidebar aside {
        padding:15px;
    }

    .social-networks {
        margin-left: 0;
    }

    .social-networks ul {
        width: 100%;
    }
    .social-networks li {
        width: 33.3%;
    }


}

@media (max-width: 768px) {

    .post-share {
        float:none;
        clear: both;
        padding-top: 15px;
    }

    .post-format-quote .wrapper {
        height: auto;
        padding-bottom: 140px;
    }

    .work_nav .filters li {
        font-size:12px;
        margin-bottom: 20px;
    }
}

/*   VII.   Mediaqueries End
==============================*/






/*
Demo
=========================== */
.demo-panel{
    background:#fff;
    color:#fff;
    width:240px;
    display:none;
    height:auto;
    left:0;
    padding:0;
    top:100px;
    position:fixed;
    _position:absolute;
    z-index:99999;
    border:1px solid #ececec;
    border-right:none;
}

.demo-panel .btn{
    padding:8px 15px 8px 15px;
}

.demo-panel h6{
    text-align:center;
    margin-bottom:10px;
    padding:10px 0 11px 0;
    text-transform:uppercase;
    color:#424242;
    border-bottom:1px solid #ececec;
    background:#fff;
}

a.openpanel{
    _background-image:none;
    background:#fff;
    padding:9px 6px 6px 6px;
    color:#fff;
    display:block;
    left:0;
    text-align:center;
    top:100px;
    z-index:99999;
    position:fixed;
    _position:absolute;
    border:1px solid #ececec;
    border-left:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.openpanel{
    text-decoration:none;
}

a.active.openpanel{
    _position:absolute;
    left:229px;
}

a.openpanel:hover,
a.openpanel:focus,
a.openpanel:active{
    outline:none;
}

.stylechanger, .layout, .bgchanger{
    width:100%;
    float:left;
    list-style:none;
    list-style-type:none;
    list-style-position:outside;
    margin:0;
}

.bgchanger {
    padding-left:15px;
}

.stylechanger{
    margin:0;
    padding:10px;
}

.stylechanger li, .bgchanger li{
    list-style:none;
    float:left;
    width:20%;
    height:40px;
    padding:0 5px 10px 5px;
}

.stylechanger li a, .bgchanger li a{
    display:block;
    width:100%;
    height:100%;
    outline:none;
}

.layout{
    margin:0;
    padding:0 5px 0 5px;
}

.layout li{
    list-style:none;
    float:left;
    width:50%;
    height:auto;
    padding:0 5px 10px 5px;
    text-align:center;
}
.layout li.full{
    width:100%;
}

.btn-demo{
    display:block;
    text-align:center;
    border:1px solid #444444;
    color:#444444;
}

.btn-demo:hover{
    text-decoration:none;
    color:#fff;
}

#bg1 { background: #f8f8f8; }
#bg2 { background: url(../images/background/bg2.png) no-repeat left top; }
#bg3 { background: url(../images/background/bg3.png) no-repeat left top; }
#bg4 { background: url(../images/background/bg4.png) no-repeat left top; }
#bg5 { background: url(../images/background/bg5.png) no-repeat left top; }
#bg6 { background: url(../images/background/bg6.png) no-repeat left top; }
#bg7 { background: url(../images/background/bg7.png) no-repeat left top; }
#bg8 { background: url(../images/background/bg8.png) no-repeat left top; }
#bg9 { background: url(../images/background/bg9.png) no-repeat left top; }
#bg10 { background: url(../images/background/bg10.png) no-repeat left top; }
#bg11 { background: url(../images/background/bg11.png) no-repeat left top; }
#bg12 { background: url(../images/background/bg12.png) no-repeat left top; }
#bg13 { background: url(../images/background/bg13.png) no-repeat left top; }
#bg14 { background: url(../images/background/bg14.png) no-repeat left top; }
#bg15 { background: url(../images/background/bg15.png) no-repeat left top; }
#bg16 { background: url(../images/background/bg16.png) no-repeat left top; }
#bg17 { background: url(../images/background/bg17.png) no-repeat left top; }
#bg18 { background: url(../images/background/bg18.png) no-repeat left top; }
#bg19 { background: url(../images/background/bg19.png) repeat left top; }
#bg20 { background: url(../images/background/bg20.png) no-repeat left top; }

