/*
Theme Name: Raymond Nylund V2 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*/
.slick-arrow {
    background: transparent;
    font-family:"FontAwesome";
    color:#666666;
    font-size:30px;
    cursor:pointer;
}.slick-arrow:hover, .slick-arrow:focus{
    background:transparent;
    color:#c1b0b0;
}.slick-arrow.prev-arrow::before {
    content:"\f0a8";
}.slick-arrow.next-arrow::before {
    content:"\f0a9";
}.slick-dots{
    margin:0;
    float: left;
    position: relative;
    clear: both;
    z-index: 2;
}.slick-dots li {
    list-style-type:none;
    display: inline-block;
}.slick-dots li button {
    background: transparent;
    color: #000000;
    margin: 0;
    display: block;
}.slick-dots li.slick-active button{
   background:#dadada;
}.slick-dots li button:focus{
    outline:none;
}.slick-dots li button:hover{
    background:#dadada;
}
/* Gallery styles */
.gallery_container {
    width: 100%;
    float: left;
}.gallery-masonry-type .image-gallery {
    width: 33.33%;
}.gallery-masonry-type .inner-image-gallery {
    position: relative;
}.inner-image-gallery  span.img-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(56, 56, 56, 0.67);
    width: 100%;
    text-align: center;
    color: #ffffff;
}.gallery-grid-type .inner-image-gallery  span.img-caption {
    width:calc(100% - 30px);
    left:0;
    right:0;
    margin:0 auto;
}
@media screen and (max-width:767px){
    .gallery-masonry-type .image-gallery {
        width: 100%;
    }.gallery-masonry-type span.img-caption {
        display:none;
    }
}
/* Blog Styles */
.post-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}.post-list {
    margin: 17px 0;
    background: #f5f5f51f;
    padding: 20px 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}.post-list:nth-child(odd){
    background:#efefef17;
}.post-list h2 {
    margin: 0;
    line-height: 1;
    font-family: Roboto, sans-serif;
    font-size: 29px;
    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: #7989d4;
    top: 0;
    padding: 10px;
    color: #ffffff;
}.post-list .category {
    margin: 0;
    background:#7989d4;
    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;
}.post-list .author {
    float: left;
    display: block;
    position: relative;
    font-size:13px;
    width:100%;
}.post-list .view-article {
    position: absolute;
    bottom: -8px;
    right: 0;
    background: #000000;
    min-width: 149px;
    width: 192px;
    text-align: center;
    color: white;
    padding: 10px;
    left: 0;
    display: inline-block;
    margin: 0 auto;
}.post-list .view-article:hover {
    background: #b3b3b3;
}.single-post .post {
    background: #f9f9f9;
    border-left: 1px solid whitesmoke;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid whitesmoke;
    margin-top: 20px;
    float:left;
}.single-post .author, 
.single-post .date {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    font-size:16px;
}.single-post .comments {
    background: #eaeaea;
    float: left;
    padding: 25px;
    width: 100%;
}.single-post .comments input[type="submit"] {
    background:black;
    color:#ffffff;
    padding:10px;
    border-radius:5px;
}.single-post .details {
    float: left;
    background: #f7f7f7;
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
    padding:15px;
    border-left:2px solid black;
}.single-post .content {
    float: left;
    width: 100%;
    position: relative;
}.single-post .category p {
    margin:0;
}.single-post .category {
    float: left;
    background: #f9f9f9;
    margin: 20px 0;
    padding: 15px;
    border-left: 2px solid black;
}.nyvoblog-sidebar {
    background: #ffffff14;
}.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;
}.nyvoblog-author-bio {
    padding: 16px;
    background: #ffffff14;
}
/*Credits*/
.design-by-nyvo {
    float: right;
    width: 100px;
}.design-by-nyvo span {
    font-size: 10px;
    margin: 0;
    color:#ffffff;
}.design-by-nyvo img{
    filter:grayscale(1) brightness(3);
    height: 39px;
}
/*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;
}.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
}.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
}.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
    border-bottom:1px solid #d3ced2;
}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display:none;
}.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    display:none;
}.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding:10px 1em;
}.woocommerce .tabs.wc-tabs a::before{
    margin-right:4px; 
    font-family: 'FontAwesome';
}.woocommerce #tab-title-description a::before {
    content: "\f022";
}.woocommerce #tab-title-additional_information a::before {
    content: "\f05a";
}.woocommerce #tab-title-reviews a:before {
    content: "\f27a";
}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
    display:none;
}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
    border:initial;
    border-radius:0;
    box-shadow:none;
}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #565656;
    color:#ffffff;
    border-bottom-color: initial;
}.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display:block;
}
@media screen and (max-width:767px){
    .woocommerce .tabs.wc-tabs {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        overflow: auto !important;
        white-space: nowrap;
    }.woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: auto !important;
        float: initial;
        display: inline-block;
    }.woocommerce-Tabs-panel{
        width:100%;
    }.woocommerce div.product .woocommerce-tabs .panel {
            padding: 15px;
    }   
}

