/*

Theme Name: Ella

Theme URI: https://creativemarket.com/VojtechSebo

Author: Vojtěch Šebo

Author URI: https://creativemarket.com/VojtechSebo

Description: Ella is a responsive theme for WordPress designed specially for photographers and photos lovers. The main advantage is the large adaptability of home page.
Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: creative,	photography, portfolio, instagram, responsive, clean, minimal, unique, wordpress, blog

Text Domain: vojtechsebo 

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

*, *:after, *:before {
    box-sizing: border-box;
} 

:focus {
    outline: 0;
}


html {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;  
    overflow-y: scroll;
    overflow-x: hidden;
}



body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #595959;
    font-size: normal;
    font-weight: normal;
    text-rendering: optimizelegibility;
    font-family: inherit;    
    line-height: 1.8;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
} 

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #312B2B;
}

a {
    color: #454545;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none !important;
    color: #5ed9e7;
    
}

a:hover, a:active, a:focus{
    outline: 0;
}

.container {
    padding-bottom: 80px;
}

header {
    padding: 50px 0px;
}

#logo {
    margin: 0 auto;
    display: block;
}

.site-title {
    text-align: center;
    color: #312B2B !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 50px;
}

.site-title h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
}

.site-title h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.6;
}

.menu_icon {
    display: none; 
}

.menu_icon .fa {
    padding-right: 5px;
}

.menu {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px dotted rgb(199, 197, 197);
    border-top: 1px dotted rgb(199, 197, 197);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.menu li {
    padding: 10px 15px;
    list-style: none;
    display: inline-table;
}

.sub-menu {
    position: absolute;
    padding: 0px 20px 5px 20px;
    background: rgba(255,255,255,1);
    margin-left: -10px;
    border-bottom: 1px dotted rgb(199, 197, 197);
    border-left: 1px dotted rgb(199, 197, 197);
    border-right: 1px dotted rgb(199, 197, 197);
    z-index: 101;
    display: none;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sub-menu li {
    padding: 0px;
    display: block;
    text-align: left;
    padding: 3px 0px;
}

.sub-menu li:nth-last-child(1) {
    border-bottom: 0px;
}

.menu-item {
    cursor: pointer;
}

.menu-item-has-children {
    margin-right: 10px;
}

.menu-item-has-children > a:after {
    content: "\f107";
    margin-left: 7px;
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
    font-family: Fontawesome;
}

/* PRELOADER */

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; 
    z-index:9999; 
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

#preloader svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

/* FIX*/
#map img { 
  max-width: none;
}
#map label { 
  width: auto; display:inline; 
} 
.widget #search-input {
  border: 1px dotted rgb(199, 197, 197);
  padding: 10px;
  width: 100%;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active { 
  background-position:0 -17px; 
}
.dot-irecommendthis-count {
  color: #fff
}

/* PORTFOLIO */

.portfolio-style {
    padding: 0px;
}
.portfolio-style .post {
    margin: 0px;
    float: left;
    background: #fff;
    overflow: hidden;
}

.post a:nth-child(1) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid white;
    overflow: hidden;
}

.portfolio-style .post .article-img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    background-size: cover !important;
    background-position: center center;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.hover {
    width: 100%;
    height: 100%; 
    position: absolute;
    opacity: 0;
    padding: 0px 20px;
    background: rgba(0,0,0,0.7);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;   
}

.hover:hover {
    cursor: pointer;
    opacity: 1;
}

.img-scale {
    -webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);  
    -ms-transform: scale(1.2);   
    transform: scale(1.2);
}

.hover h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    opacity: 0;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 16px;
    top: 0px;
}

.hover h2:after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    height: 1px;
    width: 15px;
    background-color: #fff;
}

