/* ==========================================================================

   Content layout

   ========================================================================== */



.main-content {

    padding: 0 20px;

}



.main-content,

.sidebar {

    width: 100%;

    max-width: 100%;

}



/* ==========================================================================

   Logo

   ========================================================================== */





/* ==========================================================================

   Menus

   ========================================================================== */







/* ==========================================================================

   Top Menu

   ========================================================================== */





/* ==========================================================================

   Main Menu

   ========================================================================== */





/* ==========================================================================

   Slider

   ========================================================================== */



.swiper-wrapper {

    height: auto !important;

}



/*TITLE*/



.desc_wrap {

    max-width: 90%;

}



/*LOADER COLOR */



.circle {

    border-right: 4px solid #061e44;

}



.circle:before,

.circle:after {

    border-left: 3px solid #ec6608;

}



.circle:after {

    border-right: 2px solid #061e44;

}



/*CAPTION*/



.thumb_title_wrap .slider-entry-date,

.thumb_title_wrap .owl_category,

.thumb_title_wrap .excerpt {

    display: none;

}



.thumb_title_wrap h3 {

    font-size: 24px !important;

    line-height: 24px !important;

}



.thumb_title_wrap h3 a {

    line-height: 18px !important;

}



/*SLIDER */

.swiper-container {

    width: 100%;

}



.swiper-slide {

    background-position: center;

    background-size: cover;

    overflow: hidden;

}



.swiper3 .swiper-slide {

    text-align: center;

    overflow: hidden;

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    opacity: 0.55;

    -webkit-backface-visibility: hidden;

    -webkit-transition-property: opacity;

    -moz-transition-property: opacity;

    transition-property: opacity;

    -webkit-transition-duration: 2s;

    -moz-transition-duration: 2s;

    transition-duration: 2s;

    -webkit-transition-timing-function: ease-out;

    -moz-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    -webkit-transition-delay: 0s;

    -moz-transition-delay: 0s;

    transition-delay: 0s;

}



.swiper3 .swiper-slide-active {

    opacity: 1;

}



.pagination_wrapper {

    position: relative;

    padding-top: 24px;

}



.swiper-pagination {

    position: relative;

    display: inline-block;

    text-align: center;

}



.swiper-pagination a {

    text-align: center;

    line-height: 16px;

    float: left;

    display: inline-block;

    margin-right: 16px;

    font-family: "Open Sans", sans-serif;

    font-weight: bold;

    font-size: 13px;



}



.swiper-pagination-bullet,

.swiper-pagination-bullet-active {

    width: inherit;

    height: inherit;

    text-align: center;

    line-height: 16px;

    color: #061e44;

    opacity: 1;

    background: none;

    float: left;

    display: inline-block;

    margin-right: 16px;

}



.swiper-pagination-bullet-active {

    color: #ec6608;

}



.swiper-pagination a:before,

.swiper-pagination-bullet-active:before {

    display: inline-block;

    content: '';

    height: 16px;

    vertical-align: baseline;

}



.swiper-pagination a:after,

.swiper-pagination-bullet-active:after {

    display: inline-block;

    content: '';

    height: 16px;

    vertical-align: -8px;

}



.swiper-pagination-bullet span,

.swiper-pagination-bullet-active span {

    display: block;

    float: right;

    width: 0;

    height: 1px;

    background-color: #2b292b;

    margin-top: 0.9em;

    margin-left: 0;

    -webkit-backface-visibility: hidden;

    -webkit-transition-property: margin-left, width, opacity;

    -moz-transition-property: margin-left, width, opacity;

    transition-property: margin-left, width, opacity;

    -webkit-transition-duration: 0.4s;

    -moz-transition-duration: 0.4s;

    transition-duration: 0.4s;

    -webkit-transition-timing-function: ease-out;

    -moz-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    -webkit-transition-delay: 0s;

    -moz-transition-delay: 0s;

    transition-delay: 0s;

    line-height: 1em;

    opacity: 0;

    padding-left: 0;

}



.swiper-pagination-bullet-active.swiper-pagination-bullet-active span {

    margin-left: 16px;

    width: 70px;

    opacity: 1;

}



.swiper-container,

.swiper-slide {

    height: auto;

}



.gallery-columns-1.swiper-container-horizontal {

    height: auto;

    position: relative;

    overflow: hidden;

    z-index: 1;

    width: 100%;

}



