/*------------------------------------------------------------
    Common Styles
*/

body {
    background: #fff;
}

.content-holder,
.col2-left-layout,
.col2-right-layout {
    display: block;
    max-width: 1200px;
    padding: 0 15px 40px;
    margin: 0 auto;
    position: relative;
}

.col2-left-layout,
.col2-right-layout {
    padding-top: 119px;
}

.col2-left-layout .main:after,
.col2-right-layout .main:after {
    display: block;
    content: '';
    clear: both;
}

.col2-left-layout .col-main,
.col2-right-layout .col-main {
    float: left;
    width: 72%;
    padding: 0 25px 0 0;
}

.col2-left-layout .sidebar,
.col2-right-layout .sidebar {
    float: right;
    width: 28%;
    padding: 0 0 0 25px;
}

.top-image {
    max-height: 516px;
    overflow: hidden;
    margin-bottom: 45px;
    width: 100%;
}
.top-image img {
    width: 100%;
}

.is-blog .wordpress-homepage .page-title {
    background: transparent;
    border-bottom: 1px solid #e1d1cc;
    padding: 0 0 19px;
    position: relative;
    text-align: center;
}
.page-title h1 {
    font: 15px/1 'ProximaNova', Arial, Helvetica, sans-serif;
}
.page-title [class*="icon-"] {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -18px;
    background: #fff;
    width: 35px;
    line-height: 35px;
    font-size: 18px;
}

.blog-title {
    color: #48484a;
    background: transparent;
    padding: 30px 0;
}

.blog-title h1 {
    font-size: 48px;
    line-height: 1.2;
    padding: 0;
}

.blog-title h1:before,
.blog-title h1:after {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .blog-title {
        padding: 20px 0;
    }

    .blog-title h1 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 992px) {
.is-blog.wordpress-post-view .page-main{
	padding-left: 14px !important;
}
}
@media only screen and (max-width: 991px) {
	.is-blog.wordpress-post-view .post-image{width: 100% !important;clear: both !important;max-width: 100% !important;}
    .col2-left-layout,
    .col2-right-layout {
        padding-top: 200px;
        padding-bottom: 80px;
    }
    .block.block-social-sharing{display: none;}

    .col2-left-layout .col-main,
    .col2-right-layout .col-main,
    .col2-left-layout .sidebar,
    .col2-right-layout .sidebar {
        float: none;
        width: 100%;
        padding: 0;
    }

    .blog-title h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .col2-left-layout,
    .col2-right-layout {
        padding-top: 175px;
    }

    .top-image {
        max-height: 94px;
        margin-bottom: 27px;
    }

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

    .blog-title {
        text-align: center;
        padding: 15px 0;
    }

    .blog-title h1 {
        font-size: 28px;
    }
}

/*
    END Common Styles
------------------------------------------------------------*/


/*------------------------------------------------------------
    Pager/Skips
*/

.pager {
    padding: 20px 0;
    border-top: 1px solid #d1cfd2;
}

.post-skips {
    padding: 30px 0;
}

.pager .pages:after,
.post-skips:after {
    display: block;
    content: '';
    clear: both;
}

.pager .pages ol {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: center;
}

.pager .pages li a,
.pager .pages li strong,
.post-skips li a{
    display: inline-block;
    color: #48484a;
    border: 1px solid #48484a;
    background-color: transparent;
    font-size: 19px;
    line-height: 40px;
    font-weight: bold;
    width: 28px;
    height: 38px;
    margin: 0 5px;
    vertical-align: top;
    transition: color .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out;
    border-radius: 0px;
}
.item.pages-item-previous .action.previous,.item.pages-item-next .action.next{width: 22px;}

.post-skips li a{
    font-size: 16px;
    width: auto;
    min-width: 138px;
    text-align: center;
    padding: 0 10px;
}



.post-skips li a {
    padding: 0 10px;
    margin: 0 -10px;
    width: auto;
}

.post-skips li span {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    margin: 0 0 0 5px;
}
.post-skips li:first-child span {
    margin: 0 5px 0 0;
}

.pager .pages .previous,
.pager .pages .next,
.post-skips li span {
    line-height: 36px;
}

.pager .pages .previous,
.post-skips .skip-previous {
    float: left;
    margin-left: 0;
}

