/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: HELLO FRIDAY THEME STYLES
/*  :::::::::::::::::::::::::::::::::::::::: */

body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
img {
    border: none;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: VERTICAL ALIGN */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_post_social ul,
.htheme_post_social span,
.htheme_heading_social ul,
.htheme_heading_social span,
.htheme_nav_social_items,
.htheme_nav_search,
.htheme_nav_logo img,
.htheme_category_inner,
.htheme_slide_content,
.htheme_instagram_inner,
.htheme_page_heading_image_inner,
.htheme_logo_holder img,
.htheme_logo_holder a.htheme_no_logo,
.htheme_title_height .htheme_row,
.nav-next .post-img-thumb:after,
.nav-previous .post-img-thumb:after,
.htheme_pager_holder .prev:after,
.htheme_pager_holder .next:after,
.submit:after,
.htheme_icon_search_btn:after,
.htheme_search_item h4,
.htheme_search_item a,
.htheme_icon_dropdown:after,
.htheme_popup_inner,
.htheme_popup_wrap,
.htheme_recent_arrow,
.htheme_recent_comment {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: ROW */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_row {
    width: 100%;
    position: relative;
    margin: 0 0 60px;
    overflow: hidden;
}
.htheme_fullscreen_button {
    position: absolute;
    bottom: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.htheme_fullscreen_button:hover {
    bottom: 20px;
}
.htheme_fullscreen_button:after {
    content: '\e908';
    height: inherit;
    line-height: 100px;
    font-size: 50px;
}
.htheme_width_image {
    width: 100%;
    background-color: #efefef;
    display: table;
    background-position: center;
    background-size: cover;
    height: 600px;
    position: relative;
}
.htheme_width_image .htheme_row {
    padding: 0;
    margin: 0;
}
.htheme_width_image .htheme_title_height {
    height: 400px;
    width: 100%;
}
.htheme_width_image *,
.htheme_width_image .htheme_header_post_details,
.htheme_width_image .htheme_header_post_details span,
.htheme_width_image .htheme_category_label,
.htheme_width_image .htheme_category_label span,
.htheme_width_image .htheme_page_heading span span a,
.htheme_width_image .htheme_page_heading span,
.htheme_width_image .htheme_heading_social div:after,
.htheme_width_image .htheme_heading_social ul li:after,
.htheme_width_image .htheme_heading_social a:after {
    color: #FFFFFF !important;
    z-index: 2;
}
.htheme_width_image:after {
    width: 100%;
    height: inherit;
    content: '';
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #1a1a1a;
    opacity: 0.4;
    filter: alpha(opacity=0.4);
}
.htheme_row .htheme_row {
    display: table;
}
.htheme_no_margin {
    margin: 0;
}
.htheme_row_padding_top_60 {
    padding-top: 60px;
}
.htheme_row_margin_bottom_60 {
    margin-bottom: 60px;
}
.htheme_row_border_bottom {
    border-bottom: 1px solid #EEE;
    padding-bottom: 30px;
}
.htheme_row_signup {
    margin: 0;
    padding: 80px 0;
    border-top: 1px solid #EEE;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: 404 */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_404 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.htheme_404_main,
.htheme_404_sub,
.htheme_404_desc,
.htheme_404_button {
    width: 100%;
    display: table;
    padding: 0 0 20px 0;
}
.htheme_404_main {
    font-size: 90px !important;
    padding: 20px 0 50px 0;
    line-height:90px !important;
}
.htheme_404 .htheme_button {
    margin: 0 auto;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: CONTAINER */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_masonry .htheme_pager_holder {
    position: absolute;
    bottom: -50px;
    left: 0;
}
.htheme_container,
.htheme_primary_nav,
.htheme_footer_nav,
.htheme_slider_holder,
.htheme_footer_logo,
.htheme_footer_social {
    width: 1200px;
}
.htheme_container {
    display: table;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.htheme_footer_cols .htheme_container {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .htheme_footer_cols .htheme_inner_col{
        margin-bottom:30px;
    }
    .htheme_footer_heading{
        display:table; width:100%; padding-bottom:15px;
    }
    .htheme_footer_content ul{
        padding-top:0 !important;
    }
    .htheme_footer_content #recentcomments .recentcomments a{
        display:inline !important;
    }
    .htheme_footer_content #wp-calendar{
        width:100%;
    }
    .htheme_footer_cols .widget_archive label,
    .htheme_footer_cols .widget_categories label{
        display:none;
    }
    .htheme_footer_cols ul li:last-child{
        padding-bottom:0;
    }
    .htheme_footer_cols img{
        width:100%; height:auto;
    }
    .htheme_footer_content .children{
        box-sizing:border-box; padding-left:15px;
    }
    .htheme_footer_content .htheme_recent_post_image{
        width:60px; height:60px;
    }
    .htheme_footer_content .htheme_recent_arrow:after{
        font-size:4px;
    }
    .htheme_footer_cols .widget_recent_entries ul li{
        margin-bottom:0;
    }
.htheme_footer_cols {
    position: relative;
}
.htheme_footer_cols:after {
    width: 100%;
    height: 1px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
.htheme_content {
    width: 100%;
    box-sizing: border-box;
    display: table;
    position: relative;
    float: left;
}
.htheme_content_heading {
    width: 100%;
    position: relative;
}
.htheme_content_heading h4,
.htheme_content_heading span {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    background-color: #FFF;
}
.htheme_content_heading:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #00A8EF;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.htheme_has_sidebar {
    width: 75%;
    min-height: 100px;
}
.htheme_no_posts {
    width: 100%;
    box-sizing: border-box;
}
.htheme_container_nav {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.htheme_primary_nav,
.htheme_footer_nav {
    position: relative;
    margin: 0 auto;
    height: 50px;
    box-sizing: border-box;
}
.htheme_footer_nav {
    height: 75px;
}
.htheme_slider_holder {
    height: 500px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=00);
}
.htheme_owl_slider {
    display: block !important;
}
.htheme_slide {
    width: inherit;
    height: 500px;
    float: left;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    background-color: #EFEFEF;
}
.htheme_slide_content {
    width: 300px;
    display: table;
    padding: 30px 40px;
    background-color: #FFF;
    margin: 0 auto;
    text-align: center;
}
.htheme_slide_content h1 {
    padding: 8px 0 7px !important;
}
.htheme_slide_content span {} .htheme_slide_content span em {} .htheme_slider_holder .owl-stage-outer,
.owl-carousel {
    height: inherit;
}
.htheme_slider_holder .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-top: -15px;
    height: 0;
}
.htheme_slider_holder .owl-buttons {
    height: 1px; width:100%;
}
.htheme_slider_holder .owl-prev,
.htheme_slider_holder .owl-next {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: table !important;
    cursor: pointer;
    width:100px;
    position:relative;
}
.htheme_slider_holder .owl-prev {
    float:left;
    margin-left:-35px;
}
.htheme_slider_holder .owl-next {
    float:right;
    margin-right:-35px;
}
.htheme_slider_holder .owl-prev:after,
.htheme_slider_holder .owl-next:after {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position:absolute;
}
.htheme_slider_holder .owl-prev:hover:after {
    left: -15px;
}
.htheme_slider_holder .owl-next:hover:after {
    right: -15px;
}
.htheme_slider_holder .owl-prev:after {
    content: '\e903';
    width: inherit;
    height: inherit;
    color: #2B2B2B;
    font-size: 10px;
    display: table;
    left:0; top:0;
}
.htheme_slider_holder .owl-next:after {
    content: '\e904';
    width: inherit;
    height: inherit;
    color: #2B2B2B;
    font-size: 10px;
    display: table;
    right:0; top:0;
}
.htheme_category_item {
    width: 100%;
    height: 160px;
    background-position: center;
    background-size: cover;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    background-color: #EFEFEF;
}
.htheme_category_inner {
    display: table;
    margin: 0 auto;
    background-color: #FFF;
    padding: 12px 20px 10px;
    z-index: 2;
}
.htheme_category_item:hover .htheme_category_overlay {
    width: 100%;
    height: inherit;
    opacity: 1;
    filter: alpha(opacity=10);
}
.htheme_category_overlay {
    width: 100%;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=00);
}
.htheme_page_heading {
    width: 100%;
    display: table;
    text-align: center;
}
.htheme_small_page_heading {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}
.htheme_small_page_heading span {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    background-color: #FFF;
}
.htheme_small_page_heading:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 21px;
    background-color: #DD6B85;
}
.htheme_page_heading_divider {
    width: 100%;
    text-align: center;
    display: table;
    padding-bottom: 10px;
}
.htheme_page_heading_divider:after {
    content: '\e902';
    font-size: 20px;
}
.htheme_page_heading h1{
    padding: 5px 0 5px !important;
    margin: 0 auto !important;
}
    .htheme_page_heading .htheme_heading_no_bottom{
        padding-bottom:0 !important;
    }
.htheme_page_heading_image h1 {
    padding: 5px 0 5px !important;
    margin: 0 auto !important;
}
.htheme_page_heading h1 {
    width: 60%;
}
div[data-scroll="htheme_scroll_down"] {
    cursor: pointer;
}
.htheme_page_heading span {
    margin: 0 auto;
    padding: 5px 0 5px;
}
.htheme_page_heading_image span:first-child {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.htheme_page_heading_image span:last-child {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.htheme_page_heading_image {
    width: 100%;
    text-align: center;
    height: 290px;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}
.htheme_page_heading_image_inner {
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #FFF;
    padding: 20px 40px;
    display: table;
    z-index: 1;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: SIDEBAR WIDGET TEXT/IMAGE */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_image_text_widget,
.htheme_sidebar_banner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.htheme_image_text_img {
    width: 210px;
    height: 210px;
    margin: 0 auto 30px;
    -webkit-border-radius: 105px;
    -moz-border-radius: 105px;
    border-radius: 105px;
    background-position: center;
    background-size: cover;
}
.htheme_image_text_title,
.htheme_image_text_sub,
.htheme_image_text_content {
    width: 100%;
    display: table;
    padding-bottom: 5px;
    text-align: center;
}
.htheme_image_text_img_two {
    display: table;
    margin: 25px auto 0;
}
.htheme_image_text_img_two img {
    width: 100%;
    height: auto;
}
.htheme_sidebar_container {
    width: 100%;
    display: table;
}
.htheme_sidebar_banner img {
    width: 100% !important;
    height: auto !important;
}
.htheme_sidebar_banner {
    padding: 0 !important;
    margin: 0 !important;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: NAVIGATION */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_header {
    height: 50px;
    width: 100%;
}
.htheme_header .htheme_container_nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.htheme_primary_nav nav {
    float: left;
}
.htheme_footer_nav nav {
    float: left;
    display: table;
}
.htheme_primary_nav nav div:last-child {
    float: left;
}
.htheme_primary_nav nav ul,
.htheme_footer_nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.htheme_primary_nav nav ul li,
.htheme_footer_nav nav ul li {
    float: left;
    position: relative;
}
.htheme_primary_nav nav ul li > a,
.htheme_footer_nav nav ul li > a {
    display: table;
    box-sizing: border-box;
    padding: 0 15px;
    text-decoration: none;
    letter-spacing: 2px;
}
.htheme_primary_nav nav ul li > a {
    line-height: 50px;
}
.htheme_footer_nav nav ul li > a {
    line-height: 75px;
}
.htheme_footer_nav .htheme_nav_social_items {
    border-right: none;
}
.htheme_primary_nav nav ul li > a:hover {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .1);
}
.htheme_primary_nav nav ul li > ul {
    display: none;
    opacity: 0;
    filter: alpha(opacity=00);
    width: 200px;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #1F2326;
    z-index: 9;
}
.htheme_primary_nav nav ul li > ul li,
.htheme_primary_nav nav ul li > ul a {
    width: 100%;
}
.htheme_primary_nav nav ul li > ul.sub-menu ul {
    left: 200px;
    top: 0;
}
.htheme_primary_nav ul.sub-menu li a {
    line-height:normal; padding:15px; box-sizing:border-box;
}
.htheme_icon_dropdown > a {
    padding-right: 30px !important;
}
.htheme_icon_dropdown > a:after {
    content: '\e93a';
    position: absolute;
    right: 5px;
    height: 10px;
    width: 20px;
    text-align: center;
    font-size: 8px;
}
.htheme_icon_sub_dropdown > a:after {
    content: '\e93c';
    position: absolute;
    right: 5px;
    height: 10px;
    width: 20px;
    text-align: center;
    font-size: 8px;
    top:50%;
    margin-top:-5px;
}
.htheme_mobile_menu_toggle {
    width: 50px !important;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor:pointer;
}
.htheme_mobile nav ul li > ul,
.htheme_mobile nav ul li > ul.sub-menu ul {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=10);
}
.htheme_mobile nav ul .htheme_icon_sub_dropdown > a:after,
.htheme_mobile nav ul .htheme_icon_dropdown > a:after {
    width: 50px;
    content: '\e93a';
}
.htheme_nav_right {
    float: right;
    height: 50px;
}
.htheme_footer_nav .htheme_nav_right {
    height: 75px;
}
.htheme_footer .htheme_nav_social_items span {
    display: none;
}
.htheme_footer_logo,
.htheme_footer_social {
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
.htheme_footer_wrap {
    width: 100%;
    display: table;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.htheme_footer_layout_one .htheme_nav_social_items span {
    display: table;
}
.htheme_footer_logo img {
    max-height: 100px;
}
.htheme_footer_logo img,
.htheme_footer_logo a {
    margin: 0 auto;
    display: table;
}
.htheme_nav_social_items {
    display: table;
    float: left;
    height: 20px;
}
.htheme_nav_search {
    display: table;
    float: left;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.htheme_footer_layout_one .htheme_nav_social_items {
    display: table;
    margin: 0 auto;
    float: none;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.htheme_footer_layout_one .htheme_footer_nav,
.htheme_footer_layout_one .htheme_footer_nav .htheme_nav_right {
    height: 50px;
}
.htheme_footer_layout_one .htheme_footer_nav nav ul li > a {
    line-height: 50px;
}
.htheme_footer_layout_one .htheme_nav_right nav {
    width: 100%;
}
.htheme_footer_layout_one .htheme_nav_icon {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0 20px;
}
.htheme_footer_layout_one .htheme_nav_icon span {
    float: right;
    display: table;
    padding-left: 10px;
}
.htheme_nav_icon {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    text-align: center;
    line-height: 20px;
    float: left;
    text-decoration: none;
    cursor: pointer;
}
.stButton,
.stLarge {
    padding: 0 !important;
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    left: 20px;
    !important;
    top: 0;
}
.stButton span {
    background-image: none !important;
    width: inherit;
    height: inherit;
    left: 0 !important;
}
.htheme_header_post_details {
    margin: 0 10px;
    text-align: center;
    line-height: 20px;
    float: left;
}
.htheme_nav_icon:after {
    width: 20px;
    height: 20px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_nav_logo {
    width: auto;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
}
    .htheme_sticky_logo_none{
        padding-right: 0;
        padding-left: 0;
    }
    .htheme_sticky_logo_none:after{
        display:none !important;
    }
.htheme_nav_logo:after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
}
.htheme_nav_logo img {
    max-height: 50px;
}
.htheme_footer_cols ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
.htheme_footer_cols ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.htheme_footer_cols ul li:last-child {
    border-bottom: none;
}
.htheme_footer_cols ul li a {
    text-decoration: none;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: SEARCH
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_row_search {
    width: 100%;
    box-sizing: border-box;
    height: 0;
    background-color: #3F3F3F;
    overflow: hidden;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 11;
}
.htheme_row_search input {
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    padding: 0 !important;
}
.htheme_icon_search_btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.htheme_icon_search_btn:after {
    content: '\e901';
    width: inherit;
    display: table;
    font-size: 8px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_icon_search_btn:hover:after {
    padding-left: 10px;
}
.htheme_search_item {
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE;
    display: table;
}
.htheme_search_item * {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_search_item:hover div {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .05);
}
.htheme_search_item a {
    display: table;
}
.htheme_search_item h4 {
    display: table;
}
.htheme_search_item h4 a {
    display: inline;
    text-decoration: none;
}
.htheme_search_item div {
    height: inherit;
}
.htheme_search_item .htheme_col_2 {
    background-position: center;
    background-size: cover;
    text-align: center;
    display: block;
    height: inherit;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: NEXT / PREVIOUS NAVIGATION */
/*  :::::::::::::::::::::::::::::::::::::::: */

.navigation h2 {
    display: none;
}
.htheme_next_prev .nav-links {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.nav-previous {
    float: left;
    display: table;
    position: relative;
    width: 40%;
    padding:8px 0;
}
.nav-previous .post-img-thumb {
    left: -20px;
    opacity: 0;
    filter: alpha(opacity=00);
    background-image: url(../images/theme/quote.png);
    background-position: center;
    background-repeat: no-repeat;
}
.nav-previous .post-img-thumb:after {
    content: '\e900';
    font-size: 10px;
    display:none;
    float: left;
    color: #2B2B2B;
    opacity: 0;
    filter: alpha(opacity=00);
}
.nav-next {
    float: right;
    display: table;
    text-align: right;
    position: relative;
    width: 40%;
    padding:5px 0;
}
.nav-next .post-img-thumb {
    right: -20px;
    opacity: 0;
    filter: alpha(opacity=00);
}
.htheme_quote_post_image:before {
    content: '\e906';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    line-height: 30px;
    color: #CCC;
}
.htheme_quote_post_image {
    background-image: none !important;
}
.nav-next .post-img-thumb:after {
    content: '\e901';
    font-size: 10px;
    display:none;
    float: right;
    color: #2B2B2B;
    opacity: 0;
    filter: alpha(opacity=00);
}
.nav-previous,
.nav-next,
.nav-previous *,
.nav-next *,
.post-img-thumb:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-previous:hover {
    padding-left: 90px;
}
.nav-previous:hover .post-img-thumb {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=10);
}
.nav-next:hover {
    padding-right: 90px;
}
.nav-next:hover .post-img-thumb {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=10);
}
.nav-previous:hover .post-img-thumb:after {
    margin-left: -20px;
    opacity: 1;
    filter: alpha(opacity=10);
}
.nav-next:hover .post-img-thumb:after {
    margin-right: -20px;
    opacity: 1;
    filter: alpha(opacity=10);
}
.htheme_next_prev .nav-previous span,
.htheme_next_prev .nav-next span {
    display: block;
    width: 100%;
}
.htheme_next_prev a {
    text-decoration: none;
}
.post-img-thumb {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    background-color: #EFEFEF;
}
.htheme_pager_holder {
    position: relative;
    margin-top: 30px;
}
.htheme_pager_holder .prev,
.htheme_pager_holder .next,
.submit,
.htheme_button,
.wpcf7-submit {
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #EEE;
    text-decoration: none;
}
.submit,
.htheme_button,
.wpcf7-submit {
    display: table !important;
    width: auto;
}
.htheme_pager_holder .prev,
.htheme_pager_holder .next,
.htheme_pager_holder .prev:after,
.htheme_pager_holder .next:after,
.submit,
.htheme_button,
.wpcf7-submit {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.htheme_pager_holder .prev:hover {
    padding-left: 35px;
}
.htheme_pager_holder .prev:hover:after {
    opacity: 1;
    filter: alpha(opacity=10);
    margin-left: 0;
}
.htheme_pager_holder .next:hover {
    padding-right: 35px;
}
.htheme_pager_holder .next:hover:after,
.submit:hover:after {
    opacity: 1;
    filter: alpha(opacity=10);
    margin-right: 0;
}
.htheme_pager_holder .prev:after {
    position: absolute;
    left: 0;
    content: '\e900';
    font-size: 8px;
    margin-left: -10px;
    opacity: 0;
    filter: alpha(opacity=00);
}
.htheme_pager_holder .next:after,
.submit:after {
    position: absolute;
    right: 0;
    content: '\e901';
    font-size: 8px;
    margin-right: -10px;
    opacity: 0;
    filter: alpha(opacity=00);
}
.htheme_pager_holder .prev {
    display: table;
    float: left;
}
.htheme_pager_holder .next {
    display: table;
    float: right;
}
.page-numbers {
    display: none;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: COMMENTS */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_comments_area {
    width: 100%;
    display: table;
    margin-top: 60px;
}
.htheme_comments_pager{
    width:100%; display:table; box-sizing:border-box; padding:0 0 30px;
}
    .htheme_comments_pager .nav-previous,
    .htheme_comments_pager .nav-next{
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .htheme_comments_pager .nav-previous:hover{
        padding-left:0;
    }
    .htheme_comments_pager .nav-next:hover{
        padding-right:0;
    }
.comment-respond{
    display:table; width:100%;
}
.comment-list {
    list-style: none;
    margin: 60px 0 0;
    padding: 0;
    width: 100%;
}
.comment-list li {
    display: table;
    width: 100%;
    padding-bottom: 50px;
}
.htheme_comment_image {
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    float: left;
}
.htheme_comment_content {
    float: right;
    width: 90%;
    position: relative;
}
.htheme_comment_name {
    width: 100%;
    display: table;
    padding-bottom: 0;
}
.htheme_comment_date {
    width: 100%;
    display: table;
    padding-bottom: 15px;
}
.htheme_comment_date a {
    text-decoration: none;
}
.comment-list p {
    padding-bottom: 0;
    padding-right: 80px;
}
.reply {
    display: table;
    position: absolute;
    right: 0;
    top: 0;
}
.logged-in-as,
.comment-notes {
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}
.comment-form label {
    display: table;
    padding-bottom: 5px;
}
.htheme_content_heading span small {
    display: table;
    clear: both;
    margin: 0 auto;
    text-decoration: none;
}
.htheme_content_heading span small a {
    text-decoration: none;
    font-size: 12px;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: AUTHOR HOLDER */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_author {
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #EEEEEE;
}
.htheme_author img {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.htheme_author h4 {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 5px;
}
.htheme_author p {
    box-sizing: border-box;
    width: 100%;
    padding-right: 150px;
    padding-bottom: 15px;
}
.htheme_author_social {
    width: 100%;
}
.htheme_author_social a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    padding-right: 10px;
    text-decoration: none;
    font-size: 14px;
}
.htheme_author_social a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: RELATED */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_related_posts {
    width: 100%;
    display: table;
    margin-top: 50px;
}
.htheme_list_related_title {
    margin-top: 0;
    margin-bottom: 30px;
}
.htheme_list_related_title .htheme_content_heading:after {
    display: none;
}
.htheme_list_related {
    margin-bottom: 30px;
}
.htheme_related_line {
    margin-bottom: 30px;
}
.htheme_related_line:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #EEE;
    display: table;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: BANNER */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_banner_holder {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
.htheme_banner_wrap {
    display: table;
    width: 100%;
    padding-bottom: 56px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}
.htheme_banner_wrap img {
    width: 100%;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: QUOTE */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_quote_description,
.htheme_additional_info {
    display: none !important;
}
.htheme_default_content .htheme_additional_info {
    display: table !important;
}
.single .format-quote .htheme_default_content p:first-child {
    text-align: center;
    padding-bottom: 20px;
}
.htheme_default_content .htheme_additional_info {
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}
.htheme_default_content .htheme_additional_info * {
    padding: 0;
    margin: 0;
}
.htheme_by_author {
    padding-left: 0 !important;
}
.htheme_not_single .format-quote .htheme_post_image,
.htheme_not_single .format-quote .htheme_post_category,
.htheme_not_single .format-quote h1,
.htheme_not_single .format-quote .htheme_continue_reading,
.htheme_not_single .format-quote .htheme_post_social ul,
.htheme_not_single .format-quote .htheme_avatar_social,
.htheme_not_single .format-quote .htheme_post_social a,
.htheme_not_single .format-quote .htheme_by_author {
    display: none;
}
.htheme_content .htheme_not_single:first-child .format-quote .htheme_default_content {
    margin-top: 0;
}
.htheme_not_single .htheme_default_content p {
    padding-bottom: 10px;
}
.htheme_not_single .format-quote .htheme_default_content {
    text-align: center;
    position: relative;
    padding: 0 0 30px;
}
.htheme_not_single .format-quote .htheme_default_content:after {
    content: '\e906';
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
}
.htheme_not_single .format-quote .htheme_default_content p:last-child {
    padding-bottom: 0;
}
.htheme_not_single .format-quote .htheme_post_social {
    display: none;
}
.htheme_not_single .format-quote .htheme_has_social_avatar span {
    margin: 0 auto;
    float: none;
    padding: 0;
}
.htheme_not_single .format-quote .htheme_quote_description {
    display: table !important;
    padding-top: 5px !important;
}
.htheme_not_single .format-quote .htheme_additional_info {
    width: 100%;
    display: table !important;
    margin-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
}
.htheme_not_single .format-quote .htheme_additional_info p {
    margin: 0;
    padding: 0;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: ICONS */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_icon_facebook:after {
    content: '\ea90';
}
.htheme_icon_search:after {
    content: '\e922';
}
.htheme_icon_search[data-toggle="close"]:after {
    content: '\e935';
}
.htheme_icon_twitter:after {
    content: '\ea96';
}
.htheme_icon_pinterest:after {
    content: '\ead2';
}
.htheme_icon_googleplus:after {
    content: '\ea8b';
}
.htheme_icon_tumblr:after {
    content: '\eab9';
}
.htheme_icon_instagram:after {
    content: '\ea92';
}
.htheme_icon_vimeo:after {
    content: '\eaa0';
}
.htheme_icon_dribble:after {
    content: '\eaa7';
}
.htheme_icon_linkdin:after {
    content: '\eaca';
}
.htheme_icon_rss:after {
    content: '\ea9b';
}
.htheme_icon_behance:after {
    content: '\eaa8';
}
.htheme_icon_instagram:after {
    content: '\ea92';
}
.htheme_icon_flickr:after {
    content: '\eaa3';
}
.htheme_icon_youtube:after {
    content: '\ea9d';
}
.htheme_icon_comments:after {
    content: '\e7d6';
    font-size: 19px;
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 0;
}
.htheme_icon_comments {
    font-size: 11px;
    text-align: right;
    padding-right: 30px;
}
/*  :::: ICONS COLORS */

.htheme_nav_right div:after {
    color: #EEE;
}
.htheme_post_social div:after,
.htheme_heading_social div:after {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_footer_nav .htheme_nav_right div:after {
    color: #777777;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: MOBILE NAVIGATION */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_mobile nav {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 50px;
}
.htheme_mobile .htheme_nav_logo:after {
    display: none;
}
.htheme_mobile nav ul {
    padding: 0;
    width: 100%;
}
.htheme_mobile nav div:last-child {
    width: 100%;
}
.htheme_mobile nav ul li,
.htheme_mobile nav ul li a {
    width: 100%;
}
.htheme_mobile .htheme_mobile_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.htheme_burger {
    width: 20px !important;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    background-color: #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_burger_1 {
    top: 19px;
}
.htheme_burger_2 {
    top: 25px;
}
.htheme_burger_3 {
    top: 31px;
}
.htheme_mobile [data-toggle=close] .htheme_burger_1 {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
}
.htheme_mobile [data-toggle=close] .htheme_burger_2 {
    opacity: 0;
    filter: alpha(opacity=00);
}
.htheme_mobile [data-toggle=close] .htheme_burger_3 {
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
}
.htheme_mobile .htheme_nav_right {
    position: absolute;
    top: 0;
    right: 50px;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: LOGO HOLDER */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_logo_holder {
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    height: 175px;
}
.htheme_logo_line .htheme_container {
    padding: 0 15px;
}
.htheme_logo_line .htheme_container .htheme_logo_holder {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;
}
.htheme_width_image .htheme_logo_line .htheme_logo_holder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.htheme_width_image .htheme_logo_holder {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.htheme_logo_small {
    /*border-bottom:1px solid rgba(255,255,255, 0.4);*/
}
.htheme_logo_small .htheme_logo_holder {
    height: 175px;
}
.htheme_logo_holder img {
    max-height: 100px;
}
.htheme_logo_holder a.htheme_no_logo {
    text-decoration: none;
    display: table;
    margin: 0 auto;
}
/*.home .htheme_logo_holder img {
    max-height: 150px;
}
.home .htheme_logo_holder {
    height: 250px;
}*/
.home .htheme_logo_line .htheme_container .htheme_logo_holder {
    border: none;
    margin-bottom: 0;
}
.htheme_logo_small img {
    max-height: 100px;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: BACK TO TOP */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_back_to_top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 52px;
    right: 50px;
    background-color: #222222;
    text-align: center;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=00);
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 11px;
}

.htheme_back_to_top:after{
    content:'\e913'; width:20px; height:20px; margin:0 auto; display:table; color:#FFF; font-size:15px;
}

/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: POST ITEM */
/*  :::::::::::::::::::::::::::::::::::::::: */

.post,
.page {
    width: 100%;
    display: block;
    padding-bottom: 60px;
}
.sticky {
    background-color: #EEE;
    padding-bottom: 30px !important;
}
.sticky .htheme_post_category,
.sticky h1,
.sticky .htheme_default_content,
.sticky .htheme_post_social {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
}
.htheme_post_category a {
    text-decoration: none;
}
.sticky .htheme_continue_reading {
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
}
.sticky .htheme_post_category {
    padding-top: 30px;
    display: table;
}
.sticky .htheme_post_image {
    padding-bottom: 0;
}
.htheme_col_6 .post:nth-child(even):last-child,
.htheme_col_12 .post:nth-child(even):last-child,
.htheme_col_12 .page:nth-child(even):last-child {
    padding-bottom: 0;
}
.htheme_col_6 .post:nth-child(odd):last-child,
.htheme_col_12 .post:nth-child(odd):last-child,
.htheme_col_12 .page:nth-child(odd):last-child {
    padding-bottom: 0;
}
.htheme_col_6 .post:first-child:last-child,
.htheme_col_12 .post:first-child:last-child,
.htheme_col_12 .page:first-child:last-child {
    margin-bottom: 30px;
}
.htheme_not_single .post:first-child:last-child,
.htheme_not_single .post:first-child:last-child,
.htheme_not_single .page:first-child:last-child {
    margin-bottom: 30px;
}
.htheme_not_single .post,
.htheme_not_single .post,
.htheme_not_single .page {
    margin-top: 30px;
}
.htheme_content .htheme_not_single:first-child .post {
    margin-top: 0;
}
.post span {} .post span em {} .htheme_popup_holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    display: none;
    opacity: 0;
    filter: alpha(opacity=00);
}
.htheme_popup_wrap {
    display: table;
    margin: 0 auto;
}
.htheme_popup_inner {
    width: 900px;
    height: 600px;
    display: table;
    margin: 0 auto;
}
.htheme_popup_inner iframe {
    height: 100% !important;
}
.htheme_popup_slider {
    width: 100%;
    display: block !important;
    overflow: hidden !important;
    height: inherit !important;
}
.htheme_popup_slider .htheme_post_media_item {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.htheme_popup_slider .owl-controls,
.single .htheme_post_media .owl-controls {
    width: 100%;
    position: absolute;
    height: 30px;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.htheme_popup_slider .owl-prev,
.htheme_popup_slider .owl-next,
.single .htheme_post_media .owl-prev,
.single .htheme_post_media .owl-next {
    width: 100px;
    height: 30px;
    position: relative;
    font-size: 10px;
    color: #FFF !important;
    cursor: pointer;
    font-weight: 100;
}
.htheme_popup_slider .owl-prev:after,
.htheme_popup_slider .owl-next:after,
.single .htheme_post_media .owl-prev:after,
.single .htheme_post_media .owl-next:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_media_popup_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9999;
    text-align: center;
    line-height: 40px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.htheme_media_popup_close:after {
    content: '\e92a';
    color: #FFF;
    font-size: 30px;
}
.htheme_popup_slider .owl-prev,
.single .htheme_post_media .owl-prev {
    float: left;
    text-align: left;
}
.htheme_popup_slider .owl-prev:hover:after {
    left: 0;
}
.single .htheme_post_media .owl-prev:after {
    left: -15px !important;
    color: #2B2B2B !important;
}
.htheme_popup_slider .owl-prev:after,
.single .htheme_post_media .owl-prev:after {
    content: '\e903';
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: left;
}
.htheme_popup_slider .owl-next,
.single .htheme_post_media .owl-next {
    float: right;
    text-align: right;
}
.htheme_popup_slider .owl-next:hover:after {
    right: 0;
}
.single .htheme_post_media .owl-next:after {
    right: -15px !important;
    color: #2B2B2B !important;
}
.htheme_popup_slider .owl-next:after,
.single .htheme_post_media .owl-next:after {
    content: '\e904';
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: right;
}
.htheme_popup_slider .owl-stage-outer *,
.htheme_popup_slider .owl-stage-outer {
    height: inherit !important;
}
.htheme_width_tracker_holder {
    width: 1200px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
}
.htheme_tracker_has_sidebar {
    width: 900px;
}
.htheme_width_tracker {
    height: 3px;
    width: 100%;
    display: table;
}
.htheme_post_image {
    display: table;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}
.htheme_post_media {
    position: relative;
    width: 500px;
    height: 600px;
    display: block !important;
    margin-bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=00);
}
.format-video .htheme_post_media {
    height: 658px;
}
.htheme_has_sidebar .format-video .htheme_post_media {
    height: 489px;
}
.single .htheme_post_media {
    height: 658px;
}
.single .htheme_has_sidebar .htheme_post_media {
    height: 489px;
}
.single .htheme_is_single_vid{
    height: 658px;
}
.single .htheme_post_media .owl-dots {} .htheme_post_media .owl-stage-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: inherit !important;
}
.htheme_post_media iframe {
    width: 100% !important;
    height: 658px;
    position: relative;
}
.htheme_has_sidebar .htheme_post_media iframe{
    height: 489px;
}
.single .htheme_post_media iframe {
    height: inherit;
}
.htheme_post_media .owl-controls {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.htheme_post_media .owl-controls .owl-dots {
    display: table;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 4px 4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 auto;
}
.single .owl-dots {
    margin: 350px auto 0 !important;
}
.htheme_post_media .owl-nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.0;
    filter: alpha(opacity=00);
}
.single .htheme_post_media:hover .owl-nav {
    opacity: 1.0;
    filter: alpha(opacity=10);
}
.htheme_post_media .owl-controls .owl-dot {
    width: 6px;
    height: 6px;
    float: left;
    margin: 0 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.htheme_post_media .owl-controls .active {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
}
.htheme_media_options {
    margin: 10px auto 0;
    display: table;
    padding: 10px;
}
.htheme_options {
    width: 100%;
    height: 1px;
    position: relative;
    z-index: 9;
}
.htheme_options .htheme_media_options {
    display: table;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    margin: 0;
}
.htheme_options .htheme_media_options span {
    display: none;
}
.htheme_options .htheme_media_popup_btn {
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
}
[data-type="htheme_gallery"]:after{
    content:'\e911'; width:20px; height:20px; position:absolute; color:#2B2B2B; left:10px; line-height:20px;
}
[data-type="htheme_video"]:after{
    content:'\e912'; width:20px; height:20px; position:absolute; color:#2B2B2B; left:10px; line-height:19px; font-size:14px;
}
.htheme_options [data-type="htheme_video"]:after{
    top:5px; left:57%; text-align:center; margin-left:-10px;
}
.htheme_options [data-type="htheme_gallery"]:after{
    top:5px; left:52%; text-align:center; margin-left:-10px;
}
.htheme_media_popup_btn {
    display: table;
    padding: 5px 15px 5px 40px;
    float: left;
    margin: 0 5px;
    background-color: #FFF;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_media_popup_btn:hover{
    opacity: 0.8;
    filter: alpha(opacity=08);
}
.htheme_media_popup_btn:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_width_image .htheme_media_popup_btn span {
    color: #2B2B2B !important;
    font-style: normal !important;
    font-size: 12px !important;
}
[data-type="htheme_video"] {
    padding-left: 35px;
}
.htheme_post_media .owl-stage-outer *,
.htheme_post_media .owl-stage-outer {
    height: inherit !important;
}
.htheme_post_media_item {
    width: 100%;
    height: inherit;
    background-size: cover;
    background-position: center top;
    position: absolute;
    left: 0;
    top: 0;
}
.htheme_post_media_item iframe {
    width: 100% !important; border:none;
}
.htheme_post_image img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    margin:0 auto;
}
.post h1,
.page h1 {
    padding: 5px 0 30px;
}
.htheme_post_title {
    text-decoration: none;
}
.htheme_default_content {
    line-height: 20px;
}
.htheme_default_content table{
    width:100%; margin-bottom:30px; text-align:left;
}
.htheme_default_content dl{
    padding:0 0 30px; margin:0;
}
.htheme_default_content address{
    padding:0 0 30px; margin:0;
}
.htheme_default_content dl dd{
    padding:0 0 0 15px; margin:0;
}
.htheme_default_content ul,
.htheme_default_content ol {
    padding: 0 0 0 25px;
    margin: 0 0 30px;
}
.htheme_default_content ul * ul,
.htheme_default_content ul * ol,
.htheme_default_content ol * ol,
.htheme_default_content ol * ul {
    margin: 0 0 0;
}
.htheme_default_content pre {
    margin: 0 0 30px;
    padding: 15px;
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: pre-wrap;
    /* css-3 */
    
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    
    white-space: -o-pre-wrap;
    /* Opera 7 */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #EEE;
}
.htheme_default_content h1,
.htheme_default_content h2,
.htheme_default_content h3,
.htheme_default_content h4,
.htheme_default_content h5,
.htheme_default_content h6 {
    padding: 0 0 30px;
}
.htheme_default_content blockquote {
    box-sizing: border-box;
    padding: 10px 60px 0;
    width: 100%;
    margin: 0 0 40px;
    text-decoration: none;
    position: relative;
}
.htheme_default_content blockquote:before {
    content: '\e906';
    text-decoration: none;
    position: absolute;
    left: 20px;
    top: 10px;
}
.htheme_default_content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.wp-caption {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
    position: relative;
}
.htheme_default_content .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    clear: both;
}
.htheme_default_content .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: both;
}
.htheme_default_content .aligncenter {
    text-align: center;
    clear: both;
}
blockquote p:last-child {
    margin: 0;
    padding: 0;
}
.htheme_post_social {
    width: 100%;
    padding: 35px 0 10px;
    height: 60px;
    border-bottom: 1px solid #EEEEEE;
}
.htheme_heading_social {
    padding: 10px 0 30px;
    height: 20px;
    margin: 0 auto;
    width: 100%;
}
.htheme_heading_details {
    padding: 0;
    height: 20px;
    margin: 5px auto;
    width: 100%;
}
.htheme_post_social .htheme_nav_icon,
.htheme_heading_social .htheme_nav_icon,
.htheme_header_post_details {
    margin: 0 20px;
}
.htheme_has_social_avatar span {
    padding-left: 55px;
}
.htheme_post_social span,
.htheme_heading_social span {
    display: table;
    float: left;
    position: relative;
}
.htheme_post_social .htheme_avatar_social,
.htheme_heading_social .htheme_avatar_social {
    display: table;
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    background-position: center;
    background-size: cover;
    float: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0;
    overflow: hidden;
}
.htheme_post_social .htheme_avatar_social img,
.htheme_heading_social .htheme_avatar_social img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.htheme_post_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    float: right;
}
.htheme_col_6 .htheme_post_social ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: table;
    float: none;
}
.htheme_col_6 .htheme_post_social span {
    display: none;
}
.htheme_heading_social ul,
.htheme_heading_details ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: table;
    float: none;
}
.htheme_post_social ul li,
.htheme_heading_social ul li,
.htheme_heading_details ul li {
    float: left;
    position: relative;
}
.htheme_post_social ul li:after,
.htheme_heading_social ul li:after,
.htheme_heading_details ul li:after {
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -5px;
    content: '';
    -ms-transform: rotate(20deg);
    /* IE 9 */
    
    -webkit-transform: rotate(20deg);
    /* Safari */
    
    transform: rotate(20deg);
    background: rgb(238, 238, 238);
    background: rgba(238, 238, 238, 1);
}
.htheme_width_image .htheme_heading_details ul li:after,
.htheme_width_image .htheme_heading_social ul li:after {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.5);
}
.htheme_post_social ul li:last-child:after,
.htheme_heading_social ul li:last-child:after,
.htheme_heading_details ul li:last-child:after {
    display: none;
}
.htheme_post_recap .htheme_post_image {
    height: 160px;
    padding-bottom: 0;
    background-position: center;
    background-size: cover;
    background-color: #efefef;
    display: block;
}
.htheme_post_recap .htheme_post_image {
    text-decoration: none;
}
.htheme_post_recap .htheme_post_image:after {
    content: '\e904';
    text-align: center;
    line-height: 160px;
    width: 100%;
    color: #FFF;
    font-size: 6px;
    text-decoration: none;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    display: table;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.0;
    filter: alpha(opacity=00);
    padding-right: 20px;
}
.htheme_post_recap:hover .htheme_post_image:after {
    opacity: 1.0;
    filter: alpha(opacity=10);
    padding-right: 0;
}
.htheme_post_recap .htheme_recap_title {
    margin: 10px 0;
    padding: 0;
    display:table; width:100%;
}
.htheme_post_recap span {
    color: #AAAAAA;
}
.htheme_post_recap {
    padding-bottom: 0;
}
.htheme_post_tags {
    width: 100%;
    box-sizing: border-box;
    display: table;
}
.htheme_post_tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.htheme_post_tags a,
.tagcloud a {
    display: table;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin: 0 3px 3px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 22px;
}
.tagcloud {
    width: 100%;
    display: table;
}
.htheme_post_tags ul li {
    float: left;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: SIDEBAR */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_sidebar {
    padding-bottom: 30px !important;
}
.htheme_sidebar .htheme_image_instagram_widget .htheme_container {
    width: 100%;
}
.htheme_sidebar_box {
    width: 100%;
    display: table;
    padding-bottom: 30px;
}
.htheme_about_me {
    text-align: center;
}
.htheme_sidebar_box h2 {
    margin: 0;
    padding: 30px 0 5px;
}
.htheme_sidebar_box p {
    margin: 0;
    padding: 0 0 30px;
}
.htheme_sidebar_box img {
    width: 70%;
}
.htheme_sidebar_box .htheme_no_img_width {
    width: auto;
}
.htheme_sidebar_heading {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}
.htheme_sidebar_heading span {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    background-color: #FFF;
}
.htheme_sidebar_heading:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 21px;
    background-color: #DD6B85;
}
.htheme_side_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.htheme_side_nav ul li {
    width: 100%;
    padding: 0 0 5px 0;
    text-align: center;
}
.htheme_recent_post_image {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 0 !important;
}
.htheme_recent_overlay {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_recent_overlay * {} .htheme_recent_arrow {
    width: 50px;
    height: 20px;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-right: 20px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_recent_arrow:after {
    text-align: center;
    line-height: 20px;
    color: #FFF;
    content: '\e904';
    font-size: 6px;
    opacity: 0.0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_recent_comment {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-right: 20px;
    line-height: 18px;
    padding-left: 30px;
    position: relative;
    color: #FFF;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_recent_comment:after {
    line-height: 20px;
    color: #FFF;
    content: '\e7d6';
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0.0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_recent_entries ul li:hover .htheme_recent_overlay {
    opacity: 1.0;
    filter: alpha(opacity=10);
}
.widget_recent_entries ul li:hover .htheme_recent_arrow,
.widget_recent_entries ul li:hover .htheme_recent_comment {
    padding-right: 0;
}
.widget_recent_entries ul li:hover .htheme_recent_arrow:after,
.widget_recent_entries ul li:hover .htheme_recent_comment:after {
    opacity: 1.0;
    filter: alpha(opacity=10);
}
.widget_recent_entries ul li {
    width: 100%;
    display: table;
    text-align: left;
    line-height: normal;
    margin-bottom: 20px;
}
.widget_search #searchsubmit,
.widget_search label {
    display: none !important;
}
.widget_search input {
    text-align: center;
}
.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
.widget_recent_entries .post-date {
    display: table;
    padding-top: 5px;
}
.widget_recent_entries a {
    display: table;
    padding-top: 5px;
}
.htheme_side_nav ul li:last-child {
    padding: 0;
}
.htheme_sidebar_source {
    width: 100%;
    padding-bottom: 40px;
}
.htheme_sidebar_source table {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.htheme_sidebar_source table caption {
    padding-bottom: 10px;
}
.htheme_sidebar_source table tfoot {
    text-align: left;
}
.htheme_sidebar_source table thead th {
    font-weight: normal;
}
.htheme_sidebar_source label {
    display: table;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
}
.htheme_sidebar_source h5 {
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: normal;
    margin-bottom: 30px;
}
.htheme_sidebar_source h5 span {
    background-color: #FFF;
    display: table;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
}
.htheme_sidebar_source h5:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
.htheme_sidebar_source ul,
.htheme_sidebar_source ol {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.htheme_sidebar_source .textwidget img {
    max-width: 100%;
    height: auto;
}
.htheme_sidebar_source ul .children {
    opacity: 0.8;
    filter: alpha(opacity=06);
}
.htheme_sidebar_source ul > li .children {
    margin-bottom: 20px;
}
.htheme_sidebar_source ul li .children .children {
    margin-bottom: 0;
}
.htheme_sidebar_source ul li {
    padding-bottom: 5px;
}
.htheme_sidebar_source ul li:last-child {
    padding-bottom: 0;
}
#recentcomments .recentcomments {
    padding-bottom: 10px;
}
#recentcomments .recentcomments a {
    display: table !important;
    width: 100%;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: INPUTS */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_signup_holder {
    display: table;
    margin: 20px auto 10px;
    position: relative;
}
input,
select,
textarea {
    box-sizing: border-box;
    width: 100%;
    display: table;
    padding: 10px;
    border: 1px solid #EEE;
    outline: none;
}
.htheme_signup_holder input {
    width: 300px;
}
.htheme_signup_button {
    width: 45px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 37px;
    cursor: pointer;
}
.htheme_signup_button:after {
    content: '\e901';
    color: #DA6C85;
    font-size: 8px;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: INSTAGRAM */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_instagram {
    width: 100%;
    height: 300px;
}
.htheme_instagram_inner {
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #FFF;
    padding: 25px;
    display: table;
    z-index: 1;
    text-decoration: none;
    text-align:center;
}
.htheme_instagram_inner h2 {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.htheme_instagram_inner span {
    display: table;
    margin: 0 auto;
    padding: 5px 0 0;
}
.htheme_instagram_images {
    width: 100%;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.htheme_instagram_image {
    height: inherit;
    background-position: center;
    background-size: cover;
    position: relative;
}
.htheme_instagram_image,
.htheme_instagram_image * {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_sidebar_source .htheme_instagram_image,
.htheme_sidebar_source .htheme_instagram_image * {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.htheme_sidebar_source .htheme_instagram_image:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.htheme_sidebar_source .htheme_instagram_image .htheme_instagram_details {
    display: none !important;
}
.htheme_instagram_image:hover {
    -webkit-box-shadow: inset 1px -200px 109px -121px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px -200px 109px -121px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px -200px 109px -121px rgba(0, 0, 0, 0.75);
}
.htheme_instagram_image:hover .htheme_instagram_details {
    bottom: 30px;
    opacity: 1;
    filter: alpha(opacity=1);
}
.htheme_instagram_details {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #FFF;
}
.htheme_instagram_likes {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
}
.htheme_instagram_likes:after {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -10px;
    content: '\e68c';
}
.htheme_instagram_comments {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
}
.htheme_instagram_comments:after {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -10px;
    content: '\e7d6';
}
.htheme_image_instagram_widget {} .htheme_image_instagram_widget .htheme_instagram {
    width: 100%;
    height: auto;
    display: inline-table;
}
.htheme_image_instagram_widget .htheme_instagram > a {
    display: none;
}
.htheme_image_instagram_widget .htheme_instagram .htheme_instagram_images {
    display: table;
    position: relative;
}
.htheme_image_instagram_widget .htheme_instagram .htheme_instagram_images a {
    height: 85px;
    width: 33.33333333333333%;
    box-sizing: border-box;
    display: table;
    border: 5px solid #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_image_instagram_widget .htheme_instagram .htheme_instagram_images a:hover {
    opacity: 0.6;
    filter: alpha(opacity=0.6);
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: FOLLOW US SIDERBAR WIDGET */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_sidebar_follow {
    display: table;
    margin: 0 auto;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: FONTS */
/*  :::::::::::::::::::::::::::::::::::::::: */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
p {
    padding: 0 0 30px;
    margin: 0;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: BUTTONS */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_continue_reading {
    text-decoration: none;
    display: table;
    position: relative;
}
.htheme_continue_reading:before {
    display: table;
    content: '';
    width: 40%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.htheme_continue_reading:hover:before {
    width: 100%;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: THEME CHECK STYLES */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_form_status_message {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
}
.htheme_form_success {
    display: table;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #FFF;
    margin: 0 auto;
}
.htheme_form_error {
    display: table;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #FFF;
    margin: 0 auto;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: THEME CHECK STYLES */
/*  :::::::::::::::::::::::::::::::::::::::: */

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.screen-reader-text {}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: COLUMNS */
/*  :::::::::::::::::::::::::::::::::::::::: */

.htheme_col_1,
.htheme_col_2,
.htheme_col_3,
.htheme_col_4,
.htheme_col_5,
.htheme_col_6,
.htheme_col_7,
.htheme_col_8,
.htheme_col_9,
.htheme_col_10,
.htheme_col_11,
.htheme_col_12 {
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.htheme_col_12 {
    width: 100%;
}
.htheme_col_11 {
    width: 91.66666666666666%;
}
.htheme_col_10 {
    width: 83.33333333333334%;
}
.htheme_col_9 {
    width: 75%;
}
.htheme_col_8 {
    width: 66.66666666666666%;
}
.htheme_col_7 {
    width: 58.333333333333336%;
}
.htheme_col_6 {
    width: 50%;
}
.htheme_col_5 {
    width: 41.66666666666667%;
}
.htheme_col_4 {
    width: 33.33333333333333%;
}
.htheme_col_3 {
    width: 25%;
}
.htheme_col_2 {
    width: 16.666666666666664%;
}
.htheme_col_1 {
    width: 8.333333333333332%;
}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: MEDIA QUERIES */
/*  :::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 768px) {
    .htheme_sidebar {
        display: none;
    }
    .htheme_header {
        height: auto;
    }
    .htheme_header .htheme_container_nav {
        position: relative;
        top: 0 !important;
    }
    /*  :::: CONTAINERS */
    
    .htheme_container,
    .htheme_primary_nav,
    .htheme_footer_nav,
    .htheme_slider_holder,
    .htheme_sidebar,
    .htheme_footer_logo,
    .htheme_footer_social,
    .htheme_footer_logo:after,
    .htheme_footer_social:after,
    .htheme_width_tracker_holder {
        width: 100% !important;
    }
    .htheme_post_media {
        height: 250px !important;
    }
    .single .htheme_post_media .owl-dots {
        margin: 145px auto 0 !important;
    }
    .single .htheme_post_media .owl-prev:after {
        left: 0 !important;
    }
    .single .htheme_post_media .owl-next:after {
        right: 0 !important;
    }
    .htheme_post_media iframe {
        margin: 0 auto;
        height: 250px;
        border:none;
    }
    .htheme_slider_holder {
        height: 300px;
    }
    .htheme_slide {
        height: 300px;
    }
    .htheme_slide_content {
        width: 70%;
        box-sizing: border-box;
        padding: 20px;
    }
    .htheme_slide_content h1 {
        font-size: 20px;
    }
    .htheme_col_m_6 .htheme_category_item {
        margin-bottom: 30px;
        background-color: #efefef;
    }
    .htheme_col_m_12 .htheme_post_recap {
        margin-bottom: 30px;
    }
    .htheme_no_m_margin {
        margin: 0;
    }
    /*  :::: CONTAINERS */
    
    .htheme_logo_holder img {
        max-width: 80%;
    }
    .htheme_post_social {
        display: table;
        margin-top: 35px;
    }
    .htheme_post_social span,
    .htheme_post_social ul {
        margin: 0 auto;
        display: table;
        float: none;
        margin-bottom: 20px;
    }
    .htheme_content {
        width: 100% !important;
    }
    /* MOBILE COL STRUCTURE */
    
    .htheme_col_m_12 {
        width: 100%;
    }
    .htheme_col_m_11 {
        width: 91.66666666666666%;
    }
    .htheme_col_m_10 {
        width: 83.33333333333334%;
    }
    .htheme_col_m_9 {
        width: 75%;
    }
    .htheme_col_m_8 {
        width: 66.66666666666666%;
    }
    .htheme_col_m_7 {
        width: 58.333333333333336%;
    }
    .htheme_col_m_6 {
        width: 50%;
    }
    .htheme_col_m_5 {
        width: 41.66666666666667%;
    }
    .htheme_col_m_4 {
        width: 33.33333333333333%;
    }
    .htheme_col_m_3 {
        width: 25%;
    }
    .htheme_col_m_2 {
        width: 16.666666666666664%;
    }
    .htheme_col_m_1 {
        width: 8.333333333333332%;
    }
    .htheme_author {
        text-align: center;
    }
    .htheme_author img {
        float: none;
        margin: 0 auto;
    }
    .htheme_author p {
        padding: 0;
    }
    .htheme_author_social {
        margin: 0 auto;
        display: table;
        padding: 20px 0 0 0;
        width: auto;
    }
    .nav-next,
    .nav-previous {
        width: 25%;
    }
    .nav-next h4,
    .nav-previous h4 {
        display: none;
    }
    .htheme_signup_holder input {
        width: 250px;
    }
    .htheme_slider_holder .owl-prev:hover:after {
        margin-left: 0;
    }
    .htheme_slider_holder .owl-next:hover:after {
        margin-right: 0;
    }
    .htheme_heading_details ul li,
    .htheme_header_post_details {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    .htheme_footer_layout_one .htheme_nav_social_items,
    .htheme_footer_layout_one .htheme_nav_social_items a {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 10px;
        display: table;
    }
    .htheme_footer_layout_one .htheme_nav_social_items a span {
        display: none;
    }
    .htheme_footer_nav nav {
        width: 100%;
    }
    .htheme_footer_layout_one .htheme_footer_nav nav ul li > a,
    .htheme_footer_layout_one .htheme_footer_nav nav ul,
    .htheme_footer_layout_one .htheme_footer_nav nav ul li,
    .htheme_footer_layout_one .htheme_nav_right {
        width: 100%;
        text-align: center;
        float: none;
    }
    .htheme_footer_layout_one .htheme_footer_nav {
        height: auto;
        display: table;
    }
    .htheme_post_recap .htheme_post_image {
        height: 130px;
    }
    .htheme_back_to_top{
        bottom:0; right:15px;
    }
    .htheme_heading_details{
        display:none;
    }
    .htheme_media_options{
        margin-top:0;
    }
    .htheme_fullscreen_button{
        bottom:0;
    }
    .htheme_row_search{
        position:inherit;
    }
    .htheme_post_recap .htheme_post_image:after{
        line-height:130px;
    }
    .htheme_comment_content{
        width:100%; float:none;
    }
    .htheme_comment_content p{
        padding-right:0;
    }
    .htheme_comment_image{
        margin-bottom:20px;
    }
    .htheme_popup_slider .owl-prev:after{
        content:'\e943';
        font-size:20px;
    }
    .htheme_popup_slider .owl-next:after{
        content:'\e944';
        font-size:20px;
    }
    .htheme_popup_slider .owl-prev:hover:after {
        left: 10px;
    }
    .htheme_popup_slider .owl-next:hover:after {
        right: 10px;
    }
    .htheme_category_inner{
        text-align:center; box-sizing:border-box; padding:10px;
    }
    .htheme_page_heading_image{
        height:150px;
    }
    .htheme_page_heading_image h1{
        padding-bottom:5px !important;
    }
    .htheme_icon_sub_dropdown > a:after{
        top:23px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .htheme_fullscreen_button{
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 1080px) {
    /*  :::: CONTAINERS */
    .htheme_container,
    .htheme_primary_nav,
    .htheme_footer_nav,
    .htheme_slider_holder,
    .htheme_sidebar,
    .htheme_footer_logo,
    .htheme_footer_social,
    .htheme_footer_logo:after,
    .htheme_footer_social:after,
    .htheme_width_tracker_holder,
    .htheme_has_sidebar {
        width: 100% !important;
    }
    .htheme_post_recap .htheme_post_image {
        height: 250px;
    }
    .htheme_col_t_12 {
        width: 100%;
    }
    .htheme_col_t_11 {
        width: 91.66666666666666%;
    }
    .htheme_col_t_10 {
        width: 83.33333333333334%;
    }
    .htheme_col_t_9 {
        width: 75%;
    }
    .htheme_col_t_8 {
        width: 66.66666666666666%;
    }
    .htheme_col_t_7 {
        width: 58.333333333333336%;
    }
    .htheme_col_t_6 {
        width: 50%;
    }
    .htheme_col_t_5 {
        width: 41.66666666666667%;
    }
    .htheme_col_t_4 {
        width: 33.33333333333333%;
    }
    .htheme_col_t_3 {
        width: 25%;
    }
    .htheme_col_t_2 {
        width: 16.666666666666664%;
    }
    .htheme_col_t_1 {
        width: 8.333333333333332%;
    }
}
@media (min-width: 1080px) and (max-width: 1480px) {
    .htheme_instagram_images a {
        width: 20%;
    }
}
@media (min-width: 1200px) {}
/*  :::::::::::::::::::::::::::::::::::::::: */
/*  :::: CONTACT FORM 7 */
/*  :::::::::::::::::::::::::::::::::::::::: */

div.wpcf7-response-output {
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}