/*
Theme Name: Sigman by NYVO
Theme URI: https://nyvoweb.com
Description: Flexible WordPress Theme by nyvo
Author:  Nyvo Web Design
Version: #2.0.0;
Author URI: https://nyvoweb.com
*/
/**Global**/
.strip-padding{padding-left:0!important;padding-right:0!important;}
/*Slick Styles*/
.nyvo-slider {
    width: 100%;
    float: left;
    position:relative;
}.nyvo-slider-arrows .prev-arrow,
.nyvo-slider-arrows .next-arrow{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 51%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: transparent;
}.nyvo-slider-arrows .prev-arrow:hover,
.nyvo-slider-arrows .prev-arrow:focus,
.nyvo-slider-arrows .next-arrow:hover,
.nyvo-slider-arrows .next-arrow:focus{
    color: transparent;
    outline: none;
    background: transparent;
}.nyvo-slider-arrows .prev-arrow:hover:before,
.nyvo-slider-arrows .prev-arrow:focus:before,
.nyvo-slider-arrows .next-arrow:hover:before,
.nyvo-slider-arrows .next-arrow:focus:before{
    opacity: 1;
}.nyvo-slider-arrows .prev-arrow.slick-disabled:before,
.nyvo-slider-arrows .next-arrow.slick-disabled:before{
    opacity: .25;
}.nyvo-slider-arrows .prev-arrow:before,
.nyvo-slider-arrows .next-arrow:before{
    font-family: 'fontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.nyvo-slider-arrows .prev-arrow{
    left: -25px;
}[dir='rtl'] .nyvo-slider-arrows .prev-arrow{
    right: -25px;
    left: auto;
}.nyvo-slider-arrows .prev-arrow:before{
    content: '\f053';
}[dir='rtl'] .nyvo-slider-arrows  .prev-arrow:before{
    content: '\f054';
}.nyvo-slider-arrows .next-arrow{
    right: -25px;
}[dir='rtl'] .nyvo-slider-arrows  .next-arrow{
    right: auto;
    left: -25px;
}.nyvo-slider-arrows .next-arrow:before{
    content: '\f054';
}[dir='rtl'] .nyvo-slider-arrows .next-arrow:before{
    content: '\f053';
}
/* Gallery styles */
.nyvo-gallery-wrapper{
    width: 100%;
    float: left;
    position:relative;
}.nyvo-gallery-wrapper .gallery-img {
    padding: 5px !important;
}.image-caption {
    position: absolute;
    bottom: 6px;
    padding: 0px 10px;
    background: black;
    color: #ffffff;
    font-size: 14px;
}
/* Blog Styles */
.row.single-post {
    max-width: 75em;
}.row.single-post h1 {
    font-size: 2.4em;
}.blog-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}.post-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}.nyvo-post-list-wrapper {
    border: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    float: left;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}.post-list {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}.post-list:nth-child(odd){
    background:#efefef17;
}.post-list .post-content h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    line-height: 1;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    margin: 18px 0;
}.post-list p {
    margin-top: 1.2em;
    margin-bottom: 2em;
}.post-list a {
   color:black;
}.post-list .date {
    float: left;
    display: block;
    position: absolute;
    font-size: 13px;
    background: #000000;
    top: 0;
    padding: 3px 10px;
    color: #ffffff;
}.post-list .category {
    margin: 0;
    background: #929292;
    display: inline-block;
    float: left;
    padding: 0px 5px;
    margin-bottom: 10px;
}.post-list .category p {
    margin: 0;
    font-size:13px;
}.post-list .category a {
    color:#ffffff;
    font-size:11px;
}.post-list .author {
    float: left;
    display: block;
    position: relative;
    font-size:13px;
    width:100%;
}.post-list .view-article {
    background: #000000;
    min-width: 149px;
    width: 200px;
    color: white;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    margin: 0 auto 12px;
    justify-content: center;
}.post-list .view-article:hover {
    background: #b3b3b3;
}.single-post .post {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    float:left;
}.single-post .wp-post-image {
    max-height: 500px;
}.single-post .author, 
.single-post .date {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    font-size:16px;
}.single-post .comments {
    float: left;
    padding: 25px 0;
    width: 100%;
}.single-post .comments input[type="submit"] {
    background: black;
    color: #ffffff;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    border: 0;
}.single-post .details {
    float: left;
    background: #f7f7f7;
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
    padding:10px;
    border-left:2px solid black;
}.single-post .content {
    float: left;
    width: 100%;
    position: relative;
    padding:0px 10px;
}.single-post .category p {
    margin:0;
}.single-post .category {
    float: left;
    background: #f9f9f9;
    margin: 20px 0;
    padding: 10px;
    border-left: 2px solid black;
}.nyvo-sidebar-container {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    margin-top: 37px;
    padding: 20px;
}.nyvo-sidebar-container h3 {
    font-size: 24px;
}.nyvo-sidebar-container li {
    line-height: 1.5;
    margin-bottom: 11px;
    font-size: 15px;
}.sidebar {
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 13px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}.sidebar h3 {
    font-size:20px;
}.sidebar button {
    background: black;
    width: 46px;
    border-radius: 0 5px 5px 0px;
    text-align: center;
    padding: 0 0;
    float: left;
}.sidebar button .fa {
    font-size: 13px;
    line-height: 3;
}.sidebar [type=search] {
    margin: 2px 0 2px 0;
    width: 76%;
    float: left;
    border-radius: 5px 0px 0px 5px;
}.sidebar ul {
    margin-bottom: 21px;
    float: left;
    width: 100%;
    position: relative;
}.sidebar li {
    list-style-type: none;
    margin-left: 0;
    position: relative;
    line-height: 1.4;
}.sidebar li a {
    position:relative;
    padding-left:2px;
    color: black;
    font-size:13px;
}.sidebar li a::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size:13px;
    left: -5px;
    position: absolute;
    top: 0;
}.search .search-input {
    width: 75%;
    float: left;
    position: relative;
}.search .search-submit {
    float: left;
    margin: 0;
    padding: 10px 15px;
    border-radius: 0 6px 6px 0;
     width: 25%;
}form.search {
    float: left;
    width: auto;
    display: block;
    margin-top: 20px;
    width: 100%;
}.nyvoblog-author-bio {
    padding: 16px;
    background: #ffffff14;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    margin-bottom: 40px;
}.comments .comment {
    width: 100%;
    float: left;
    background: white;
    padding: 20px 0;
    margin-bottom: 30px;
    box-shadow: 1px 1px 18px #00000012;
}.comments ul {
    margin-left: 0;
}.comments ul li {
    list-style-type: none;
}.comments .comment-body {
    display: flex;
}.comments .comment-body .comment-author {
    border: 0;
}.comments .fn {
    font-weight: bold;
    font-style: normal;
}.comments .comment-meta a {
    margin: 0 0 10px 0px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
}.comments .comment-content {
    background: whitesmoke;
    padding: 13px 15px 1px 15px;
    border-radius: 2px;
}.comment-content p {
    margin-bottom: 10px;
}.comments .comment-meta a.comment-edit-link {
    color: #0089ff;
}.comment .reply a {
    margin-top: 14px;
    display: inline-block;
    color: white;
    background: black;
    padding: 4px 30px;
    border-radius: 2px;
}.comment .reply a:hover {
    background: grey;
}.comment-respond label {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}.comment-respond textarea, .comment-respond input {
    border-radius: 2px;
    box-shadow: none;
}.comment-respond .logged-in-as {
    background: #e2e2e2;
    display: inline-block;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 2px;
}.comment-respond .logged-in-as a {
    color: #000000;
}.comment-respond .logged-in-as a:last-child {
    color: #d82727;
}.comment-respond {
    float: left;
    width: 100%;
    padding: 30px;
}a#cancel-comment-reply-link {
    color: #f3f3f3;
    background: black;
    padding: 5px 10px;
    border-radius: 2px;
}.comments .children {
    margin-left: 3%;
    margin-top: 20px;
    float: left;
    width: 94%;
}.comments .comment .children .comment {
    box-shadow: none;
    border: 1px solid whitesmoke;
}
@media screen and (max-width:1025px){
    .nyvo-sidebar-container {
        margin-top: 60px;
    }.nyvo-sidebar-container h3 {
        font-size: 33px;
    }.nyvo-sidebar-container li {
        font-size: 22px;
    }
}
@media screen and (max-width:767px){
    .nyvo-sidebar-container h3 {
        font-size: 22px;
    }.nyvo-sidebar-container li {
        font-size: 15px;
    }.comments .comment-body {
        display: flex;
        padding: 0 9px;
    }.comments .comment-body .comment-author {
        flex: 11%;
        padding: 0;
        margin: 7px 0px 0px 0;
    }.comments .comment-body div:last-child {
        padding: 0px 10px;
    }.comments .children{
        padding: 0;
        margin-left: 2%;
        width: 96%;
    }.comment-content p {
        font-size: 14px;
    }
}
/*Credits*/
.design-by-nyvo {
    float: right;
    width: 100px;
    vertical-align: middle;
}.design-by-nyvo span {
    font-size: 10px;
    margin: 0;
    color:#ffffff;
}.design-by-nyvo img{
    width: 38px;
    vertical-align: middle;
}
/*404*/
#post-404{
    position: relative;   
}#post-404 h1{
    font-size: 200px;
    font-weight: 200;
    margin: 0px;
    color: #211b19;
    text-transform: uppercase;
}#post-404 h2{
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    padding: 10px 5px;
    margin: auto;
    display: block;
}#post-404 .button {
    background: #000000de;
}