.hover:hover h2 {
    color: #fff;
    top: 20px;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.hover p {
    font-size: 13px;
    line-height: 1.65;
    position: relative;
    top: 20px;
    color: #fff;
    opacity: 0;
    padding-top: 15px;
}

.hover:hover p {
    top: 0px;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.hover div {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 70%;
    margin-top: -36px;
    opacity: 0;
}

.hover:hover div {
    top: 50%;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/* PORTFOLIO GRID */

.square {
    width: 20%;
    height: auto;
    padding-top: 20%;
}

.big-square {
    width: 40%;
    height: auto;
    padding-top: 40%;
}


.rectangle {
    width: 40%;
    height: auto;
    padding-top: 20%; 
}

.big-rectangle {
    width: 60%;
    height: auto;
    padding-top: 40%; 	
}

.skyscaper {
    width: 20%;
    height: auto;
    padding-top: 40%;
}

/* PORTFOLIO */

.open-images {
    padding: 0px;
    margin-bottom: 0px;
}

.open-images li {
    position: relative;
    list-style: none;
    margin-bottom: 60px;
}

.open-images li:nth-last-child(1) {
    margin-bottom: 0px;
}

.open-images li img {
    width: 100%;
    height: auto;
}

.open-images .image-meta {
    position: absolute;
    top: 0px;
    opacity: 0;
    left: 20px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-right: 20px;
    font-style: italic;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.open-images li img:hover ~ .image-meta {
    top: 20px;
    opacity: 1;
}

.open-images .caption {
    position: absolute;
    opacity: 0;
    bottom: 0px;
    right: 20px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-left: 20px;
    font-style: italic;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.open-images li img:hover ~ .caption {
    bottom: 20px;
    opacity: 1;
}

.portfolio-detail {
    width: 30%;
    float: left;
    margin: 50px 0px;
    border-right: 1px dotted rgb(199, 197, 197);
}

.portfolio-detail p {
    font-size: 13px;
}

.portfolio-detail p span {
    font-style: italic;
}

.portfolio-detail h1 {
    font-size: 24px;
    margin: 0px 0px 20px 0px;
}

.portfolio-text {
    width: 70%;
    float: left;
    margin: 50px 0px;
    padding-left: 30px;
}

.portfolio-text .video-wrp {
    display: none;
}

.detail-navigation {
    float: right;
    width: 100%;
    border-top: 1px dotted rgb(199, 197, 197);
    padding-top: 15px;
}

.detail-navigation li:nth-child(1) {
    float: left;
}

.detail-navigation li {
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    display: inline-table;
}

.detail-navigation li .fa {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.detail-navigation li:nth-child(2) {
    position: absolute;
    left: 50%;
    margin-left: -45px;
}

.detail-navigation li:nth-child(3) {
    float: right;
    text-align: right;
}

.detail-navigation .fa {
    font-size: 18px;
}

.detail-navigation .fa.fa-angle-left {
    padding-right: 10px;
}
.detail-navigation .fa.fa-angle-right {
    padding-left: 10px;
}

.detail-navigation li:hover .fa {
    color: #5ed9e7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bxslider .image-meta {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 20px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-style: italic;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.bxslider .wp-caption-text {
    display: none;
}

.bx-wrapper:hover .image-meta {
    top: 20px;
    opacity: 1;
}

.image-meta span {
    padding: 5px;
}

.bxslider .caption {
    position: absolute;
    opacity: 0;
    bottom: 0px;
    right: 20px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-style: italic;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.bx-wrapper:hover .caption {
    bottom: 20px;
    opacity: 1;
}

.bx-wrapper {
    position: relative;
    text-align: center;
}

.bxslider {
    padding: 0px;
}

.bxslider img {
    width: 100%;
    height: auto;
}

.bx-controls {
    position: absolute;
    top: 50%;
    z-index: 51;
    width: 100%;
    margin-top: 0px;
    height: 50%;
}

.bx-prev, .bx-next {
    color: #fff !important;
    position: absolute;
    opacity: 0;
    font-size: 30px;
    top: -30px;
    background: rgba(0,0,0,0.7);
    padding: 7px 20px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.hp-blog .bx-prev, .hp-blog .bx-next {
    top: -15px;
}

.bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
    opacity: 1;
}

.bx-prev {
    left: 0px;
}

.bx-next {
    right: 0px;
    text-align: right;
}

.bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.bx-pager-item {
    display: inline-table;
}

.bx-pager a {
    background: rgba(0,0,0,0.5);
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

a.bx-pager-link.active {
    background: #000 !important;
}

.single-post .share {
    padding: 10px 0px;
    border-bottom: 1px dotted rgb(199, 197, 197);
    border-top: 1px dotted rgb(199, 197, 197);
    text-align: center;
    margin-top: 40px;
}

.share ul {
    padding-left: 0px;
} 

.share li {
    list-style: none;
    display: inline-table;
    padding: 5px 5px 5px 0px;
    font-size: 12px;
    text-transform: uppercase;
} 

.open-video {
    padding: 0px;
}

.open-video li {
    list-style: none;
    padding-top: 56.25%;
    position: relative;
}  

.open-video li iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
} 

ul.grid {
    padding: 0px;
    margin: 0px;
}

/* I RECOMMNED THIS*/

.dot-irecommendthis {  
      color: #fff !important;
      position: absolute;
      bottom: 20px;
      left: 20px;
      background:url(img/heart.png) 0 0px no-repeat; 
      line-height: 17px;
      padding-left: 28px;
      display: inline-block;
      height: 17px;
      text-decoration: none !important;
      -webkit-transition: 0s;
      -moz-transition: 0s;
      -ms-transition: 0s;
      -o-transition: 0s;
      transition: 0s;
}
	
.dot-irecommendthis.active { 
      background-position:0 -17px; 	
      text-decoration: none !important;
      padding-left: 28px !important;
}

#open-lightbox, #open-page {
    color: #fff !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 17px;
    width: 17px;
}

#open-lightbox {
    background: url(img/resize.png) 0 0px no-repeat;
}

#open-page {
    background: url(img/page-link.png) 0 0px no-repeat;
}

/* LOADING */

#infscr-loading {
    z-index: 98;
    position: absolute;
    background: rgb(255,255,255);
    text-align: center;
    bottom: -30px;
    width: 100%;
    height: 30px;
}

#infscr-loading img {
    display: block !important;
    margin-top: 5px;
    margin: 20px auto;
}

/* GALLERY */

.post-gallery {
  width: 25%;
  height: auto;
  padding-top: 25%;
  margin: 0px;
  float: left;
  background: #fff;
  overflow: hidden;
}


/* LIGHTBOX */

.mfp-zoom-out-cur {
    overflow: hidden;
}

/* BLOG */

.hp-blog article {
    padding-bottom: 80px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.blog-media img {
    max-width: 100%;
    height: auto;
}

.blog-meta h2 {
    font-size: 24px;
    margin-top: 0px;
}

.blog-meta h2 a {
    color: #312B2B;
}

.portfolio-details {
    padding-left: 0px;
    margin-bottom: 30px;
}

.portfolio-details li {
    list-style: none;
    display: inline-table;
    font-size: 12px;
}

#content-post-left {
    padding: 0px;
    height: 300px;
    overflow: hidden;
}

#content-post-left img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#content-post-right {
    padding: 0px 0px 0px 45px;
    height: 300px;
    right: 0px;
}

.content-video-wrapper {
    padding-top: 56.25%;
    position: relative;
}

.content-video-wrapper iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.overlay-read-more {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wrapp-read-more {
    color: white;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-blog .bx-controls {
    margin-top: -20px;
}


.single-post article {
    padding: 0px;
}

.single-post h1 {
    margin-top: 0px;
}

.entry-single-content img {
    max-width: 100%;
    height: auto;
}

.entry-single-content iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.entry-single-content .wp-caption-text {
    display: none;
}

.video-wrp {
    padding-top: 56.25%;
    position: relative;
}

.wp-caption {
    max-width: 100%;
}

#content-post-left .bx-pager {
    bottom: -15px;
}

/* COMMENTS */

.blog-comment #email, .blog-comment #website, .blog-comment #author, .blog-comment textarea, .wpcf7-textarea, .wpcf7-text {
    background: #FAFAFA;
    border: 1px dotted rgb(199, 197, 197);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    resize: none;
    padding: 10px 12px;
    vertical-align: middle;
    color: #444;
    font-weight: 200;
    font-size: 14px;
}

.wpcf7-textarea, .wpcf7-text {
    background: none;
    background: #FAFAFA;
}  

.wpcf7-form p {
    text-transform: uppercase;
}

.blog-comment #email:focus, .blog-comment #website:focus, .blog-comment #author:focus, .blog-comment textarea:focus, .wpcf7-textarea:focus , .wpcf7-text:focus {
    border-color: #444;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.wpcf7-validation-errors {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: #999;
    font-size: 1em;
    display: block;
    font-style: italic;
    text-transform: none;
}

