/*

Theme Name: Vanz

Theme URI: https://creativemarket.com/VojtechSebo

Author: Vojtěch Šebo

Author URI: https://creativemarket.com/VojtechSebo

Description: Vanz is wordpress theme for your personal or business website. The theme is fully responsive designed to be conveniently displayed on the desktop, mobile and tablet.
Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: creative,	agency,	portfolio, responsive, bootstrap, fullscreen, showcase,	clean, minimal,	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 {
    -webkit-font-smoothing: antialiased;  
    overflow-y: scroll;
    overflow-x: hidden;
}



body {
    background-color: #fff;
    color: #777;
    font-size: normal;
    font-weight: normal;
    text-rendering: optimizelegibility;
    font-family: inherit;    
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
} 

h1, h2 {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
}
/*.menu-container h2.cat-title, .menu-container .cat-item {
    font-family: 'Roboto Slab', serif;
}*/

h1 {
    color: #312B2B;
    margin-top: 0px;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #312B2B;
}

a {
    color: #312B2B;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    color: #e56b62;
    
}

a:hover, a:active, a:focus{
    outline: 0;
}

.container{
  padding-top: 0px;
  padding-left: 0;
  margin-left: 0px;
  padding-right: 0;
  margin-right: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

  position: relative;
  left: 20%;
}  
#post-container {padding: 0;margin: 0;}

.menu-container {
    text-align: right;
    font-family: 'Roboto Slab', serif; 
    width: 17%;
    height: 100%;
    position: fixed;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
    z-index: 9999;
    overflow: hidden;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-container h2 {
    margin: 0px;
}

.menu-container img {
    margin: 10px -20px 10px 0;
    width: 100px;
}

.menu-container li {
    list-style: none;
}

.menu-container a h2, .menu-container h2, .blog-meta h2 {
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 3px;
}

.menu-container a h2 {
    text-transform: uppercase;
}

.menu-container a h2:hover, .menu-container a:hover, .blog-meta a:hover, .blog-meta p a:hover:nth-child(1)   {
    color: #e56b62;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.dashed {
    height: 100%;
    margin-right: 30px;
}

.dashed p {
    font-size: 11px;
    /*padding-bottom: 30px;*/
}

.webmaster {font-size: 10px;}
.webmaster a {color: #ffffff;}

#nav, .nav-category {
    padding: 0px;
    padding-bottom: 30px;
}

h2.cat-title {font-size: 14px;}
.nav-category li a {
    font-size: 11px;
}
.nav-category li, .nav-category li a {
    line-height: 16px;
}

.top-arrow:hover {
    color: #e56b62;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.slide-arrow, .slide-menu {
    width: 3%;
    height: 40px;
    font-size: 25px;
    position: absolute;
    left: 17%;
    text-align: center;
    /*margin-left: 34%;*/
    z-index: 9999;
    cursor: pointer;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slide-arrow:hover {
    color: #e56b62;
}
    
.slide-menu {
   display: none; 
   color: white;
   text-align: center;
   font-size: 20px; 
}

.slide-menu .fa.fa-bars {
   margin-top: 10px;
}

.sidebar-wrapper {
    margin-left: 17%;
}

.slide-sidebar {
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 300px;
    height: 100%;
    margin-left: -300px;
    background: #F3F3F3;
    border-right: 1px solid #F1F1F1;
    z-index: 1;
    visibility: hidden;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slide-sidebar a {
}

.slide-sidebar ul {
    padding-left: 0px;
}

#sidebar {
    padding-top: 20px;
}

#sidebar > ul {
    padding-left: 20px;
    padding-right: 20px;
}

.slide-sidebar li {
    list-style: none;
}

.social {
    padding-bottom: 15px;
}    

.social a {
    font-size: 20px;
}

.social a i {
    margin: 3px;
}

.top-wrapper, .single-post-container, .masonry-style {
    overflow: hidden;
}

/* BLOG */

#post-container .post {
    max-width: 800px;
}

.single-post-container {
    padding: 0;
}
.single-post-container article {
    max-width: 650px;
}

.single-post-container .detail-navigation {
    float: left;
    margin-top: 20px;
}

.entry-single-content {
    position: relative;
    padding-bottom: 40px;
}

.entry-single-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.entry-single-content .bx-controls {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 51;
}

.entry-single-content .video-wrp {
    margin-bottom: 20px;
}

.single-post-container .share {
    text-align: right;
    border-bottom: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
}

.wrapper.blog iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.wrapper.blog iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.blog-media iframe, .entry-single-content iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.content-video-wrapper, .video-wrp  {
    padding-top: 56.25%;
    position: relative;
}

.blog-media img {
    width: 100%;
    height: auto;
}

.blog-meta p {
    display: inline-table;
}

