/*
Theme Name: Snow
Theme URI: https://1.envato.market/snow-wp-info
Author: nK
Author URI: https://nkdev.info/
Description: Minimal & Clean WordPress Portfolio Theme
Version: 1.3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: snow
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-logo, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready, blog, entertainment, news, photography
*/

/* Wordpress CSS */
.sticky > .nk-blog-post {
    position: relative;
}
.sticky > .nk-blog-post:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #171717;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.sticky > .nk-blog-post:after {
    content: "\f08d";
    position: absolute;
    display: block;
    font-family: FontAwesome;
    top: 1px;
    left: 3px;
    line-height: 1;
    font-size: 11px;
    color: #fff;
    -webkit-transform: rotate(-45deg) translateY(2px);
    transform: rotate(-45deg) translateY(2px);
}

.gallery-caption {
    display: block;
    color: #969696;
    color: rgba(98, 98, 98, 0.58);
    font-size: 0.9rem;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.nk-comment.bypostauthor .nk-comment-name {
    background-color: #252525;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    margin-bottom: 2px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #000;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4, div.lead, .nk-heading-font, .nk-navbar-side .nk-nav .dropdown > li:last-of-type > a, .nk-navbar-side .nk-nav .dropdown > li > a, .nk-navbar-side .nk-nav > li:last-of-type > a, .nk-navbar-side .nk-nav > li > a, .nk-navbar-full .nk-nav .dropdown > li:last-of-type > a, .nk-navbar-full .nk-nav .dropdown > li > a, .nk-navbar-full .nk-nav > li:last-of-type > a, .nk-navbar-full .nk-nav > li > a, .nk-counter .nk-count, .nk-counter-2 .nk-count, .nk-counter-3 .nk-count, blockquote, .nk-carousel .nk-carousel-prev .nk-carousel-arrow-name, .nk-carousel .nk-carousel-next .nk-carousel-arrow-name, .nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name, .nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name, .nk-team-block .nk-team-member .nk-team-member-name, .nk-fullpage-number, .nk-portfolio-launch-site{
    font-family: 'Roboto', sans-serif!important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Table for posts */
.nk-post-text table,
.nk-comment-text table,
.page table {
    margin-bottom: 30px;
    border: 1px solid #838282;
}
.nk-post-text table th,
.nk-post-text table td,
.nk-comment-text table th,
.nk-comment-text table td,
.page table th,
.page table td{
    padding: 5px 15px;
    border-top: 1px solid #838282;
    border-left: 1px solid #838282;
}
/* Fixed Large Images*/
.nk-post-text img,
.nk-comment-text img,
.nk-forum-topic-content img{
    max-width: 100%;
    height: auto;
}

/* Fixed post text word wrap */
.nk-post-text,
.nk-comment-text {
    word-wrap: break-word;
}

/* Fixed Multiple category list on post page*/
.nk-categories-list{
    vertical-align: top;
}

/* Comments pingback */
.nk-comments .nk-comment .nk-comment-text.nk-comment-pingback {
    margin-left: 0;
}

/* Fixed for Monster Widgets*/
#wp-calendar {width: auto;min-width: 99%;}
#wp-calendar caption { text-align: right; font-size: 12px; padding: 0; margin-bottom: 15px; }
#wp-calendar thead { font-weight: 900; font-size: 1.2rem; }
#wp-calendar thead th { text-align: center; padding-bottom: 10px; }
#wp-calendar tbody td { border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 1.2rem; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 1.2rem; text-transform: uppercase; padding-top: 10px; }

/* Fix comment button */
.hidden.button{
    display:none;
}

/* Comment form when logged in */
#respond p.logged-in-as {
    margin-bottom: 0;
    margin-top: -24px;
}
/* Comment form when reply */
.nk-comments #respond {
    margin-top: 40px;
    margin-bottom: 40px;
}
.nk-comments #respond .form-control {
    background-color: #f6f6f6;
}
.nk-comments .nk-comment #respond {
    margin-left: 100px;
}
@media (max-width: 1199px) {
    .nk-comments .nk-comment #respond {
        margin-left: 50px;
    }
}
/* Fix comments view */
.nk-main .nk-comments .nk-comment {
    margin-top: 2rem;
}
.nk-comments .nk-comment p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .nk-main .nk-comments .nk-comment .nk-comment-avatar img {
        width: 30px;
    }
    .nk-main .nk-comments .nk-comment .nk-comment-meta {
        padding-top: 2px;
    }
    .nk-main .nk-comments .nk-comment .nk-comment-avatar {
        margin-right: 10px;
    }
    .nk-main .nk-comments .nk-comment .nk-comment-meta .nk-comment-date,
    .nk-main .nk-comments .nk-comment .nk-comment-meta .nk-comment-name,
    .nk-main .nk-comments .nk-comment .nk-comment-meta .nk-comment-reply {
        margin-left: 10px;
        margin-right: 22px;
    }
    .nk-main .nk-comments .nk-comment,
    .nk-main .nk-comments .nk-comment .nk-comment,
    .nk-main .nk-comments .nk-comment + .nk-comment {
        border-top: 1px solid #efefef;
        padding-top: 2.5rem;
        margin-top: 2.5rem;
    }
}