div.wpcf7-mail-sent-ok {
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
}

#respond div {
    margin: 0 0 30px;
}

.blog-comment #submit, .wpcf7-submit, .jumbotron #submit, .sc-button, .sc-button-2  {
    color: #fff;
    text-transform: uppercase;
    border: 0px !important;
    background: #252525;
    box-shadow: none;
    -webkit-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 15px 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sc-button, .sc-button-2 {
    display: inline-table;
    color: #fff !important;
}

.jumbotron #submit:hover {
    background: #5ed9e7;
    color: #fff !important;
}

.blog-comment #submit:hover, .wpcf7-submit:hover, .sc-button:hover {
    background: #5ed9e7;    
}

.sc-button-2:hover {
    opacity: 0.75;
} 

.jumbotron #submit:hover {
    background: #fff;
    color: #252525;
}

.commentlist {
    list-style: none;
    position: relative;
    padding-left: 0px;
}

.children {
    list-style: none;
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding-left: 80px;
    list-style: none;
    position: relative;
}

.fn { 
    text-transform: uppercase;
    font-style: normal;
    color: #595959;
}

.commentmetadata {
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}

#respond h3, .blog-comment h3 {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.comment-author.vcard img {
    width: 60px;
    float: left;
    margin-right: 20px;
    border-radius: 90%;
}