.mediaWrapper .gallery-columns-1.swiper-container-horizontal {

    margin: 0 auto;

    margin-bottom: -12px;

}



.gallery-columns-1.swiper-container-horizontal br {

    display: none;

}



.gallery-columns-1.swiper-container-horizontal img {

    width: 100%;

}



.swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}



.swiper-slide .gallery-item {

    padding: 0;

}



.swiper3 .recent_thumbnail img {

    width: 100%;

	/*height: -webkit-fill-available;*/

	height:400px;

}



.swiper3 .swiper-slide {

    display: block;

}



.thumb_title_wrap {

    background: rgba(0, 0, 0, 0.3);

    transition: all .4s ease-in-out;

    position: absolute;

    top: 15px;

    left: 15px;

    right: 15px;

    bottom: 15px;

    overflow: hidden;

    visibility: hidden;

    opacity: 0;

}



.swiper-slide-active .thumb_title_wrap {

    -webkit-transition: opacity 1s ease 2s;

    -moz-transition: opacity 1s ease 2s;

    -o-transition: opacity 1s ease 2s;

    -ms-transition: opacity 1s ease 2s;

    transition: opacity 1s ease 2s;

    position: absolute;

    top: 15px;

    left: 15px;

    right: 15px;

    bottom: 15px;

    overflow: hidden;

    visibility: visible;

    opacity: 1;

}



.thumb_title_wrap h3 {

    transform: none;

    padding-top: 0;

    margin: 10px 0;

}



.thumb_title_wrap h3 a,

.swiper-slide-active .thumb_title_wrap h3 a {

    text-decoration: none;

    line-height: 40px;

}



p.owl_category,

.swiper-slide-active p.owl_category,

.slider-entry-date {

    color: #fff;

    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);

    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);

    transition: transform 0.35s;

    position: relative;

}



.slider-entry-date {

    font-style: italic;

    font-size: 14px;

}



.swiper-slide-active .owl_category a,

.owl_category a,

.slider-entry-date {

    text-decoration: none;

    font-size: medium;

    text-transform: uppercase;

    font-family: "Open Sans", sans-serif;

    font-weight: 600;

}



.owl_category {

    display: inline-block;

    font-size: 12px !important;

    line-height: 12px;

}



.owl_category::before,

.owl_category::after {

    content: ' ';

    position: absolute;

    top: 6px;

    width: 13px;

    height: 1px;

    background-color: #061e44;

}



.owl_category::before {

    left: -30px;

}



.owl_category::after {

    right: -30px;

}



.owl_category a {

    font-size: 12px !important;

    line-height: 12px;

    color: #061e44;

    letter-spacing: 2px;

}



.swiper-slide-active .line {

    height: 1px;

    width: 40%;

    margin: 10px auto 0 auto;

    background-color: #ffffff;

}



.thumb_title_wrap.aligner:before,

.thumb_title_wrap.aligner:after {

    display: none;

}



.thumb_title_wrap.aligner h3,

.thumb_title_wrap.aligner:hover h3 {

    transform: none;

}



.thumb_title_wrap.aligner p.owl_category,

.thumb_title_wrap.aligner:hover p.owl_category,

.thumb_title_wrap.aligner .slider-entry-date,

.thumb_title_wrap.aligner:hover .slider-entry-date {

    transform: none;

    margin-bottom: 0;

    color: #061e44;

}



.desc_wrap .slider-entry-date,

.desc_wrap .excerpt {

    font-family: "Open Sans", sans-serif;

    font-weight: 600;

    text-align: center;

}



.desc_wrap .excerpt {

    margin-bottom: 40px;

    letter-spacing: 0.5px;

    font-size: 14px;

    line-height: 18px;

}



.desc_wrap .slider-entry-date {

    color: #4a4a4a;

    font-style: normal;

    letter-spacing: 1px;

    font-size: 12px;

}



/* ==========================================================================

   Pagination

   ========================================================================== */



.pagination ul {

    position: relative;

    display: inline-block;

    text-align: center;

}



.pagination li {

    text-align: center;

    line-height: 16px;

    float: left;

    display: inline-block;

    margin-right: 0px;

    position: relative;

}



.pagination li.active {

    margin-right: 102px;

}



.pagination li a {

    font-family: "Open Sans", sans-serif !important;

    font-weight: bold;

    font-size: 13px;

    border: 0;

    background-color: #ffffff !important;

    padding: 0;

    line-height: 24px;

}