/* Fixed sticky if isset admin-bar*/
.admin-bar .nk-navbar-fixed {
    margin-top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .nk-navbar-fixed {
        margin-top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar .nk-navbar-fixed {
        margin-top: 0px;
    }
}

/* Fixed Monster Widgets*/
.nk-widget img {
    max-width: 100%;
}
.nk-widget select {
    max-width: 100%;
}
.nk-widget ul > li > ul > li > ul > li > ul > li > ul > li > ul ul {
    padding-left: 0;
}
.responsive-embed {
    clear: none !important;
}

/* Fix long titles */
h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}

/* Fixed VC Video Widget Conflict */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
    padding-bottom: 0 !important;
}
body{
    font-family: Roboto, 'sans-serif' !important;
}
/* Fixed .tag class collision with Bootstrap and tags archive */
body.tag {
    display: block;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    white-space: inherit;
    vertical-align: inherit;
    border-radius: 0;
}

/* Improved some helper classes for VS row */
.vc_row-no-padding .vc_inner.mauto,
.vc_row-no-padding .vc_inner.mlauto {
    margin-left: auto
}
.vc_row-no-padding .vc_inner.mauto,
.vc_row-no-padding .vc_inner.mrauto {
    margin-right: auto
}

/* fix for some portfolio items height */
.vc_row .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xl a.nk-portfolio-item-image,
.vc_row .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xl div.nk-portfolio-item-image {
    padding-bottom: 199.99%;
}

/* ibox support for icon link */
.nk-ibox-icon a,
.nk-ibox-icon a:hover,
.nk-ibox-icon a:focus {
    text-decoration: none;
    color: inherit;
}

/* Fix Carousel 3 images */
.nk-carousel-3 .flickity-slider > div > div,
.nk-carousel-3 .flickity-slider > div > div img {
    max-width: none;
}

.nk-isotope-filter>li{
    font-family: Roboto, 'sans-serif';
}
.nk-navbar{
    padding: 13px 0!important;
}

.gallery_proj_title{
    text-align: center;
    color: #777;
}
.nk-pagination .container>a, .nk-pagination>a{
    font-size: 13px!important;
}
.nk-portfolio-launch-site>a{
    text-decoration: none;
}
.want_site{
    margin: 0 auto 20px;
    text-align: center;
}
.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image>div{
    background-position: top!important;
}
.nk-portfolio-launch-site>a:after{
    content: none!important;
}
.nk-isotope.nk-isotope-gap .nk-isotope-item{
    padding: 5px!important;
}
.nk-portfolio-list .nk-portfolio-item a.nk-portfolio-item-image, .nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image{
    background-position-y: top!important;
}
.nk-isotope-filter>li{
    color: #cacaca;
}
.nk-portfolio-list .nk-portfolio-item {
    padding: 10px;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.23));
}
.nk-portfolio-list .nk-portfolio-item:hover .nk-portfolio-item-info{
    margin: 10px;
    border-radius: 8px;
}
.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-image{
    border-radius: 8px;
}
.nk-isotope.nk-isotope-3-cols .nk-isotope-item {
    padding: 5px;
}
.site_form {
    border-radius: 8px;
    background-color: #f4f4f4!important;
}
.site_form .wpcf7-form-control-wrap{
    display: block;
    margin: 20px auto;
}
.site_form .wpcf7-form-control-wrap input{
    border: none;
    padding: 10px;
    border-radius: 8px;
}
.site_form_inner{
    text-align: center;
}
.site_form .wpcf7-form-control-wrap input:focus,
.site_form .wpcf7-form-control-wrap input:hover{
    outline: none;
}
.site_form_inner .wpcf7-submit{
    cursor: pointer;
    display: block;
    margin: 20px auto;
    border: 0;
    padding: 18px 25px;
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    background-color: #252525;
    color: #fff;
    border-radius: 8px;
}
.want_site > a{
    border-radius: 8px;
}