.comment-text {
    width: auto;
    margin-left: 80px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px dotted rgb(199, 197, 197);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comment-reply-link {
    position: absolute;
    right: 20px;
}

/* INSTAGRAM API */

.instagram-style .post {
    position: relative;
}

#load_more {
    text-align: center;
}

#next_page {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    top: 30px;
    cursor: pointer;
}

.ajax_loading {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 500px;
}

.ajax_loading img {
  padding-top: 45px;
}
.last {
  display: none;  
}

/* SHORTCUTS */

.first-letter {
    float: left;
    font-size: 75px;
    line-height: 75px;
    padding-right: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.alert {
    border-radius: 0px;
    border: 0px;
    color: #252525;
}

.progress {
    height: 50px;
    border-radius: 0px;
    background-color: #fff;
}

.progress-bar {
    width: 85%;
    font-size: 20px;
    padding: 15px;
    background: #FAFAFA;
    box-shadow: none;
    color: #333;
}

.panel-default, .progress  {
    border-radius: 0px;
    box-shadow: none;
    border: 1px dotted rgb(199, 197, 197);
}

.panel-heading {
    background: #eeeeee;
    border: 0px;
}

.jumbotron {
    border-radius: 0px !important;
    color: #333;
    font-size: 17px;
    letter-spacing: 0px;
    background: #FAFAFA;
    border: 1px dotted rgb(199, 197, 197);
    padding-top: 28px;
    padding-bottom: 28px;
}

.jumbotron p {
    text-align: right;
    padding-top: 25px;
}

.jumbotron p a {
    margin: 0px !important;
}

blockquote {
    font-size: 17px;
    padding: 25px 20px;
    margin: 0 0 20px;
    background: #FAFAFA;
}

cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 15px;
    font-style: italic;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.buttons p {
    display: inline-table;
}

/* SIDEBAR */

#sidebar > ul {
    padding-left: 20px;
}

.widget {
    margin-bottom: 30px;
}

.widget h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.widget ul {
    list-style: none;
    padding-left: 0px;
}