.pagination li.active a {

    color: #ec6608;

}



.pagination li.active:after {

    content: " ";

    position: absolute;

    display: block;

    top: 13px;

    right: -86px;

    width: 70px;

    height: 0px;

    background-color: #061e44;

}



.pagination li.prev,

.pagination li.next {

    display: none;

}



/* ==========================================================================

   Post detail

   ========================================================================== */



/* CATEGORY */



.post-header {

    padding: 0;

}



p.entry-cat {

    font-family: "Open Sans", sans-serif;

    font-size: 13px;

    line-height: 13px;

    letter-spacing: 2px;

    font-weight: 600;

    color: #ec6608;

    display: inline-block;

    padding: 0 25px;

    margin-bottom: 0;

    margin-top: 18px;

}



.archive #category_header div {

    position: relative;

    display: inline-block;

    padding: 0 10px;

}



.entry-cat:before,

.entry-cat:after {

    position: absolute;

    top: 6px;

    content: " ";

    width: 10px;

    height: 1px;

    background-color: #db353a;

}



p.entry-cat:before {

    left: 0;

}



p.entry-cat:after {

    right: 0;

}



.entry-single .entry-content > p:first-child::first-letter {

    font-family: "Playfair Display", serif !important;

    font-size: 100px !important;

    padding: 20px 35px 50px 40px !important;

    text-align: start !important;

}



@-moz-document url-prefix() {

    .entry-single .entry-content > p:first-child::first-letter {

        padding: 10px 35px 50px 40px !important;

    }

}



/* TITLE */



h1.entry-title {

    margin-bottom: 50px !important;

}



/* CONTENT */



.single .entry-content {

    padding: 0 12px 12px !important;

}



/*CONTENT FIRST LETTER*/

.entry-single .entry-content > p.first-letter-orange:first-child::first-letter {

    color: #ec6608;

}



/* TAGS */



.post-tags {

    height: 15px;

    font-size: 10px;

}



.post-tags .sl-count,

.post-tags span,

.post-tags a,

.post-tags a em,

.post-tags .post-date,

.post-tags .post-date em {

    display: inline-block;

    font-style: normal;

    text-transform: uppercase;

    font-size: 12px;

    line-height: 15px;

    font-weight: bold;

    color: #061e44 !important;

    vertical-align: middle !important;

    letter-spacing: 2px;

}



.post-tags a em {

    margin-top: -1px;

}



.post-tags .fa-tags {

    vertical-align: middle !important;

    margin-right: 5px;

}



.post-tags .fa {

    font-size: 14px;

}



.post-tags .sl-icon {

    margin-right: 10px;

}



/* LIKES + SHARE */



.single .entry-meta {

    padding: 50px 0;

    display: inline-block;

    left: 50%;

    transform: translate(-50%, 0);

}



/* PREV/NEXT LINKS */



#post-links {

    padding: 0 20px;

    margin-bottom: 24px;

    overflow: hidden;

    margin-top: -30px;

}



.single .prev-next ul {

    width: 100%;

}



.single .pagination .prev,

.single .pagination .next {

    display: inline-block;

    max-width: 50%;

    width: 50%;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

    margin: 0;

}



.single .pagination .prev a,

.single .pagination .next a {

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

    position: relative;

    color: #061e44;

}



.single .pagination .prev .pagination-title a,

.single .pagination .next .pagination-title a {

    font-family: "Playfair Display", serif !important;

    font-size: 16px;

    font-weight: 900;

    letter-spacing: normal;

    text-transform: none;

    line-height: 18px;

    white-space: normal;

}



.prev-next .prev {

    float: left;

    text-align: left;

}



.prev-next .prev a::before {

    content: '';

    padding: 0;

}



.prev-next .next {

    float: right;

    text-align: right;

}



.prev-next .next a::after {

    content: '';

    padding: 0;

}



/*RELATED POSTS*/







/*CATEGORY*/



.list .entry-cat,

.list h2.entry-title {

    margin-bottom: 0;

    margin-top: 0;

}



.list .post-header {

    padding: 0;

}







/*BORDER*/



.list .post-content .border {

    display: none;

}



/* ==========================================================================

   Taxonomy list / search

   ========================================================================== */



.tax-archive .post-header {

    padding: 37px 0;

}