.hover {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: -webkit-linear-gradient(transparent, #111111);
    background: -o-linear-gradient(transparent, #111111);
    background: -moz-linear-gradient(transparent, #111111); 
    background: linear-gradient(transparent, #111111);
}

.hover:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hover h2 {
    position: absolute;
    color: #fff;
    opacity: 0;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 22px;
    left: 20px;
    top: 0px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.hover:hover h2 {
    color: #fff;
    top: 20px;
    opacity: 1;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.hover p {
    position: absolute;
    padding-right: 20px;
    left: 20px;
    top: 120px;
    color: #fff;
    opacity: 0;
    padding-top: 15px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.hover:hover p {
    top: 80px;
    opacity: 1;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.blog-comment #email, .blog-comment #website, .blog-comment #author, .blog-comment textarea {
    background: #F3F3F3;
    border: 1px solid #F1F1F1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    resize: none;
    padding: 6px 12px;
    vertical-align: middle;
    color: #525252;
    border-radius: 2px;
    font-weight: 200;
    font-size: 14px;
}

.blog-comment #email, .blog-comment #website, .blog-comment #author {
    width: 50%;
}

.blog-comment #email:focus, .blog-comment #website:focus, .blog-comment #author:focus, .blog-comment textarea:focus {
    border-color: #444444;
    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;
}

#respond div {
    margin: 0 0 10px;
}

.blog-comment #submit {
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0px !important;
    background: #777;
    box-shadow: none;
    -webkit-shadow: none;
    outline: none;
    border-radius: 2px;
}

.blog-comment #submit:hover {
    background: #e56b62;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.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 { 
  font-weight: bold;
}

#respond h3, .blog-comment h3 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.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 solid #F1F1F1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comment-reply-link {
    position: absolute;
    right: 20px;
}

.page-title {
    margin-bottom: 20px;
}

/* MANSORY */

.masonry-style .post {
    /*border: 1px solid #F1F1F1;*/
}

.blog-meta {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-meta h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.blog-meta p:nth-child(1) {
    font-size: 12px;
    margin: 10px 0 10px 0;
}

.blog-meta p a:nth-child(1) {
    color: #777;
}

.bxslider {
    padding: 0px;
}

.bxslider li {
    width: 100% !important;
}

.blog-media .bx-controls {
    position: absolute;
    top: 0px;
    z-index: 51;
    right: 0px;
}

.fa.fa-angle-left, .fa.fa-angle-right {
    color: white;
    font-size: 30px;
    background: #777;
    opacity: 0.8;
    width: 26px;
    padding-left: 7px;
}

.fa.fa-angle-left:hover, .fa.fa-angle-right:hover {
    background: #e56b62;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* WIDGET */

.instagram-pics {
    width: 106%;
}

.widget {
    padding-bottom: 20px;
}

.instagram-pics li {
    display: inline-table;
    margin: 2px;
}

.instagram-pics img {
    width: 82px;
}

.instagram-pics img:hover {
    opacity: 0.5;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tagcloud a {
    font-size: 14px !important;
    background: #777;
    color: #fff;
    padding: 3px 6px 3px 6px;
    border-radius: 2px;
    line-height: 2;
}

.slide-arrow svg polygon {
    fill: #fff;
}

.slide-arrow:hover svg polygon {
    fill: #e56b62;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tagcloud a:hover {
    color: #fff;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
    
/* PORTFOLIO */

.portfolio-style .post, .masonry-style .post {
    width: 24.99%;
    margin: 0;
    box-sizing: initial;
    display: block;
    background: #F3F3F3;
}

.portfolio-style .post img {
    width: 100%;
    height: auto;
}

.thumbnail {
    border: 0px;
}

.portfolio-main {
    float: left;
    padding-right: 20px;
    width: 70%;
    max-width: 650px;
}

.portfolio-main img {
    padding-bottom: 20px;
    width: 100%;
}

.portfolio-detail {
    width: 30%;
    float: left;
}

.portfolio-detail h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.detail-line {
    border-bottom: 1px solid rgb(179, 179, 179); 
    width: 40px; display: block;
}

.share ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.share ul li {
    display: inline-table;
}

.share .fa, .detail-navigation .fa {
    background: #777;
    padding: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.share ul li a .fa-facebook {
    background: #3B5998;
}

.share ul li a .fa-twitter {
    background: #2CAAE1;
}

.share ul li a .fa-google-plus {
    background: #DD4A38;
}

.share ul li a .fa-pinterest {
    background: #CA222E;
}

.share .fa:hover, .detail-navigation .fa:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.detail-navigation .fa:hover {
    opacity: 1;
    background: #e56b62;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}    

.detail-navigation a {
    padding-right: 4px;
    margin-top: 30px;
}

.detail-navigation {
    margin-top: 20px;
    margin-bottom: 30px;
}
    
/* LOADING */

#infscr-loading {
    z-index: 9999;
    position: absolute;
    background: rgb(255,255,255);
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #363636;
    border-radius: 2px;
    bottom: 20px;
    width: 30px;
    height: 30px;
}

#infscr-loading img {
    display: block !important;
    margin-left: 5px;
    margin-top: 5px;
}

/* PRELOADER */

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin-left: 19%;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}



#status {
    width:50px;
    height:50px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image: URL(img/sprites_small.GIF); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-25px 0 0 -25px; 
}

/* CONTACT FORM */

.wpcf7-submit, .sc-button, .btn {
    font-family: arial;
    background: #777;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;    
}    

.wpcf7-submit:hover, .sc-button:hover, .btn:hover {
    background: #e56b62;
    color: #fff;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;   
}  

.wpcf7-textarea {
    background: #F3F3F3;
    border: 1px solid #F1F1F1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    resize: none;
    padding: 6px 12px;
    vertical-align: middle;
    color: #525252;
    border-radius: 2px;
    font-weight: 200;
    font-size: 14px;   
} 

.wpcf7-text {
    background: #F3F3F3;
    border: 1px solid #F1F1F1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50%;
    resize: none;
    padding: 6px 12px;
    vertical-align: middle;
    color: #525252;
    border-radius: 2px;
    font-weight: 200;
    font-size: 14px;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #444444;
    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;
}

.wpcf7-mail-sent-ok {
    background: #e56b62;
    width: 100%;
    border: 0px !important;
    padding: 6px 12px !important;
    vertical-align: middle;
    color: #525252;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0px !important;
    color: #fff;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #e56b62 !important;
}

.top-arrow {
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
}

/* SHORTCODES */

blockquote {
    font-family: 'Roboto Slab', serif;
    margin-top: 20px;
    border-left: 5px solid #e56b62;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
    font-style: italic;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
}
 
blockquote cite:before {
    content: "\2014 \2009";
}

.jumbotron {
    font-family: 'Roboto Slab', serif;
    line-height: 1.5;
    border-radius: 2px !important;
    background-color: #F3F3F3;
}

.jumbotron p {
    text-align: right;
    margin-top: 20px;
}

.alert {
    border-radius: 2px;
}

.panel {
    border-radius: 2px;  
    border-color: #F1F1F1;
    box-shadow: none;
}

.panel-heading {
    background-color: #F3F3F3 !important;
    border-color: #F1F1F1 !important;
}

.progress {
    height: 40px;
    border-radius: 2px;  
    background-color: #f3f3f3;
}

.progress-bar {
    font-size: 16px;
    padding-top: 10px;
    background-color: #777;
}

.first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-right: 10px;
    font-family: Georgia;
}

.bx-wrapper {
    position: relative;
}

/* 404 */

.page-notfound {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.page-notfound h1 {
    padding-bottom: 20px;
}

.newsletter {padding-top: 50px;}
.newsletter form {
    margin: 10px 0 10px 25%;
    position: relative;
}
.newsletter div.email {
    border: 1px solid #333;
    border-radius: 5px 0 0 5px;
    margin-right: 30px;
}
.newsletter div.button {
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #333;
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

.newsletter input.email {
    padding: 5px;
    background: transparent;
    font-size: 12px;
    font-family: sans-serif;
    color: #c0c0c0;
    margin: 0;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
    width: 100%;
    border: 0;
}

.newsletter button {
    margin: 0;
    padding: 0;
    height: 30px;
    background: transparent;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    border: 0;
}

.newsletter button img {width: 15px !important; margin: 0 !important;}


/* RESPONZIVE */

@media screen and (min-width: 768px) {

.container {
    width: 80% !important;
}

}

@media screen and (max-width: 1250px) {

.masonry-style .post {
    width: 33.33%;
}

}

@media screen and (max-width: 1150px) {
.slide-arrow, .slide-menu {
    width: 4%;
}
.container {
    width: 79% !important;
    left: 21%;
}
.portfolio-style .post, .masonry-style .post {
    width: 49.99%;
    border: 0;
}
.masonry-style .post {
    width: 49.99%;
    border: 0;
}

}

@media screen and (max-width: 1100px) {

.portfolio-main, .portfolio-detail {
    width: 100%;
    padding-right: 0px;
}

}

@media screen and (max-width: 860px) {

.portfolio-style .post, .masonry-style .post {
    width: 100%;
}

@media screen and (max-width: 800px) {

.menu-container {
    width: 200px;
}

.container {
    padding-left: 200px !important;
    padding-right: 0px;
    padding-top: 0px;
    width: 100% !important;
    left: 0% !important;
}

.single-post-container article {
    margin: 0 auto;
}

#post-container {
    /*padding-left: 10%;
    padding-right: 10%;*/
}

.portfolio-style .post, .masonry-style .post {
    width: 100%;
}

.slide-arrow {
    display: none;
}

.slide-menu {
   /*display: block;*/
   margin-left: 0px; 
   position: fixed;
}
.slide-sidebar {
    display: none;
}

#infscr-loading {
    margin-left: -10px;
}

#preloader {
    margin-left: 0px;
}

.aaa {
    margin-left: 200px;
}

.menu-container a h2, .menu-container h2, .blog-meta h2 {
    font-size: 18px;
}

.menu-container img {
    width: 70%;
}

}

@media screen and (max-width: 500px) {

#post-container {
    padding-left: 5%;
    padding-right: 5%;
}

.portfolio-style .post, .masonry-style .post {
    width: 90.5%;
    margin-left: 0px;
    margin-right: 0px;
}

.wpcf7-text {
    width: 100%;
}

.top-arrow {
    display: none !important;
}

};