.pager .pages .next,
.post-skips .skip-next {
    float: right;
    margin-right: 0;
}
.pages a.page:visited{
    color: #48484a;
}
.pages .item{margin: 0 !important}
.items.pages-items .item a,.items.pages-items .item strong{font-weight: normal !important;}
.pager .pages li strong:hover,
.pager .pages li strong:focus,
.pager .pages li a:hover,
.pager .pages li a:focus,
.pager .pages .current strong,
.post-skips li:hover,
.post-skips li:focus {
    color: #fff !important;
    border-color: #ae8f82 !important;
    background-color: #ae8f82 !important;
}
.pager .pages .disabled,
.no-touch .pager .pages .disabled:hover,
.no-touch .pager .pages .disabled:focus,
.post-skips .disabled,
.no-touch .post-skips .disabled:hover,
.no-touch .post-skips .disabled:focus {
    color: #ccc;
    border-color: #ccc;
    background-color: transparent;
    cursor: not-allowed;
}

.pager .pages .disabled a,
.pager .pages .disabled span,
.post-skips .disabled a {
    cursor: inherit;
}
.pages .items.pages-items{width: 100%;}
.toolbar-number {
    color: #ccc;
    margin: 0 0 20px;
    display: block;
}
.toolbar-amount{overflow: hidden;
width: 100%;}
.items.pages-items{text-align: center;}
.item.pages-item-next{
    float: right;
margin-right: 0;
}
.item.pages-item-previous{
 float: left;   
}