/*TITLE*/



#category_header {

    padding-top: 18px;

    margin-bottom: 4px;

}



.tax-archive #category_header h6 {

    font-family: "Open Sans", sans-serif;

    font-size: 13px;

    line-height: 13px;

    letter-spacing: 2px;

    font-weight: 600;

    color: #ec6608;

}



.tax-archive #category_header div {

    position: relative;

    display: inline-block;

    padding: 0 10px;

}



.tax-archive #category_header div h6 {

    position: relative;

    background-color: #ffffff;

    padding: 0 15px;

}



.tax-archive #category_header div:before {

    position: absolute;

    top: 6px;

    content: " ";

    width: 100%;

    height: 1px;

    background-color: #ec6608;

}



.tax-archive #category_header div:before {

    left: 0;

}



.tax-archive #category_header div h6:after {

    left: 15px;

    right: 15px;

    width: auto;

}



/*THUMBNAIL*/



.tax-archive .post-thumbnail {

    margin-bottom: 0;

}



.tax-archive .post-thumbnail img {

    width: 100%;

}



.tax-archive .post-thumbnail .zoom-icon::before {

    position: absolute;

    top: 15px;

    right: 15px;

    bottom: 0;

    left: 15px;

    border: 1px solid #fff;

    border-bottom: 0;

    content: '';

    opacity: 1;

    filter: alpha(opacity=100);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



/* BORDER */



.tax-archive .border {

    position: absolute;

    left: 15px;

    top: 15px;

    bottom: 15px;

    right: 15px;

    z-index: 99;

    border: 1px solid #ec6608;

}



.tax-archive article .content {

    border: 15px solid #ffffff;

}



.tax-archive article figure + .content {

    border-top: 0;

}



.tax-archive article:hover .content {

    border-color: #f3f3f3;

}



.tax-archive article:hover .border {

    border-color: #ffffff;

}



/*TITLE*/



.tax-archive .entry-title {

    text-transform: none !important;

    font-size: 24px !important;

    line-height: 28px !important;

    font-weight: 900 !important;

    font-family: 'Playfair Display', serif !important;

    color: #061e44 !important;

    padding: 0 20px;

}



/*DATE*/



.tax-archive .entry-date a:link,

.tax-archive .entry-date a:active,

.tax-archive .entry-date a:visited {

    text-decoration: none;

    color: #4a4a4a;

    font-size: 14px;

}



/*CONTENT*/



.tax-archive .entry-content {

    z-index: 99;

    position: relative;

    margin: 0 auto;

    text-align: center;

    font-weight: 600;

    color: #061e44;

    font-size: 14px;

    padding: 0 20px;

}



/*META*/



.tax-archive .entry-meta {

    padding: 34px 37px 22px;

    z-index: 99;

    position: relative;

    text-align: center;

}



.meta-left,

.social_entry {

    display: inline-block;

}



.entry-meta .sl-count {

    display: none;

}



.entry-meta .sl-icon,

.tax-archive .sl-icon {

    vertical-align: top;

}



.tax-archive article .fa {

    color: #969696;

}



.tax-archive article .fa-heart-o:hover:before {

    content: '\f004';

}



.tax-archive article .fa-heart:hover:before {

    content: '\f08a';

}



/* ==========================================================================

   Select

   ========================================================================== */



.searchandfilter {

    margin-bottom: 0;

}



.searchandfilter label {

    display: block;

}



.searchandfilter ul li {

    padding: 0;

}



.cities-filter ul {

    margin: 0;

}



.SumoSelect {

    width: 100%;

    font-family: "Open Sans", sans-serif;

    font-size: 12px;

    font-weight: 700;

    font-style: normal;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #061e44;

}



.SelectBox {

    padding: 10px 15px;

}



.SumoSelect > .CaptionCont {

    margin-bottom: 30px;

}



.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {

    box-shadow: none;

    border-color: #061e44;

}



.SumoSelect > .CaptionCont {

    border: 1px solid #061e44;

    background-color: #fff;

    border-radius: 0;

}



.SumoSelect > .CaptionCont > label > i {

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');

    background-position: center center;

    background-repeat: no-repeat;

    width: 16px;

    height: 16px;

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    opacity: 0.8;

}



.SumoSelect > .optWrapper {

    top: 45px !important;

    background: #fff;

    border: 1px solid #061e44;

    box-shadow: none;

    border-radius: 0;

}



/* ==========================================================================

   Promo section

   ========================================================================== */



.promo-section {

    padding: 0 35px;

}



.promo_title_wrap a {

    white-space: nowrap;

}



.promo_img img {

    width: 100%;

}



/* ==========================================================================

   Footer

   ========================================================================== */





/* ==========================================================================

   Footer

   ========================================================================== */







/* ==========================================================================

   Media Queries for Responsive Design.

   ========================================================================== */



/* Custom, iPhone Retina */

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



}