.widget li {
    font-size: 14px;
    padding: 7px 0;
}

.widget li:nth-last-child(1) {
    border-bottom: 0px;
}

.widget li:before {
    content: "\f10c";
    font-size: 13px;
    font-family: Fontawesome;
    padding-right: 7px;
}

/* CONTACT */


#map {
  height: 500px;
  width: 100%;
  margin-bottom: 50px;
}

/* PAGE */

.default-page {
    padding: 0px;
}

.default-page .open-lightbox img:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.page-not-found {
    text-align: center;
}

/* FOOTER */

footer {
    width: 100%;
    height: 100%;
    padding: 50px;
    background: #FAFAFA;
    text-align: center;
    border-top: 1px dotted rgb(199, 197, 197);
}

.social {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0 50px;
}

.social a {
    margin: 10px;
}

/* RESPONZIVE */

@media screen and (min-width: 991px) {

.hp-blog .bx-viewport {
    height: 300px !important;
}

.menu {
    display: block !important;
}

}

@media screen and (max-width: 991px) {

#content-post-right {
    padding: 20px 0px 0px 0px;
    height: auto;
}

#content-post-left img {
    position: relative;
}

.sidebar, #sidebar ul {
    padding: 0px;
}

.sidebar {
margin-top: 20px;
}

.hp-blog .bxslider {
    margin-top: 0px;
}

.hp-blog #content-post-left {
    height: auto;
}

.hp-blog .bx-slider li {
    position: relative !important;
}

.hp-blog .bx-slider li img{
    height: auto;
}

.menu_icon {
    display: block;
    text-align: center;
    padding-bottom: 10px; 
    border-bottom: 1px dotted rgb(199, 197, 197);
    cursor: pointer;
}

.menu li {
    display: block; 
    padding: 5px; 
}

.menu {
    display: none;
    border-top: 0px;
    padding: 0px;
}

.sub-menu {
    position: relative;
    border: 0px;
    margin-left: 0px;

}

.sub-menu li {
    text-align: center;
    border: 0px;
}

}

@media screen and (max-width: 800px) {

.open-images li {
    margin-bottom: 1px;
}

}

@media screen and (max-width: 765px) {	

.square {
    width: 100%;
    padding-top: 100%;
}

.big-square {
    width: 100%;
    padding-top: 100%;
}


.rectangle {
    width: 100%;
    padding-top: 50%; 
}

.big-rectangle {
    width: 100%;
    padding-top: 50%; 	
}

.skyscaper {
    width: 100%;
    padding-top: 200%;
}

.post-gallery {
  width: 50%;
  padding-top: 50%;
}

.portfolio-detail {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px dotted rgb(199, 197, 197);
    margin: 20px 0px 20px 0px;
}

.portfolio-text {
    width: 100%;
    margin: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}

}

@media screen and (min-width: 650px) and (max-width: 765px) {

.square {
    width: 50%;
    padding-top: 50%;
}

.big-square {
    width: 50%;
    padding-top: 50%;
}


.rectangle {
    width: 50%;
    padding-top: 50%; 
}

.big-rectangle {
    width: 50%;
    padding-top: 50%; 	
}

.skyscaper {
    width: 50%;
    padding-top: 50%;
}

}

@media screen and (min-width: 650px) and (max-width: 1000px) {

.hover p, .hover h2:after {
     display: none;
}

}

@media screen and (max-width: 590px) {  


.site-title h2 {
    font-size: 19px;
}

.container {
    padding-bottom: 40px;
}

#load_more {
    padding-bottom: 20px;
}

.hp-blog article {
    padding-bottom: 60px;
}

}

@media screen and (max-width: 430px) {	

.site-title h1 {
    font-size: 40px;
}    

.site-title h2 {
    font-size: 18px;
}

.post-gallery {
      width: 100%;
      padding-top: 100%;
}

.hover p, .hover h2:after {
      display: none;
}

.detail-navigation li {
    font-size: 13px;
}   

.bxslider .image-meta,.bxslider .caption {
    display: none;
}

}