@media only screen and (max-width: 991px) {
    .post-skips {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
    }
.item.pages-item-previous .action.previous, .item.pages-item-next .action.next {
    width: 14px !important;
}
    .pager .pages li a,.pager .pages li strong{
        font-size: 16px;
        line-height: 32px;
        width: 20px;
        height: 30px;
    }

    .pager .pages .previous,
    .pager .pages .next {
        line-height: 30px;
    }

    .toolbar-number {
        font-size: 10px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pager {
        position: relative;
    }

    .post-skips {
        padding: 20px 0;
    }

    .pager .pages li {
        display: none;
        line-height: 48px;
        width: 50px;
        height: 50px;
    }

    .post-skips li {
        font-size: 13px;
    }

    .post-skips li span {
        font-size: 16px;
        line-height: 38px;
    }

    .pager .pages .previous,
    .pager .pages .next {
        display: block;
        font-size: 18px;
        line-height: 46px;
    }

    .toolbar-number {
        font-size: 11px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*
    END Pager/Skips
------------------------------------------------------------*/


/*------------------------------------------------------------
    Posts Listing
*/
.post-list.grid{padding: 0px;}
.post-list-item{font-family: arial, helvetica, sans-serif;}
.read-more a{
    font-size: 18px !important;
    text-decoration: none;
    transition: color .2s ease-in-out;
    color: #776257 !important;
}
.read-more a:hover{color: #ae8f82 !important;}
.post-list-item a:hover,
.post-list-item a:focus
{color: #ae8f82;text-decoration: none;}
.post-list-item a{color: #48484a;
font-size: 34px;
line-height: 1.2;
margin: 0 0 20px;transition: color .2s ease-in-out;}

.post-list {
    font-size: 0;
    letter-spacing: 0;
}

.post-list .item {
    display: block;
    border-bottom: 1px solid #d1cfd2;
    width: 100%;
    padding: 50px 0;
}
.post-list .item:last-child {
    border: 0;
}

.post-list .post-item-inner {
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.post-list .item .post-image,
.post-list .item:nth-child(2n) .post-info {
    order: 0;
}

.post-list .item:nth-child(2n) .post-image,
.post-list .item .post-info {
    order: 1;
}

.post-image {
    width: 498px;
    position: relative;
}

.post-list .post-image a:before,
.related-products-list .product-img a:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.no-touch .post-list .post-image:hover:before,
.no-touch .post-list .post-image:focus:before,
.no-touch .related-products-list .product-img:hover:before,
.no-touch .related-products-list .product-img:focus:before {
    opacity: .3;
    visibility: visible;
}

.post-list .post-image img {
    display: block;
    width: 100%;
}

.post-list .post-info {
    width: calc(100% - 498px); /* Post thumb size (.post-image) */
    padding: 0 0 0 50px;
}

.post-list .item:nth-child(2n) .post-info {
    padding: 0 50px 0 0;
}

.post-date {
    color: #ccc;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-family: sans-serif;
}

.post-list .post-title {
    color: #48484a;
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.post-list .post-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

.no-touch .post-list .post-title a:hover,
.no-touch .post-list .post-title a:focus {
    color: #ae8f82;
}

.post-list .post-excerpt {
    color: #48484a;
    font-size: 20px;
    line-height: 1.4;
    text-transform: none;
    margin: 0 0 20px;
}

.post-list .read-more {
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

.no-touch .post-list .read-more:hover,
.no-touch .post-list .read-more:focus {
    color: #ae8f82;
}

@media only screen and (max-width: 1199px) {
    .post-list .post-image {
        width: 398px;
    }

    .post-list .post-info {
        width: calc(100% - 398px);
    }
}

@media only screen and (max-width: 991px) {
    .post-list .post-image {
        width: 328px;
    }

    .post-list .post-info {
        width: calc(100% - 328px);
        padding: 0 0 0 30px;
    }

    .post-list .item:nth-child(2n) .post-info {
        padding: 0 30px 0 0;
    }

    .post-date {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .post-list .post-title {
        font-size: 28px;
        margin: 0 0 10px;
    }

    .post-list .read-more {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .post-list .item {
        padding: 20px 0;
    }

    .post-list .post-item-inner {
        display: block;
    }

    .post-list .post-image,
    .post-list .post-info {
        display: block;
        width: 100%;
    }

    .post-list .post-image {
        margin: 0 0 10px;
    }

    .post-list .post-info,
    .post-list .item:nth-child(2n) .post-info {
        padding: 0;
    }

    .post-date,
    html .post-list .read-more a{
        font-size: 12px !important;
    }

    html .post-meta.post-info h2{margin:  0 0 10px;}
    html .post-meta.post-info h2 a{
        font-size: 24px;
    }
}

/*
    END Posts Listing
------------------------------------------------------------*/


/*------------------------------------------------------------
    Post Detail
*/

.post-title {
    clear: both;
}

.post-view .post-entry {
    color: #48484a;
    border-bottom: 1px solid #d1cfd2;
    font-size: 20px;
    line-height: 1.4;
    text-transform: none;
    padding: 0 0 15px;
}

.post-view .post-entry .featured-image {
    border-bottom: 1px solid #d1cfd2;
    margin: 0 0 40px;
}

.post-view .post-entry .featured-image img {
    margin: 0;
}

.post-view .flex-control-nav {
    font-size: 0;
    letter-spacing: 0;
    padding: 10px 0;
    position: static;
    border-bottom: 1px solid #d1cfd2;
}

.post-view .flex-control-nav li {
    margin: 0 5px;
}

.post-view .flex-control-nav li a {
    border: 1px solid #48484a;
    border-radius: 100%;
    background: transparent;
    width: 18px;
    height: 18px;
    transition: border .2s ease-in-out;
}

.post-view .flex-control-nav li a:hover,
.post-view .flex-control-nav li a:focus {
    border-color: #ae8f82;
}

.post-view .flex-control-nav li a.flex-active {
    border-width: 9px;
}

.post-view .post-entry p {
    margin: 0 0 25px;
}

.post-view .post-entry img {
    margin: 25px auto;
    height: auto;
}

.post-view .post-entry a {
    color: #ae8f82;
    text-decoration: none;
}

.no-touch .post-view .post-entry a:hover,
.no-touch .post-view .post-entry a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .post-title {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .post-title {
        text-align: left;
    }

    .post-view .post-entry {
        font-size: 16px;
        padding: 0;
    }

    .post-view .post-entry .featured-image {
        margin: 0 0 20px;
    }

    .post-view .flex-control-nav {
        padding: 15px 0;
    }

    .post-view .flex-control-nav li a {
        width: 14px;
        height: 14px;
    }

    .post-view .flex-control-nav li a.flex-active {
        border-width: 7px;
    }

    .post-view .post-entry p {
        margin: 0 0 15px;
    }

    .post-view .post-entry img {
        margin: 15px auto;
    }
}

/*
    END Post Detail
------------------------------------------------------------*/


/*------------------------------------------------------------
    Sidebar
*/

.block.block-social-sharing {
    border-bottom: 1px solid #d1cfd2;
    padding: 0 0 25px;
    margin: 0 0 30px;
}

.block.block-social-sharing .block-title {
    color: #48484a;
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: sans-serif;
}
.block.block-social-sharing .block-title span{font-family: sans-serif;font-weight: 500;}

@media only screen and (max-width: 991px) {
    .sidebar {
        padding: 20px 0 0;
    }

    .sidebar .block {
        padding: 20px 0;
        margin: 0 0 20px;
    }
    .sidebar .block-blog-categories {
        display: none;
    }

    .sidebar .block-title {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar .block-title {
        font-size: 18px;
    }
}

/*----------------------------
    Social Share
*/

.block-social-sharing .social-share-links {
    padding: 15px 0 0;
}
.block-social-sharing .social-share-links li a {
    color: #48484a;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .sidebar .block-social-sharing {
        padding: 10px 0;
        text-align: center;
    }
    .block-social-sharing .block-title,
    .block-social-sharing .block-content,
    .block-social-sharing .social-share-links {
        display: inline-block;
        vertical-align: middle;
    }
    .block-social-sharing .block-title {
        font-size: 15px;
        margin: 2px 10px 0 0;
    }
    .block-social-sharing .social-share-links {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar .block-social-sharing {
        margin-bottom: 0;
    }
}

/*----------------------------
    Search
*/

.blog-search .input-text {
    border: 1px solid #48484a;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 40px;
    padding: 10px 50px 10px 10px;
    transition: border-color .2s ease-in-out;
}

.blog-search .input-text:focus {
    border-color: #ae8f82;
}

.blog-search .button {
    float: right;
    color: #48484a;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    word-spacing: 0;
    width: 40px;
    min-width: 0;
    height: 40px;
    padding: 0;
    margin: -40px 0 0;
    position: relative;
    z-index: 2;
    transition: color .2s ease-in-out;
}

.no-touch .blog-search .button:hover,
.no-touch .blog-search .button:focus {
    color: #ae8f82;
}

.blog-search .button span:before {
    font-size: 20px;
    line-height: 40px;
}

@media only screen and (max-width: 991px) {
    .sidebar .block-blog-search {
        position: absolute;
        top: 119px;
        left: 15px;
        right: 15px;
    }

    .block-blog-search .block-title {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar .block-blog-search {
        top: 94px;
    }
}

/*----------------------------
    Categories List
*/

.wp-category-list {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

.wp-category-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

.wp-category-list li a {
    display: block;
    color: #48484a;
    border: 1px solid #48484a;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    transition: color .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out;
}

.no-touch .wp-category-list li a:hover,
.no-touch .wp-category-list li a:focus {
    color: #fff;
    border-color: #ae8f82;
    background: #ae8f82;
}

/*----------------------------
    Related Products List
*/

.related-products-list li {
    display: block;
    margin: 0 0 30px;
}

.related-products-list li:last-child {
    margin-bottom: 0;
}

.related-products-list .product-img {
    margin: 0 0 10px;
    position: relative;
}

.related-products-list .product-img,
.related-products-list .product-img img {
    display: block;
    margin: 0 auto;
}

.related-products-list .product-info {
    color: #48484a;
}

.related-products-list .product-info a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

.no-touch .related-products-list .product-info a:hover,
.no-touch .related-products-list .product-info a:focus {
    color: #ae8f82;
}

.related-products-list .product-title {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    margin: 0 0 5px;
}

.related-products-list .product-price {
    font-size: 14px;
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .related-products-list {
        letter-spacing: -0.33em;
        word-spacing: 0;
        margin: 0 -10px;
    }

    .related-products-list li {
        display: inline-block;
        width: 50%;
        padding: 0 10px;
        vertical-align: top;
        text-align: center;
        letter-spacing: 0;
    }

    .related-products-list .product-title {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar .block-related-products {
        margin-bottom: 0;
    }

    .related-products-list li {
        margin-bottom: 15px;
    }
}
.pages .action.previous:hover::before,.pages .action.next:hover::before{color: #fff;}
.pages .action.previous::before,.pages .action.next::before {
    color: #000;
font-weight: bold;
font-size: 13px;
}
.post-image:hover::before, .post-image:focus::before{
    opacity: .3;
    visibility: visible;
    cursor: pointer;
}
/*
    END Sidebar
------------------------------------------------------------*/

.is-blog.wordpress-post-view .page-title{font-size: 48px;
line-height: 1.2;
padding: 0;color: #48484a;margin-bottom: 31px;}
.is-blog.wordpress-post-view .block.block-social-sharing{
	float: right;
width: 25%;
margin-top: 26px;
}

.is-blog.wordpress-post-view .page-main{max-width: 1200px !important;}
.is-blog.wordpress-post-view .post-image{
	width: 817px;
position: relative;
float: left;
max-width: 75%;
padding: 0 25px 0 0;
margin: 0 0 40px;}

.is-blog.wordpress-post-view .page-main{
	margin: 41px auto 39px;
}
.icon-facebook::before {
    content: "\e906";
}
.icon-twitter::before {
    content: "\e905";
}
.icon-pinterest-p::before {
    content: "\e904";
}
.icon-email::before {
    content: "\e903";
}
.post-date.post-meta-item strong{font-weight: normal;}
.is-blog.wordpress-post-view .post-date{margin: 0px;}
.is-blog.wordpress-post-view .post-content{clear: both;}
.is-blog.wordpress-post-view .post-view .post-entry p{
	margin: 0 0 25px;
color: #48484a;
font-size: 20px;
line-height: 1.4;
text-transform: none;font-family: sans-serif;}
.is-blog.wordpress-post-view .post-view .post-entry p strong{font-weight: normal;
font-family: sans-serif;}