/* Extra Small Devices, Phones */

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



    /* ==========================================================================

       Home slider

       ========================================================================== */



    /*TITLE*/



    .desc_wrap {

        max-width: 70%;

    }



    /*CAPTION*/



    .thumb_title_wrap .slider-entry-date,

    .thumb_title_wrap .owl_category,

    .thumb_title_wrap .excerpt {

        display: inline-block;

    }



    .thumb_title_wrap h3 {

        font-size: 24px !important;

        margin: 20px 0;

    }



    .thumb_title_wrap h3 a {

        line-height: 26px !important;

    }



    .thumb_title_wrap .excerpt {

        margin-bottom: 20px;

    }





    /* ==========================================================================

       Post detail

       ========================================================================== */



    .single .entry-content {

        padding: 0 32px 50px !important;

    }



}



/* Small Devices, Tablets */

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



    /* ==========================================================================

       Content layout

       ========================================================================== */



    .main-content,

    .sidebar {

        padding-left: 2.12766%

    }



    .main-content {

        max-width: 75%;

    }



    .sidebar {

        max-width: 25%;

    }



    /* ==========================================================================

       Logo

       ========================================================================== */



    .site-logo img{

        max-width: 564px;

    }





    /* ==========================================================================

       Home slider

       ========================================================================== */



    /*CAPTION*/



    .thumb_title_wrap h3 {

        font-size: 24px !important;

        margin: 10px 0;

        /*margin: 20px 0;*/

    }



    .thumb_title_wrap h3 a {

        line-height: 26px !important;

    }



    .thumb_title_wrap .excerpt {

        margin-bottom: 40px;

    }



    /* ==========================================================================

       Top Menu

       ========================================================================== */

    .top-menu-nav {

        display: none;

    }



    /* ==========================================================================

       Main Menu

       ========================================================================== */

    nav .menu {

        display: none;

    }



    .slicknav_menu {

        display: block;

    }



    /* ==========================================================================

       Select

       ========================================================================== */



    .SumoSelect {

        width: 200px;

    }



    /* ==========================================================================

       Taxonomy list

       ========================================================================== */



    /* ==========================================================================

       Post detail

       ========================================================================== */



    /* PREV/NEXT LINKS */



    #post-links {

        padding: 0;

        margin-bottom: 24px;

        overflow: hidden;

        margin-top: -100px;

    }



    .single .prev-next ul {

        width: 100%;

    }



    .single .pagination .prev,

    .single .pagination .next {

        display: inline-block;

        max-width: 300px;

        width: 300px;

        font-size: 13px;

        font-weight: bold;

        letter-spacing: 2px;

        margin: 0;

    }



    .single .pagination .prev::after,

    .single .pagination .next::after {

        content: " ";

        position: absolute;

        width: 180px;

        height: 1px;

        background-color: #061e44;

        top: 12px;

    }



    .single .pagination .prev::after {

        right: 0;

    }



    .single .pagination .next::after {

        left: 0;

    }



    .single .pagination .prev a,

    .single .pagination .next a {

        font-size: 13px;

        font-weight: bold;

        letter-spacing: 2px;

        position: relative;

    }



    .single .pagination .pagination-title {

        margin-top: 30px;

    }



    .single .pagination .prev .pagination-title a,

    .single .pagination .next .pagination-title a {

        font-size: 21px;

        font-weight: 900;

        letter-spacing: normal;

        text-transform: none;

        line-height: 23px;

        white-space: normal;

    }



    .prev-next .prev {

        float: left;

        text-align: left;

    }



    .prev-next .prev a::before {

        content: '';

        padding: 0;

    }



    .prev-next .next {

        float: right;

        text-align: right;

    }



    .prev-next .next a::after {

        content: '';

        padding: 0;

    }



    .single .entry-content {

        padding: 0 80px 50px !important;

    }





    /* ==========================================================================

       Home list

       ========================================================================== */



    article.list {

        position: relative;

        height: 301px;

    }



    article.list .post-thumb {

        margin-bottom: 0;
		width:30%;

    }



    article.list .post-thumbnail {

        z-index: auto;

    }



    article.list .post-thumb img {

            max-width: 100%;

    max-height: 100% !important;

	    height: -webkit-fill-available;

    }



    article.list .post-content {

        display: block;

        background-color: #ffffff;

        position: absolute;

        left: 25%;

        width: 75%;

        height: 250px;

        top: 26px;

        padding: 30px 30px;

        max-width: 810px;

    }



    article.list .post-content:hover:after {

        position: absolute;

        content: " ";

        height: 100%;

        width: 100%;

        border: 15px solid #f3f3f3;

        top: 0;

        bottom: 0;

        left: 0;

        right: 0;

        opacity: 1;

    }



    /*CONTENT*/

    .list .entry-content {

        display: block;

    }



    /*BORDER*/



    .list .post-content .border {

        display: block;

        position: absolute;

        left: 15px;

        top: 15px;

        bottom: 15px;

        right: 15px;

        z-index: 1;

        border: 1px solid #ec6608;

    }



    .list .post-content:hover .border {

        border-color: #ffffff;

    }





    /* ==========================================================================

       Taxonomy list

       ========================================================================== */



    /*TITLE*/



    .tax-archive .entry-title {

        font-size: 30px !important;

        line-height: 30px !important;

        padding: 0 48px;

    }



    /*CONTENT*/



    .tax-archive .entry-content {

        padding: 0 48px;

    }



}



/* Large Devices, Wide Screens */

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


/* 
    .container {

        width: 1118px;

    }
 */


    .main-content,

    .sidebar {

        padding-left: 1.12766%

    }



    .main-content {

        max-width: 75%;

    }



    .sidebar {

        max-width: 25%;

    }



    /* ==========================================================================

       Home slider

       ========================================================================== */



    /*CAPTION*/



    .thumb_title_wrap h3 {

        font-size: 25px !important;

        margin: 10px 0;

    }



    .thumb_title_wrap h3 a {

        line-height: 28px !important;

    }



    .thumb_title_wrap .excerpt {

        margin-bottom: 40px;

    }



    /* ==========================================================================

       Promo section

       ========================================================================== */



    .promo-section {

        padding: 0 35px 0 15px;

    }



    .promo_title_wrap a {

        padding: 10px 50px;

    }



}



/* Large Devices, Wide Screens */

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



}



.list .entry-content p {

    font-family: "Open Sans", sans-serif;

    font-size: 12px;

    line-height: normal;

    margin-bottom: 0;

}

.entry-content, .desc_wrap p

{

  overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

   line-height: 16px;     /* fallback */

   max-height: 50px;      /* fallback */

   -webkit-line-clamp: 4; /* number of lines to show */

   -webkit-box-orient: vertical;

}

.entry-content:after

{

	content:'...';

	display:inline-block;

}





@media (max-width:992px)

{

.swiper-slide-active .thumb_title_wrap

{

	right:30px;

}

}



.wpp-thumb img

{

	    height: 200px;

    width: 100%;

}



.wpp-list li

{

	display:block;

}



.wpp-thumb {

    position: relative;

    margin-bottom: 26px;

}



.wpp-thumb a::after {

    position: absolute;

    content: " ";

    height: 100%;

    width: 100%;

    border: 15px solid #ffffff;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    opacity: 0.5;

}



.wpp-thumb a:hover {

    opacity: 1;

}



.wpp-thumb a:hover::after {

    opacity: 0.6;

}



.wpp-thumb img {

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */

    filter: grayscale(100%);

    width: 100%;

}



.wpp-title {

    margin: 15px 0 12px;

}



.wpp-title a:link,

.wpp-title a:active,

.wpp-title a:visited {

    margin-top: 20px;

    font-family: 'Playfair Display', serif;

    font-size: 21px;

    color: #061e44;

    /*text-align: center;*/

    font-weight: bold;

    text-decoration: none;

    transition: ease 250ms;

}



.wpp-title a:hover {

    opacity: 0.6;

}

h4.widget-title {

    height: 47px;

    border-top: 1px solid #061e44;

    border-bottom: 1px solid #061e44;

    margin-bottom: 40px;

}