/*
Theme Name: Entron
Theme URI: jellywp.com/theme/entron/
Description: WordPress theme for Personal blog and magazine
Author: Jellywp
Author URI: http://themeforest.net/user/jellywp
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: two-columns
Text Domain: entron
*/



/*-------------------------------------------------------------------------------------

    + CSS Reset
    + Header slider and carousel post
    + Menu and megamenu
    + Header (Mobile Menu, Top-search, Main Menu Menu)
    + Blog large layout with sidebar (Feature-two-column, Three columns, Tab, Image feature, Pagination, widget)
    + Page builder block
    + woocommerce
    + Audio player
    + Justified Gallery
    + Animation CSS
    + Go to top
    + Magnific Popup CSS
    + Footer

-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
CSS Reset
-------------------------------------------------------------------------------------*/
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    width: 100%;
}
body,
p {
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    color: #555
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-weight: 500;
    color: #000;
    letter-spacing: -0.04em;
} 
::selection {
    background-color: #08a100;
    color: #FFF;
}
blockquote.quote_content {
    border-left: 3px solid;
    border-color: #ddd;
    padding: 0 18px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #888;
}
blockquote{
    font-style: italic;
    border-left: 3px solid #000000;
}
blockquote p{
    font-size: 18px;
    font-family: Georgia !important;
    font-weight: bold;
}
table{
    width: 100%;
    margin-bottom: 20px;
}
#gallery-1 img{
    border: 0px !important;
}
.dropcap_style{
    font-size: 60px;
    line-height: 73px;
    float: left;
    padding: 5px 10px;
    text-align: center;
    display: block;
    background-color: #0D1217;
    color: #fff;
    margin: 8px 15px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a:hover {
    text-decoration: underline !important;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
footer .widget ul {
    float: left;
    padding: 0px;
}
.flickr_badge_image {
    float: left;
    margin-right: 1.81818%;
    margin-bottom: 1.81818%;
    width: 32.12121%;
}
#flickr_badge_image3, #flickr_badge_image6, #flickr_badge_image9, #flickr_badge_image12, #flickr_badge_image15, #flickr_badge_image18{
    margin-right: 0px;
}
.flickr_badge_image img{
    width: 100%;
}
#sidebar select {
    width: 90%;
}
.wp-caption.alignnone {
    width: 100% !important;
}
.wp-caption {
    max-width: 96%;
    margin-bottom: 20px;
    padding: 0px;
    background: none;
    font-family: 'Playfair Display', 'Times New Roman', Georgia, Times, serif;
    color: #000;
    font-style: italic;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 16px;
    font-style: italic;
    color: #888;
    line-height: 17px;
    margin: 8px 0 0;
}
.wp-caption-text {} .gallery-caption {} .bypostauthor {} a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.alignleft {
    display: block;
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright {
    display: block;
    float: right;
    margin: 5px 0 20px 20px;
}
.aligncenter {
    display: block;
    margin: auto;
}
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.page_error_404 {
    text-align: center;
    margin-bottom: 150px;
}
.page_error_404 h1 {
    font-size: 240px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
}
.grid_no_margin {
    margin-top: -30px;
}
.jp-type-playlist {
    opacity: 0.7;
}
.breadcrumbs_options{
    font-size: 11px;
    color: #999;
    font-weight: 400;
    float: left;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumbs_options a{
    color: #8e8e8e !important;
}
.breadcrumbs_options i{
    margin: 0px 5px;
}
.breadcrumbs_options a:hover{
    color: #08a100;
    text-decoration: none !important;
}
.main_content {
    margin-bottom: 0px !important;
}
.content_single_page {
    margin-bottom: 50px !important;
    float: left;
    width: 100%;
}
.content_single_page.type-page .single_section_comment{
    margin-top: 30px;
}
.content_single_page.type-page .single_section_comment a{
    color: #222;
}
.content_single_page.type-page .single_section_comment{}

.content_single_page .image-post-thumb {
    margin-bottom: 20px;
}
.content_single_page a,
.content_single_page a:hover {
    color: #08a100;
}
.page-full {
    padding-bottom: 20px;
}
.content_page_padding {
    margin-bottom: 50px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.assistive-text.section-heading{
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 0px;
    line-height: 40px;
}

#comment-nav-below{
    float: left;
    width: 100%;
}

#comment-nav-below .nav-previous{
    float: left;
    margin: 10px 0px 2px 0px;
}
#comment-nav-below .nav-next{
    float: right;
    margin: 10px 0px 2px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  New ticker
/*-----------------------------------------------------------------------------------*/
.header_news_ticker_style_wrapper_main{
    float: left;
    width: 100%;
    position: relative;
}
.main_new_ticker_wrapper{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.main_new_ticker_wrapper *{
    outline: none;
}
.main_new_ticker_wrapper .row{
    margin-bottom: 0px;
}

.main_new_ticker_wrapper .post-date{
    float: left;
    margin-right: 10px;
    color: #9a9a9a;
    font-size: 11px;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    letter-spacing: 0.01em;
}
.main_new_ticker_wrapper .post-date i{
    margin-right: 3px;
}
.main_new_ticker_wrapper .news_ticker_title_style{
    float: left;
    background: #000;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 100px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em; 
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper{
    float: left;
    width: 75%;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .slick-slider{
    position: inherit;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .feature-post-title{
    padding: 0px;
    float: left;
    width: auto;
    margin: 0px;
    height: 25px;
    line-height: 20px;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .feature-post-title a{
    font-size: 14px;
    line-height: 1.2;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left, .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right{
    position: absolute;
    top: 50%;
    background: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0px;
    bottom: auto;
    text-align: center;
    z-index: 9;
    padding: 0px !important;
    font-size: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 23px;
    color: #b7b7b7;
    border: 1px solid #a7a7a7;
}
.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left:hover, .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right:hover{
    background: #222;
    border: 1px solid #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left{
    right: 28px;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right{
    right: 0px;
}
.ticker_margin_option_slider{
    margin-top: 30px !important;
}
/*-------------------------------------------------------------------------------------
header fullscreen post
-------------------------------------------------------------------------------------*/
.home_post_feature_fullscreen_wrapper{
    float: left;
    width: 100%;
    position: relative;
    background-color: #000;
}
#home_fullscreen_post{
    background: #000;
    opacity: 0.3;
}
.home_post_feature_fullscreen{
    width: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.home_post_feature_fullscreen_wrapper .banner-container{
    top: 50%;
    background: none;
    left: 27%;
    right: 27%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px;
    bottom: auto;
    text-align: center;
}
.home_post_feature_fullscreen_wrapper .banner-container .post-category-color-text{
    display: inline-block;
    float: none;
}
.home_post_feature_fullscreen_wrapper .banner-container h5 a{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 45px;
}
.single_post_entry_content .post-category-color-text:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.single_post_entry_content .meta-category-small{
    margin-bottom: 15px;
}
/*-------------------------------------------------------------------------------------
header slider and carousel post
-------------------------------------------------------------------------------------*/

.options_layout_wrapper{
    float: left;
    width: 100%;
    background-color: #F3F3F3;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.options_layout_wrapper .options_layout_container{
    background: #fff;
}
.options_layout_wrapper .options_layout_container.box_layout_enable_front{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 1230px;
    background: #fff;
}

/*fixed slide issue*/
.slick-slider .link_grid_header_absolute, .slick-slider .love_post_view_header, .slick-slider .banner-container, .slick-slider .jelly_main_post_large, .slick-slider .jelly_main_post_small, .slick-slider .slick-slide, .slick-slider .slick-arrow, .slick-slider .jelly_post_entry_content, .slick-slider .jelly_main_post_small:before, .slick-slider .jelly_main_post_small:after, .slick-slider .jelly_main_post_large:after{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*-------------------------------------------------------------------------------------
header grid 2 post header
-------------------------------------------------------------------------------------*/

.home_grid_2_post_header_wrapper  .jelly_pro_post_arrow_left, .home_grid_2_post_header_wrapper  .jelly_pro_post_arrow_right{
    color: #fff;
    background: #fff;
    background: none;
    cursor: pointer;
    z-index: 1;
    font-size: 40px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.home_grid_2_post_header .banner-container .meta-category-small a, .home_grid_3_post_header .banner-container .meta-category-small a, .magazine_3_grid_slider .banner-container .meta-category-small a, .header_slider_and_feaure_post_options .banner-container .meta-category-small a{
    margin: 0px !important;
    margin-right: 5px !important;
    float: left !important;
    background: #000;
    background-color: rgba(0,0,0,.7);
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
}
.home_grid_2_post_header .banner-container .meta-category-small a:hover, .home_grid_3_post_header .banner-container .meta-category-small a:hover, .magazine_3_grid_slider .banner-container .meta-category-small a:hover, .header_slider_and_feaure_post_options .banner-container .meta-category-small a:hover{
    color: #fff !important;
    opacity: 0.8;
}

.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_left {
    left: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_right {
    right: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.love_post_view_header{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
}
.love_post_view_header a{
    color: #fff !important;
    font-size: 12px !important;
    opacity: 1;
    text-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
.love_post_view_header a:hover{
    color: #e0e0e0;
}
.love_post_view_header a i{
    margin-right: 5px;
}

.home_grid_2_post_header_wrapper{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.slider_for_menu_full .container{
    width: 100%;
    padding: 0px;
}
.home_grid_2_post_header_wrapper.slider_for_menu_box .container{
    margin-top: 30px;
}
.first_two_col_home_post{
    border-right: 3px solid #fff;
}
.home_grid_2_post_header_wrapper .row{
    margin-bottom: 0px;
}
.link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0.2;
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style{
    float: left;
    width: 100%;
    position: relative;
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .slick-list{
    margin: 0px -1px;

}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header{
    float: left;
    width: 100%;
    height: 460px;
    position: relative;
    background: #000;
    overflow: hidden;
    text-align: left;
    margin: 0px 1px;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .image_grid_header_absolute{
    width: 100%;
    height: 460px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px 7px 0px;
    line-height: 0;
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1>a:hover{
    color: #fff !important;
    opacity: 0.8;
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header{
    float: left;
    width: 25%;
    height: 250px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .image_grid_small_header_absolute{
    width: 100%;
    height: 250px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header:before{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 3px;
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    width: 3px;
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px 7px 0px;
    line-height: 0;
}
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
}

.home_grid_2_post_header_style .link_grid_header_absolute{
    opacity: 0;
}

.home_grid_2_post_header_style .banner-container{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(220%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    padding: 10px 20px 20px 20px;
    text-align: left;
    top: auto;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;

}
.home_grid_2_post_header_style .banner-container .post-meta{
    font-size: 12px;
    color: #fff;
    margin: 0px;
    float: left;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-top: -3px;
    font-style: normal;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.home_grid_2_post_header_style .banner-container .post-meta span a{
    color: #fff;
}

/*-------------------------------------------------------------------------------------
header grid 3 post header
-------------------------------------------------------------------------------------*/

.home_grid_3_post_header_wrapper{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.home_grid_3_post_header_wrapper .row{
    margin-bottom: 0px;
}
.link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header{
    float: left;
    width: 100%;
    position: relative;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header{
    float: left;
    width: 760px;
    height: 500px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_3_post_header .banner-container{
    padding: 20px 20px 20px 20px !important;
    background: rgba(0,0,0,0.2) !important;
}

.home_grid_3_post_header .banner-container .meta-category-small a{
    color: #222;
}
.home_grid_3_post_header .banner-container .meta-category-small a:hover{
    color: #fff !important;
}
.home_grid_3_post_header .banner-container h1{
    margin: 10px 0px 7px 0px !important;
}
.home_grid_3_post_header .banner-container h1 a{
    font-size: 18px !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0) !important;
}
.large_main_image_header.small_static_grid_3{
    width: 380px !important;
    height: 250px !important;
}

.large_main_image_header.small_static_grid_3 .image_grid_header_absolute{
    height: 250px !important;
}

.large_main_image_header.small_static_grid_3 .banner-container h1>a{
    font-size: 17px !important;
    text-transform: capitalize;
}

.large_main_image_header.large_static_grid_3:before{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    width: 5px;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .image_grid_header_absolute{
    width: 100%;
    height: 500px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 5px;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 5px 0px;
    line-height: 0;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header{
    float: left;
    width: 25%;
    height: 250px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .image_grid_small_header_absolute{
    width: 100%;
    height: 250px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header:before{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 3px;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    width: 3px;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px 7px 0px;
    line-height: 0;
}
.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
}


/*-------------------------------------------------------------------------------------
header grid 5 post header
-------------------------------------------------------------------------------------*/

.home_grid_post_header_wrapper{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.home_grid_post_header_wrapper .row{
    margin-bottom: 0px;
}
.link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.home_grid_post_header_wrapper .home_grid_post_header{
    float: left;
    width: 100%;
    position: relative;
}
.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header{
    float: left;
    width: 50%;
    height: 500px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.home_grid_post_header_wrapper .home_grid_post_header .featured_thumbnail_link{
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_1, .home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_2, .home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_3, .home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_4{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.6;
}
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_1{
    background: #4db2ec;
    background: -moz-linear-gradient(45deg,#4db2ec 0%,#4a8f5e 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0%,#4db2ec),color-stop(100%,#4a8f5e));
    background: -webkit-linear-gradient(45deg,#4db2ec 0%,#4a8f5e 100%);
    background: -o-linear-gradient(45deg,#4db2ec 0%,#4a8f5e 100%);
    background: -ms-linear-gradient(45deg,#4db2ec 0%,#4a8f5e 100%);
    background: linear-gradient(45deg,#4db2ec 0%,#4a8f5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_2{
    background: #d760b7;
    background: -moz-linear-gradient(-45deg,#d760b7 0%,#3b78b4 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#d760b7),color-stop(100%,#3b78b4));
    background: -webkit-linear-gradient(-45deg,#d760b7 0%,#3b78b4 100%);
    background: -o-linear-gradient(-45deg,#d760b7 0%,#3b78b4 100%);
    background: -ms-linear-gradient(-45deg,#d760b7 0%,#3b78b4 100%);
    background: linear-gradient(135deg,#d760b7 0%,#3b78b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_3{
    background: #007808;
    background: -moz-linear-gradient(20deg,#007808 0%,#fff940 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0%,#007808),color-stop(100%,#fff940));
    background: -webkit-linear-gradient(20deg,#007808 0%,#fff940 100%);
    background: -o-linear-gradient(20deg,#007808 0%,#fff940 100%);
    background: -ms-linear-gradient(20deg,#007808 0%,#fff940 100%);
    background: linear-gradient(20deg,#007808 0%,#fff940 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007808', endColorstr='#fff940', GradientType=1);
}
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_4{
    background: rgba(244,208,63,.97);
    background: -moz-linear-gradient(-45deg,rgba(244,208,63,.97) 0%,#f27a35 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(244,208,63,.97)),color-stop(100%,#f27a35));
    background: -webkit-linear-gradient(-45deg,rgba(244,208,63,.97) 0%,#f27a35 100%);
    background: -o-linear-gradient(-45deg,rgba(244,208,63,.97) 0%,#f27a35 100%);
    background: -ms-linear-gradient(-45deg,rgba(244,208,63,.97) 0%,#f27a35 100%);
    background: linear-gradient(135deg,rgba(244,208,63,.97) 0%,#f27a35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}

.home_grid_post_header_wrapper .home_grid_post_header .image_grid_header_absolute{
    width: 100%;
    height: 500px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #fff;
    z-index: 9;
    background: #fff;
    height: 3px;
}
.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px;
    line-height: 0;
}
.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1>a:hover{
    color: #fff !important;
    opacity: 0.8;
}
.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header{
    float: left;
    width: 25%;
    height: 250px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_post_header_wrapper .home_grid_post_header .image_grid_small_header_absolute{
    width: 100%;
    height: 250px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header:before{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 2px;
}
.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 9;
    background: #fff;
    width: 2px;
}
.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px;
    line-height: 0;
}
.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 16px !important;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1>a:hover{
    color: #fff !important;
    opacity: 0.8;
}
.home_grid_post_header_wrapper .home_grid_post_header .banner-container .meta-category-small a{
    float: left;
    margin: 0px 10px 0px 0px;
}
.home_grid_post_header_wrapper .home_grid_post_header .banner-container .post-meta, .home_grid_post_header_wrapper .home_grid_post_header .banner-container .post-meta a{
    color: #fff;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post{
    width: 50%;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post .banner-container h1>a{
    font-size: 25px !important;
}

.home_grid_post_header_wrapper .home_grid_post_header .banner-container{
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 20px;
    transform: none !important;
    -webkit-transform: none !important;
}


/*-------------------------------------------------------------------------------------
header grid 5 post header style 2
-------------------------------------------------------------------------------------*/

.home_grid_5_post_header_wrapper{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.home_grid_5_post_header_wrapper .row{
    margin-bottom: 0px;
}
.link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header{
    float: left;
    width: 100%;
    position: relative;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header{
    float: left;
    width: 50%;
    height: 500px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .image_grid_header_absolute{
    width: 100%;
    height: 500px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 3px;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header:before{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    width: 3px;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 5px 0px;
    line-height: 0;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header{
    float: left;
    width: 25%;
    height: 250px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .image_grid_small_header_absolute{
    width: 100%;
    height: 250px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header:before{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 3px;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    width: 3px;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px 7px 0px;
    line-height: 0;
}
.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.large_main_image_header.large_static_grid_5{
    width: 50% !important;
    height: 360px !important;
}
.large_main_image_header.large_static_grid_5 .image_grid_header_absolute{height: 400px !important;}
.small_main_image_header.small_static_grid_5{
    width: 33.33333333% !important;
    height: 250px !important;
}
.small_main_image_header.small_static_grid_5 .image_grid_small_header_absolute{ height: 250px !important;}

/*-------------------------------------------------------------------------------------
header grid 8 post header
-------------------------------------------------------------------------------------*/

.home_grid_8_post_header_wrapper{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.home_grid_8_post_header_wrapper .row{
    margin-bottom: 0px;
}
.link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header{
    float: left;
    width: 100%;
    position: relative;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header{
    float: left;
    width: 50%;
    height: 500px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .image_grid_header_absolute{
    width: 100%;
    height: 500px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 3px;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 5px 0px;
    line-height: 0;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header{
    float: left;
    width: 25%;
    height: 250px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .image_grid_small_header_absolute{
    width: 100%;
    height: 250px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header:before{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    height: 3px;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header:after{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 999;
    background: #fff;
    width: 3px;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px 7px 0px;
    line-height: 0;
}
.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header .banner-container h1>a{
    color: #fff;
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

/*-------------------------------------------------------------------------------------
header Carousel post
-------------------------------------------------------------------------------------*/
.header_small_carousel_post .owl-item {
    background: #FFF;
}
.header_small_carousel_post .meta-category-small-builder{
    margin-bottom: 0px;
}

.header_small_carousel_post .owl-item.active .col-md-12 {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
}
.header_small_carousel_post {
    float: left;
    width: 100%;
    margin-top: 23px;
}
.header_small_carousel_post .row {
    margin: 0px;
    color: #000;
}

.header_small_carousel_post .header_small_carousel_post_title {
    color: #000;
    position: relative;
}
.header_small_carousel_post .header_small_carousel_post_title h2:before,
.header_small_carousel_post .header_small_carousel_post_title h2:after {
    position: absolute;
    content: '';
    display: block;
    background: #e4e4e4;
    height: 1px;
    width: 50%;
    top: 22px;
}
.header_small_carousel_post .header_small_carousel_post_title h2:before {
    left: 0px;
}
.header_small_carousel_post .header_small_carousel_post_title h2:after {
    right: 0px;
}
.header_small_carousel_post .header_small_carousel_post_title h2 {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 13px;
    margin-top: 0px;
}
.header_small_carousel_post .header_small_carousel_post_title h2 span {
    position: relative;
    z-index: 999;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.header_small_carousel_post .item.col-md-12 > a {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative !important;
}
.header_small_carousel_post .item.col-md-12 > a:hover{
    opacity: 1;
}
.header_small_carousel_post .item.col-md-12 > a img{
    opacity: 0.7;
}

.header_small_carousel_post a, .header_small_carousel_post .post-date {
    color: #fff;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.2);
}
.header_small_carousel_post .post-date a{
    text-transform: uppercase !important;
}
.header_small_carousel_post a:hover{
    text-decoration: underline;
    color: #fff !important;
    opacity: 0.9;
}
.header_small_carousel_post .popular-item-caption h4 {
    line-height: 1.2;
    float: left;
    width: 100%;
    margin: 7px 0px 0px 0px;
    text-transform: none;
    font-size: 16px;
}
.header_small_carousel_post .jelly_pro_post_arrow_left, .header_small_carousel_post .jelly_pro_post_arrow_right{
    width: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #000;
    background: #fff;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
}

.header_small_carousel_post .slick-list{
    margin: 0px -1px;
}
.header_small_carousel_post .col-md-12{
    padding: 0px !important;
    margin: 0px 1px;
}

.header_small_carousel_post .jelly_pro_post_arrow_right{
    right: 0px;
}

.header_small_carousel_post *:focus{
    outline: none;
}


.header_small_carousel_post .post_type_icon {
    position: absolute;
    top: 10px;
    margin: 0px !important;
    right: 20px;
    background: #000;
    z-index: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFF;
    opacity: 0.7;
    font-size: 18px;
}
.header_small_carousel_post .meta-main-img {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.header_small_carousel_post .meta-main-img i {
    margin-right: 5px;
}
.header_small_carousel_post .meta-main-img .post-author {
    margin-right: 10px;
}
.header_small_carousel_post .meta-main-img,
.header_small_carousel_post .meta-main-img a {
    color: #fff;
    font-size: 11px !important;
    text-transform: uppercase;
}
.header_small_carousel_post .meta-main-img a{
    font-weight: 600;
}
.header_small_carousel_post .meta-main-img a:hover{
    color: #fff !important;
}
.header_small_carousel_post .popular-item-caption {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: center;
    margin: 0px 12%;
}

.header_small_carousel_post .meta-category-small-builder a{
    float: none !important;
    display: inline-block !important;
}
.header_small_carousel_post .meta-category-small-builder a:hover{
    text-decoration: none !important;
}
.header_small_carousel_post .popular-item-caption .popular-item-caption-bg{
    float: left;
    margin: 0px;
    padding: 0px;
}



.spr-number {
    text-align: center;
    display: inline-block;
    float: left;
    width: 65px;
    height: 65px;
    line-height: 60px;
    position: relative;
    background: #eaeaea;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 2px solid #08a100;
    color: #FFF;
    font-weight: 400;
    font-size: 35px;
}
.spr-number:hover {
    color: #333;
    text-decoration: none !important;
}
.spr-number span {
    position: relative;
    z-index: 1;
}
.spr-number:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    background: #08a100;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.feature-post-list li:hover .spr-number {
    color: #333;
}
.feature-post-list li:hover .spr-number:after {
}
.banner-banner-carousel-item .bubble {
    display: block;
    overflow: hidden;
    position: relative;
}
.banner-container {
    position: absolute;
    top: 50%;
    background: none;
    left: 22%;
    right: 22%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px;
    bottom: auto;
    text-align: center;
    z-index: 9;
}
.banner-container .meta-category-small, .meta-category-small-builder {
    float: left;
    width: 100%;
}
.meta-category-small-builder{
    margin-bottom: 5px;
}
.margin_small_category_grid{
    margin-bottom: -3px;
    margin-top: 13px;
}
.margin_small_category_carousel_builder{
    margin-bottom: 5px;
    margin-top: 13px;
}
.margin_small_category_two_col_builder{
    margin-bottom: 0px;
    margin-top: 13px;
}
.single_post_category_top{
    margin-bottom: 6px;
    margin-top: 0px;
}
.margin_small_category_right_col_builder{
    margin-top: 0px;
    margin-bottom: 5px;
}
.banner-container .meta-category-small a, .meta-category-small-builder a{
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px 10px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px;
    display: inline-block;
    background: #000000;
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
}
.banner-container .meta-category-small .category-color-have-options:hover{
    text-decoration: none !important;
}


.banner-container .meta-category-small .post_type_icon {
    height: 20px;
    line-height: 20px;
    background: #FFF;
    color: #000;
    float: none;
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 5px;
}
.meta_category_text_small{
    float: left;
    width: 100%;
    margin-top: -3px;
}
.meta_category_text_small a{
    font-size: 10px;
    position: relative;
    color: #08a100;
    float: left;
    margin-right: 8px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.banner-container h5 {
    float: left;
    margin: 10px 0px 10px 0px;
    width: 100%;
    text-transform: capitalize;
}
.banner-container h5 a {
    font-size: 25px;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
}
.banner-container .post-meta {
    font-size: 12px;
    color: #fff;
    margin: 0px;
   float: left;
   text-transform: uppercase;
   float: left;
   width: 100%;
   margin-top: -3px;
    font-style: normal;
}
.banner-container .post-meta span{
    float: none;
    display: inline-block;
    margin-right: 10px !important;
    letter-spacing: 0px;
}
.banner-container .post-meta span.meta-comment{
    margin-right: 0px;
}
.banner-container .post-meta span,
.banner-container .post-meta span i {
    margin-right: 5px;
}
.banner-container .post-meta span a {
    color: #fff;
    font-weight: 500;
    float: none !important;
    text-decoration: none !important;
}
.banner-container .post-meta span a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.banner-carousel-item-style .bubble {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-carousel-item-style .captions_carousel_style_main .meta-category-small,
.banner-carousel-item-style .captions_carousel_style .meta-category-small {
    float: left;
    width: 100%;
}
.banner-carousel-item-style .captions_carousel_style_main .meta-category-small a,
.banner-carousel-item-style .captions_carousel_style .meta-category-small a {
    height: 22px;
    margin-top: 5px;
    line-height: 22px;
    font-size: 10px;
    color: #000;
    background: #08a100;
    float: none;
    padding: 0px 12px;
    margin-right: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner-carousel-item-style .captions_carousel_style_main .meta-category-small a:before, .banner-carousel-item-style .captions_carousel_style .meta-category-small a:before{    border-top: 20px solid rgba(255,255,255,0);}
.banner-carousel-item-style .captions_carousel_style_main .meta-category-small a:after, .banner-carousel-item-style .captions_carousel_style .meta-category-small a:after{    border-bottom: 20px solid rgba(255,255,255,0);}
.banner-carousel-item-style .captions_carousel_style_main .meta-category-small .post_type_icon,
.banner-carousel-item-style .captions_carousel_style .meta-category-small .post_type_icon {
    height: 23px;
    line-height: 23px;
    background: #000;
    color: #FFF;
    float: none;
    width: 23px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    
}

.carousel-item-slider-4 .jelly_pro_post_arrow_right {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.carousel-item-slider-4 .jelly_pro_post_arrow_left {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    right: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.carousel-item-slider-4:hover .jelly_pro_post_arrow_right:hover, .carousel-item-slider-4:hover .jelly_pro_post_arrow_left:hover{
    background: #08a100;
    opacity: 1;
}
.carousel-item-slider-4:hover .jelly_pro_post_arrow_right {
    left: 10px;
    opacity: 0.7;
}
.carousel-item-slider-4:hover .jelly_pro_post_arrow_left {
    right: 10px;
    opacity: 0.7;
}
.banner-carousel-item-style .captions_carousel_style_main h5,
.banner-carousel-item-style .captions_carousel_style h5 {
    float: left;
    margin: 10px 0px;
    width: 100%;
    line-height: 1.1;
    text-transform: capitalize;
}
.banner-carousel-item-style .captions_carousel_style_main h5 a,
.banner-carousel-item-style .captions_carousel_style h5 a {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.03em;
    
}
.banner-carousel-item-style .captions_carousel_style_main .post-meta,
.banner-carousel-item-style .captions_carousel_style .post-meta {
    font-size: 12px;
    margin: 0px;
    color: #777;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.banner-carousel-item-style .captions_carousel_style_main .post-meta a,
.banner-carousel-item-style .captions_carousel_style .post-meta a{
color: #777;
}    
.banner-carousel-item-style .captions_carousel_style_main .post-meta span,
.banner-carousel-item-style .captions_carousel_style_main .post-meta i,
.banner-carousel-item-style .captions_carousel_style .post-meta span,
.banner-carousel-item-style .captions_carousel_style .post-meta i {
    margin-right: 5px;
}
.banner-carousel-item-style .captions_carousel_style_main p.content_carousel,
.captions_border_style .content_carousel {
    margin-top: 10px;
    margin-bottom: 0px;
}
.carousel-item-slider .jelly_pro_post_arrow_right,
.carousel-item-slider .jelly_pro_post_arrow_left {
    margin: -30px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    font-size: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 100%;
}
.carousel-item-slider .jelly_pro_post_arrow_right {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    left: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.carousel-item-slider .jelly_pro_post_arrow_left {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.carousel-item-slider .jelly_pro_post_arrow_right:hover {
    background: #08a100;
}
.carousel-item-slider .jelly_pro_post_arrow_left:hover {
    background: #08a100;
}

.carousel-item-slider .jelly_pro_post_arrow_right {
    left: -60px;
}

.carousel-item-slider:hover .jelly_pro_post_arrow_right {
    left: 20px;
}
.carousel-item-slider .jelly_pro_post_arrow_left {
    right: -60px;
}
.carousel-item-slider:hover .jelly_pro_post_arrow_left {
    right: 20px;
}
.carousel-item-slider .top-view-love {
    z-index: 1;
    display: none;
}
.full-static-post-header {
    float: left;
    background: #000;
}
.main-static-post-header {
    float: left;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.main-static-post-header h5 a, .main-static-post-header .post-meta, .main-static-post-header .post-meta a{ color: #FFF !important;}
.small-static-post-header h5 a, .small-static-post-header .post-meta, .small-static-post-header .post-meta a{ color: #FFF !important;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.333);}

.main-static-post-header .meta-category-small a:before, .small-static-post-header .meta-category-small a:before{    border-top: 20px solid rgba(255,255,255,0);}
.main-static-post-header .meta-category-small a:after, .small-static-post-header .meta-category-small a:after{    border-bottom: 20px solid rgba(255,255,255,0);}

.main-static-post-header h5 a{
    font-size: 28px;
    line-height: 1.1;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.333);
    line-height: 1.1;
    }

.main-static-post-header:hover,
.small-static-post-header:hover {
    background: #222;
}
.small-static-post-header h5{
    line-height: 1.1;
}
.small-static-post-header h5 a{    
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.333);}
.main-static-post-header,
.small-static-post-header{
    overflow: hidden;
}

.main-static-post-header .wp-post-image,
.small-static-post-header .wp-post-image {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.small-static-post-header {
    width: 33.33%;
    float: left;
    position: relative;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.top-view-love {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}
.top-view-love .love_post_view.like_post {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    float: left;
    border-radius: 2px;
    margin-right: 5px;
}
.top-view-love .love_post_view {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    float: right;
    border-radius: 2px;
}
.top-view-love .love_post_view i,
.top-view-love .love_post_view.like_post i {
    margin-right: 2px;
}
.top-view-love .love_post_view.like_post a,
.top-view-love .love_post_view {
    color: #FFF;
}
.clear_line_3col_home{
    float: left;
    width: 100%;
    height: 1px;
    margin-top: -1px;
}
.blog_grid_post_style .image-post-title {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 7px;
    text-transform: capitalize;
}
.blog_grid_post_style .owl-controls {
    margin-top: 0px !important;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 0px !important;
}
.blog_grid_post_style .jelly_pro_post_arrow_right,
.blog_grid_post_style .jelly_pro_post_arrow_left {
    margin: -18px 0 0;
    width: 28px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    font-size: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
}
.blog_grid_post_style .jelly_pro_post_arrow_right {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left:10px;
    top: 50%;
    opacity: 0.7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.blog_grid_post_style .jelly_pro_post_arrow_left {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 0.7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.blog_list_post_style .jelly_pro_post_arrow_right {
    background: #000;
    left: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_list_post_style .jelly_pro_post_arrow_left {
    background: #000;
    right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_list_post_style .jelly_pro_post_arrow_left,
.blog_list_post_style .jelly_pro_post_arrow_right {
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    opacity: 0.7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.large_center_slider_wrapper, .large_center_slider_wrapper .item{
    width: 100%;
    float: left;
    height: 550px;
    position: relative;
}

.large_center_slider_wrapper .image_grid_header_absolute{
    width: 100%;
    height: 550px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.large_center_slider_wrapper .link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #000 !important;
}

.large_center_slider_container{
    float: left;
    width: 100%;
}
.large_center_slider_container .banner-carousel-item>a{
    float: left;
    width: 100%;
}
.large_center_slider_container .banner-carousel-item>a>img{
    opacity: 1;
}

.large_center_slider_container .owl-stage-outer:before {
    right: 100%;
}

.large_center_slider_container .owl-stage-outer:after {
    left: 100%;
}

.large_center_slider_container .banner-container{
    top: 50%;
    background: none;
    left: 30%;
    right: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px;
    bottom: auto;
    text-align: center;
}

.large_center_slider_container .banner-container h5 a{
    font-size: 35px !important;
    text-transform: capitalize;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.large_center_slider_container .banner-container h5 a:hover{
    color: #fff !important;
    opacity: 0.8;
}

.large_center_slider_container .jelly_pro_post_arrow_left, .large_center_slider_container .jelly_pro_post_arrow_right{
    color: #fff;
    z-index: 1;
    cursor: pointer;
    font-size: 40px;
    width: 80px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -50px;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}

.large_center_slider_container .jelly_pro_post_arrow_left{
    left: 0px;
}

.large_center_slider_container .jelly_pro_post_arrow_right{
    right: 0px;
}

.large_center_slider_container .banner-container .meta-category-small{
    float: left;
    width: 100%;
    text-align: center;
}
.large_center_slider_container .banner-container .meta-category-small a{
    float: none !important;
    display: inline-block; 
}



/* Social Count Plus - 3rd party plugin support */

.social-count-plus ul a, .social-count-plus .default a {
    background: transparent !important;
    background-size: 0px !important;
    display: inline-block;
    vertical-align: middle;
    width: 48px !important;
    height: 48px !important;
    position: relative !important;
    
    -webkit-transform: translate3d(0, 0, 0);
}
.social-count-plus ul .count-comments a { color: #125688 !important; }
.social-count-plus ul .count-comments a:before { content: "\f075"; }

.social-count-plus ul .count-posts a { color: #00bf8f !important; }
.social-count-plus ul .count-posts a:before { content: "\f040"; }

.social-count-plus ul .count-users a { color: #32506d !important; }
.social-count-plus ul .count-users a:before { content: "\f007"; }

.social-count-plus ul .count-pinterest a { color: #08a100 !important; }
.social-count-plus ul .count-pinterest a:before { content: "\f0d2"; }

.social-count-plus ul .count-github a { color: #000000 !important; }
.social-count-plus ul .count-github a:before { content: "\f09b"; }


.social-count-plus ul .count-soundcloud a { color: #f80 !important; }
.social-count-plus ul .count-soundcloud a:before { content: "\f1be"; }

.social-count-plus ul .count-twitter a { color: #00abe3 !important; }
.social-count-plus ul .count-twitter a:before { content: "\f099"; }

.social-count-plus ul .count-facebook a { color: #004088 !important; }
.social-count-plus ul .count-facebook a:before { content: "\f09a"; }

.social-count-plus ul .count-youtube a { color: #cd332d !important; }
.social-count-plus ul .count-youtube a:before { content: "\f167"; }

.social-count-plus ul .count-googleplus a { color: #dd4b39 !important; }
.social-count-plus ul .count-googleplus a:before { content: "\f0d5"; }

.social-count-plus ul .count-instagram a { color: #3f729b !important; }
.social-count-plus ul .count-instagram a:before { content: "\f16d"; }

.social-count-plus ul .count-steam a { color: #333 !important; }
.social-count-plus ul .count-steam a:before { content: "\f1b6"; }


.social-count-plus ul li {
    width: 49.7% !important;
    border: 1px solid #E4E4E4 !important;
    margin-right: 0.3%;
    margin-bottom: 0.3%;
    padding: 5px 0px 15px 0px;
}

.social-count-plus span span {
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
}

.social-count-plus .count {
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
}   

.social-count-plus .label {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.social-count-plus ul li a:before {
    font-family: FontAwesome;
    position: absolute; 
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -21px;
    font-size: 28px;
    text-align: center;
}








/* Slider multi width */


.slider_multi_width_wrapper{
    float: left;
    width: 100%;
}
.intro-carousel.carousel_multi_width .item
{
  background: #000 !important;
}
.intro-carousel.carousel_multi_width, .intro-carousel.carousel_multi_width .item, .intro-carousel.carousel_multi_width img{
  height: 510px;
  overflow: hidden;
}
.intro-carousel.carousel_multi_width .owl-controls{
  cursor: pointer;
}
.intro-carousel.carousel_multi_width .album-info{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.intro-carousel.carousel_multi_width .album-info h3{
  opacity: 0;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.intro-carousel.carousel_multi_width .album-info h6{
  opacity: 0;
  font-size: 16px;
  line-height: 23px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.intro-carousel.carousel_multi_width .album-info:hover h3, .intro-carousel.carousel_multi_width .album-info:hover h6{
  margin: 5px 0px;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}

.intro-carousel.carousel_multi_width .owl-item .bubble{
    float: left;
    width: 100%;
    background: #000;
}
.intro-carousel.carousel_multi_width .owl-item img{
  width: auto !important;
}

.intro-carousel.carousel_multi_width .jelly_pro_post_arrow_right{
  background: url('img/prev.png') center !important;
  left: 20px !important;
  position: absolute;
    width: 60px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
}
.intro-carousel.carousel_multi_width .jelly_pro_post_arrow_left{
  background: url('img/next.png') center !important;
  right: 20px !important;
  position: absolute;
    width: 60px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
}

.carousel_multi_width .banner-container h5{ width: 300px;}




/* Grid slider */

.magazine_3_grid_slider{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.magazine_3_grid_slider .row{
    margin-bottom: 0px;
}
.magazine_3_grid_slider:hover img{
}
.magazine_3_grid_slider .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px;
    line-height: 0;
    text-transform: capitalize;
}
.magazine_3_grid_slider .banner-container h1 a{
    color: #fff;
    line-height: 1.2;
}
.magazine_3_grid_slider .banner-container h1 a:hover{
    color: #fff !important;
    opacity: 0.8;
}
.magazine_3_grid_slider .banner-container .meta-category-small a{
    float: left;
    margin: 0px 10px 0px 0px;
}
.magazine_3_grid_slider .main-static-post-header{
    width: 65%;
    height: 602px;
    float: left;
    background: #ececec;
}
.magazine_3_grid_slider .main-static-post-header .feature-link, .magazine_3_grid_slider .small-static-post-header .feature-link{
    float: left;
    width: 100%;
    background: #000;
}
.magazine_3_grid_slider .main-static-post-header img, .magazine_3_grid_slider .small-static-post-header img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);

    -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;

   width: 100%;
}
.header_slider_and_feaure_post_options .featured_thumbnail_link{
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}
.magazine_3_grid_slider .main-static-post-header .banner-container h1 a{
    font-size: 25px !important;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.magazine_3_grid_slider .small-static-post-header{
    width: 35%;
    height: 302px;
    float: left;
    background: #ececec;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.magazine_3_grid_slider .small-static-post-header .banner-container h1 a{
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}



.header_slider_and_feaure_post_options .slider_grid_image_style{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.magazine_3_grid_slider .jelly_pro_post_arrow_right, .magazine_3_grid_slider .jelly_pro_post_arrow_left{
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    cursor: pointer;
}
.magazine_3_grid_slider .jelly_pro_post_arrow_right:hover, .magazine_3_grid_slider .jelly_pro_post_arrow_left:hover{
    color: #fff !important;
}
.magazine_3_grid_slider .jelly_pro_post_arrow_left{
    left: 0px;
}
.magazine_3_grid_slider .jelly_pro_post_arrow_right{
    left: 31px;
}
.magazine_3_grid_slider .jelly_pro_post_arrow_right:hover, .magazine_3_grid_slider .jelly_pro_post_arrow_left:hover{
    color: #000;
}
.magazine_3_grid_slider .banner-container{
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(220%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}


.header_small_4_carousel{
    overflow: hidden;
    position: relative;
}
.header_small_4_carousel .meta-category-small{
    text-align: center;
}
.header_small_4_carousel .meta-category-small a{
    margin: 0px 2.5px !important;
    background: #000;
    background-color: rgba(0,0,0,.7);
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0);
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
}

/*grid 3 style 2*/
.page_slider_grid_3_style_2{
    margin-top: 40px;
    float: left;
    width: 100%;
}
.page_slider_grid_3_style_2 .row{ margin-bottom: 0px;}
.page_slider_grid_3_style_2 .main-static-post-header{
    width: 46%;
    height: 450px;
    position: relative;
    background: #ececec;
}

.page_slider_grid_3_style_2 .small-static-post-header{
    width: 27%;
    height: 450px;
    border-left: 2px solid #fff;
}

.page_slider_grid_3_style_2 .jelly_pro_post_arrow_right, .page_slider_grid_3_style_2 .jelly_pro_post_arrow_left{
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    cursor: pointer;
}

.page_slider_grid_3_style_2 .jelly_pro_post_arrow_left{left: 0px;}
.page_slider_grid_3_style_2 .jelly_pro_post_arrow_right{left: 31px;}


.page_slider_grid_3_style_2 .banner-container{
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(190%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.page_slider_grid_3_style_2 .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px;
    line-height: 0;
    text-transform: capitalize;
}
.page_slider_grid_3_style_2 .banner-container h1 a{
    font-size: 18px !important;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.page_slider_grid_3_style_2 .banner-container h1 a:hover{
    color: #fff !important;
}

/*grid 5 style*/
.page_slider_grid_5_style{
    margin-top: 40px;
    float: left;
    width: 100%;
}
.page_slider_grid_5_style .row{ margin-bottom: 0px;}
.page_slider_grid_5_style .main-static-post-header{
    width: 50%;
    height: 510px;
    position: relative;
    background: #ececec;
    border-bottom: 2px solid #fff;
}

.page_slider_grid_5_style .small-static-post-header{
    width: 25%;
    height: 255px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.page_slider_grid_5_style .jelly_pro_post_arrow_right, .page_slider_grid_5_style .jelly_pro_post_arrow_left{
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.2);
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    cursor: pointer;
}

.page_slider_grid_5_style .jelly_pro_post_arrow_left{left: 0px;}
.page_slider_grid_5_style .jelly_pro_post_arrow_right{left: 31px;}

.page_slider_grid_5_style .banner-container{
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(190%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.page_slider_grid_5_style .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px;
    line-height: 0;
    text-transform: capitalize;
}
.page_slider_grid_5_style .banner-container h1 a{
    font-size: 25px !important;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.page_slider_grid_5_style .banner-container h1 a:hover{
    color: #fff !important;
}

.page_slider_grid_5_style .small-static-post-header .banner-container h1 a{
    font-size: 15px !important;
    float: left;
}

.page_slider_grid_5_style .small-static-post-header .banner-container .meta-category-small a{
    padding: 3px 7px 1px;
    font-size: 9px !important;
}

/*grid 6 style*/
.page_slider_grid_6_style{
    margin-top: 40px;
    float: left;
    width: 100%;
}
.page_slider_grid_6_style .row{ margin-bottom: 0px;}
.page_slider_grid_6_style .main-static-post-header, .page_slider_grid_6_style .small-static-post-header.margin_2, .page_slider_grid_6_style .small-static-post-header.margin_8, .page_slider_grid_6_style .small-static-post-header.margin_14, .page_slider_grid_6_style .small-static-post-header.margin_20, .page_slider_grid_6_style .small-static-post-header.margin_26{
    width: 50%;
    height: 350px;
    position: relative;
    background: #ececec;
    border-bottom: 2px solid #fff;
}

.page_slider_grid_6_style .small-static-post-header{
    width: 25%;
    height: 255px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.page_slider_grid_6_style .jelly_pro_post_arrow_right, .page_slider_grid_6_style .jelly_pro_post_arrow_left{
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.2);
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    cursor: pointer;
}

.page_slider_grid_6_style .jelly_pro_post_arrow_left{left: 0px;}
.page_slider_grid_6_style .jelly_pro_post_arrow_right{left: 31px;}


.page_slider_grid_6_style .banner-container{
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(190%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.page_slider_grid_6_style .banner-container h1{
    float: left;
    width: 100%;
    margin: 7px 0px;
    line-height: 0;
    text-transform: capitalize;
}
.page_slider_grid_6_style .small-static-post-header.margin_3, .page_slider_grid_6_style .small-static-post-header.margin_9{
    border-left: 0px !important;
}
.page_slider_grid_6_style .banner-container h1 a, .page_slider_grid_6_style .small-static-post-header.margin_8 .banner-container h1 a, .page_slider_grid_6_style .small-static-post-header.margin_2 .banner-container h1 a{
    font-size: 23px !important;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.page_slider_grid_6_style .small-static-post-header.margin_8 .banner-container .meta-category-small a, .page_slider_grid_6_style .small-static-post-header.margin_2 .banner-container .meta-category-small a{
    padding: 5px 11px 4px;
    font-size: 10px !important;
}
.page_slider_grid_6_style .banner-container h1 a:hover{
    color: #fff !important;
}

.page_slider_grid_6_style .small-static-post-header .banner-container h1 a{
    font-size: 15px !important;
    float: left;
}

.page_slider_grid_6_style .small-static-post-header .banner-container .meta-category-small a{
    padding: 3px 7px 1px;
    font-size: 9px !important;
}


/*grid 4 style with pop*/
.grid_slider_with_pop_post{
    width: 71%;
    float: left;
}
.page_slider_grid_3_pop{
    margin-top: 40px;
    float: left;
    width: 100%;
}
.page_slider_grid_3_pop .row{ margin-bottom: 0px;}
.page_slider_grid_3_pop .main-static-post-header{
    width: 67%;
    height: 501px;
    position: relative;
    background: #ececec;
    border-bottom: 1px solid #fff;
}

.page_slider_grid_3_pop .small-static-post-header{
    width: 33%;
    height: 167px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.page_slider_grid_3_pop .jelly_pro_post_arrow_right, .page_slider_grid_3_pop .jelly_pro_post_arrow_left{
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    cursor: pointer;
}

.page_slider_grid_3_pop .jelly_pro_post_arrow_left{left: 0px;}
.page_slider_grid_3_pop .jelly_pro_post_arrow_right{left: 31px;}

.page_slider_grid_3_pop .banner-container{
    bottom: 0px;
    top: auto;
    left: 0px;
    right: 0px;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(190%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 190%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.page_slider_grid_3_pop .main-static-post-header .banner-container h1{
    float: left;
    width: 100%;
    margin: 5px 0px;
}
.page_slider_grid_3_pop .banner-container h1{
    margin: 0px;
    padding: 0px;float: left;
    width: 100%;
    margin: 5px 0px;
    line-height: 0;
}
.page_slider_grid_3_pop .main-static-post-header .banner-container{
    padding: 0px 20px 20px 20px;
}
.page_slider_grid_3_pop .small-static-post-header .banner-container{
    padding: 0px 10px 10px 10px;
}
.page_slider_grid_3_pop .small-static-post-header .banner-container .post-meta.meta-main-img{
    display: none;
}
.page_slider_grid_3_pop .small-static-post-header .banner-container .meta-category-small a{
    padding: 3px 7px 1px;
    font-size: 9px !important;
}
.page_slider_grid_3_pop .main-static-post-header .love_post_view_header{
    top: 5px;
    right: 10px;
}
.page_slider_grid_3_pop .small-static-post-header .love_post_view_header{
    top: 0px;
    right: 5px;
}
.page_slider_grid_3_pop .small-static-post-header .love_post_view_header a{
    font-size: 12px !important;
}
.page_slider_grid_3_pop .main-static-post-header .banner-container h1 a{
    font-size: 25px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.page_slider_grid_3_pop .small-static-post-header .banner-container h1 a{
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

/*right pop post*/
.pop_post_right_slider{
    width: 29%;
    position: relative;
    float: left;
    overflow: hidden;
    border-left: 1px solid #fff;
}

.pop_post_right_slider .slider_pop_post_list{
    float: left;
    width: 100%;
}
.pop_post_right_slider .headding_pop_post{
    float: left;
    width: 100%;
    padding-left: 16px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    background: #08a100;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.pop_post_right_slider .slider_pop_post_list_items{
    float: left;
    width: 100%;
    height: 114px;
    background: #ececec;
    position: relative;
    border-bottom: 1px solid #fff;
}
.pop_post_right_slider .slider_pop_post_list_items .slider_grid_image_style{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pop_post_right_slider .slider_pop_post_list_items .featured_thumbnail_link{
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    border-left: 7px solid #08a100;
    opacity: 0.7;
    background: #000;
}

.pop_post_right_slider .slider_pop_post_list_items .item-details{
    position: absolute;
    left: 20px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.pop_post_right_slider .slider_pop_post_list_items .feature-post-title{
    margin: 0px;
    padding: 0px;
    line-height: 0;
    margin-bottom: 3px;
}
.pop_post_right_slider .slider_pop_post_list_items .feature-post-title a{
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
}
.pop_post_right_slider .slider_pop_post_list_items .post-meta{
    float: left;
}
.pop_post_right_slider .slider_pop_post_list_items .post-meta span{
    color: #fff;
    float: left;
    margin-right: 10px;
    font-size: 11px !important;
    text-transform: uppercase;
}
.pop_post_right_slider .slider_pop_post_list_items .post-meta span i{
    margin-right: 3px;
}
.pop_post_right_slider .slider_pop_post_list_items .post-meta span a{
    color: #fff;
    font-size: 11px !important;
    text-transform: uppercase;
}
.pop_post_right_slider .slider_pop_post_list_items .post-meta span a:hover{
    color: #fff !important;
}

.page_slider_grid_3_pop a:hover{
    color: #fff !important;
    opacity: 0.8;
}
/*-------------------------------------------------------------------------------------
Magazine grid
-------------------------------------------------------------------------------------*/
.magazine_grid_color_container_wrapper{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.magazine_grid_color_container_wrapper .row{
    margin-bottom: 0px;
}
.magazine_static_grid_color .banner-container{
    background: none;
}
.magazine_static_grid_color .main-static-post-header>a, .magazine_static_grid_color .small-static-post-header.iteam2>a, .magazine_static_grid_color .small-static-post-header.iteam3>a, .magazine_static_grid_color .small-static-post-header.iteam4>a, .magazine_static_grid_color .small-static-post-header.iteam5>a{
    float: left;
    width: 100%;
}
.magazine_static_grid_color .main-static-post-header>a>img, .magazine_static_grid_color .small-static-post-header.iteam2>a>img, .magazine_static_grid_color .small-static-post-header.iteam3>a>img, .magazine_static_grid_color .small-static-post-header.iteam4>a>img, .magazine_static_grid_color .small-static-post-header.iteam5>a>img{
    opacity: 0.3 !important;
    width: 100%;
}
.magazine_static_grid_color .main-static-post-header:hover>a>img, .magazine_static_grid_color .small-static-post-header.iteam2:hover>a>img, .magazine_static_grid_color .small-static-post-header.iteam3:hover>a>img, .magazine_static_grid_color .small-static-post-header.iteam4:hover>a>img, .magazine_static_grid_color .small-static-post-header.iteam5:hover>a>img{
    opacity: 0.4 !important;
}

.magazine_static_grid_color .main-static-post-header h5 a, .magazine_static_grid_image .main-static-post-header h5 a,{
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: -0.01em;
    font-size: 25px;
}
.magazine_static_grid_color .small-static-post-header h5 a, .magazine_static_grid_image .small-static-post-header h5 a{
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: -0.01em;
    font-size: 18px;
}
.comment_box_count_post_wrapper{
    position: absolute;
    top: 10px;
    right: 10px;
}
.comment_box_count_post_wrapper .comment_box_count_post{
    float: left;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    position: relative;
    display: block;
    padding: 0px 7px;
    height: 17px;
    line-height: 17px;
    background: #fff;
    color: #000;
}
.comment_box_count_post_wrapper .comment_box_count_post a{
    color: #000;
}
.comment_box_count_post_wrapper .comment_box_count_post:before{
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 30%;
    border-width: 0 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;
}

/*-------------------------------------------------------------------------------------
Magazine grid color
-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
Magazine carousel
-------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
Loading
-------------------------------------------------------------------------------------*/
.jelly_loading_pro {
    display: block;
    height: 200px;
    overflow: hidden;
}
.jelly_loading_pro div {
    opacity: 0;
}

.jelly_loading_pro:after {
    content: '';
    width: 49px;
    height: 49px;
    background: #222;
    position: absolute;
    left: 50%;
    margin-left: -17px !important;
    position: absolute;
    top: 50%;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.jelly_loading_pro.slick-initialized{
    height: auto;
}
.jelly_loading_pro.slick-initialized div {
    opacity: 1;
}

.jelly_loading_pro.slick-initialized:after {
    display: none;
}



.news_tiker_loading_pro {
    display: block;
    height: 30px;
    overflow: hidden;
}
.news_tiker_loading_pro div {
    opacity: 0;
}

.news_tiker_loading_pro.slick-initialized{
    height: auto;
}
.news_tiker_loading_pro.slick-initialized div {
    opacity: 1;
}

.news_tiker_loading_pro.slick-initialized:after {
    display: none;
}

/*-------------------------------------------------------------------------------------
continue reading button
-------------------------------------------------------------------------------------*/

.large_continue_reading {
    margin:0px;
    float: left;
    text-align: center;
    width: 100%;
}
.large_continue_reading span {
    display: inline-block;
    position: relative;
    color: #000000;
    background: #FFF;
    padding: 0px;
    height: 32px;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.large_continue_reading span a {
    color: #fff;
    display: block;
    padding: 0px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 32px;
    line-height: 32px;
    background: #25262e;
    font-weight: 400;
    font-size: 11px;
}

.blog-list-padding .large_continue_reading span{
    display: inline-block;
    position: relative;
    color: #000;
    background: #FFF;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.large_continue_reading span a:hover, .jelly_homepage_builder .large_continue_reading span a:hover{
    text-decoration: none !important;
    background: #08a100;
    color: #FFF !important;
}




/*-------------------------------------------------------------------------------------
Social icons
-------------------------------------------------------------------------------------*/
.jellywp_about_us_widget_wrapper{
    text-align: center;
}
.social-icons-list-widget {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    float: left;
    width: 100%;
    text-align: center;
    
}
.social-icons-list-widget li {
    display: inline-block;
    list-style: none;
    margin-right: 4px;

}
.social-icons-list-widget.iconss_widget_display{
    margin-right: -1px !important;
    margin-left: -1px !important;
    width: auto;
}
.social-icons-list-widget.iconss_widget_display li {
    margin-right: 0px;
    margin-bottom: 2px;
    width: 50%;
    padding-right: 1px;
    padding-left: 1px;
    float: left;
    opacity: 0.9;
}
.social-icons-list-widget.iconss_widget_display{
    margin: 0px;
}
footer .social-icons-list-widget.iconss_widget_display li a {
    color: #FFF;
}
.social-icons-list-widget.iconss_widget_display li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}
.social-icons-list-widget.iconss_widget_display li a i{
    margin-right: 5px;
    background: #000;
    background-color: rgba(0,0,0,.08);
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 13px;
    text-align: center;
}
.social-icons-list-widget.iconss_widget_display li a:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.social-icons-list-widget.iconss_widget_display li a.facebook{
    background: #3b5999;
}
.social-icons-list-widget.iconss_widget_display li a.google_plus{
    background: #dd4b39;
}
.social-icons-list-widget.iconss_widget_display li a.behance{
    background: #0b66ff;
}
.social-icons-list-widget.iconss_widget_display li a.vimeo{
    background: #1ab7ea;
}
.social-icons-list-widget.iconss_widget_display li a.youtube{
    background: #410093;
}
.social-icons-list-widget.iconss_widget_display li a.tumblr{
    background: #34465d;
}
.social-icons-list-widget.iconss_widget_display li a.instagram{
    background: #3f729b;
}
.social-icons-list-widget.iconss_widget_display li a.linkedin{
    background: #0077B5;
}
.social-icons-list-widget.iconss_widget_display li a.pinterest{
    background: #bd081c;
}
.social-icons-list-widget.iconss_widget_display li a.twitter{
    background: #55acee;
}
.social-icons-list-widget.iconss_widget_display li a.deviantart{
    background: #34465d;
}
.social-icons-list-widget.iconss_widget_display li a.dribble{
    background: #ea4c89;
}
.social-icons-list-widget.iconss_widget_display li a.dropbox{
    background: #007ee5;
}
.social-icons-list-widget.iconss_widget_display li a.rss{
    background: #ff6600;
}
.social-icons-list-widget.iconss_widget_display li a.skype{
    background: #00AFF0;
}
.social-icons-list-widget.iconss_widget_display li a.stumbleupon{
    background: #eb4924;
}
.social-icons-list-widget.iconss_widget_display li a.wordpress{
    background: #21759b;
}
.social-icons-list-widget.iconss_widget_display li a.yahoo{
    background: #410093;
}
.social-icons-list-widget.iconss_widget_display li a.flickr{
    background: #ff0084;
}
.social-icons-list-widget.iconss_widget_display li a.soundcloud{
    background: #ff5700;
}
.social-icons-list-widget li a {
    width: 25px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 15px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social-icons-list-widget li a:hover {
    color: #08a100;
}


/*-------------------------------------------------------------------------------------
Form
-------------------------------------------------------------------------------------*/

#content form {
    margin-bottom: 20px;
}
#content fieldset {
    margin-bottom: 20px;
}

#content form .logged-in-as, #content form .comment-notes{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#content .col-md-4, .comment-form-author, .comment-form-email, .comment-form-url{
    width: 33.33333333%;
}
.form-fields.row input{
    margin-bottom: 0px !important;
}
.comment-form-comment{
    margin-bottom: 25px;
}
.wpcf7, .wpcf7 .form-fields.row{
    margin-top: 25px;
}
.form-fields.row{
    margin-bottom: 30px;
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type="text"]:focus,
#content input[type="password"]:focus,
#content input[type="email"]:focus,
#content textarea:focus{
    border-color: #444;
    background: #f9f9f9;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,

#content input[type="text"],
#content input[type="password"],
#content input[type="email"],
#content textarea,
#content select,
.comment-form-comment textarea{
    border: solid 1px #e4e4e4;
    padding: 10px;
    outline: none;
    line-height: 20px;
    margin: 0;
    color: #555;
    width: 100%;
}

#content select {
    padding: 0;
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type="text"]:focus,
#content input[type="password"]:focus,
#content input[type="email"]:focus,
#content textarea:focus {
    color: #444;
}
#content textarea {
    min-height: 60px;
}
#content label,
#content legend {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
#content select {
    width: 220px;
}
#content input[type="checkbox"] {
    display: inline;
}
#content label span,
#content legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}
.wpcf7-form-control-wrap{
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.wpcf7-not-valid-tip{
    color: #f00 !important;
}
#respond{
    float: left;
    width: 100%;
    padding-top: 17px;
}
.logged-in-as a:hover{
    color: #08a100;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.widget-title h2,
#menu a,
.tickerfloat,
#menu li.current_page_item>a,
#menu li.current-menu-item>a {
font-family: Roboto Condensed;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a,
a:hover {
    color: #222222;
     -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
    text-decoration: none !important;
    color: #08a100 !important;
}
h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 14px
}
h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px
}
h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px
}
h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px
}
h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px
}
h6 {
    font-size: 16px;
    line-height: 1.2
}
.mejs-container {
    position: absolute;
    bottom: 0px;
    opacity: 0.6;
    width: 100%;
}
.embed_wrapper {
    margin: 30px 0px !important;
}
blockquote.quote_content {
    margin: 20px 0px !important;
    float: left;
    width: 100%;
}
/*-------------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------------*/
.single_post_title {
    padding-bottom: 45px !important;
}
.page-title,
.single_post_title {
    margin: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 5px solid #25262e;
    font-size: 28px;
    line-height: 1.2;
    margin-top: -5px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.main_title_wrapper{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    background: #fbfbfb;
    border-bottom: 1px solid #efefef;
}
.main_title_wrapper.category_title_section{
    text-align: center;
}
.main_title_wrapper .row{
    margin-bottom: 0px;
}
.main_title_wrapper .categories-title.title{
    font-weight: 600 !important;
    font-size: 30px;
    margin: 0px;
    line-height: 34px;
    color: #25262e;
    float: left;
    width: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.single-post-title,
.datepost-title {
    font-size: 30px;
    margin-bottom: 10px;
}
#sidebar .widget_container{
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
    background: #FFF;
}
.post_list_widget.comment_widget{
    margin-bottom: 50px !important;
}
.post_list_widget.comment_widget .image_post{
    width: 75px !important;
}
#sidebar .widget_container .widget{
    margin-bottom: 0px;
}

.tab_widget .widget_container{
    padding: 0px !important;
}

.tab_widget .widget_container .tab-container{
    padding:6px 0px 25px 0px !important;
}

#sidebar .widget_container,
footer .widget_container {
    float: left;
}
.social-twitter,
.social-facebook,
.social-youtube,
.social-google-plus {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.social-twitter .icon {
    background: #4099FF;
}
.social-facebook .icon {
    background: #3B5998;
}
.social-youtube .icon {
    background: #CD332D;
}
.social-google-plus .icon {
    background: #DD4B39;
}
.social-twitter .icon,
.social-facebook .icon,
.social-youtube .icon,
.social-google-plus .icon {
    float: left;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
}
.social-twitter h2,
.social-facebook h2,
.social-youtube h2,
.social-google-plus h2 {
    font-size: 20px !important;
    margin: 0px;
    line-height: 20px;
}
.social-twitter p,
.social-facebook p,
.social-youtube p,
.social-google-plus p {
    font-size: 13px !important;
    margin: 0px !important;
}
.ads300x250-thumb {
    text-align: center;
}
.ads_widget_container, .ads_widget_container .widget{
    padding: 0px !important;
    background: none !important;
}
footer .recent_post_large_widget{
    border-bottom: 1px solid #232323;
}
.recent_post_large_widget {
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
}
.recent_post_large_widget .post-meta{
    float: left;
    width: 100%;
    color: #737373;
    font-size: 14px !important;
    text-transform: capitalize;
}
.recent_post_large_widget .post-meta a{
    color: #444;
    font-weight: 400;
}
.recent_post_large_widget .post-meta a:hover{
    text-decoration: none !important;
    float: none !important; 
}
.post-meta .post-author:hover a, .post-meta .post-author a:hover{
    margin: 0px !important;
    padding: 0px !important;
    line-height: auto;
    float: none !important;
    text-decoration: none !important;
}
.recent_post_large_widget:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #EDEDED;
    padding-bottom: 0px;
}
.recent_post_large_widget .image_post a.feature-link {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #000;
    position: relative;
}

.layout_magazine_video .overlay_icons{
    display: none;
}

.layout_magazine_video .post_type_icon, .layout_magazine_video .header_small_carousel_post .post_type_icon{
    display: block;
}

.post_type_icon, .header_small_carousel_post .post_type_icon{
    display: none;
    color: #FFF;
    border: 3px solid #fff;
    background: #000;
    font-size: 20px !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    left: 50%;
    margin-left: -17px !important;
    margin-top: -17px !important;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.7;
}

.post_type_icon:before{
    margin-left: 14px !important;
    font-size: 18px;
    margin-top: -2px !important;
    float: left;
}

.feature-post-list .post_type_icon, .recent-grid-post-widget .post_type_icon, .recent_post_large_widget .post_type_icon{
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.feature-post-list .post_type_icon:before, .recent-grid-post-widget .post_type_icon:before, .recent_post_large_widget .post_type_icon:before{
    margin-left: 11px !important;
    font-size: 15px;
    margin-top: -2px !important;
}

.recent_post_large_widget .image_post a:hover img {
    opacity: 1;
}
.recent_post_large_widget .overlay_icon {
    font-size: 20px;
    margin-top: 5px;
    color: #333;
    float: right;
    padding: 0px;
}
.recent_post_large_widget .meta-category {
    float: left;
    margin-bottom: 10px;
}
.recent_post_large_widget .meta-category a {
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    background: #08a100;
    float: left;
    padding: 0px 7px;
    margin-left: 5px;
    margin-right: 6px;
    position: relative;
}

.recent_post_large_widget .meta-category a:hover {
    background: #333 !important;
    text-decoration: none !important;
}
.recent_post_large_widget img,
.recent_post_large_widget .image_post {
    float: left;
    width: 100%;
}
.recent_post_large_widget .wrap_box_style_main {
    float: left;
    width: 100%;
}
.recent_post_large_widget .wrap_box_style_main h3 {
    margin: 5px 0px;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
}
.recent_post_large_widget .wrap_box_style_main .post-meta span {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
}
.recent_post_large_widget .wrap_box_style_main .post-meta span i {
    margin-right: 5px;
}
.jellywp_about_us_widget_wrapper .footer_logo_about {
    margin-bottom: 10px;
}
.post-meta a:hover{
    color: #08a100 !important;
}

/*-------------------------------------------------------------------------------------
Menu
-------------------------------------------------------------------------------------*/
.full-wrapper #main-menu {
    z-index: 999;
    padding: 0px;
    width: 100%;
}
.box-wrapper #main-menu {
    z-index: 999;
    padding: 0px 10px;
}
.menu-primary-container.main-menu{
    position: relative;
}
#mainmenu {
    margin: 0 auto 0px;
    padding: 0;
    line-height: 1.0;
    list-style: none;
    width: 100%;
    text-align: center;
}
#mainmenu .current-menu-ancestor {
    background-color: none;
}
#mainmenu .current-menu-ancestor > a {
    color: #222;
}
#mainmenu > li.megamenu > ul > li > ul> .current-menu-item > a{
    color: #222 !important;
    background: #f2f2f2 !important;
}

#mainmenu li.current_page_item > a{
    color: #222;
}

.page-template-home-buidler .header_magazine_top_bar{
    position: absolute;
    top: 0px;
}

.header_magazine_top_bar .menu_wrapper.options_dark_header{
    background: #000 ;
}

.header_magazine_top_bar .menu_wrapper.options_dark_header.dark_header_menu{
    background: #000 !important;
    background: rgba(0,0,0,0.8) !important;
    padding: 7px 0px 3px 0px !important;
}

.header_magazine_top_bar .menu_wrapper.options_dark_header.dark_header_menu .search_form_menu_click{
    color: #fff !important;
}

.page-template-home-buidler .header_magazine_top_bar .menu_wrapper{
    background: none !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header_magazine_top_bar .menu_wrapper{
    padding:15px 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header_magazine_style.header_magazine_top_bar .header_top_main_wrapper{
    background: #08a100;
}

.header_magazine_style.header_magazine_top_bar .search_form_menu_click{
    font-size: 15px;
}

.header_full_screen_home_page{
    width: 100%;
    position:absolute;
    padding-bottom: 10px !important;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 240%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(240%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 240%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 240%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 240%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 240%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.header_full_screen_home_page li{
    float: left;
    width: 23.3620642515% !important;
    margin: 0px 5px !important;
    border-bottom: 0px solid #fff !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.header_full_screen_home_page li:first-child{
    margin-left: 30px !important;
}
.header_full_screen_home_page li a, .header_full_screen_home_page li .post-meta{
    color: #fff !important;
}
.header_full_screen_home_page li a{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.header_full_screen_home_page li .feature-image-link.image_post{
    width: 130px;
}

.header_full_screen_home_page li .item-details{
    margin-left: 140px;
}

.page-template-home-buidler .header_magazine_top_bar .menu_wrapper.dark_header_menu{
    background: #000 !important;
    background: rgba(0,0,0,0.8) !important;
    padding-top: 0px !important;

}
.page-template-home-buidler .header_magazine_top_bar .menu_wrapper.dark_header_menu .search_form_menu_click{
    color:#000;
}
.page-template-home-buidler .header_magazine_top_bar .menu_wrapper.dark_header_menu #mainmenu > li > a{
    color: #fff;
}
.header_magazine_top_bar .logo_link_small{
    float: left;
    width: 100px;
    height: 48px;
    margin-right: 15px;
}
.header_magazine_top_bar .logo_link_small img{
    margin-top: 12px;
}
.header_magazine_top_bar #mainmenu{
    width: auto;
    margin-right: 20px;
}

.header_magazine_style.header_magazine_top_bar #mainmenu li.current_page_item > a, .header_magazine_style.header_magazine_top_bar #mainmenu li.current-menu-item > a, .header_magazine_style.header_magazine_top_bar #menu a.current, .header_magazine_style.header_magazine_top_bar #mainmenu > li:hover, .header_magazine_style.header_magazine_top_bar #mainmenu > li.sfHover,
.header_magazine_style.header_magazine_top_bar #mainmenu > li.sfHover > a, .header_magazine_style.header_magazine_top_bar #mainmenu > li.current-menu-ancestor > a{
    background: none !important;
    color: #fff !important;
}

.header_magazine_style #mainmenu li.current_page_item > a, .header_magazine_style #mainmenu ul li.current_page_item > a{
    background: #f2f2f2 !important;
    color: #222;
}
#mainmenu > li.megamenu > ul > li.current_page_item > a{
    color: #000 !important
}
#mainmenu li.current_page_item > a,
#mainmenu li.current-menu-item > a,
#menu a.current,
#mainmenu li:hover,
#mainmenu li.sfHover {
    background: none;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.header_magazine_style #mainmenu li.current_page_item > a,
.header_magazine_style #mainmenu li.current-menu-item > a,
.header_magazine_style #menu a.current,
.header_magazine_style #mainmenu > li:hover,
.header_magazine_style #mainmenu > li.sfHover {
    background: none !important;
}
#mainmenu li:hover>a.sf-with-ul {
}
.personal_magazine_style #mainmenu>li.sfHover>a, .personal_magazine_style #mainmenu>li.current-menu-ancestor>a{
    color: #08a100;
}
#mainmenu>li>a:hover,
#mainmenu>li.current-menu-item>a {
    color: #08a100 !important;
}
#mainmenu li ul li.sfHover >a,
#mainmenu li ul li.sfHover {
    background-color: #f2f2f2;
}

#mainmenu li>a {
    padding: 0px 18px;
    height: 48px;
    line-height: 48px;
    color: #000;
    letter-spacing: 0.03em;
    text-transform: uppercase !important;

}
#mainmenu > li > a{
    color: #000;
    font-weight: 600;
}
#mainmenu li>a i {
    margin-right: 3px;
}
#mainmenu li ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#mainmenu li ul li a:hover{
    color: #222 !important;
}
#mainmenu li ul li.current_page_item a:hover{
    color: #222 !important;
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
    padding: 0 !important;
    z-index: 99;
    list-style: none;
}
.sf-menu li ul {
    text-align: left;
}
.sf-menu>li>ul{
    border-top: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    background: #fff;
    margin-top: 0px;
}
.sf-menu>li:hover>a,
.sf-menu>li>a:hover {} 
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu>li {
    display: inline-block;
}
.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #EEE;
    text-transform: capitalize;
}
.sf-menu a:hover {
    text-decoration: none !important;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}
.sf-menu {
    float: left;
    margin-bottom: 0px;
}
.sf-menu ul {
    min-width: 180px;
    *width: 180px;
}
.sf-menu>li#home>a {
    font-size: 19px;
}
.sf-menu>li>a {
    color: #FFF;
    padding-bottom: 16px;
}
.sf-menu>li:hover {
    background: #f2f2f2;
}
ul.sub-menu a {
    font-style: 13px;
    text-transform: none;
    border: 0px;
    padding: 7px 10px;
    text-decoration: none;
    zoom: 1;
}
.sf-menu li ul.sub-menu a {
    border: none;
    font-size: 15px;
}
.sf-menu li ul.sub-menu li.current-menu-item > a {
    color: #fff;
    background: #f2f2f2 !important;
}
.sf-menu li ul.sub-menu a:hover{
    color: #fff !important;
}
.sf-menu li ul.sub-menu li:hover {
    background: #f2f2f2 !important;
}
.main-menu > ul > li.megamenu > ul ul li a:hover,
.main-menu > ul > li.megamenu > ul ul li.current-menu-item a {
    background: #f2f2f2 !important;

}
.sf-menu li ul.sub-menu.menu_post_feature li:hover {
    background: none !important;
}
.sub-menu.menu_post_feature .post-meta a {
    color: #777 !important;
}
.sf-menu a {
    padding: 13px 10px;
    text-decoration: none;
    zoom: 1;
}
.sf-menu a {
    color: #fff;
    line-height: 21px;
}
.social-icons-list-widget li a,
.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.sf-menu li a {
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.sf-menu ul li {
    background: #fff;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    border-bottom: 1px solid #dedede;
}
.sf-menu ul li:first-child > a{
    border-top: 1px solid #dedede;
}
li.current-menu-item a.sf-with-ul ul li a {
    background: #1a1d24;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #f2f2f2;
    -webkit-transition: none;
    transition: none;
}
.sf-arrows > li > .sf-with-ul {
    padding-right: 15px;
    *padding-right: 16px;
}
.sf-arrows > li > .sf-with-ul:after {
    font-size: 9px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: 18px;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f078";
    margin-left: 3px;
    margin-top: 19px;
}

.sf-arrows > li > ul > li{
    position: relative;
}
.sf-arrows > li > ul > li .sf-with-ul{
    padding: 0px 40px 0px 18px !important;
}
.sf-arrows > li > ul > li .sf-with-ul:after {
    font-size: 9px !important;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: 18px;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 18px;
    
}


   

.sf-top-menu .sf-with-ul:after {
    margin-top: 8px !important;
}
.sf-arrows ul.sub-menu .sf-with-ul span {
    background: none;
}
.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {} .sf-arrows ul .sf-with-ul:after {} .sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {} .admin-bar .sticky-wrapper.is-sticky .menu_wrapper_sticky {
    margin-top: 28px !important;
}
.admin-bar .is-sticky .menu_wrapper {
    margin-top: 32px;
}

/*-------------------------------------------------------------------------------------
Ajax tab menu
-------------------------------------------------------------------------------------*/

.ajax_cat_post_wrapper{
    position: relative;
    float: left;
    width: 100%;
}

.enable_cat_loading{
    width: 100%;
    height:251px;
    background: #fff;
    z-index: 100;
    overflow: hidden;
}
.enable_cat_loading .spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.enable_cat_loading .spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.enable_cat_loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.enable_cat_loading .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.enable_cat_loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.enable_cat_loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.cat_post_nav{float: left; width: 100%;}
.cat_post_nav .next, .cat_post_nav .prev{
    height: 25px !important;
    line-height: 23px !important;
    width: 25px !important;
    padding: 0px;
    display: inline-block;
    margin-left: 7px;
    margin-right: 0px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    color: #b7b7b7;
    background: none;
    border: 1px solid #a7a7a7;
    cursor: pointer;
}
.cat_post_nav .nav_blank_link{
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
}
.cat_post_nav .nav_blank_link:hover{
    color: #fff !important;
    background: #d4d4d4 !important;
    border: 1px solid #d4d4d4 !important;
}
.cat_post_nav .next:hover, .cat_post_nav .prev:hover{
    background: #222;
    border: 1px solid #222;
    color: #fff;
}
.cat_post_nav .prev{
    float: right;
    margin-right: 2px;
}
.cat_post_nav .next{float: right;}

.menu_post_feature, .menu_post_feature .category_post_ajax_wrap{
    float: left;
    width: 100%;
    position: relative;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style{
    width: 246px !important;
    float: left;
    background: #efeeee !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-left: -20px;
    margin-top: -20px;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li{
        border-bottom: 1px solid #dcdcdc !important;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 39px;
    padding: 0px 0px 0px 15px !important;
    margin: 0 0 0 0px;
    overflow: hidden;
    position: relative;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    color: #000 !important;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post, .menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post:hover{
    background: #fff !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat{
    width: 870px !important;
    float: left;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget{
    float: left !important;
    width: 270px !important;
    border: 0px solid #000;
    margin-left: 20px;
    margin-right: 0px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a, .menu_post_feature .image-post-title a{
    text-transform: capitalize !important;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a:hover, .menu_post_feature .image-post-title a:hover{
    color: #000 !important;
}
.menu_post_feature .jelly_category_ajax_widget{
    margin-bottom: 0px !important;
}

/*-------------------------------------------------------------------------------------
Top menu
-------------------------------------------------------------------------------------*/
.header_date_display{
    float: left;
    height: 23px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    background: #222;
    padding: 0px 10px;
    border-radius: 2px;
    margin-top: 7px;
}
.menu_wrapper {
    width:100%;
    z-index: 999;
}
.logo-position h1{ line-height:0px; margin:0px;}
.sf-top-menu #home {
    border-left:none;
    width:60px;
}
.sf-top-menu #home a {
    padding:12px 19px 12px 19px;
}
.sf-top-menu,.sf-top-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
.sf-top-menu li {
    position:relative;
    padding:0 !important;
    z-index:999;
    list-style:none;
}
.sf-top-menu>li:hover>a,.sf-top-menu>li>a:hover {
    color:#FFF;
}
.sf-top-menu ul {
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:999;
    text-align:left;
}
.sf-top-menu>li {
    display:inline-block;
}
.sf-top-menu li:hover>ul,.sf-top-menu li.top-menuHover>ul {
    display:block;
}
.sf-top-menu a {
    display:block;
    position:relative;
    font-size:12px !important;
    color:#FFF;
    text-transform: capitalize !important;
    letter-spacing: 0px;
}
.sf-top-menu a:hover {
    text-decoration:none !important;
}
.sf-top-menu ul ul {
    top:0;
    left: 100%;
}

.sf-top-menu {
    float:left;
    margin-bottom: 0px;
}
.sf-top-menu ul {
    min-width:180px;
    *width:180px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    background: #fff;
}
.sf-top-menu>li#home>a {
    font-size:19px;
    color:#FFF;
}
.sf-top-menu>li>a {
    color: #FFF;
    letter-spacing: 0px;
    font-size: 12px;
}
.sf-top-menu>li {
    background:none !important;
}
.sf-top-menu ul.sub-menu a {
    font-style:13px;
    border: 0px;
    padding: 0px 20px;
    text-decoration: none;
    zoom: 1;
    color: #FFF;
    height: 35px;
    line-height: 35px;
}
.sf-top-menu li ul.sub-menu a {
    border:none;
    color:#222;
    letter-spacing: 0px;
    font-weight: 300px !important;
    text-transform: uppercase;
    font-size: 12px !important;
}
.sf-top-menu a {
    text-decoration:none;
    zoom:1;
    height: 36px;
    line-height: 37px;
}
.sf-top-menu a {
    color: #fff;
}
.sf-top-menu li {
    white-space:nowrap;
    *white-space:normal;
    transition:background 0.3s linear;
    -moz-transition:background 0.3s linear;
    -webkit-transition:background 0.3s linear;
    -o-transition:background 0.3s linear;
}
.sf-top-menu .sf-with-ul {
    padding-right:10px !important;
}
.sf-top-menu li a {
    padding-left:10px;
    padding-right:10px;
    transition:background 0.3s linear;
    -moz-transition:background 0.3s linear;
    -webkit-transition:background 0.3s linear;
    -o-transition:background 0.3s linear;
}
.sf-top-menu .current_page_item a,.sf-top-menu li a:hover {
    color:#FFF;
}
.sf-top-menu ul li {
    background:#fff;
    border-bottom:#dedede solid 1px;
}
.sf-top-menu ul li.current-menu-item{
    background: #f2f2f2;
}
.sf-top-menu ul ul li {
    background: #f2f2f2;
}
.sf-top-menu li:hover,.sf-top-menu li.top-menuHover {
    background:#f2f2f2;
    -webkit-transition:none;
    transition:none;
}
.top-menu-arrows .top-menu-with-ul {
    padding-right:15px;
    *padding-right: 16px;
}
.top-menu-arrows .top-menu-with-ul span {
    background:url(img/arrow-down.png) no-repeat right 6px;
    padding-right:14px;
    display:block;
}
.top-menu-arrows>li>.top-menu-with-ul:focus:after,.top-menu-arrows>li:hover>.top-menu-with-ul:after,.top-menu-arrows>.top-menuHover>.top-menu-with-ul: after {
}
.top-menu-arrows ul .top-menu-with-ul:after {
}
.top-menu-arrows ul li>.top-menu-with-ul:focus:after,.top-menu-arrows ul li:hover>.top-menu-with-ul:after,.top-menu-arrows ul .top-menuHover>.top-menu-with-ul: after {
}

/*-------------------------------------------------------------------------------------
Megamenu
-------------------------------------------------------------------------------------*/
.main-menu > ul > li.megamenu,
.main-menu > ul > li.menupost {
    position: inherit!important;
}
.main-menu > ul > li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0px;
    padding: 25px 0px 25px 0px;
    background-color: #fff;
    margin-top: 0px;
}
.main-menu > ul > li.megamenu > ul.sub-menu>li {
    background: none !important;
    border-bottom: none;
}
.main-menu > ul > li.megamenu > ul.sub-menu>li:hover>.sf-with-ul{
    
}


.main-menu > ul > li.megamenu > ul.sub-menu > li > ul > li > a:before{
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}
.main-menu > ul > li.megamenu > ul.sub-menu li {
    background: none;
    border-bottom: none;
}
.main-menu > ul > li.megamenu > ul > li {
    float: left;
    padding: 0px 15px;
    background: none !important;
}
.main-menu > ul > li.megamenu.columns-3 > ul > li {
    width: 33.33% !important;
    padding: 0px 15px !important;
    border-right: 1px solid #dedede;
}
.main-menu > ul > li.megamenu.columns-3 > ul li{
    border-top: 0px !important;
}
.main-menu > ul > li.megamenu.columns-3 > ul > li:last-child {
    border: 0px;
}
.main-menu > ul > li.megamenu.columns-4 > ul > li {
    width: 24.99% !important;
    padding: 0px 15px !important;
    border-right: 1px solid #dedede;
}
.main-menu > ul > li.megamenu.columns-4 > ul > li:last-child {
    border: 0px;
}
.main-menu > ul > li.megamenu > ul > li ul {
    display: block!important;
    top: 0px!important;
    width: 100%;
    opacity: 1!Important;
    filter: alpha(opacity=100);
    left: 0px!important;
    position: relative!important;
    margin: 0px;
}
.main-menu > ul > li.megamenu ul li a {
    padding: 9px 15px;
}
.megamenu li a,
.megamenu li.current-menu-item a {
    background: none !important;
    border-bottom: none;
}
.main-menu > ul > li.megamenu > ul > li > a {
    font-size: 15px;
    text-transform: uppercase;
    background: none !important;
}
.main-menu > ul > li.megamenu > ul ul li a:hover{
    background: #f2f2f2 !important;
}

.main-menu > ul > li.megamenu > ul > li .sf-with-ul:after{
    display: none !important;
}
.main-menu > ul > li.megamenu li:first-child a{
    border-top: 0px !important
}
/*-----------------------------------------------------------------------------------*/
/*  menu post tab
/*-----------------------------------------------------------------------------------*/
.menu_post_feature {
    margin-top: 0px !important;
    width: 100% !important;
    background: #FFF !important;
    float: left;
    padding: 20px 0px;
    padding-bottom: 0px !important;
    overflow: hidden !important;
}

.menu_post_feature ul.hover_tab_post_large {
    background: #2C3242 !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-top: -30px;
}

.menu_post_feature ul.hover_tab_post_large li {
    border-right: 0px solid #ccc !important;
    border-bottom: 1px solid #616161 !important;
}

.menu_post_feature li {
    white-space: normal !important;
    background: none !important;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.menu_post_feature li:hover, .menu_post_feature:hover li {
    background: none !important;
}

.menu_post_feature .two-content-wrapper {
    float: left !important;
    width: 247px !important;
    margin: 0px 10px !important;
}

.menu_post_feature .two-content-wrapper a.feature-link {
    height: 160px !important;
}

.menu_tab_post_large {
    margin-bottom: 10px !important;
}

.menu_post_feature .menu_post_cat_color:hover {
    text-decoration: underline !important;
}

.menu_post_feature .widget-title {
    display: none !important;
}

.menu_post_feature .feature-post-title a {
    height: auto !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 0px !important;
    margin-bottom: 5px !important;
}

.menu_post_feature h3 a.image-post-title-link {
    background: none !important;
    text-transform: none !important;
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    height: auto !important;
    padding: 0px !important;
    line-height: 25px !important;
}

.menu_post_feature h3 a:hover {
    text-decoration: underline !important;
    background: none !important;
    color: #FFF !important;
}

.menu_post_feature .post-meta {
    margin: 0px !important;
    float: left !important;
}

.menu_post_feature .post-author a {
    display: inherit !important;
    padding: 0px !important;
    padding-right: 5px !important;
    background: none !important;
    height: 20px !important;
    line-height: 20px !important;
    color: #B0B0B8 !important;
}

.menu_post_feature ul {
    position: static !important;
    display: block !important;
}

.sub-menu.menu_post_feature{
    adisplay: block !important;
}

.menu_post_feature .image-post-thumb a{
    height: auto !important;
    padding: 0px;
}
.menu_post_feature .image-post-title{
    margin:0px;
}
.menu_post_feature .image-post-title a{
    padding: 0px !important;
    color: #000;
    font-size: 18px !important;
    height: auto !important;
    line-height: 1.2 !important;
}
.menu_post_feature .image-post-title a:hover, .menu_post_feature .image-post-title:hover, .menu_post_feature a:hover{
    color: #000 !important;
}

.menu_post_feature .right-post-display-content{
    float: left;
    width: 760px;
}
.menu_post_feature .right-post-display-content .image_post{
    height: auto !important;
    padding: 0px !important; 
}

.menu_post_feature .right-post-display-content ul{
    float: left;
    width: 100%;
}
.menu_post_feature .right-post-display-content ul li{
    float: left;
    width: 350px;
    height: auto !important;
    margin: 0px 0px 15px 20px !important;
    padding: 0px 0px 15px 0px !important;
}
.menu_post_feature .right-post-display-content ul li:last-child{
    border-bottom: 1px solid #EDEDED;
}
.menu_post_feature .right-post-display-content ul li a{
    padding: 0px;
    color: #000;
    height: auto !important;
    line-height: 1.2;
}
.menu_post_feature .right-post-display-content ul li .post-meta.meta-main-img, .menu_post_feature .right-post-display-content .post-meta.meta-main-img{
    display: block !important;
}
.menu_post_feature .mainpost_with_list_widget .blog_grid_post_style .content_post_grid{
    display: none;
    border-bottom: 0px !important;
}
.menu_post_feature .blog_grid_post_style{
    margin-bottom: 0px !important;
}



/*-------------------------------------------------------------------------------------
menu post
-------------------------------------------------------------------------------------*/
.main_post_style .feature-link{
    overflow: hidden;
}
.main_post_style .feature-link img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main_post_style .feature-link:hover img{
}
.menu_post_feature>li, .menu_post_feature .main_post_style{
    width: 100%;
    padding:0px;
    margin: 0px;
    background: transparent;
}

.menu_post_feature>li{
    float: left;
    width: 100%;
    padding: 0px !important;
    padding-left: 20px !important;
    margin-bottom: 20px;
    border: 0px solid #000 !important;
}

.menu_post_feature .recent_post_large_widget{
    float: left !important;
    width: 260px !important;
    border: 0px solid #000;
    margin-right: 20px;
}
.menu_post_feature .image_post a.feature-link{
    height: auto !important;
    line-height: auto !important;
    padding: 0px !important;
}
.menu_post_feature .wrap_box_style_main{}
.menu_post_feature .wrap_box_style_main .image-post-title{
    margin: 0px !important;
    padding: 0px !important;
}
.menu_post_feature .wrap_box_style_main .image-post-title a{
    font-size: 16px !important;
    line-height: 1.2 !important;
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #000 !important;
}
.menu_post_feature .wrap_box_style_main .image-post-title a:hover, .menu_post_feature .post-entry-content .image-post-title a:hover, .menu_post_feature .item-details .feature-post-title a:hover{
    color: #000 !important;
    text-decoration: none !important;
}
.menu_post_feature .post-entry-content .image-post-title a, .menu_post_feature .item-details .feature-post-title a{
    text-transform: capitalize !important;
}
.menu_post_feature .post-entry-content .post-meta, .menu_post_feature .item-details .post-meta.meta-main-img, .menu_post_feature .item-details span{
    display: none !important;
}
.menu_post_feature .recent_post_large_widget .post-meta.meta-main-img{
    display: none !important;
}
/*-------------------------------------------------------------------------------------
Header full screen
-------------------------------------------------------------------------------------*/
.header_magazine_full_screen .logo_small_wrapper_table{
    display: table;
    padding: 0;
    height: 60px;
    float: left;
    width: auto;
    margin-right: 20px;
}
.header_magazine_full_screen .logo_small_wrapper_table .logo_small_wrapper{
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

.header_magazine_full_screen #mainmenu li>a{
    padding: 0px 15px;
    font-size: 13px;
}
.header_magazine_full_screen .menu_wrapper{
    border-top: 0px solid #e4e4e4;
}
.header_magazine_full_screen .logo_link{
    margin: 0;
    display: inline-block;
}
.header_magazine_full_screen .logo_link img{
    max-height: 30px;
}
.header_magazine_full_screen .main-menu{
    float: left;
    position: static;
}

.header_magazine_full_screen .search_header_menu{
    height: 55px;
}
.header_magazine_full_screen .search_header_wrapper{
    margin-top: 17px;
}
.header_magazine_full_screen .menu_mobile_icons{
    margin-top: 20px;
}
.header_magazine_full_screen .search_header_menu i{
    font-size: 17px;
}
.header_magazine_full_screen #mainmenu>li>a{
    height: 60px;
    line-height: 60px;
}

.header_magazine_full_screen #mainmenu>li.sfHover>a, .header_magazine_full_screen #mainmenu>li.current-menu-ancestor>a {
    color: #08a100;
}
.personal_magazine_style #mainmenu > li.sfHover > a, .personal_magazine_style #mainmenu > li.current-menu-ancestor > a{
    color: #08a100;
}
#mainmenu > li > a:hover, #mainmenu > li.current-menu-item > a{
    color: #08a100;
}

.header_magazine_full_screen .search_form_menu_personal{
     top: 15px;
}

/*-------------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------------*/
.header-top-right ul {
    margin: 0px;
    float: right;
}
.header-top-left h1 {
    line-height: 0px;
    margin-bottom: 0px;
}
.header-top-left .widget {
    margin-bottom: 0px !important;
    float: inherit;
}
.header-top-right ul.menu-top li {
    height: 40px;
    line-height: 40px;
    border-top: 3px solid transparent;
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    color: #FFF;
}
.header-top-right ul.menu-top li.current_page_item {
    border-top: 3px solid #fff;
}
.header-top-right ul.menu-top li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}
.header-wraper .main_menu {
    float: right;
    z-index: 998;
    position: relative;
}
.header-main-position {
    position: relative;
}
.header-wraper .menu-position {
    position: static;
}
.header-wraper .main_menu .grid_8 {
    width: 882px;
    margin: 0px;
}
.header-wraper .main_menu .grid_4 {
    width: 200px;
    margin: 0px;
}
.sf-menu>li>a span.border-menu {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 5px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.header_top_wrapper {
    background: #000000;
    float: left;
    width: 100%;
}
.header_top_wrapper .row {
    padding: 0px 7px;
}
.header_top_wrapper .row,
.news_ticker_wrapper .row,
.header_top_wrapper form,
.header_top_wrapper p {
    margin-bottom: 0px;
}
.header-wraper{
    float: left;
    width: 100%;   
    z-index: 9999;
    position: relative;
}
.header_main_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.header_main_wrapper .logo_link img{
    max-width: 270px;
}
.header_magazine_style .header_main_wrapper img{
    max-height: 90px;
    width: auto !important;
}
.header_main_wrapper .row,
.header_main_wrapper img {
    margin-bottom: 0px;
}
.menu_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
    margin-bottom: -1px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.body_wraper_box .menu_wrapper {
    max-width: 1150px;
}
.sticky-wrapper {
    clear: both;
}
.menu_wrapper .row {
    margin-bottom: 0px;
}
.row {
    margin-bottom: 40px;
}
.body_wraper_box {
    background: #FFF;
    width: 100%;
    max-width: 1150px;
    min-width: 300px;
    margin: 0 auto;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #F0420B;
}
#progressBar {
    width: 100%;
    background: #EDEDED;
}
.two_header_top_style .search_form_menu_click{
    color: #000 !important;
    right: 0px !important;
}
.two_header_top_style .logo_position_wrapper{
    float: left;
    width: 100%;
    height: 90px;
    display: table;
}
.two_header_top_style .logo_position_wrapper .logo_position_table{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    float: none !important;
}
.two_header_top_style .logo_position_wrapper .logo_link img{
    max-width: 250px !important;
}
.two_header_top_style.header_magazine_style #mainmenu>li>a{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-left: 1px solid #eee;
    color: #000;
    padding: 0px 20px;
}
.two_header_top_style.header_magazine_style #mainmenu>li:first-child>a{

}
.two_header_top_style.header_magazine_style #mainmenu>li:last-child>a{
    border-right: 1px solid #eee;
}
.two_header_top_style.header_magazine_style .header_main_wrapper{
    padding: 30px 0px 30px 0px;
}
.two_header_top_style .menu_wrapper{
    border: 1px solid #eee;
    border-left: 0px;
    border-right: 0px;
}
.two_header_top_style .menu_wrapper{
    background: #fff !important;
}
.two_header_top_style.header_magazine_style .header_main_wrapper{
    border: 0px;
}
.full_width_caption_with_post_format .single_post_share_icon_post_top{
    margin-bottom: 25px !important;
}

/*-------------------------------------------------------------------------------------
Header layout 6
-------------------------------------------------------------------------------------*/
.header_layout_black_custom .header_top_main_wrapper{
    background: #000 !important;
}
.header_layout_black_custom .header_main_wrapper{
    background: #000 !important;
    border-top: 1px solid rgba(255,255,255, 0.12) !important;
}


/*-------------------------------------------------------------------------------------
Header menu right logo
-------------------------------------------------------------------------------------*/
.right_menu_logo_wrapper{
    float: left;
    overflow: visible;
    width: 100%;
    display: table;
}
.menu_with_logo_header_style .logo_link img{
    max-width: none !important;
    max-height: 35px;
    float: left;
}
.menu_with_logo_header_style.header_magazine_style .menu-primary-container{
    position: static;
}
.menu_with_logo_header_style.header_magazine_style .header_main_wrapper{
    padding: 20px 0px;
}
.menu_with_logo_header_style.header_magazine_style #mainmenu{
    width: auto;
    margin-right: 30px;
}
.menu_with_logo_header_style.header_magazine_style #mainmenu>li>a{
    color: #000;
}
.menu_with_logo_header_style.header_magazine_style #menu a.current, .menu_with_logo_header_style.header_magazine_style #mainmenu > li:hover, .menu_with_logo_header_style.header_magazine_style #mainmenu > li.sfHover{
    background: none !important;
}
.menu_with_logo_header_style.header_magazine_style #mainmenu > li > ul > li.current_page_item > a, .menu_with_logo_header_style.header_magazine_style #mainmenu > li > ul > li.current-menu-item > a{
    background: #f2f2f2 !important;
}
.menu_with_logo_header_style.header_magazine_style #mainmenu>li:last-child>a{
    padding-right: 0px;
}
.menu_with_logo_header_style.header_magazine_style .logo_link{
    display: block;
    float: none !important;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}
.menu_with_logo_header_style.header_magazine_style .main-menu{
    display: block;
    width: auto !important;
    height: 100%;
    float: none !important;
    display: table-cell;
    vertical-align: middle;
}
.menu_with_logo_header_style.header_magazine_style #mainmenu>li>a{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0px 15px;
}

.menu_with_logo_header_style.header_magazine_style #mainmenu > li.sfHover > a, .menu_with_logo_header_style.header_magazine_style #mainmenu > li.current-menu-ancestor > a{
    background: none !important;
    color: #08a100;
}



/*-------------------------------------------------------------------------------------
header_personal
-------------------------------------------------------------------------------------*/
.personal_magazine_style .header_top_main_wrapper{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.personal_magazine_style .main-menu > ul > li.megamenu > ul.sub-menu{
    margin-top: 1px;
}
.personal_allin_top_bar .sf-menu a{
    font-size: 12px;
}
.personal_allin_top_bar .header_top_main_wrapper{
    background: #161616;
    margin: 0px;
    display: none;
}
.personal_allin_top_bar .sf-menu>li>ul, .personal_allin_top_bar .main-menu > ul > li.megamenu > ul.sub-menu{
    margin-top: 0px !important;
}

.personal_allin_top_bar .menu_wrapper{
    border: 0px solid #e4e4e4;
    background: #161616;
}
.personal_allin_top_bar .sf-menu>li>ul, .personal_allin_top_bar .main-menu > ul > li.megamenu > ul.sub-menu{
    border-top: 0px solid #000;
}
.personal_allin_top_bar .menu_wrapper #mainmenu > li:first-child > a{
    padding-left: 0px;
}
.personal_allin_top_bar .social_icon_header > li > a:hover{
    color: #fff !important;
}
.personal_allin_top_bar .menu_wrapper #mainmenu > li > a, .personal_allin_top_bar .social_icon_header li a, .personal_allin_top_bar .search_form_menu_click{
    color: #fff !important;
}

.personal_allin_top_bar #mainmenu > li.sfHover > a, .personal_allin_top_bar #mainmenu > li > a:hover, .personal_allin_top_bar #mainmenu > li.current-menu-ancestor > a{
    background: none !important;
    color: #dadada !important;
}

.personal_allin_top_bar .social_icon_header{
    float: right;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.personal_allin_top_bar .menu_mobile_icons{
    font-size: 22px;
    float: left;
    margin-top: 1px;
}

.topbar_menu_display{
    right: 0px !important;
}

.topbar_menu_display li{
    margin-left: 5px;
    margin-right: 0px !important;
}

.personal_allin_top_bar .header-main-position{
    margin-bottom: 0px;
}

.personal_allin_top_bar #mainmenu{
    text-align: left;
}

.personal_allin_top_bar .social_icon_header{
    right: 30px;
    left: auto;
    top: 0px;
    margin: 0px;
    height: 45px;
    z-index: 1;
}
.personal_allin_top_bar .social_icon_header li{
    margin-right: 15px;
}
.personal_allin_top_bar .social_icon_header li a{
    height: 48px;
    line-height: 48px;
}
.personal_allin_top_bar .social_icon_header li a, .personal_allin_top_bar .search_form_menu_click{
    font-size: 14px;
}
.personal_allin_top_bar .social_icon_header li a:hover, .personal_allin_top_bar .search_form_menu_click:hover{
    color: #fff;
}


.mobile_menu_social_display{
    float: left;
    width: 100%;
    text-align: center;
    padding:0px;
    margin: 0px;
    margin-bottom: 20px;
}
.mobile_menu_social_display li{
    margin-right: 15px;
    display: inline-block;
    padding: 0px;
}
.mobile_menu_social_display li a{
    font-size: 18px;
    color: #222;
    padding: 0px !important;
}
.mobile_menu_social_display li a:hover{
    color: #000;
}
/*-------------------------------------------------------------------------------------
header menu box style
-------------------------------------------------------------------------------------*/
.header_magazine_box_menu .header_main_wrapper{
    border-bottom: 0px !important;
}
.box_layout_enable_front .header_magazine_box_menu .menu_wrapper_box_style{
    background: #000;
}
.header_magazine_box_menu .menu_wrapper_box_style{
    float: left;
    width: 100%;
    z-index: 9999;
    position: relative;
}
.header_magazine_box_menu #mainmenu{
    background: #000;
}
.header_magazine_box_menu .search_form_menu_click{
    text-align: center !important;
    font-size: 15px !important;
}
/*-------------------------------------------------------------------------------------
header_magazine_magazine
-------------------------------------------------------------------------------------*/
.jelly_no_margin_for_slider{
    margin-top: 0px !important;
}
.header_magazine_style .row{
    margin-bottom: 0px;
}

.header_magazine_style .header_main_wrapper{
    padding: 35px 0px;
    border-bottom: 1px solid #efefef;
}
.header_magazine_style .header_top_main_wrapper{
   float: left;
   width: 100%;
   background: #08a100;
   position: relative;
   z-index: 999999;
  }
.header_magazine_style .header_top_main_wrapper .header_top_left{
    position: relative;
}

.header_magazine_style .menu_mobile_icons{
    float: left;
    font-size: 22px;
    margin-right: 7px;
}

.header_magazine_style #mainmenu>li.sfHover>a, .header_magazine_style #mainmenu>li.current-menu-ancestor>a{
    color: #08a100;
    background: none;
}
.header_video_style #mainmenu>li.sfHover>a, .header_video_style #mainmenu>li.current-menu-ancestor>a{
    color: #fff !important;
    background: #f2f2f2;
}


.header_magazine_style .header_top_main_wrapper .header_top_right .social_icon_header{
    float: right;
    height: 30px;
    position: relative;
    z-index: 1;
}
.header_magazine_style .header_top_main_wrapper .header_top_right .social_icon_header li{
    margin: 0px;
}
.header_magazine_style  .header_top_main_wrapper .header_top_right .social_icon_header a{
    color: #fff;
    border: 0px;
    height: 36px;
    line-height: 36px;
    border-radius: 0px;
    font-size: 15px;
    margin-left: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.header_magazine_style  .header_top_main_wrapper .header_top_right .social_icon_header a:hover{
    color: #fff !important;
}


.header_magazine_style .banner_sidebar_top .widget{
    text-align: right;
    margin: 0px;
    padding: 0px;
    background: none;
}
.header_magazine_style .banner_sidebar_top .widget .ads300x250-thumb{
    float: right;
}

.header_magazine_style .header-main-position .col-md-4{
    width: 33.33333333%;
}
.header_magazine_style .header-main-position .col-md-8{
    width: 66.66666667%;
}

.header_magazine_style .header-main-position .logo_link{
    position: relative;
    width: 250px;
    float: left;

}

.header_magazine_style .menu_wrapper{
    background: #000;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03);
}
.header_magazine_style .search_form_menu_click{
    color: #000;
    text-align: right;
    font-size: 15px;
    right: 15px;
}
.header_magazine_style .menu-primary-container{
    float: left;
    width: 100%;
    position: relative;
}

.header_magazine_style #mainmenu{
    text-align: left;
    float: right;
}
.header_video_style #mainmenu {
     margin-right: 50px;
}
.header_magazine_style .sf-menu>li{
    float: left;
}
.header_magazine_style #mainmenu>li>a{
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.header_magazine_style #mainmenu li ul a{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.header_magazine_style #mainmenu .image-post-title a{
    font-weight: 400;
}

.search_form_menu_click{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    width: 45px;
    text-align: center;
    cursor: pointer;
}

.search_form_menu {
    position: absolute;
    top: 48px;
    display: none;
    width: 280px;
    z-index: 999;
    right:0px;
    background: #fff;
    background: rgba(255,255,255,0.7);
    padding: 10px;
}

.search_form_menu .button{
    width: auto !important;
    line-height: 35px !important;
}
.search_form_menu #s{
    border: 1px solid #202020 !important;
}
.search_form_menu .button{
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 35px !important;
    color: #FFF !important;
    background: #202020 !important;
    border: 1px solid #202020 !important;
    border-left: 1px solid #202020 !important;
}


/*-------------------------------------------------------------------------------------
header_magazine_video
-------------------------------------------------------------------------------------*/
.layout_magazine_video{
    background: #08a100;
}
.header_magazine_video #mainmenu li.current_page_item > a, .header_magazine_video #mainmenu li.current-menu-item > a, .header_magazine_video #menu a.current, .header_magazine_video #mainmenu > li:hover, .header_magazine_video #mainmenu > li.sfHover{
    background: #000;
    background: rgba(0,0,0,0.11) !important;
}

.header_magazine_video #mainmenu > li.sfHover > a, .header_magazine_video #mainmenu > li.current-menu-ancestor > a{
    background: #000;
    background: rgba(0,0,0,0.11) !important;
}

.header_magazine_video .header_main_wrapper{
    background: #08a100;
    border-bottom: 0px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    z-index: 99999;
    position: relative;
}
.layout_magazine_video .menu_wrapper{
    background: rgba(0,0,0,0.04);
}
.layout_magazine_video .sf-menu ul,
.layout_magazine_game .sf-menu ul{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}
.layout_magazine_video .sf-menu ul,
.layout_magazine_game .sf-menu ul{
    background: #fff;
}
.layout_magazine_video .sf-menu ul li,
.layout_magazine_game .sf-menu ul li{
    background: transparent;
    border-bottom: 1px solid #E6E6E6;
}
.layout_magazine_video .sf-menu ul li a,
.layout_magazine_game .sf-menu ul li a{
    color: #000 !important;
    background: #fff;
}
.layout_magazine_video #mainmenu .sub-menu>li.current_page_item>a,
.layout_magazine_game #mainmenu .sub-menu>li.current_page_item>a{
    color: #FFF;
}
.layout_magazine_video .main-menu li.megamenu>ul.sub-menu,
.layout_magazine_game .main-menu li.megamenu>ul.sub-menu{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}
.layout_magazine_video .main-menu > ul > li.megamenu.columns-3 > ul > li,
.layout_magazine_game .main-menu > ul > li.megamenu.columns-3 > ul > li{
    border-right: 1px solid #E6E6E6;
}
.layout_magazine_video .main-menu > ul > li.megamenu.columns-3 > ul > li> ul,
.layout_magazine_game .main-menu > ul > li.megamenu.columns-3 > ul > li> ul{
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 6px;
}
.layout_magazine_video .main-menu > ul > li.megamenu.columns-3 > ul > li a, .layout_magazine_video .main-menu > ul > li.megamenu.columns-3 > ul:hover > li a,
.layout_magazine_game .main-menu > ul > li.megamenu.columns-3 > ul > li a, .layout_magazine_game .main-menu > ul > li.megamenu.columns-3 > ul:hover > li a{
    color: #000 !important;
}
.layout_magazine_video .main-menu > ul > li.megamenu.columns-3 > ul > li a:hover,
.layout_magazine_game .main-menu > ul > li.megamenu.columns-3 > ul > li a:hover{
    color: #fff !important;
}
.layout_magazine_video #mainmenu .megamenu.columns-3 .sub-menu>li>a,
.layout_magazine_game #mainmenu .megamenu.columns-3 .sub-menu>li>a{
    color: #000 !important;
}
.layout_magazine_video .main-menu > ul > li.megamenu > ul ul li a:hover, .main-menu > ul > li.megamenu > ul ul li.current-menu-item a,
.layout_magazine_game .main-menu > ul > li.megamenu > ul ul li a:hover, .main-menu > ul > li.megamenu > ul ul li.current-menu-item a{
    background: none !important;
}
.layout_magazine_video #mainmenu .sub-menu>li>a:hover, .layout_magazine_video #mainmenu .sub-menu>li li:hover, .layout_magazine_video .sf-menu ul li:hover, .layout_magazine_video .sf-menu ul li a:hover,
.layout_magazine_game #mainmenu .sub-menu>li>a:hover, .layout_magazine_game #mainmenu .sub-menu>li li:hover, .layout_magazine_game .sf-menu ul li:hover, .layout_magazine_game .sf-menu ul li a:hover{
    background: #EFEFEF !important;
   
}
.layout_magazine_video .menu_post_feature, .layout_magazine_game .menu_post_feature{
    background: #fff !important;
}




.header_video_style .menu_wrapper{
    background: #fff;
    background: rgba(255,255,255,0.94);
}
.header_video_style.header_magazine_style .header_top_main_wrapper{
    background: #000;
    margin: 0px;
    position: relative;
    z-index: 99999;
}
.header_video_style.header_magazine_style .header_top_main_wrapper .header_top_left ul li a, .header_video_style.header_magazine_style .header_top_main_wrapper .header_top_right .social_icon_header a{
    color: #fff;
}
.header_video_style.header_magazine_style #mainmenu{
    background: transparent;
    height: 60px;
    line-height: 60px;
    width: auto;
}
.header_video_style.header_magazine_style #mainmenu li>a{
    font-size: 13px;
}
.header_video_style.header_magazine_style #mainmenu>li>a{
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 13px;
}
.header_video_style.header_magazine_style .search_form_menu_click{
    height: 60px;
    line-height: 60px;
    width: 45px;
    text-align: center;
    font-size: 14px;
}
.header_video_style.header_magazine_style .search_form_menu_click i{
    background: #424242;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    width: 43px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
}
.header_video_style .search_form_menu{
    top: 60px;
}
.layout_magazine_video .magazine_grid_color_container_wrapper{
    background: #313131;
    padding: 50px 0px 50px 0px;
}
.logo_image_video{
    float: left;
    width: 180px;
    margin-right: 15px;
    height: 60px;
    line-height: 60px;
}
.logo_image_video img{
    height: 50px;
}
.layout_magazine_video .main-static-post-header:after{
    border-bottom: 1px solid #313131;
}
.layout_magazine_video .small-static-post-header:before{
    border-bottom: 1px solid #313131;
}
.layout_magazine_video .small-static-post-header:after{
    border-left: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

.magazine_carousel_style{
    background: #313131;
    padding: 50px 0px;
    float: left;
    width: 100%;
}
.magazine_carousel_style .row{
    margin-bottom: 0px;
}

.magazine_carousel_style .owl-dots{
    display: none !important;
}

.magazine_video_grid_three .main-static-post-header{
    width: 62.66%;
}
.magazine_video_grid_three .main-static-post-header img{
    width: 100%;
}
.magazine_video_grid_three .small-static-post-header{
    width: 37.33%;
}

.layout_magazine_video .single_video_header_post{
    background: #313131;
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.layout_magazine_video .single_video_header_post .row{
    margin-bottom: 0px;
}
.layout_magazine_video .single_video_header_post .video_popular_section_box{
    height: 443px;
    overflow: scroll;
}
.layout_magazine_video .single_video_header_post .widget{
    background: transparent;
    margin-bottom: 0px;
}
.layout_magazine_video .single_video_header_post .widget ul li{
    border-bottom: 1px solid #404040;
}
.layout_magazine_video .single_video_header_post .widget ul li:last-child{
    border-bottom: 0px solid #404040;
}
.layout_magazine_video .single_video_header_post .widget ul li h3 a{
    color: #fff;
}
.layout_magazine_video .pop_video_single_header{
    color: #fff;
    background: #F00;
    border-radius: 2px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}


.layout_magazine_video .video_popular_section_box .post-meta, .layout_magazine_video .video_popular_section_box .post-meta a{
    color: #B7B5B5 !important;
}


.layout_magazine_video .content_page .format-video .post-entry-content{padding: 0px !important;}
.layout_magazine_video .meta-category-small a{
    background: #202020 !important;
}

/*-------------------------------------------------------------------------------------
header_magazine_sport
-------------------------------------------------------------------------------------*/
.header_magazine_sport.header_magazine_style .header_top_main_wrapper{
    background: #08a100;
}
.header_magazine_sport.header_magazine_style .header_main_wrapper{
    padding: 25px 0px;
}
.header_magazine_sport.header_magazine_style  .header_top_main_wrapper .header_top_right .social_icon_header a:hover{
    color: #fff !important;
}
.header_magazine_sport.header_magazine_style .menu_wrapper{
    background: #000;
    border: 0px !important;
}
.header_magazine_sport.header_magazine_style .menu_wrapper #mainmenu>li>a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.header_magazine_sport.header_magazine_style #mainmenu li.current_page_item > a .border-menu,
.header_magazine_sport.header_magazine_style #mainmenu li.current-menu-item > a .border-menu,
.header_magazine_sport.header_magazine_style #menu a.current .border-menu,
.header_magazine_sport.header_magazine_style #mainmenu > li:hover .border-menu,
.header_magazine_sport.header_magazine_style #mainmenu > li.sfHover .border-menu,
.header_magazine_sport.header_magazine_style #mainmenu>li.sfHover>a .border-menu, .header_magazine_sport.header_magazine_style #mainmenu>li.current-menu-ancestor>a .border-menu{
    background: #08a100;
    width: 100%;
    height: 4px;
    opacity: 1;
}

.header_magazine_box_menu.header_magazine_style #mainmenu li.current_page_item > a .border-menu,
.header_magazine_box_menu.header_magazine_style #mainmenu li.current-menu-item > a .border-menu,
.header_magazine_box_menu.header_magazine_style #menu a.current .border-menu,
.header_magazine_box_menu.header_magazine_style #mainmenu > li:hover .border-menu,
.header_magazine_box_menu.header_magazine_style #mainmenu > li.sfHover .border-menu,
.header_magazine_box_menu.header_magazine_style #mainmenu>li.sfHover>a .border-menu, .header_magazine_box_menu.header_magazine_style #mainmenu>li.current-menu-ancestor>a .border-menu{
    background: #08a100;
    width: 100%;
    height: 4px;
    opacity: 1;
}

.header_magazine_sport.header_magazine_style .search_form_menu_click {
    color: #fff;
    text-align: right;
    font-size: 17px;
}



/*-------------------------------------------------------------------------------------
category header
-------------------------------------------------------------------------------------*/
.category_header_post_2col_wrapper{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.category_header_post_2col_wrapper.slider_for_menu_box{
    margin-top: 30px;
}
.category_header_post_2col_wrapper .row{
    margin-bottom: 0px;
}
.category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row{
    float: left;
    width: 65%;
    height: 510px;
    position: relative;
    border-right: 5px solid #fff;
    background: #ececec;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row h2 a{
    font-size: 23px;
}

.category_header_post_2col_wrapper .featured_thumbnail_link{
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: #000;
    opacity: 0.3;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row{
    float: left;
    width: 35%;
    height: 255px;
    position: relative;
    border-right: 0px solid #fff;
    background: #000;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row h2 a{
    font-size: 15px;
}
.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row h2 a:hover,
.category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row h2 a:hover{
    opacity: 0.7;
}
.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row.small_main_image_margin{
    border-bottom: 5px solid #fff;
}

.category_header_post_2col_item:last-child {
        border-right: 0px solid #fff !important;
}
.category_header_post_2col_wrapper .category_header_post_2col_item .category_header_post_2col_img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .meta-category-small{
    margin-bottom: 10px;

}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .meta-category-small a{
    margin: 0px !important;
    margin-right: 5px !important;
    background: #000;
    background-color: rgba(0,0,0,.7);
    height: 18px;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .meta-category-small a:hover{
    color: #fff !important;
    opacity: 0.7;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2{
    float: left;
    width: 100%;
    margin: 0px;
    line-height: 0px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2 a{
    color: #fff !important;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.2);
}
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2 a:hover{
    color: #fff !important;
}
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2 a:hover,
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a:hover{
    color: #fff !important;
}
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date, .category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date .post-author{
    margin-right: 10px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a{
    font-weight: 500;
}
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a:hover{
    float: none !important;
    text-decoration: none !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date i{
    margin-right: 5px;
}

/*grid 2 category*/
.category_header_post_2col_item.grid_2col_display_post.large_main_image_row{
    width: 50% !important;
    height: 400px !important;
    border-right: 0px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_2col_display_post.small_main_image_row{
    width: 50% !important;
    height: 400px !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}

.category_header_post_2col_item.grid_2col_display_post h2 a{
    font-size: 25px !important;
}
.category_header_post_2col_item.grid_2col_display_post .category-item-caption{
    padding: 0 60px;
}

/*grid 3 category*/
.category_header_post_2col_item.grid_3col_display_post.large_main_image_row{
    border-right: 0px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_3col_display_post.small_main_image_row{
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_3col_display_post.grid_class_name_count_1 .category-item-caption{
    padding: 0 100px;
}

/*grid 4 category*/
.category_header_post_2col_item.grid_4col_display_post.large_main_image_row{
    width: 50% !important;
    border-right: 0px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_4col_display_post.small_main_image_row{
    width: 25% !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_4col_display_post.small_main_image_row.grid_class_name_count_4{
    width: 50% !important;
}

.category_header_post_2col_item.grid_4col_display_post .category-item-caption{
    padding: 0 20px;
}

.category_header_post_2col_item.grid_4col_display_post.grid_class_name_count_1 .category-item-caption{
    padding: 0 60px;
}

/*grid 5 category*/
.category_header_post_2col_item.grid_5col_display_post.large_main_image_row{
    width: 50% !important;
    border-right: 0px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_5col_display_post.small_main_image_row{
    width: 25% !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_5col_display_post.grid_class_name_count_1 .category-item-caption{
    padding: 0 60px;
}

/*grid 6 category*/
.category_header_post_2col_item.grid_6col_display_post.large_main_image_row.grid_class_name_count_1, .category_header_post_2col_item.grid_6col_display_post.small_main_image_row.grid_class_name_count_2{
    width: 50% !important;
    height: 350px !important;
    border-right: 0px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_6col_display_post.small_main_image_row{
    width: 25% !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_6col_display_post.grid_class_name_count_2 h2 a{
    font-size: 23px !important;
}
.category_header_post_2col_item.grid_6col_display_post.small_main_image_row.grid_class_name_count_3{
    border-left: 0px !important;
}
.category_header_post_2col_item.grid_6col_display_post.grid_class_name_count_1 .category-item-caption, .category_header_post_2col_item.grid_6col_display_post.grid_class_name_count_2 .category-item-caption{
    padding: 0 60px;
}

/*grid 8 category*/
.category_header_post_2col_item.grid_8col_display_post.large_main_image_row.grid_class_name_count_1{
    border-right: 0px solid #fff !important;
    border-bottom: 3px solid #fff !important;
    height: 255px !important;
}
.category_header_post_2col_item.grid_8col_display_post.small_main_image_row, .category_header_post_2col_item.grid_8col_display_post.large_main_image_row.grid_class_name_count_1{
    width: 25% !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_8col_display_post.grid_class_name_count_1 h2 a{
    font-size: 18px !important;
}
/*grid 3 style 1 category*/
.category_header_post_2col_item.grid_3col_style1_display_post.large_main_image_row{
    width: 33.33333333% !important;
    height: 450px !important;
    border-right: 0px solid #fff !important;
    border-bottom: 0px solid #fff !important;
}
.category_header_post_2col_item.grid_3col_style1_display_post.small_main_image_row{
    width: 33.33333333% !important;
    height: 450px !important;
    border-bottom: 0px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_3col_style1_display_post h2 a{
    font-size: 22px !important;
}

/*grid 3 style 2 category*/
.category_header_post_2col_item.grid_3col_style2_display_post.large_main_image_row{
    width: 46% !important;
    height: 450px !important;
    border-right: 0px solid #fff !important;
    border-bottom: 0px solid #fff !important;
}
.category_header_post_2col_item.grid_3col_style2_display_post.small_main_image_row{
    width: 27% !important;
    height: 450px !important;
    border-bottom: 0px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.category_header_post_2col_item.grid_3col_style2_display_post.grid_class_name_count_1 .category-item-caption{
    padding: 0 60px;
}

/*grid 4 style 1 category*/
.category_header_post_2col_item.grid_4col_style1_display_post.large_main_image_row{
    width: 25% !important;
    height: 450px !important;
    border-right: 0px solid #fff !important;
    border-bottom: 0px solid #fff !important;
}
.category_header_post_2col_item.grid_4col_style1_display_post.small_main_image_row{
    width: 25% !important;
    height: 450px !important;
    border-bottom: 0px solid #fff !important;
    border-left: 2px solid #fff !important;
}

.category_header_post_2col_item.grid_4col_style1_display_post h2 a{
    font-size: 18px !important;
}


/*-------------------------------------------------------------------------------------
Tab style
-------------------------------------------------------------------------------------*/

#tabs {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
}
ul.tabs,
ul.tabs1 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    background: #08a100;
}
ul.tabs li,
ul.tabs1 li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 25px;
    overflow: hidden;
    position: relative;
    list-style: none;
    height: 42px;
    line-height: 42px;
}
ul.tabs li a,
ul.tabs1 li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
}
ul.tabs li a:hover,
ul.tabs1 li a:hover {
    text-decoration: none !important;
}
html ul.tabs li.active,
html ul.tabs li.active a,
html ul.tabs li.active a:hover,
html ul.tabs1 li.active,
html ul.tabs1 li.active a,
html ul.tabs1 li.active a:hover {
    color: #FFF;
    text-decoration: none !important;
    border-bottom: 5px solid #fff;
}
#sidebar .feature-post-list li.tab-content-class {
    padding: 0px 0px 10px 0px !important;
    background: none !important;
    border-bottom: 0px solid #EAEAEA !important;
    list-style: none;
    float: left;
    width: 100%;
}
#sidebar table thead {
    background: #2f88d6;
}
#sidebar .feature-post-list li.tab-content-class:last-child {
    border: none !important;
    padding-bottom: 0px !important;
}
#sidebar .feature-post-list li.tab-content-class:hover {
    background: none !important;
}
#sidebar .feature-post-list li.tab-content-class:hover .post-date,
#sidebar .feature-post-list li.tab-content-class:hover .post-author a,
#sidebar .feature-post-list li.tab-content-class:hover .post-author {

}

.mainpost_with_list_widget, .mainpost_with_list_widget .blog_grid_post_style, .mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img{
    float: left;
    width: 100%;
}

.mainpost_with_list_widget .blog_grid_post_style{
    margin-bottom: 10px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content{
    margin: 0px;
    border: 0px;
}
.mainpost_with_list_widget .image-post-title a {
    font-size: 18px;
}
.mainpost_with_list_widget .blog_grid_post_style .content_post_grid{
    padding:0px;
}
.mainpost_with_list_widget .blog_grid_post_style .content_post_grid p {
    text-align: left;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content{
    padding: 10px 0px 0px 0px;
    text-align: left;
    position: relative;
}
.mainpost_with_list_widget .blog_grid_post_style .content_post_grid{
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .meta-category-small a{
    height: 18px;
    margin-top: 5px;
    line-height: 18px;
    font-size: 10px;
    position: relative;
    color: #222;
    background: #E6E6E6;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-radius: 1px;
}
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img, .mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img a{
    color: #444;
    font-size: 12px !important;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img a{
    font-weight: bold;
    text-decoration: none !important;
    float: none !important;
}
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img .post-author{
    margin-right: 10px;
}
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img span i{
    margin-right: 5px;
}
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .love_post_view_single{
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 13px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .love_post_view_single i{
    margin-right: 3px;
}

.blog_grid_post_style .large_continue_reading{
    margin: 10px 0px 7px 0px !important;
}

.tab-container.tabs-1 {
    padding: 30px !important;
}
.tab-container {
    overflow: hidden;
    clear: both;
    float: left;
    padding: 0px;
    width: 100%;
    border-top: none;
}
#tab3 .feature-image-link.image_post{
    width: 75px;
}
.tab-content h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.tab-content {
    padding: 10px 0px 0px 0px;
}
.tab-content ul {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.feature-image-link.image_post {
    width: 100px;
    position: relative !important;
    display: block;
    float: left;
    overflow: hidden;
}
.feature-image-link.image_post .background_over_image:before, .feature-image-link.image_post .background_over_image:after{
    display: none;
}

.feature-image-link.image_post img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.feature-image-link.image_post:hover img{
}

.feature-image-link.image_post .overlay_icons{
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.feature-image-link.image_post:hover .overlay_icons{
    margin-top: -4px;
    opacity: 0;
}
.feature-image-link.image_post .alignnone {
    margin: 0px !important;
}
.feature-post-list li {
    list-style: none;
    margin-bottom: 13px;
    padding-bottom: 13px;
    float: left;
    width: 100%;
}
.feature-post-list li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #EDEDED;
    padding-bottom: 0px;
}
.post_list_widget ul,
.feature-post-list {
    padding: 0px;
    margin-bottom: 0px;
}
.feature-item img {
    width: 100%;
}
.feature-post-list .item-details {
    position: relative;
    margin-left: 115px;
    top: 0px;
}
#tab3 .feature-post-list .item-details, .comment_widget .feature-post-list .item-details{
    margin-left: 90px;
}
.feature-post-list-number .item-details {
    position: relative;
    margin-left: 85px;
    top: 0px;
}
.feature-post-list .item-details h3 {
    margin: 3px 0px !important;
    text-transform: capitalize;
    float: left;
    width: 100%;
}
.feature-post-list .item-details h3 a{
    font-size: 14px;
}
.feature-post-list .item-details .post-meta{
    float: left;
    width: 100%;
}
footer .feature-post-list .item-details h3 {
    margin-bottom: 5px;
}
footer .feature-post-list .item-details .post-meta,
footer .feature-post-list .item-details .post-meta a {
    color: #444;
}    
.feature-post-list .item-details .post-meta,
.feature-post-list .item-details .post-meta a {
    color: #929292;
    font-size: 11px !important;
    text-transform: uppercase;
}
.feature-post-list .item-details .post-meta a:hover{
    text-decoration: none !important;
    float: none !important;
}
.feature-post-list .item-details .post-meta a{
    font-weight: 500;
}
.feature-post-list .item-details .post-meta .post-author {
    margin-right: 10px;
}
.feature-post-list .item-details .post-meta i {
    margin-right: 5px;
}
.feature-post-list .feature-post-title,
.box-1 .inside h3 {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0px !important;
}

/*-------------------------------------------------------------------------------------
Grid post widget
-------------------------------------------------------------------------------------*/
.recent-grid-post-widget{
    float: left;
    width: 100%;
    padding: 0px;
}

.post_grid_widget .widget_container{
    padding-bottom: 0px !important;
}
.recent-grid-post-widget .grid_post_wrapper{
    list-style: none;
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
}

.recent-grid-post-widget .clear_div{
    float: left;
    width: 100%;
}
.recent-grid-post-widget .grid_post_wrapper h3{
    font-size: 13px;
    line-height: 1.2;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.recent-grid-post-widget .grid_post_wrapper .post-meta{
    color: #444;
    font-size: 12px !important;
    text-transform: capitalize;
    font-style: italic;
}

.recent-grid-post-widget .grid_post_wrapper .post-meta i{
    margin-right: 5px;
}

.recent-grid-post-widget .grid_post_wrapper.last_grid{
    padding-left: 10px;
    padding-right: 0px;
}

.recent-grid-post-widget .grid_post_wrapper .recent-grid-post{
    position: relative;
    float: left;
    overflow: hidden;
}
.recent-grid-post-widget .grid_post_wrapper .recent-grid-post > img{
    width: 100%;
}
.recent-grid-post-widget .grid_post_wrapper .recent-grid-post > img, .blog-list-padding .image-post-thumb a > img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.recent-grid-post-widget .grid_post_wrapper .recent-grid-post:hover > img, .blog-list-padding .image-post-thumb:hover a > img{
}
.blog-list-padding .image-post-thumb{
    overflow: hidden;
}
.recent-grid-post-widget .grid_post_wrapper .overlay_icons, .blog-list-padding .image-post-thumb .overlay_icons{
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.recent-grid-post-widget .featured-thumbnail:hover .overlay_icons, .blog-list-padding .image-post-thumb:hover .overlay_icons{
    margin-top: -4px;
    opacity: 0;
}
.email_subscribe_box{
    padding: 5px !important;
    background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px) !important;
    background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px) !important;
    background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px) !important;
}

.email_subscribe_box_wrapper{
    background: #fff;
    padding: 25px !important;
}

.email_subscribe_box h2{
    font-size: 18px;
    color: #222;
    line-height: 1.2;
    margin-top: -2px;
    letter-spacing: 0.03em;
}

.email_subscribe_box p{
    margin-bottom: 15px;
}
.email_subscribe_box .text{
    width: 100%;
    display: block;
    background: #fff;
    padding: 0 15px 0 15px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    outline: none;
}
.email_subscribe_box .buttons{
    width: 100%;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    height: 37px;
    border: 0px;
    padding:0px;
    background: #222;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.email_subscribe_box .buttons:focus{
    outline: none;
}
.email_subscribe_box .buttons:hover{
    background: #08a100;
}
/*-------------------------------------------------------------------------------------
tag
-------------------------------------------------------------------------------------*/
.tagcloud {
    padding: 0;
    list-style: none;
}
footer .tagcloud a{
    color: #FFF;
}
.tagcloud a {
    float: left;
    margin: 0px 5px 5px 0px;
    font-size: 13px !important;
    border: 1px solid #535353;
    color: #fff;
    background: #535353;
    padding: 0px 10px;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: capitalize;
    text-decoration: none !important;
}
.tagcloud a:hover,
.tag-cat a:hover {
    text-decoration: none !important;
    background: #08a100;
    border: 1px solid #08a100;
    color: #FFF;
}
/*-------------------------------------------------------------------------------------
Pagination
-------------------------------------------------------------------------------------*/
.jellywp_pagination {
    margin: 0px 0 20px 0 !important;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.jellywp_pagination ul{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.jellywp_pagination ul li{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.jellywp_pagination ul li a{
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 13px;
    display: inline-block;
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.jellywp_pagination ul li span{
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 13px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #08a100;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.jellywp_pagination ul li a:hover {
    text-decoration: none !important;
    background: #08a100;
    color: #FFF;
}


.jelly-infinite-scroll{
    float: left;
    width: 100%;
    display: block !important;
    text-align: center;
}
.jelly-infinite-scroll a{
    position: relative;
    z-index: 2;
    padding: 7px 25px;
    width: 220px;
    max-width: 100%;
    line-height: 20px;
    border: 3px solid #ececec;
    background: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.jelly-infinite-scroll a:hover, .jelly-infinite-scroll a:focus{
    border: 3px solid #d8d8d8;
    text-decoration: none !important;
}
/*-------------------------------------------------------------------------------------
Author box
-------------------------------------------------------------------------------------*/
.auth .socialmedia span {
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.auth .socialmedia span a {
    display: block;
}
.auth .socialmedia span a i {
    color: #FFF;
    font-size: 13px;
}
.auth .socialmedia span.globe {
    background: #ff835e;
}
.auth .socialmedia span.facebook {
    background: #3b5999;
}
.auth .socialmedia span.twitter {
    background: #00aced;
}
.auth .socialmedia span.googleplus {
    background: #d61e1e;
}
.auth .author_avata img {
    position: relative;
    float: left;
    padding-right: 15px;
}
.auth {
    padding: 35px 0px;
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-left: 0px;
    border-right: 0px;
    margin-top: -1px;
}
.auth h5 {
    margin-bottom: 5px;
    margin: 0px;
}
.auth i {
    font-size: 20px;
}
.auth span {
    padding-right: 10px;
}
.auth p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.auth .author-info {
    margin-bottom: 0px;
}
/*-------------------------------------------------------------------------------------
Author profile
-------------------------------------------------------------------------------------*/

.author-info {
    margin-bottom: 25px;
}
.author-info .author-avatar {
    float: left;
}
.author-info .author-description {
    margin-left: 185px;
}
.author-info .author-description h5 {
    font-size: 18px;
    text-transform: capitalize;
}
.author-info .author-description h2 {
    font-size: 25px;
}
.author-info img.avatar {
    margin: 0px;
    width: 165px !important;
    height: 165px !important;
}
.author-description h2 {
    color: #656d78;
    line-height: 18px;
}
.auth .social-icons-list-widget {
    margin-top: 10px;
    text-align: left;
}
.auth .social-icons-list-widget li{
    float: left;
}
.auth .social-icons-list-widget a{
    color: #222;
    font-size: 12px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.auth .social-icons-list-widget a:hover{
    color: #08a100;
}
.auth .social-icons-list-widget i {
    font-size: 15px;
}
.tag-cat i{
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
.tag-cat .tag_title{
    background: #222 !important;
    color: #fff !important;
    letter-spacing: 0px;
}
.tag-cat a, .tag-cat .tag_title {
    margin-top: 3px;
    background: #EAE9E9;
    line-height: 21px;
    height: 21px;
    float: left;
    margin-right: 3px;
    padding: 0px 10px;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.tag-cat a:hover {
    background: #08a100;
    color: #FFF;
    padding: 0px 10px !important;
}
.single_post_tag_layout{ float: left; padding: 0px; margin: 0px;}
.single_post_tag_layout li{ float: left; list-style: none;}
.single_post_tag_layout li a:before{
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    content: "#";
    margin-right: 3px;

}
.single_post_tag_layout li a{
    background: #222 !important;
    color: #fff !important;
    padding: 0px 10px 0px 10px;
}
.single_post_tag_layout li a:hover{
    background: #222 !important;
    color: #fff !important;
    padding: 0px 10px 0px 10px !important;
}
.single_tag_share .tag-cat a:hover{
    border: 0px;
}
.mashsb-buttons a:hover{
    text-decoration: none !important;
}
.single_tag_share {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 15px 0px 30px 0px;
}
.mashsb-count{
    color: #08a100;
}
.single_tag_share .tag-cat {
    float: left;
    margin-top: 7px;
}
.single_tag_share .tag-cat a{
    margin-top: 3px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 11px;
}
/*-------------------------------------------------------------------------------------
Post nav
-------------------------------------------------------------------------------------*/
.postnav {
    float: left;
    padding: 35px 0px;
    position: relative;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-left: 0px;
    border-right: 0px;
}
.postnav a {
    font-size: 14px;
}
.postnav span.nextpost {
    margin-left: 10px;
}
.postnav span.previouspost {
    margin-right: 10px;
}
.postnav span i {
    font-size: 16px;
}
.postnav_right {
    position: relative;
    float: right;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: right;
    line-height: 1.2;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    width: 48%;
}
#nextpost:hover {
    text-decoration: underline;
    color: #08a100;
}
#nextpost:hover span {
    text-decoration: none !important;
}
#nextpost span {
    display: block;
    font-size: 11px;
}
.postnav_left {
    position: relative;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    width: 48%;

}
#prepost:hover {
    text-decoration: underline;
    color: #08a100;
}
#prepost:hover span {
    text-decoration: none !important;
}
#prepost span {
    display: block;
    font-size: 11px;
}

.postnav .nav_thumbnail_left{
    width: 90px;
    position: relative !important;
    display: block;
    float: left;
    overflow: hidden;
}
.postnav #prepost{
    position: relative;
    margin-left: 106px;
    top: 0px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
}
.postnav #prepost:hover{
    text-decoration: none !important;
}
.postnav .nav_thumbnail_right{
    width: 90px;
    position: relative !important;
    display: block;
    float: right;
    overflow: hidden;
}
.postnav  #nextpost{
    position: relative;
    margin-right: 106px;
    top: 0px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
}
.postnav  #nextpost:hover{
    text-decoration: none !important;
}
.postnav .no_nav_img_post_left{
    margin-left: 0px !important;
}
.postnav .no_nav_img_post{
    margin-right: 0px !important;
}
/*-------------------------------------------------------------------------------------
Related post
-------------------------------------------------------------------------------------*/
.related-posts {
    border: 1px solid #f0f0f0;
    border-left: 0px;
    border-right: 0px;
    margin-top: -1px;
    float: left;
    width: 100%;
    padding: 30px 0px 35px 0px;
    position: relative;
}
.related-posts .related_post_title {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: left;
   }
.related-posts .related_post_title .post-meta, .related-posts .related_post_title .post-meta a{
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.related-posts .related_post_title .post-meta a{
    margin-right: 10px;
    font-weight: 600;
}
.related-posts .related_post_title .post-meta i{
    margin-right: 5px;
}
.related-posts h3{
    margin-bottom: 10px;
}
.related-posts h3 a {
    color: #222;
    font-size: 16px;
}
.related-posts h4 {
    color: #202020;
    float: left;
    font-size: 18px;
    line-height: 27px;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.single_related_post .owl-item {
    padding: 0px;
    background: #fff;
}
.single_related_post {
    float: left;
    width: 100%;
}
.single_related_post .owl-nav i, .single_related_post .owl-nav:hover i{
    color: #000;
    font-size: 22px;
}
.single_related_post .jelly_pro_post_arrow_left{ right: 0px !important;}
.related-posts .slick-list{
    margin: 0px -12px;
}
.related-posts .single_post_feature{
    padding: 0px 12px;
}
.related-posts .single_post_feature, .related-posts .single_post_feature .feature-link {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.related-posts .single_post_feature .feature-link{
    background: #000;
}

.single_related_post .single_post_feature h3,
.single_related_post .single_post_feature h3 a {
    margin: 0px;
    line-height: 1.2;
    font-size: 15px;
    text-transform: capitalize;
}
.single_related_post .jelly_pro_post_arrow_left,
.single_related_post .jelly_pro_post_arrow_right {
    top: 0px !important;
}
.single_related_post .jelly_pro_post_arrow_right {
    margin-left: 10px !important;
}
.single_related_post .jelly_pro_post_arrow_left {
    margin-right: 10px !important;
}
.single_related_post .jelly_pro_post_arrow_left,
.single_related_post .jelly_pro_post_arrow_right {
    margin: -45px 0 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    position: absolute !important;
    top: 0% !important;
    cursor: pointer !important;
    z-index: 9 !important;
    font-size: 0 !important;
    color: #000 !important;
    text-align: right !important;
    font-size: 28px !important;
    line-height: 30px !important;
    background: #fff !important;
}
.single_related_post .jelly_pro_post_arrow_right {
    right: 30px !important;
    left: auto !important;
}
.no_feature_image_post_small_grid{
    height: 13px;
    width: 100%;
    float: left;
}
.no_feature_image_post_medium_grid{
    height: 0px;
    width: 100%;
    float: left;
}
.blog_list_post_style .post-entry-content.list_no_feature_image_post{
    float: left !important;
    width: 100% !important;
    margin-left: 0px !important;
    padding: 0px;
}
.hide_feature_post_sign{
    display: none !important;
}
.single-meta-category-small{
    float: left;
    width: 100%;
}
.single-meta-category-small a{
    float: left;
    margin-bottom: 5px;
}
.single_related_post .meta-category-small{
    margin-bottom: 10px;
}
.single_related_post .meta-category-small a{
    margin: 0px 10px 0px 0px !important;
}
.single_related_post h3{
    float: left;
    width: 100%;
    margin-bottom: 0px !important;
}
.single_related_post .post-author:hover a{
    margin-right: 10px !important;
}
.single_related_post *:focus{
    outline: none;
}
/*-------------------------------------------------------------------------------------
Comment box
-------------------------------------------------------------------------------------*/
#commentform label {
    float: left;
    padding-right: 20px;
    width: 120px;
}
.comment {
    position: relative;
    margin-bottom: 30px;
}
.comment-meta {
    position: relative;
    float: left;
    width: 100%;
}
.comment-meta img {
    margin-right: 20px;
    float: left;
    width: 80px !important;
    height: 80px !important;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.comment-meta .comment-author-name{
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #202020;
    font-weight: 600;
    margin-top: 2px;
}
.comment-meta .comment-author-name a:hover{
    text-decoration: none !important;
    color: #08a100;
}
.comment-meta .comment-author-date{
        display: block;
        margin-top: -5px;
}
.comment-meta .comment-author-date:hover, .comment-meta .comment-author-date:hover time{
    color: #08a100;
    text-decoration: none !important;
}


.comment-meta cite {
    display: block;
    font-size: 16px;
    padding-bottom: 0px;
}
.comment-content {
    display: block;
   margin-top: 15px;
   padding-bottom: 15px;
   float: left;
   width: 100%;
   border-bottom: 1px solid #f0f0f0;
}
.comment-reply-link, .comment-edit-link {
    font-size: 11px;
    letter-spacing: 0px;
    text-transform: uppercase;
    background-color: #F1F1F1;
    color: #313131;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    margin-left: 0px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0px;
    right: 0px;
    float: left;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5px;
}
.comment-edit-link{    
    margin-right: 5px;
}
.comment-reply-link:hover, .comment-edit-link:hover{
    color: #fff;
    background: #08a100;
    text-decoration: none !important;
}
.comment time {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.2;
    color: #202020;
}
.comments-area li {
    list-style: none !important;
    float: left;
    margin-bottom: 0px;
    width: 100%;
}
#commentform #submit,
.wpcf7-form-control.wpcf7-submit {
    outline: none;
    height: 35px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 40px;
    color: #FFF;
    background: #25262e;
    cursor: pointer;
    border: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#commentform #submit:hover,
.wpcf7-form-control.wpcf7-submit:hover {
    color: #FFF;
    background: #222;
}
.single_section_comment {
    border: 1px solid #EAEAEA;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    margin-top: -1px;
    float: left;
    width: 100%;
    padding: 25px 0px 35px 0px;
}
.single_section_comment .commentlist{ padding: 0px; float: left; width: 100%; margin-bottom: 0px;}
.single_section_comment .commentlist .children{
    float: left;
    width: 100%;
}
.comments-area textarea,
.comments-area input[type="text"] {
    width: 100%;
}
.comments-area h3#reply-title {
    margin: 0px;
    text-transform: capitalize;
    color: #202020;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.comments-area .logged-in-as{
    margin-bottom: 15px;
}
.comments-area .form-allowed-tags {
    font-size: 12px;
}
.required {
    position: relative;
    color: #900;
}
/*-------------------------------------------------------------------------------------
Menu slide
-------------------------------------------------------------------------------------*/
.menu_mobile_icons{
    display: none;
    font-size: 30px;
    float: right;
    cursor: pointer;
    color: #fff;
}
.menu_mobile_icons i{
    margin-top: 5px;
}
.menu_mobile_icons.closed_menu .fa-bars{
    display: none;
}
.menu_mobile_icons .fa-times{
    display: none;
}
.menu_mobile_icons.closed_menu .fa-times{
    display: block;
}
#content_nav .logo_link{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#content_nav .logo_link img {
    width: 70%;
}

#content_nav {
    display: none;
    width: 300px;
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
    width: 300px;
    padding: 20px 0px;
    background-color: #FFF;
    color: #000;
}
#content_nav li a{
    padding: 10px 0px;
    font-weight: 600;
    display: block;
    color: #000;
}
#content_nav li a:hover, #content_nav li:hover a{
    color: #797979 !important;
}
#content_nav a i {
    margin-right: 5px;
}

#content_nav .menu_moble_slide > li {
    border-top: 1px solid #DADADA;
}
#content_nav .menu_moble_slide > li a {
    padding-left: 30px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px
}
#content_nav .sub-menu li {
    border-top: 1px solid #DADADA;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#content_nav .menu_moble_slide li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0px;
    position: relative;
}
#content_nav .sub-menu .sub-menu a {
    padding-left: 30px;
}
#content_nav .menu_moble_slide li a:hover {
    text-decoration: none;
}
#content_nav .sub-menu > li a {
    padding-left: 40px !important;
}
#content_nav .sub-menu .sub-menu > li a {
    padding-left: 60px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 80px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 100px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 120px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 140px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 160px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 180px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 200px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 220px !important;
}
.menu_moble_slide{
    border-bottom: 1px solid #DADADA;
}
#content_nav a,
#content_nav .menu_moble_slide {
    color: #FFF;
    width: 100% !important;
    text-decoration: none !important;
    padding: 0px;
}
#content_nav li:hover a {
    color: #ccc;
}
#content_nav a .arrow_down {
    background-color: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    padding: 0px;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
#content_nav a .arrow_down:hover i, #content_nav a .arrow_down:focus i, #content_nav a .arrow_down:active i{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
#content_nav a .arrow_down i{
    margin: 0px;
    margin-top: 11px;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#content_nav ul .menu-active-class {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 10px;
}
#content_nav .sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    visibility: hidden;
    display: none;
    box-shadow: none;
}

.mobile_menu_active.mobile_menu_overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
}

.mobile_menu_overlay {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    background: transparent;
}






.sb-toggle-left {
    display: none;
    width: 40px;
    height: 38px;
    margin-left: 15px;
    float: right !important;
    padding: 11px 8px 8px 8px;
    background: #151515;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #FFF;
}
.mobile_menu_meg {
    width: 100%;
    position: relative;
    float: left;
    display: none;
}
#nav-wrapper {
    background-color: #151515;
    text-align: left;
    float: left;
    width: 100% !important;
    position: absolute;
    display: none;
    z-index: 9999;
}
#nav-wrapper #menu-main-menu {
    margin: 0px;
    padding: 0px;
}
#nav-wrapper .menu > li {
    border-top: 1px solid #212121;
}
#nav-wrapper .menu > li a {
    padding-left: 30px !important;
}
#nav-wrapper .sub-menu li {
    border-top: 1px solid #212121;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#nav-wrapper #menu-main-menu li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 6px 0px;
}
#nav-wrapper .sub-menu .sub-menu a {
    padding-left: 30px;
}
#nav-wrapper #menu-main-menu li a:hover {
    text-decoration: none;
}
#nav-wrapper .sub-menu > li a {
    padding-left: 50px !important;
}
#nav-wrapper .sub-menu .sub-menu > li a {
    padding-left: 70px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 90px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 110px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 130px !important;
}
#nav-wrapper a,
#nav-wrapper #menu-main-menu {
    color: #FFF;
    width: 100% !important;
    text-decoration: none !important;
}
#nav-wrapper li:hover a {
    color: #ccc;
}
#nav-wrapper a .arrow_down {
    background-color: #212121;
    border: 1px solid #333;
    padding: 0px 6px;
    margin-left: 20px;
}
#nav-wrapper ul .menu-active-class {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 10px;
}
#nav-wrapper .sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    visibility: hidden;
    display: none;
    box-shadow: none;
}

/* =================================== List post Style 2 ===================================*/
.home_with_list_post #content-loop-list-post, .post_category_list_display #content-loop-list-post{
}
.loop-list-post-display {} 
.blog-list-padding{
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post {
    float: left;
    width: 100%;
    margin-bottom: 0px !important;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style{
    float: left;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .post-entry-content{
    padding-left: 0px !important; 
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span, .loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span a{
    color: #202020;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_content{
    float: left;
    width: 100%;
    margin: 0px 0px 25px 0px;
    padding: 0px;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_footer_wrapper{
    float: left;
    width: 100%;
}

.loop-list-post-display #content-loop-list-post .main_list_wrapper{
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content{
    padding-top: 0px !important;
    padding-right: 0px !important;
}
.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content{
    text-align: left;
}

.post_content input[type="submit"]{
    outline: none;
    height: 35px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 40px;
    color: #FFF;
    background: #4E4E4E;
    cursor: pointer;
    border: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.page-link{
    float: left;
    width: 100%;
}
.page-links{
    float: left;
    width: 100%;
    padding: 0px;
}

.page-links a, .page-links li{
    padding: 0px 15px;
    float: left;
    list-style: none;
    width: auto;
    margin-right: 5px;
    background: #222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.page-links a:hover{
    background: #ccc;
}
.page-links a:hover li{
    background: no-repeat;
}

.page-links > li{
    background: #ccc;
}
.page-links a li{
    margin-right: 0px;
    padding: 0px;
}




.blog_list_post_style {
    margin-bottom: 25px !important;
    float: left;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.blog_list_post_style:last-child{
    border-bottom: 0px;
    padding-bottom: 20px;
}
.blog_list_post_style .large_continue_reading {
    margin-bottom: 0px !important;
}
.blog_list_post_style .meta-category-small {
    width: 100%;
    float: left;
}
.blog_list_post_style .image-post-thumb {
    float: left;
    width: 40% !important;
}
.image-post-thumb > a{
    float: left;
    width: 100%;
}
.image-post-thumb > a img{
    float: left;
    width: 100%;
}
.blog_list_post_style .post-entry-content {
    width: 60% !important;
}
.blog_list_post_style .image-post-title {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: left !important;
    text-transform: capitalize;
}
.blog_list_post_style .post-meta {
    float: left;
    color: #444;
    font-size: 12px !important;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.blog_list_post_style .post-meta a{
    color: #444;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.blog_list_post_style .post-meta a:hover{
    float: none !important;
    text-decoration: none !important;
}

.blog_list_post_style .post-meta span {
    float: left;
    margin-right: 10px;
}
.blog_list_post_style .post-meta span i {
    margin-right: 5px;
}
.blog_list_post_style .large_continue_reading {
    text-align: left;
    margin: 0px;
    border: 0px;
    float: left;
    margin-top: 7px;
}
.blog_list_post_style .post_type_icon {
    color: #FFF;
    background: #000;
    font-size: 20px !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.7;
}
.blog_list_post_style .image-post-thumb {
    position: relative;
}

/* =================================== Header social icons ===================================*/

.social_icon_header {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    margin: auto;
    margin-left: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 35px;
  
}
.social_icon_header li {
    float: left;
    list-style: none;
    margin-right: 18px;
    text-align: center;
        -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.social_icon_header li a {
    float: left;
    color: #202020;
    font-size: 20px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
     -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.personal_magazine_style .social_icon_header li a:hover{
    color: #08a100;
}

.social_icon_header li a:hover {
    color: #fff;
}
.logo_link {
    position: relative;
}
.search_header {
    overflow: auto;
    margin: auto;
    margin-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
}
.search_header form {
    width: 200px;
    float: right;
}
.searchform_theme {
    float: left;
    width: 100%;
    position: relative;
    height: 40px;
    overflow: hidden;
}
.searchform_theme #s, .searchform_theme .s {
    border: 1px solid #202020;
    border-radius: 0px;
    float: left;
    padding: 6px 15px;
    width: 100%;
    color: #202020;
    outline: none;
    background: #fff;
    background: rgba(255,255,255,0.2);
}
.searchform_theme .s::-webkit-input-placeholder{
    color: #313131;
}
.searchform_theme .button {
    background: none;
    border: 1px solid #202020 !important;
    border-left: 1px solid #202020 !important;
    border-bottom: 0px;
    color: #202020;
    border-radius: 0 2px 2px 0 !important;
    background-repeat: no-repeat !important;
    height: 38px !important;
    line-height: 33px;
    text-align: center;
    width: 40px;
    position: absolute !important;
    right: 0px;
    top: 0px;
    outline: none !important;
}

.search_form_menu .button{
    line-height: 33px !important;
}


/* =================================== search and menu ===================================*/
.search_header_menu{
    overflow: auto;
    margin: auto;
    margin-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 207px;
}
.search_header_menu i{
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.search_header_menu .search_header_wrapper{
    float: right;
    margin-right: 18px;
}
.search_header_menu .search_header_wrapper i:hover{
    color: #08a100;
}
.search_header_menu .menu_mobile_icons{
    display: inherit;
    float: right;
    font-size: 20px !important;
    line-height: 0px;
}
.search_header_menu .menu_mobile_icons i{
    margin: 0px;
    cursor: pointer;
}
.search_header_menu .menu_mobile_icons i:hover{
    color: #08a100;
}
.search_form_menu_personal{
    position: absolute;
    top: 0px;
    display: none;
    width: 150px;
    z-index: 999;
    right: 55px;
}

.search_form_menu_personal #s{
    padding: 0px;
    border: 0px;
}

h2.notfound_p_title{
    color: #222;
    text-transform: capitalize;
}
p.notfound_p_text{
    margin-bottom: 40px;
}
.searchform_theme #s::-webkit-input-placeholder{
    color: #313131;
}
.search_content_page{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
/*gird width slider*/
.full-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.full-slider-wrapper .item{
    background: #000;
    float: left;
    width: 100%;
}

.full-slider-wrapper .banner-carousel-item .banner-container{
    width: 100%;
    text-align: left;
    padding: 15px 25px 20px 25px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}


.full-slider-wrapper .owl-dots, .header_small_carousel_post .owl-dots{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;

}
.full-slider-wrapper .owl-dots .owl-dot.active, .header_small_carousel_post .owl-dots .owl-dot.active{
    background: #000;
    
}
.full-slider-wrapper .owl-dots .owl-dot, .header_small_carousel_post .owl-dots .owl-dot{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    background: #FFF;
    border: 1px solid #000;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.header_small_carousel_post .owl-dots{
    display: none !important;
}

.full-slider-wrapper .banner-carousel-item .banner-container .more_btn, .single-item-slider .banner-carousel-item .banner-container .more_btn{
    display: inline-block;
    position: relative;
    padding: 0px;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}

.full-slider-main-home-wrapper .more_btn a{
    color: #FFF !important;
    border: 1px solid #FFF;
    color: #000;
    display: block;
    padding: 0px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
}
.full-slider-main-home-wrapper .more_btn a:hover{ border: 1px solid #08a100;}

.full-slider-wrapper .banner-carousel-item .banner-container .more_btn a{
    color: #000;
    display: block;
    padding: 0px 15px;
    border: 1px solid #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
}
.full-slider-wrapper .banner-carousel-item .banner-container .more_btn a:hover, .single-item-slider .banner-carousel-item .banner-container .more_btn a:hover{
    text-decoration: none !important;
    border: 1px solid #08a100;
    box-shadow: 200px 0 0 0 #08a100 inset;
    color: #fff;
}

.full-slider-wrapper .banner-carousel-item > a{
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.full-slider-wrapper .banner-carousel-item > a img{
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.full-slider-wrapper .banner-carousel-item:hover > a img{
}
/*full width slider*/

.full-slider-main-home-wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.full-slider-main-home-wrapper .full-slider-main-home{
    float: left;
    width: 100%;
    overflow: hidden;
}
.full-slider-main-home-wrapper .item{
    float: left;
    width: 100%;
}
.full-slider-main-home-wrapper .banner-carousel-item > a{
    width: 100%;
    float: left;
    background: #000;
    position: relative;
}
.full-slider-main-home-wrapper .banner-carousel-item a img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0.8;
}


.full-slider-main-home-wrapper .banner-carousel-item:hover a > img{
}

.header-main-slider-large {
    margin-bottom: 0px;
}
.full-slider-main-home {
    margin-top: 40px;
}
.full-slider-main-home .banner-container .meta-category-small a{
    float: none !important;
    display: inline-block;
}
.full-slider-main-home .banner-container{
    top: 50%;
    background: none;
    left: 28%;
    right: 28%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px;
    bottom: auto;
    text-align: center;
}
.full-slider-main-home .banner-container .post-meta{
    float: left;
    color: #fff;
    width: 100%;
}
.full-slider-main-home .banner-container .post-meta a{
    color: #fff;
}
.full-slider-main-home .banner-container .post-meta a:hover{
    color: #fff !important;
}
.page_builder_slider .banner-container h5 a{
    font-size: 25px !important;
    font-weight: 500;
}

.full-slider-main-home .banner-container h5:hover{
    color: #fff !important;
}
.full-slider-main-home .banner-container h5 a:hover{
    color: #fff !important;
    opacity: 0.8;
}
.full-slider-main-home .banner-container h5 a{
font-size: 35px;
line-height: 1.2;
color: #fff;
text-transform: capitalize;
font-weight: 600 !important;
text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.full-slider-main-home .banner-container h5 a:hover, .page_builder_slider .banner-container h5 a:hover{
    color: #fff !important;
    opacity: 0.8;
}

.full-slider-main-home .jelly_pro_post_arrow_right {
    background: #000;
    right: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.full-slider-main-home .jelly_pro_post_arrow_left {
    background: #000;
    left: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.full-slider-main-home .jelly_pro_post_arrow_left{
    left: 0px;
}
.full-slider-main-home .jelly_pro_post_arrow_right{
    right: 0px;
}
.full-slider-main-home .jelly_pro_post_arrow_left,
.full-slider-main-home .jelly_pro_post_arrow_right {
    color: #fff;
    background: #fff;
    background: none;
    cursor: pointer;
    z-index: 1;
    font-size: 30px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.full-slider-main-home .jelly_pro_post_arrow_left:hover,
.full-slider-main-home .jelly_pro_post_arrow_right:hover {
    background: none !important;
    color: #fff;
}
/*Post format*/

.format-link .image-post-thumb a {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 40px 20px 20px 20px;
    color: #FFF;
    font-size: 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(3%, rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0.63)), color-stop(100%, rgba(0, 0, 0, 0.97)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f7000000', GradientType=0);
    /* IE6-9 */
}
.format-link .image-post-thumb a:hover {
    text-decoration: none;
}
.format-link .image-post-thumb a i {
    margin-right: 10px;
}
/*Grid layout*/

#wrapper_masonry,
#content_main {
    clear: both;
    padding-top: 40px;
    padding-bottom: 10px;
}
.single_content_page_display{
    border-top: 1px solid #e4e4e4;
}
#content_masonry {
    margin: 0px -15px 0px -15px;
}
#content_masonry .meta-category-small a:before{
        border-top: 20px solid rgba(255,255,255,0);
}
#content_masonry .meta-category-small a:after{
        border-bottom: 20px solid rgba(255,255,255,0);
}

.col-md-12 .box {
    margin-bottom: 45px !important;
    width: 33.33333333%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12 .box .background_quote_image {
    background-position: center center;
    background-size: cover;
}
.col-md-12 .box.grid_4col {
    width: 270px;
}
/*Grid layout with sidebar*/

.grid-sidebar .box {
    margin-bottom: 45px !important;
    width: 50%;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    text-align: center;
    position: relative;
}
.grid-sidebar .box .image-post-title {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 7px;
}
/*Large Main Grid layout with sidebar*/
.search_page_result{
    height: auto;
}
#content-large-main-grid-post{
    width: auto !important;
    margin: 0px -15px 0px -15px;
    float: none !important;
    display: block;
    clear: both;
}
#content-large-main-grid-post,
#content-loop-main-grid-post,
.main-grid-post-display .blog_large_post_style {
    width: 100%;
    float: left;
    padding: 0px !important;
}

#content-large-main-grid-post .meta-category-small a:before{ border-top: 20px solid rgba(255,255,255,0);}
#content-large-main-grid-post .meta-category-small a:after{ border-bottom: 20px solid rgba(255,255,255,0);}

.sticky .sticky_options_style{
    display: block;
    position: absolute;
    top: 27px;
    z-index: 99;
    background: #ffffff;
    color: #000;
    height: 30px;
    width: 85px;
    font-size: 13px;
    line-height: 30px;
    padding: 0px 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.sticky .sticky_options_style:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 15px solid #fff;
    z-index: 1;
    left: -15px;
    border-right-width: 4px;
    border-left-color: transparent !important;
}
.sticky_options_style{
    display: none;
}

.main-grid-post-display .blog_large_post_style{
    width: 100% !important;
}

.main-grid-post-display .box{
    margin-bottom: 40px !important;
    width: 50%;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    text-align: center;
    position: relative;
}
.main-grid-post-display .box .large_continue_reading{
    margin: 0px;
}
.main-grid-post-display .box .image-post-title {
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}


.blog_grid_post_style .post-entry-content .post-entry-content-wrapper, .main-grid-post-display .blog_grid_post_style .post-entry-content .post-entry-content-wrapper, .grid_home_3col .blog_grid_post_style .post-entry-content .post-entry-content-wrapper{
    float: left;
    width: 100%;
    background: #fff;
}

.blog_grid_post_style .post-entry-content .post-entry-content-wrapper .image-post-title, .main-grid-post-display .blog_grid_post_style .post-entry-content .post-entry-content-wrapper .image-post-title, .grid_home_3col .blog_grid_post_style .post-entry-content .post-entry-content-wrapper .image-post-title{
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px 30px;
}



.box.blog_large_post_style.format-standard .post-entry-content, .box.blog_large_post_style.format-quote .post-entry-content, .box.blog_large_post_style.format-gallery .post-entry-content{
    position: relative;
    z-index: 9;
    text-align: left;
    text-align: center;
}

.single_content_header{
    float: left;
    width: 100%;
}
.format-standard .single_content_header .post-entry-content, .format-standard .single_content_header .post-entry-content{
    max-width: 100%;
    padding: 25px 30px 10px 30px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.format-video .single_content_header .date_post_large_display, .format-audio .single_content_header .date_post_large_display{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
}
.format-video .single_content_header:hover .date_post_large_display, .format-audio .single_content_header:hover .date_post_large_display{
    opacity: 0;
}


.format-gallery .single_content_header .post-entry-content, .format-quote .single_content_header .post-entry-content{
    position: relative;
    z-index: 9;
    background: #fff;
    text-align: center;
}

.single_post_entry_content{
    float: left;
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
}
.single_post_entry_content .single_post_category_top a{
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    background: #fff;
    color: #222;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
}
.single_post_entry_content .single_post_category_top a:hover{
    color: #08a100 !important;
}
.single_post_entry_content .single-meta-category-small a{
    padding: 3px 9px;
    font-size: 13px;
    line-height: 1;
    margin-right: 5px;
    background-color: #08a100;
    color: #fff;
}
.single_post_entry_content .single-meta-category-small a:hover{
    text-decoration: none !important;
}
.single_post_entry_content .single_post_title_main{
    font-size: 30px;
    color: #000;
    font-weight: 700 !important;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.2;
    float: left;
    width: 100%;
}

.single_post_entry_content .author_option_left{
    float: left;
}
.single_post_entry_content .author_option_left .single_author_avatar_image{
    float: left;
    margin-right: 10px;
}
.single_post_entry_content .author_option_left .single_author_avatar_image img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left{
    float: left;
    margin-top: 6px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author{
    margin-right: 5px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left span{
    float: left;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a:hover{
    text-decoration: none !important;
}
.single_post_entry_content .user_option_right{
    float: left;
    margin-top: 3px;
}

.single_post_entry_content .user_option_right span{
    float: left;
    text-align: center;
    margin-left: 10px;
    color: #000;
    font-size: 12px;
}
.single_post_entry_content .user_option_right span a{
    font-size: 12px;
}
.single_post_entry_content .user_option_right i{
    margin-right: 3px;
}

.single_content_header .image-post-thumb{
    margin-bottom: 20px;
}

.single-post-meta-wrapper{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.single-post-meta-wrapper span{ font-size: 12px; margin: 0px 5px; color: #444 !important;}
.single-post-meta-wrapper span a{ font-size: 12px;  color: #444 !important}
.single-post-meta-wrapper span a:hover{ color: #08a100 !important;}
.single-post-meta-wrapper .post-author{font-weight: 600;  color: #444 !important;}
.single-post-meta-wrapper .post-author img{width: 22px; border-radius: 100px; margin-right: 5px;}
.single-post-meta-wrapper a:hover{ text-decoration: none !important;}
.single-post-meta-wrapper span i{ margin-right: 5px;}

.meta-category-small a{
    background: #000;
}
.single_content_header .meta-category-small a {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
}

.single_full_width_custom_options .post_content{
    margin-top: -9px !important;
}
.single_full_width_custom_options{
    border-top: 0px !important;
}
/* Center align caption bellow*/
.single_post_caption_center_below, .single_post_caption_center_below .meta-category-small, .single_post_caption_center_below .single_post_title_main{
    text-align: center;
}

/* Center align top*/
.single_above_center_align{
    margin-bottom: 20px;
}
.single_above_center_align, .single_above_center_align .meta-category-small, .single_above_center_align .single_post_title_main{
    text-align: center;
}

/* left align bellow*/
.single_bellow_left_align, .single_bellow_left_align .single-post-meta-wrapper{
    text-align: left;
}
.single_bellow_left_align .meta-category-small a{
    margin: 0px 10px 0px 0px !important;
}
.single_bellow_left_align .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}
.single_bellow_left_align .single_post_share_icon_post_top{
    display: block !important;
}

/* left align above*/
.single_above_left_align, .single_above_left_align .single-post-meta-wrapper{
    text-align: left;
}
.single_above_left_align{
    margin-bottom: 20px;
}

.single_above_left_align .meta-category-small a{
    margin: 0px 10px 0px 0px !important;
}
.single_above_left_align .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

/* captions overlay image*/
.single_captions_overlay_image{
    position: relative;
    background: #000;
}
.single_captions_overlay_image .image-post-thumb{
    margin: 0px;
}
.single_captions_overlay_image .image-post-thumb img{
    opacity: 0.7;
}
.single_captions_overlay_image .single_post_entry_content{
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
    max-width: 80%;
    z-index: 1;
    text-align: center;
}
.single_captions_overlay_image .single_post_entry_content .meta-category-small a{
    text-align: center;
}
.single_captions_overlay_image .single_post_entry_content .single_post_title_main, .single_captions_overlay_image .single-post-meta-wrapper span, .single_captions_overlay_image .single-post-meta-wrapper span a{
    color: #fff !important;
}

/* fullwidth captions overlay image*/
.single_captions_overlay_image_full_width{
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_overlay_image_full_width .image-post-thumb{
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.7;
}
.single_captions_overlay_image_full_width .single_post_entry_content{
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
    max-width: 700px;
    z-index: 1;
    text-align: center;
}
.single_captions_overlay_image_full_width .single_post_entry_content h1{
    font-size: 40px;
}
.single_captions_overlay_image_full_width .single_post_entry_content .single_post_title_main, .single_captions_overlay_image_full_width .single-post-meta-wrapper span, .single_captions_overlay_image_full_width .single-post-meta-wrapper span a{
    color: #fff !important;
}


/* fullwidth captions overlay bottom image*/
.single_captions_overlay_bottom_image_full_width{
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_overlay_bottom_image_full_width:after{
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.2)),color-stop(18%,rgba(0,0,0,0)),color-stop(28%,rgba(0,0,0,0)),color-stop(120%,rgba(0,0,0,.4)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: -o-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
}
.single_captions_overlay_bottom_image_full_width .image-post-thumb{
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:50%;
    opacity: 1;
    background-repeat: no-repeat;
}
.single_full_breadcrumbs_top{
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
}
.single_full_breadcrumbs_top .breadcrumbs_options, .single_full_breadcrumbs_top .breadcrumbs_options a{
    color: #fff !important;
}
.single_full_breadcrumbs_top .row{
    margin-bottom: 0px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper{
    margin: 0px;
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    padding-bottom: 30px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .row{
    margin-bottom: 0px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content{
    text-align: left;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content h1{
    font-size: 40px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .meta-category-small a{
    margin: 0px 10px 0px 0px;
}
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper{
    text-align: left;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .single_post_title_main, .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span, .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span a{
    color: #fff !important;
}


/* fullwidth captions bottom image*/
.single_captions_bottom_image_full_width{
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_bottom_image_full_width .image-post-thumb{
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single_captions_bottom_image_full_width_wrapper{
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    margin-top: -90px;
}
.single_captions_bottom_image_full_width_wrapper .row{
    margin-bottom: 0px;
    margin-right: -30px;
    margin-left: -30px;
}
.single_captions_bottom_image_full_width_wrapper .row .col-md-12{
    background: #fff;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
}
.single_captions_bottom_image_full_width_wrapper .row .col-md-12 .breadcrumbs_options{
    margin-bottom: 8px;
}
.single_post_entry_content{
    text-align: left;
}
.single_captions_bottom_image_full_width_wrapper .single_post_entry_content h1{
    font-size: 40px;
}
.single_captions_bottom_image_full_width_wrapper .single_post_entry_content .meta-category-small a{
    margin: 0px 10px 0px 0px;
}
.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper{
    text-align: left;
}

.single_captions_bottom_image_full_width_wrapper .meta-category-small a {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
}


/* fullwidth captions only*/

.single_captions_only_full_width_wrapper{
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    margin-top: -90px;
    margin-top: 30px;
}
.single_captions_only_full_width_wrapper .breadcrumbs_options{
    margin-bottom: 5px;
}
.single_captions_only_full_width_wrapper .row{
    margin-bottom: 0px;
}
.single_captions_only_full_width_wrapper .row .col-md-12{
    background: #fff;
    padding-top: 5px;
}
.single_post_entry_content{
    text-align: left;
}
.single_captions_only_full_width_wrapper .single_post_entry_content h1{
    font-size: 40px;
}
.single_captions_only_full_width_wrapper .single_post_entry_content .meta-category-small a{
    margin: 0px 10px 0px 0px;
}
.single_captions_only_full_width_wrapper .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

.single_captions_only_full_width_wrapper .single-post-meta-wrapper{
    text-align: left;
}

.single_captions_only_full_width_wrapper .meta-category-small a {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
}


/* fullwidth captions above image*/

.single_captions_aboves_image_full_width_wrapper{
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    margin-top: -90px;
    margin-top: 30px;
}
.single_captions_aboves_image_full_width_wrapper .breadcrumbs_options{
    margin-bottom: 5px;
}
.single_captions_aboves_image_full_width_wrapper .row{
    margin-bottom: 0px;
}
.single_captions_aboves_image_full_width_wrapper .row .col-md-12{
    background: #fff;
    padding-top: 15px;
}
.single_post_entry_content{
    text-align: left;
}
.single_captions_aboves_image_full_width_wrapper .single_post_entry_content h1{
    font-size: 40px;
}
.single_captions_aboves_image_full_width_wrapper .single_post_entry_content .meta-category-small a{
    margin: 0px 10px 0px 0px;
}
.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper .post-author{
    margin-left: 0px;
}

.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper{
    text-align: left;
}

.single_captions_aboves_image_full_width_wrapper .meta-category-small a {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
}


/* fullwidth captions with post format*/
.single_post_caption_full_width_format{
    margin-bottom: 0px;
}
.single_captions_aboves_image_full_width_wrapper .single_content_header{
    margin-bottom: 10px;
}
.full_width_caption_with_post_format{
    padding-top: 30px !important;
}


.caption_without_image .breadcrumbs_options{
    margin-bottom: 5px;
}


.title_below_align_left .breadcrumbs_options, .title_above_align_left .breadcrumbs_options{
    margin-bottom: 5px;
}




.single_post_footer_share{
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.single_post_share_icon{
    float: right;
    padding: 0px;
    margin-bottom: 25px;
}
.single_post_share_icon li{
    float: left;
    margin-left: 5px;
    list-style: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 100px;
}
.single_post_share_icon li a{
    display: block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #222;
    text-align: center;
    font-size: 15px;
    background: #fff !important;
}
.single_post_share_icon li a:hover{
    text-decoration: none !important;
    color: #08a100;
    
}

.single_post_share_icon li.single_post_share_facebook a i, .single_post_share_icon li.single_post_share_twitter a i{
    margin-right: 0px;
}


.single_post_share_icon_post{
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
}
.single_post_share_icon_post li{
    float: left;
    margin-right: 0px;
    list-style: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.single_post_share_icon_post li a{
    display: block;
    padding: 0px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 2px;
}
.single_post_share_icon_post li a:hover{
    opacity: 0.8;
}
.single_post_share_icon_post li:last-child a{
    margin-right: 0px;
}
.single_post_share_icon_post li a span{
    font-size: 12px;
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: 10px;
    margin-left: 5px;
}
.single_post_share_icon_post li a:hover{
    text-decoration: none !important;
    color: #fff !important;
    
}

.single_post_share_icon_post li.single_post_share_facebook, .single_post_share_icon_post li.single_post_share_twitter{
    width: 36%;
}

.single_post_share_icon_post li.single_post_share_google_plus, .single_post_share_icon_post li.single_post_share_pinterest, .single_post_share_icon_post li.single_post_share_linkedin, .single_post_share_icon_post li.single_post_share_ftumblr{
    width: 7%;
}

.single_post_share_icon_post li.single_post_share_facebook a{
    background: #455fa1;
    
}
.single_post_share_icon_post li.single_post_share_twitter a{
    background: #58abf5;
}

.single_post_share_icon_post li.single_post_share_google_plus a{
    background: #eb4026;
}
.single_post_share_icon_post li.single_post_share_pinterest a{
    background: #cd1d1f;
}
.single_post_share_icon_post li.single_post_share_linkedin a{
    background: #1980be;
}
.single_post_share_icon_post li.single_post_share_ftumblr a{
    background: #586973;
}
.single_post_share_icon_post li.single_post_share_facebook a i, .single_post_share_icon_post li.single_post_share_twitter a i{
    margin-right: 7px;
}

.single_post_share_icon_post_bottom{
    margin-top: 20px;
}

.title_below_align_center .single_post_share_icon_post_top, .title_above_align_center .single_post_share_icon_post_top, .title_above_align_left .single_post_share_icon_post_top, .title_overlay_image .single_post_share_icon_post_top{
    display: none;
}

.single_box_width_custom_options .single_post_share_icon_post_top{
    display: none !important;
}
.title_above_align_left .top_bar_social_with_captions{
    display: block !important;
    margin-bottom: 25px;
}

.full_width_image_with_caption_overlay_center .single_post_share_icon_post_top, .full_width_image_with_caption_overlay_bottom .single_post_share_icon_post_top, .full_width_image_with_caption_above .single_post_share_icon_post_top{
    margin-bottom: 30px;
}

.title_below_align_left .single_post_share_icon_post_top{
    margin-top: 10px;
    margin-bottom: 5px;
}

.caption_without_image .single_post_share_icon_post_top{
    margin-top: 15px;
}


.full_width_image_with_caption_above, .full_width_caption_without_image{
    padding-top: 15px !important;
}



/*Blog list layout with sidebar*/

.blog-list-post .box {
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    display: inline-block;
    float: left;
    vertical-align: top;
    background: none !important;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.loop-list-post-display .post-entry-content h3 {
    padding: 0px !important;
    text-align: center;
}
.loop-list-post-display .post-entry-content .post-meta{
    text-align: center;
    text-transform: uppercase;
}
.loop-list-post-display .large_post_content,
.loop-list-post-display .large_post_footer_wrapper {
    padding: 0px;
}
.loop-list-post-display .large_post_content{
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.loop-list-post-display .large_post_content p{
    margin-bottom: 0px;
}
.loop-list-post-display .meta-category-small {
    margin-top: 0px !important;
}
.loop-list-post-display .blog_list_post_style .meta-category-small {
    margin-top: -5px !important;
    margin-bottom: 5px;
}
.loop-list-post-display .blog_list_post_style .meta-category-small a{
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0px 10px 0px 0px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
}
.blog-list-post .image-post-thumb {
    width: 370px !important;
}
.blog-list-post .post-entry-content {
    float: none !important;
    position: relative !important;
    margin-left: 400px !important;
    top: -17px !important;
    width: auto !important;
    padding: 0px;
}

.loop-list-post-display .post-entry-content{
    padding: 0px 0px 0px 25px;
    text-align: left;
}
/*-------------------------------------------------------------------------------------
Blog large layout with sidebar
-------------------------------------------------------------------------------------*/

.loop-large-post .box {
    margin-bottom: 45px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    position: relative;
}
.single_section_content.box.blog_large_post_style {
    width: 100% !important;
}
.single_section_content .mashsb-container{
    padding-top: 0px;
    padding-bottom: 20px;
}
.single_section_content.box.blog_large_post_style .meta-category-small .post_type_icon{
    margin-right: 6px;
}
.loop-large-post .post_content {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
}
.blog_large_post_style .box.format-quote {
    padding: 0px;
}
.blog_large_post_style .post_type_icon {
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #FFF;
    float: none;
    width: 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    margin-right: 1px;
    position: relative;
}

.blog_large_post_style.sticky{
    background: #ffffe0;
    border: 1px solid #e6db55;
}

.blog_large_post_style.sticky .post-entry-content-wrapper{
    background: none !important;
    padding: 0px 30px !important;
}

.blog_large_post_style.sticky .large_post_footer_wrapper{
    border-bottom: 0px solid #f0f0f0;
    border-top: 1px solid #e6db55;
}

.blog_large_post_style .meta-category-small a {
        float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 11px 4px;
}










#content .blog_grid_post_style .meta-category-small, .grid_home_3col .blog_grid_post_style .meta-category-small {
    margin-top: 15px;
    margin-bottom: 5px;
}


#content .blog_grid_post_style .meta-category-small a,
.grid_home_3col .blog_grid_post_style .meta-category-small a,
.jellywp_home_builder_carousel_post .meta-category-small a,
.post_list_medium_widget .meta-category-small a,
.page_builder_slider .meta-category-small a,
.homepage_builder_two_cols .meta-category-small a,
.jelly_homepage_builder.builder_post_grid_bellow .blog_list_post_style .meta-category-small a,
.builder_post_list_bellow .meta-category-small a,
.main_right_post_style_list .meta-category-small a,
.homepage_builder_3grid_post .meta-category-small a,
.blog_grid_post_style .meta-category-small a{
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 4px 11px 4px;
}











.blog_large_post_style .large_post_content {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: left;
}
.blog_list_post_style .jelly_read_more_wrapper{
    text-align: left !important;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper, .blog_grid_post_style .jelly_read_more_wrapper, .blog_list_post_style .jelly_read_more_wrapper{
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
}
.blog_grid_post_style .jelly_read_more_wrapper{
    margin-bottom: 2px;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a, .blog_grid_post_style .jelly_read_more_wrapper a, .blog_list_post_style .jelly_read_more_wrapper a{
    color: #222;
    text-transform: uppercase;
    padding: 0px 20px;
    height: 36px;
    line-height: 34px;
    border: 2px solid #222;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a:hover, .blog_grid_post_style .jelly_read_more_wrapper a:hover, .blog_list_post_style .jelly_read_more_wrapper a:hover{
    background: #222;
    color: #fff !important;
    text-decoration: none !important;
}
.blog_large_post_style .large_post_content a,
.blog_large_post_style .large_post_content a:hover,
.loop-large-post .post_content a,
.loop-large-post .post_content a:hover {
    color: #08a100;
}
.date_post_large_display {
    display: none;
    float: left;
    width: 70px;
    height: 90px;
    background: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 35px;
    padding-top: 15px;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.date_post_large_display span {
    display: block;
    font-size: 27px;
}

.blog_large_post_style .post-entry-content .meta-category-small{
    margin-top: 15px !important;
    margin-bottom: 5px;
    text-align: center;
}

.blog_large_post_style .post-entry-content .meta-category-small,
.blog_large_post_style .post-entry-content .meta-category-small a, .meta-category-small a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog_large_post_style .post-entry-content .meta-category-small a:hover, .meta-category-small a:hover{
    color: #fff !important;
}
.blog_large_post_style .post-entry-content .image-post-title,
.blog_large_post_style .post-entry-content h1 {
    margin: 0px;
    margin-top: 6px !important;
    font-size: 30px;
    line-height: 1.2 !important;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #222222;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.blog_large_post_style .post-entry-content .large_post_content {
    text-align: left;
}
.blog_large_post_style .post-entry-content .post-meta {
    display: block;
    margin-bottom: 12px;
    letter-spacing: 0px;
    float: left;
    width: 100%;
}
.blog_large_post_style .post-entry-content .post-meta,
.blog_large_post_style .post-entry-content .post-meta a {
    color: #444;
    font-size: 12px !important;
    text-transform: uppercase;
}
.blog_large_post_style .post-entry-content .post-meta a:hover{
    float: none !important;
    text-decoration: none !important;
}
.blog_large_post_style .post-entry-content .post-meta a{
    font-weight: 600;
}
.blog_large_post_style .post-entry-content .post-meta i {
    margin-right: 5px;
}
.blog_large_post_style .post-entry-content .post-meta span {
    display: inline-block;
    margin-right: 10px;
}
.blog_large_post_style .large_post_footer_wrapper {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.blog_large_post_style .large_post_footer_wrapper .large_post_footer_wrapper_in{
    float: left;
    width: 100%;
}


.post_large_footer_meta{
    float: left;
}
.post_large_footer_meta .post_tag_footer{
    float: left;
    margin-right: 9px;
    padding-right: 7px;
    line-height: 2;
    text-transform: capitalize;
}
.post_large_footer_meta .post_tag_footer:after{
    position: relative;
    top: 3px;
    left: 8px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    background: #dddddd;
    display: inline-block;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.post_large_footer_meta .post_tag_footer a{
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.post_large_footer_meta .post_tag_footer a:hover{
    text-decoration: none !important;
    color: #08a100;
}
.post_large_footer_meta .post_comment_footer, .post_large_footer_meta .post_love_footer{
    margin-right: 7px;
    padding-right: 7px;
}
.post_large_footer_meta .post_comment_footer:after, .post_large_footer_meta .post_love_footer:after{
    position: relative;
    top: 3px;
    left: 8px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    background: #dddddd;
    display: inline-block;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.post_large_footer_meta .post_comment_footer, .post_large_footer_meta .post_love_footer, .post_large_footer_meta .post_comment_footer a, .post_large_footer_meta .post_love_footer a, .post_large_footer_meta .post_view_footer{
    font-size: 12px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #222;
}
.post_large_footer_meta .post_comment_footer a:hover, .post_large_footer_meta .post_love_footer a:hover{
    color: #08a100;
}
.post_large_footer_meta .post_comment_footer i, .post_large_footer_meta .post_love_footer i, .post_large_footer_meta .post_view_footer i{
    margin-right: 5px;
}

.large_post_share_icons {
    float: right;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2px;
}
.large_post_share_icons li {
    display: inline-block;
}
.large_post_share_icons li a {
    display: inline-block;
    text-align: center;
    color: #202020;
    font-size: 15px;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.large_post_share_icons li a:hover {
    color: #08a100;
}



.blog_post_related_title{
    margin-bottom: 25px;
}
.blog_post_related_title h5{
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    margin: 0px;
}

.blog-post-related-loop{
    margin-bottom: 50px;
}
.blog-post-related-loop .blog-post-related-image{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.blog-post-related-loop .blog-post-related-image img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    float: left;
    width: 100%;
}
.blog-post-related-loop .blog-post-related-item-inside-wrapper{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.blog-post-related-loop .blog-post-related-item-inside{
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
    margin-top: 10px;
}
.blog-post-related-loop .blog-post-related-item-inside h3{
    margin: 0px;
    font-size: 15px;
    line-height: 1.2;
    text-transform: capitalize;
}



.blog_large_post_style .image-post-thumb, .full_width_quote_options .image-post-thumb {
    z-index: 1;
    overflow: hidden;
}
.blog_large_post_style .qoute_large_image, .full_width_quote_options .qoute_large_image {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.blog_large_post_style .qoute_large_image img, .full_width_quote_options .qoute_large_image img {
    position: absolute!important;
    width: 100%;
    max-width: none!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog_large_post_style .qoute_large_background, .full_width_quote_options .qoute_large_background {
    position: relative;
    text-align: center;
    padding: 100px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.blog_large_post_style .qoute_large_wrapper_inside, .full_width_quote_options .qoute_large_wrapper_inside {
    height: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.blog_large_post_style .qoute_large_content_inside, .full_width_quote_options .qoute_large_content_inside {
    display: table-cell;
    vertical-align: middle;
}
.blog_large_post_style .qoute_large_content_inside p, .full_width_quote_options .qoute_large_content_inside p {
    font-size: 22px;
    color: #FFF;
    font-style: italic;
}
.blog_large_post_style .qoute_large_content_inside .quote_source, .full_width_quote_options .qoute_large_content_inside .quote_source {
    font-size: 13px;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.full_width_quote_options .qoute_large_background_image{
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.full_width_quote_options .qoute_large_background_color{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.full_width_quote_options .qoute_large_text{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 15%;
    right: 15%;
    text-align: center;
}
.full_width_quote_options .qoute_large_text p{
    color: #fff;
    font-style: italic;
    font-size: 16px !important;
}
.full_width_quote_options .qoute_large_text .quote_source{
    font-style: normal !important;
}


.blog_large_post_style .jelly_pro_post_arrow_right, .single_post_caption_full_thumb .jelly_pro_post_arrow_right {
    right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_large_post_style .jelly_pro_post_arrow_left, .single_post_caption_full_thumb .jelly_pro_post_arrow_left {
    left: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_large_post_style .jelly_pro_post_arrow_left,
.blog_large_post_style .jelly_pro_post_arrow_right,
.single_post_caption_full_thumb .jelly_pro_post_arrow_left,
.single_post_caption_full_thumb .jelly_pro_post_arrow_right {
    color: #FFF;
    cursor: pointer;
    font-size: 35px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}
.blog_large_post_style .categories-title {
    margin-bottom: 30px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    margin-top: 0px;
    color: #333;
}
.blog_large_post_style .box .post_content {
    padding: 0px 30px;
    float: left;
}
.author-avatar-image {
    float: left;
}
.author-avatar-image img {
    width: 23px !important;
    height: 23px !important;
    float: left;
    border-radius: 30px;
    margin-right: 5px;
}
.author-avatar-link {
    float: left;
    margin-top: 2px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.author-avatar-link a{
    font-size: 12px;
    font-weight: 600;
}
.author-avatar-link a:hover{
    text-decoration: none !important;
    color: #08a100;
}
.box .image-post-thumb {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
.box .image-post-thumb > a{
    float: left;
    width: 100%;
    overflow: hidden;
}
.box .image-post-thumb > a > img{
    max-width: 100%;
    width: auto;
}
.box .image-post-thumb a > img, .owl-carousel .owl-item img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);

    -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}
.box .image-post-thumb a:hover > img, .owl-carousel .owl-item:hover img{
}
.box .image-post-thumb a .overlay_icons, .full-slider-wrapper .bubble .overlay_icons, .header_small_carousel_post .item.col-md-12 > a .overlay_icons{
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.box .image-post-thumb a:hover .overlay_icons, .full-slider-wrapper .bubble:hover .overlay_icons, .header_small_carousel_post .item.col-md-12:hover > a .overlay_icons{
    margin-top: 0px;
    opacity: 0;
}

.box .image-post-thumb audio {
    position: absolute;
    bottom: 0px;
}
.box img {
    height: auto;
}
.format-audio .image-post-thumb img{
    width: 100%;
}
.blog_large_post_style .post-entry-content .post-entry-content-wrapper{
    float: left;
    width: 100%;
    background: #fff;
}
.post-entry-content {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.owl-carousel .owl-item{
    overflow: hidden;
}

.post-entry-content .post-entry-title {
    font-size: 28px;
    text-decoration: none;
}
.post-entry-content .post-entry-title:hover {
    text-decoration: none;
}
.content_post_grid {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
}
.content_post_grid p{
    margin-bottom: 0px;
    text-align: center;
}
.meta-category-small {
    float: left;
    width: 100%;
}
.meta-category-small a {
    font-size: 13px;
    position: relative;
    color: #464646;
    display: inline-block;
    margin-right: 8px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.meta-category-small a:hover {
    text-decoration: none !important;
}

.post-meta-bot {
    overflow: hidden;
    position: relative;
    margin: 0px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    color: #565656;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;

}
.post-meta-bot-in{
    float: left;
    width: 100%;
    background: #FFF;
    padding: 0px;
}
.post-meta-bot i {
    margin-right: 3px;
}
.post-meta-bot .love_post_view {
    float: right;
    margin-top: 2px;
}
.post-meta-bot .love_post_view a {
    color: #313131;
}
.post-meta-bot .love_post_view a:hover{
    color: #08a100;
}
.post-meta-bot .meta-comment {
    float: right;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 2px;
}
.post-meta-bot .meta-comment i {
    margin-right: 3px;
}
.post-meta-bot .meta-comment a {
    color: #313131;
    font-size: 12px;
}
.post-meta-bot .meta-comment a:hover {
    text-decoration: none !important;
    color: #08a100;
}
.meta-comment a:hover {
    text-decoration: none !important;
}
.pagination-more {
    display: block !important;
    text-align: center;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}
.pagination-more div a {
    display: none;
    padding: 12px 24px;
    color: #FFF;
    background: #222;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-radius: 2px;
    -moz-radius: 2px;
    -o-radius: 2px;
    border-radius: 2px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.pagination-more div a:hover {
    text-decoration: none;
}
.load_more_main_wrapper #infscr-loading{
    bottom: -14px; margin-left: -10px;
}

.scroll_more_main_wrapper .jelly-infinite-load{
    opacity: 0;
}

#infscr-loading {
    width: 200px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -95px;
    padding: 10px 0;
    z-index: 9999;
    text-align: center;
}
#content{
    width: 69.66666667%;
    padding-right: 35px;
    position: relative;
}
/*Widget*/
#sidebar{
    width: 30.33333333%;
}
.jellywp_about_us_widget_wrapper p{
    margin-bottom: 0px;
}
#footer-container .jellywp_about_us_widget_wrapper p{
    text-align: left;
}
.widget {
    float: left;
    width: 100%;
    padding: 25px 30px 30px 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    background: #f3f3f3;
}

.widget .widget{
    border:0px solid #dedede;
}

.widget.grid_widget_post_displat {
    padding-bottom: 12px;
}
.widget.fblikebox_widget{
    margin-bottom: 0px !important;
}
.widget.jellywp_subscribe_box, .widget.jellywp_ads300x250_widget, .widget.post_grid_widget, .widget.jellywp_about_us_widget, .widget.jellywp_social_iconss_widget, .widget.post_list_widget, .widget.post_list_widget, .widget.post_list_widget{
    padding: 0px;
    margin: 0px;
}
.grid_widget_post_displat .widget_container{
    padding-bottom: 0px !important;
}
.widget .widget-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    
}
.widget .widget-title h2, .panel-grid-cell .widget .widget-title{
    float: left;
    width: 100%;
    font-weight: 600 !important;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 0px;
    border-bottom: 2px solid #080808;
    line-height: inherit;
    
}
.widget .widget-title a{
    color: #FFF;
}
.widget-title span {
    color: #333;
    float: left;
    font-size: 17px;
    line-height: 27px;
    padding: 6px 10px;
    min-height: 30px;
    margin: 0px;
    text-transform: uppercase;
}
.widget-title h2 a{
    color: #000 !important;
}
footer .widget-title h2 a{
    color: #FFF !important;
}
footer .widget .widget-title h2{
    color: #222;
    background: none;
    padding: 0px;
    text-align: left;
    height: auto;
    line-height: 1.2;
    font-size: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #E4E4E4;
}
.widget-title h2 {
    font-size: 17px;
    line-height: 27px;
    margin: 0px;
    text-transform: capitalize;
}
.widget_archive ul {
    float: left;
    width: 100%;
    padding: 0px;
}
#footer-container .widget_archive ul li{
    border-bottom: 1px solid #EAEAEA;
}
.widget_archive ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 35px;
    border-bottom: 1px solid #EAEAEA;
}
.widget_archive ul li a {
    position: relative;
    margin-left: 15px;
}
.widget_archive ul li a:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 4px;
    left: -15px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}
.widget_categories ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}
#footer-container .widget_categories ul li{
    border-bottom: 1px solid #EAEAEA;
}
#footer-container .widget_categories ul li:last-child{
    border-bottom: 0px;
}
#footer-container .widget_nav_menu ul li, #footer-container .widget_pages ul li, #footer-container .widget_categories ul li{
    border-top: 0px solid #EAEAEA !important;
}
.widget_categories ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 35px;
    border-bottom: 1px solid #EAEAEA;
}
.widget_categories ul li a {
    position: relative;
    margin-left: 15px;
}
.widget_categories ul li a:hover{
    text-decoration: none !important;
    color: #08a100;
}
.widget_categories ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: -8px;
    left: -15px;
    
}
.widget_pages ul {
    float: left;
    width: 100%;
    padding: 0px;
}
#footer-container .widget_pages ul li{
    border-bottom: 1px solid #EAEAEA;
}
.widget_pages ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 35px;
    border-bottom: 1px solid #EAEAEA;
}
.widget_pages ul li.page_item_has_children {
    margin-left: 20px;
}
.widget_pages ul li a {
    position: relative;
    margin-left: 15px;
}
.widget_pages ul li a:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 4px;
    left: -15px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}
.widget_meta ul {
    float: left;
    width: 100%;
    padding: 0px;
}
#footer-container .widget_meta ul li{
    border-bottom: 1px solid #EAEAEA;
}
.widget_meta ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 35px; 
    border-bottom: 1px solid #EAEAEA;
}
.widget_meta ul li a {
    position: relative;
    margin-left: 15px;
}
.widget_meta ul li a:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 4px;
    left: -15px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}
.widget_recent_comments ul {
    float: left;
    width: 100%;
    padding: 0px;
}
#footer-container .widget_recent_comments ul li{
    border-bottom: 1px solid #EAEAEA;
}
.widget_recent_comments ul li {
    list-style: none;
    position: relative;
    margin-left: 15px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #EAEAEA;

}
.widget_recent_comments ul li:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 8px;
    left: -15px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}
.widget_recent_entries ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.widget_recent_entries ul li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    padding-left: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #EAEAEA;
}
.widget_recent_entries ul li:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 8px;
    left: 0px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}
.widget_rss ul {
    float: left;
    width: 100%;
    padding: 0px;
}
#footer-container .widget_rss ul li{
        border-bottom: 1px solid #EAEAEA;
}
.widget_rss ul li {
    list-style: none;
    position: relative;
    margin-left: 15px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #EAEAEA;
}
.widget_rss ul li:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 8px;
    left: -15px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}
.widget_nav_menu ul {
    float: left;
    width: 100%;
    padding: 0px;
}

.widget .slider_widget_post{
    float: left;
    width: 100%;
    position: relative;
}
.widget .slider_widget_post .recent_post_large_widget{
    float: left;
    width: 100%;
}
.widget .slider_widget_post .image_post a{
    overflow: hidden;
    margin: 0px;
    width: 100%;
    float: left;
}
.widget .slider_widget_post .image_post a img{
    width: 100%;
    float: left;
}
.widget .slider_widget_post .owl-controls{
    position: absolute;
    top: 6px;
    left: 4px;
}
.widget .slider_widget_post .owl-controls .jelly_pro_post_arrow_right, .widget .slider_widget_post .owl-controls .jelly_pro_post_arrow_left{
    width: 23px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: none;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: relative;
    z-index: 1;
}

.widget .slider_widget_post .owl-controls .jelly_pro_post_arrow_right:hover, .widget .slider_widget_post .owl-controls .jelly_pro_post_arrow_left:hover{
    background: none;
    color: #fff;
}

.widget .slider_widget_post .wrap_box_style_main{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(140%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.widget .slider_widget_post .wrap_box_style_main h3{
    margin: 5px 0px;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}
.widget .slider_widget_post .wrap_box_style_main h3 a, .widget .slider_widget_post .wrap_box_style_main h3 a:hover {
    color: #fff !important;
}
.widget .slider_widget_post .wrap_box_style_main .post-meta, .widget .slider_widget_post .wrap_box_style_main .post-meta span, .widget .slider_widget_post .wrap_box_style_main .post-meta a, .widget .slider_widget_post .wrap_box_style_main .post-meta a:hover{
    color: #fff !important;
}



#footer-container .widget_nav_menu ul li{
    border-bottom: 1px solid #EAEAEA;
}
#footer-container .widget_nav_menu ul li{
    border-bottom: 0px;
}
.widget.widget_nav_menu, .widget.widget_pages, .widget.widget_categories{
    overflow: hidden;
}
.widget_nav_menu>ul>li, .widget_pages>ul>li, .widget_categories>ul>li{
    border-top: 0px !important;
}
.widget_nav_menu ul li, .widget_pages ul li, .widget_categories ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 35px; 
    border-top: 1px solid #EAEAEA;
}
.widget_nav_menu ul, .widget_pages ul, .widget_categories ul{
    margin-top: -7px;
}
.widget_categories li span{
    float: right;
    padding: 0 5px;
    background: #323439;
    color: #fff;
    border-radius: 40px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
}
.widget_nav_menu li ul, .widget_pages li ul, .widget_categories li ul{
    border-top: 0px !important;
}
.widget_nav_menu ul li:last-child, .widget_pages ul li:last-child, .widget_categories ul li:last-child{
    border-bottom: 0px;
}
.widget_nav_menu ul li .sub-menu, .widget_pages ul li .sub-menu, .widget_categories ul li .sub-menu {
    margin-left: 20px;
    border-top: 1px solid #EAEAEA;
}
.widget_nav_menu ul li .sub-menu li a {
    margin-left: 20px;
    padding: 0px;
}
.widget_nav_menu ul li a {
    position: relative;
    margin-left: 15px;
}
.widget_nav_menu ul li a:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 4px;
    left: -15px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}

.comment_widget .post-meta{
    color: #313131 !important;
}

footer .comment_widget .post-meta{
    color: #737373 !important;
}

#sidebar #wp-calendar{margin-top: 0px;}

#wp-calendar {
    width: 100%;
    margin-top: 15px;
    border-bottom: 0;
    border-top-color: #ddd;
}
#wp-calendar caption {
    text-align: right;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
    background: #FFF !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 2px solid #ddd !important;
    border-right: 0px solid #ddd !important;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #000;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    font-size: 12px;
}
#wp-calendar tbody td#today {
    background-color: #E6E6E6;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

footer .col-md-4{
        width: 33.33333333%;
}
/* Post Like System */

a.jm-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like.liked {
    font-size: 12px;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #222;
    text-decoration: none !important;
}

footer .widget .widget-title{
    background: none;
    text-align: left;
    padding: 0px;
}
footer .widget-title h2:before, footer .widget-title h2:after, footer .widget .widget-title:after{
    display: none;
}
footer .footer-columns .f3-columns-1{
    padding: 0px 35px 0px 15px;
}
footer .footer-columns .f3-columns-2{
    padding: 0px 25px;
}
footer .footer-columns .f3-columns-3{
    padding: 0px 15px 0px 35px;
}

footer .footer-columns .f2-columns-1{}
footer .footer-columns .f2-columns-2{}

footer .footer-columns .f1-columns-1{}



/*-----------------------------------------------------------------------------------*/
/* Justified Gallery/*-----------------------------------------------------------------------------------*/

@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1.0;
    }
}
@-moz-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1.0;
    }
}
@-o-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1.0;
    }
}
@keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1.0;
    }
}
.justified-gallery {
    margin: -3px;
    width: 101%;
    position: relative;
    overflow: hidden;
}
.justified-gallery > a .overlay_icons{
    color: #FFF;
    font-size: 20px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.justified-gallery > a:hover .overlay_icons{
    margin-top: 0px;
    opacity: 1;
}
.justified-gallery > a,
.justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: 0;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
    display: initial;
    opacity: 0.7;
    filter: "alpha(opacity=70)";
    /* IE8 or Earlier */
    
    -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* IE8 or Earlier */
    
    -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow: initial;
}
.justified-gallery > .spinner > span {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE8 or Earlier */
    
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99043;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*-------------------------------------------------------------------------------------
Hover image
-------------------------------------------------------------------------------------*/

.featured-thumbnail .background_over_image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.featured-thumbnail:hover .background_over_image {
  opacity: 1;
}

.featured-thumbnail:hover .date_post_small_display, .featured-thumbnail:hover .date_post_large_display{
    background: #fff;
    color: #000;
}


/*-----------------------------------------------------------------------------------*/
/*  Reviews circle
/*-----------------------------------------------------------------------------------*/ 
.review_circle_large {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 64px;
    overflow: hidden;
    height: 64px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgba(0,0,0,0.3);
}

.review_circle_large input {
    background: none;
    border: none;
    font-weight: 700;
}

.review_circle_large_small {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgb(69,72,77);
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.review_circle_large_small input {
    background: none;
    border: none;
}

.owl-carousel .owl-stage-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1; 
}
.post_review_bar {
    font-size: 19px !important;
    margin-top: 0px !important;
    height: 60px !important;
    color: #f4b711 !important;
}

.review_circle_large_small .post_review_bar {
    font-weight: 700;
    font-size: 13px !important;
    margin-top: 0px !important;
    height: 40px !important;
    color: #f4b711 !important;
}

.review_star_small {
    background: #f4b711;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 6px !important;
    height: 16px;
    line-height: 16px;
    float: right;
    color: #fff;
    font-size: 11px;
}


/*-----------------------------------------------------------------------------------*/

/*  Review System

/*-----------------------------------------------------------------------------------*/

#review-box {
    background: #eee;
    margin: 10px 0 20px 0;
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 100%;
    padding: 20px;
}

#review-box.left {
    margin: 0 30px 19px 0;
    width: 48.4375%;
}

#review-box.right {
    margin: 0 0 19px 30px;
    width: 48.4375%;
}

#review-box h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #444444;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 0 10px 0;
    margin:0px;
}

#review-box ul {
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

#review-box ul li {
    margin-bottom: 10px;
}

#review-box ul li .review-criteria-score {
    margin-bottom: 10px;
}

#review-box ul li .review-criteria-score .left {
    font-weight: bold;
}
#review-box ul li .review-criteria-score .right {
    float: right;
    font-weight: bold;
}

#review-box ul li .review-criteria-score .right i{
    color: #F8C600;
    font-size: 15px;
}

#review-box ul li .review-criteria-score [class*="icon-"] {
    font-size: 14px;
    color: #FFA83F;
    margin: 0 0 0 1px;
    width: 14px;
}

#review-box ul li .review-criteria-bar-container {
    background: #FFFFFF;
    height: 14px;
    border: 2px solid #222;
}

#review-box ul li .review-criteria-bar {
    float:left;
    height:12px;
    background: #222;
}

.animation_bar_width li .review-criteria-bar {
 animation: bar-animation 2s;
    -webkit-animation: bar-animation 2s;
}

@keyframes bar-animation {
    from {
        width: 0;
    }
}

@-webkit-keyframes bar-animation {
    from {
        width: 0;
    }
}

@-moz-keyframes bar-animation {
    from {
        width: 0;
    }
}

.right.review-total-score-boxtype-percent b{
    font-size: 25px !important;
}
#review-box .right.review-total-score-boxtype-star>span{
    margin-top: -5px;
    float: left;
    width: 100%;
}
#review-box .right.review-total-score-boxtype-star i{
    font-size: 21px;
}
#review-box .right.review-total-score-boxtype-letter, #review-box .right.review-total-score-boxtype-number, #review-box .right.review-total-score-boxtype-percent, #review-box .right.review-total-score-boxtype-star{
    background: #222;
    padding: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 53px;
    line-height: 80px;
    float: left;
    margin-top: 3px;
    width: 120px;
    height: 80px;
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
}

#review-box .right .icon-star {
    font-size: 16px;
    line-height: 22px;
    margin: 0 2px;
    width: 18px;
}

#review-box .review-summary {
    margin: 20px 0 20px 0;
    float: left;
    width: 100%;
}

#review-box .review-summary p {
    margin: 0 0 0 0;
}

.user-review {
    background: #EAEAEA;
    margin: 0 0 0 0;
}

.user-review .left {
    max-width: 50%;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
}

.user-review .right {
    background: #45a4f5;
    padding: 8px 7px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.user-review .right img {
    margin: 0 2px;
}

#review-box .review-total-score .type-star {
    font-size: 14px;
    padding: 7px 15px;
}

#review-box .review-total-score-box [class*="icon-"] {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 1px;
}

.user_review-user-review-criteria {
    color: #FFFFFF;
    padding: 10px 12px; 
    margin: 0px;
    background: #202020; 
    position: relative; 
    text-transform: uppercase;
    float: left;
    width: 100%;
}

span.user_review-criteria-star-under {
    background: url(img/star-rating.png) no-repeat; 
    background-position: 0px -20px;
    height: 18px; 
    width: 100px; 
    position: absolute; 
    top: 10px; 
    right: 10px; 
}
        
span.user_review-criteria-star-top {
    background:url(img/star-rating.png) no-repeat;
    height:18px; 
    position:absolute; 
    top:0px; 
    left:0px; 
}

.carousel_multi_width .review-badge{
    width: 80px;
    height: 80px;
}
.carousel_multi_width .review-badge .user_review_value{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
}

.review-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 9;
    color: #fff;
    font-weight: 600;
}
.review-badge .user_review_background_color{
    filter: alpha(opacity=80);
    opacity: .8;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.review-badge .user_review_value{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.review_star_wrapper{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
}
.review_star_wrapper .review_star_background{
    position: relative;
    vertical-align: middle;
    width: 65px;
    margin-top: -2px;
    background-position: left top;
    float: left;
    height: 12px;
    background: url('img/stars.png') no-repeat;
    background-size: 63px 24px;
}
.review_star_wrapper .review_star_background .review_star_value{
    display: inline-block;
    height: 12px;
    background: url('img/stars.png') no-repeat;
    background-size: 63px 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left bottom;
}


.home_page_front_view{
    position: absolute;
    font-size: 11px;
    display: inline-block;
    color: #fff;
    text-align: center;
    right: 15px;
    bottom: 15px;
    background: rgba(0,0,0,0.4);
    height: auto;
    line-height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 6px 12px 6px;
    letter-spacing: 1px !important;
}

.home_page_front_view i{
    margin-right: 3px;
}

/*-------------------------------------------------------------------------------------
Page builder block
-------------------------------------------------------------------------------------*/
.jelly_homepage_builder .image-post-thumb{
    margin-bottom: 0px;
}
.jelly_homepage_builder .image-post-title a, .jelly_homepage_builder .feature-post-title a, .jelly_homepage_builder h4 a{
    color: #000;
}
.jelly_homepage_builder .large_continue_reading span{
    color: #fff;
    background: #000;
    padding: 0px;
    height: 28px;
    line-height: 26px;
}
.jelly_homepage_builder .large_continue_reading span a{
    color: #fff;
    padding: 0px 12px;
    border: 2px solid #000000;
    height: 28px;
    line-height: 24px;

}
.jelly_homepage_builder.homepage_builder_3grid_post .category_post_ajax_wrap{
    float: left;
    width: 100%;
}
.builder_cat_title_list_style{
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1;

}
.builder_cat_title_list_style li{
    list-style: none;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.builder_cat_title_list_style li.current_cat_post{
    color: #08a100;
}

.jelly_homepage_builder.homepage_builder_3grid_post .wrapper_display_post_cat{
    float: left;
    position: relative;
    width: 100%;
}

.enable_cat_loading_bg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    opacity: 0.85;
    background: #fff;
    z-index: 99;
}

.enable_cat_loading_bg .enable_cat_loading{
    position: absolute;
    background: none;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    top: 50%;
}

.jelly_homepage_builder.homepage_builder_3grid_post{
    margin-bottom: 0px;
    position: relative;
    float: left;
    width: 100%;
}
.jelly_homepage_builder.homepage_builder_3grid_post .row{
    margin-right: -12px;
    margin-left: -12px;
}
.jelly_homepage_builder.homepage_builder_3grid_post .row .blog_grid_post_style{
    padding-right: 12px;
    padding-left: 12px;
}
.jelly_homepage_builder.homepage_builder_3grid_post .row .cat_post_nav{
    padding-right: 12px;
    padding-left: 12px;
}
.jelly_homepage_builder.homepage_builder_3grid_post .post-entry-content{
    margin-top: 0px;
    padding: 0px;
    border: 0px;
}

.jelly_homepage_builder.builder_post_list_bellow{
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}
.jelly_homepage_builder.builder_post_list_bellow .blog_list_post_style{
    padding-bottom: 0px;
    margin-bottom: 25px !important;
    border: 0px;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .blog_main_grid_post_style{
    float: left;
    width: 100%;    
    position: relative;
    margin-bottom: 30px;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content{
    position: absolute;
    top: 50%;
    background: none;
    left: 22%;
    right: 22%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px;
    bottom: auto;
    text-align: center;
    z-index: 9;
    padding: 0px !important;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .meta-category-small{
    float: left;
    width: 100%;
}
.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .meta-category-small a{
    float: none;
    display: inline-block;
}


.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title{
    float: left;
    width: 100%;
    line-height: 0px;
    margin: 10px 0px 5px 0px;
}
.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title a{
    line-height: 1.2 !important;
    font-size: 23px !important;
    color: #fff !important;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title a:hover{
    opacity: 0.8;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .post-meta span, 
.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .post-meta span a{
    color: #fff !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .image-post-thumb a{
    background: #000;
}
.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .image-post-thumb img{
    opacity: 0.8;
}

.page_builder_slider.jelly_homepage_builder, .jelly_homepage_builder.carousel_pagebuilder_wrapper, .jelly_homepage_builder.main_right_post_style_list{
    margin-bottom: 30px;
}
.jelly_homepage_builder.carousel_pagebuilder_wrapper{
    margin-bottom: 20px;
}
.jelly_homepage_builder.main_right_post_style_list{
    margin-bottom: 10px;
}
.jelly_homepage_builder.homepage_builder_two_cols{
    margin-bottom: 30px;
}
.jelly_homepage_builder.homepage_builder_two_cols .image-post-title{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 18px;
}
.jelly_homepage_builder.homepage_builder_two_cols .post-entry-content{
    padding: 0px;
    margin-top: 0px;
    border-bottom: 0px solid #eeeeee;
}
.jelly_homepage_builder.homepage_builder_two_cols .content_post_grid{
    padding: 0px;
    margin-top: 5px;
}

.jelly_homepage_builder.homepage_builder_two_cols .meta-category-small{
    margin-top: 15px;
}
.jelly_homepage_builder.homepage_builder_two_cols .meta-category-small a{
    margin: 0px 10px 0px 0px;
    float: left;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content{
    float: left;
    width: 100%;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content .meta-category-small a{
    padding: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 10px !important;
    background: none !important;
    color: #000;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content .meta-category-small a:hover{
    color: inherit !important;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content .meta-category-small{
    margin-top: 0px;
}

.jelly_homepage_builder.homepage_builder_two_cols .feature-post-list{
    float: left;
    width: 100%;
    margin-top: 10px;
}




.jelly_homepage_builder .homepage_builder_title{
    float: left;
    margin-top: -1px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: left;
    line-height: 34px;
}

.jelly_homepage_builder .homepage_builder_title h2{
    float: left;
    width: 100%;
    font-weight: 600 !important;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
    line-height: inherit;
    margin: 0px;
    letter-spacing: -0.04em;
    position: relative;
}

.jelly_homepage_builder .homepage_builder_title h2:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #080808;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.home_builder_with_sidebar_options .widget .widget-title{
    float: left;
    width: 100%;
    font-weight: 600 !important;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 0px;
    border-bottom: 2px solid #080808;
    line-height: inherit;
}

.home_builder_with_sidebar_options .panel-grid, .home_builder_full_width_options .panel-grid{
    margin-left: -25px !important;
    margin-right: -25px !important;
}
.home_builder_with_sidebar_options .panel-grid-cell, .home_builder_full_width_options .panel-grid-cell{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

/* page builder style 2*/
.heading_title_style_2 footer .widget .widget-title h2{
    background: #383838 !important;
}
.heading_title_style_2 footer .widget .widget-title{
    border-bottom: 2px solid #383838 !important;
}
.heading_title_style_2 .homepage_builder_grid_post.jelly_homepage_builder{
    margin-bottom: 65px;
}
.heading_title_style_2 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev, .heading_title_style_2 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next{
    border-radius: 0px;
}



/* page builder style 3*/

.heading_title_style_3 footer .widget .widget-title:after{
    height: 0px !important;
}

.heading_title_style_3 footer .widget .widget-title h2{
    background: none !important;
    color: #fff !important;
}
.heading_title_style_3 footer .widget .widget-title{
    border-bottom: 2px solid #383838 !important;
}
.heading_title_style_3 .homepage_builder_grid_post.jelly_homepage_builder{
    margin-bottom: 65px;
}
.heading_title_style_3 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev, .heading_title_style_3 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next{
    border-radius: 0px;
}


/* page builder style 1*/

.home_main_post_right_list .content_post_grid p{
    text-align: left;
}
.jelly_homepage_builder.builder_post_list_bellow .meta-category-small{
    margin-top: -5px;
}
.jelly_homepage_builder.builder_post_list_bellow .large_post_content{
    float: left;
    width: 100%;
}
.jelly_homepage_builder.builder_post_list_bellow .large_post_content p{
    padding: 0px;
    margin: 5px 0px 10px 0px;
    float: left;
    width: 100%;
}

.jelly_homepage_builder .love_post_view_single{
    font-size: 13px;
    float: right;
    color: #CB0404;
    font-weight: 600;
}
.jelly_homepage_builder .love_post_view_single i{
    margin-right: 5px;
}

.jelly_homepage_builder .post-meta.meta-main-img, .jelly_homepage_builder .post-meta.meta-main-img a{
    color: #999;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
}
.jelly_homepage_builder .post-meta.meta-main-img a{
    font-weight: 500;
}

.jelly_homepage_builder .post-meta.meta-main-img .post-author{
    margin-right: 10px;
}
.jelly_homepage_builder .post-meta.meta-main-img span i{
    margin-right: 5px;
}
.jelly_homepage_builder .home_builder_post{
    border-top: 0px;
    height: 4px;
}

.jelly_homepage_builder.homepage_builder_two_cols .blog_grid_post_style{
    margin-bottom: 0px !important;
    width: 100%;
}

.jelly_homepage_builder .post-entry-content{
    text-align: left;
    padding: 10px 0px 0px 0px;
}

.jelly_homepage_builder .image-post-thumb{
    position: relative;
    overflow: hidden;
}
.jelly_homepage_builder .image-post-thumb img{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.jelly_homepage_builder .overlay_icons{
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.jelly_homepage_builder .image-post-thumb:hover .overlay_icons{
    margin-top: -4px;
    opacity: 1;
}

/* page builder carousel*/
.jellywp_home_builder_carousel_post *:focus{
    outline: none;
}
.jellywp_home_builder_carousel_post .featured-thumbnail{
    padding: 0px 1px;
    position: relative;
}
.jellywp_home_builder_carousel_post .slick-list{
    margin: 0px -1px;
}

.jellywp_home_builder_carousel_post{
    overflow: hidden;
}
.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_left, .jellywp_home_builder_carousel_post .jelly_pro_post_arrow_right{
    width: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #000;
    background: #fff;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
}
.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_left{
    left: 0px;
}
.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_right{
    right: 0px;
}


.jellywp_home_builder_carousel_post a.featured-thumbnail{
    padding: 0px;
    background: #000;
}

.jellywp_home_builder_carousel_post img{
    opacity: 0.7;
}
.jellywp_home_builder_carousel_post .popular-item-caption{
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: center;
    margin: 0px 12%;
    z-index: 1;
}

.jellywp_home_builder_carousel_post .meta-category-small{
    text-align: center;
}
.jellywp_home_builder_carousel_post .meta-category-small{
    float: none !important;
    display: inline-block;
}
.jellywp_home_builder_carousel_post .popular-item-title h4{
    line-height: 1.2;
    float: left;
    width: 100%;
    margin: 7px 0px 0px 0px;
    text-transform: none;
    font-size: 16px;
}
.jellywp_home_builder_carousel_post .popular-item-title h4 a{
    color: #fff;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.2);
}
.jellywp_home_builder_carousel_post .popular-item-title h4 a:hover{
    color: #fff !important;
    opacity: 0.8;
}
.jellywp_home_builder_carousel_post .post-meta, .jellywp_home_builder_carousel_post .post-meta a{
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.2);
}
.jellywp_home_builder_carousel_post .post-meta a:hover{
    opacity: 0.8;
 }

.jelly_white_text_color_on_background .builder_title_home_page{
    color: #fff;
    border-bottom: 2px solid #080808 !important;
    border-bottom: 2px solid rgba(255,255,255,0.2) !important;
}

.jelly_padding_on_background{
    padding: 50px 0px;
    margin-bottom: 0px !important;
}
.jelly_white_text_color_on_background .slick-list .item h5{
    color: #fff;
}

.jelly_white_text_color_on_background .slick-list .item h5 a:hover{
    color: #fff !important;
    opacity: 0.8;
}



/* Homepage grid bellow */

.jelly_homepage_builder.builder_post_grid_bellow {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.jelly_homepage_builder.builder_post_grid_bellow{
    position: relative;
}
.jelly_homepage_builder.builder_post_grid_bellow .image-post-title{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow, .jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style{
    float: left;
    width: 100%;
    position: relative;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .image-post-thumb a, .jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .image-post-thumb a img{
    width: 100%;
    float: left;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content{
    position: absolute;
    top: 50%;
    background: none;
    left: 22%;
    right: 22%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px;
    bottom: auto;
    text-align: center;
    z-index: 9;
}
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .meta-category-small a{
    float: none;
    display: inline-block;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3{
    float: left;
    width: 100%;
    line-height: 0px;
    margin: 10px 0px 5px 0px;
}
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a{
    line-height: 1.2;
    font-size: 23px;
}
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3:hover, .jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a:hover, .jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span a:hover{
    color: #fff !important;
}
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a:hover, .jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span a:hover{
    opacity: 0.8;
}
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span a{
    color: #fff;
}
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .link_image{
    background: #000;
}
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .link_image img{
    opacity: 0.8;
}
.container_grid_small_post_home{
    float: left;
}

.container_grid_small_post_home .wrapper_grid_post_home{
    position: relative;
    margin-top: 30px;
}

.container_grid_small_post_home .wrapper_grid_post_home .link_image{
    background: #000;
}
.container_grid_small_post_home .wrapper_grid_post_home .link_image img{
    opacity: 0.8;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content{
    position: absolute;
    top: 50%;
    background: none;
    left: 22%;
    right: 22%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px;
    bottom: auto;
    text-align: center;
    z-index: 9;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .meta-category-small a{
    float: none;
    display: inline-block;
}
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content{
    padding: 0px !important;
}
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3{
    line-height: 0px;
    float: left;
    width: 100%;
    margin: 10px 0px 5px 0px;
}
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a{
    line-height: 1.2;
    font-size: 18px;
}
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3:hover, .container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a:hover, .container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span a:hover{
    color: #fff !important;
}
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a:hover, .container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span a:hover{
    opacity: 0.8;
}
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a,
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span,
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span a{
    color: #fff;
}


.jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .container_grid_small_post_home.row{
    margin-right: -1px;
    margin-left: -1px;
}
.jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .wrapper_grid_post_home{
    margin-top: 2px;
    padding-right: 1px;
    padding-left: 1px;
}


/* Homepage list */
.page_builder_listpost .post-entry-content{
    text-align: left;
    padding-top: 0px;
     padding: 0px 0px 0px 30px;
}

.page_builder_listpost.jelly_homepage_builder{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.page_builder_listpost.jelly_homepage_builder .image-post-title{
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 18px;
}
.page_builder_listpost.jelly_homepage_builder .image-post-thumb{
    width: 40% !important;
}
.page_builder_listpost.jelly_homepage_builder .meta-category-small a{
    margin: 0px 10px 0px 0px;
}
.page_builder_listpost.jelly_homepage_builder .post-entry-content{
    width: 60% !important;
    padding: 0px 0px 0px 25px !important;
}
.page_builder_listpost.jelly_homepage_builder .blog_list_post_style{
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
.page_builder_listpost.jelly_homepage_builder .blog_list_post_style:last-child{
    border: 0px;
    padding-bottom: 0px;
}
.page_builder_listpost.jelly_homepage_builder .meta-category-small{
    margin-top: -5px;
}
.page_builder_listpost.jelly_homepage_builder .large_post_content {
    float: left;
    width: 100%;
}
.page_builder_listpost.jelly_homepage_builder .large_post_content p {
    padding: 0px;
    margin: 5px 0px 10px 0px;
    float: left;
    width: 100%;
}


/* Homepage Grid */
.homepage_builder_grid_post.jelly_homepage_builder{
    margin-bottom: 55px;
    float: left;
    width: 100%;
}
.homepage_builder_grid_post.jelly_homepage_builder .image-post-title{
    font-size: 18px;
}
.homepage_builder_grid_post.jelly_homepage_builder .post-entry-content{
    padding: 0px;
    margin-top: 0px;
    border-bottom: 0px;
}
.homepage_builder_grid_post_container{
    float: left;
    width: 100%;
    position: relative;
}
.homepage_builder_grid_post_container_wrapper .blog_grid_post_style{
    margin-bottom: 30px !important;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.homepage_builder_grid_post.jelly_homepage_builder .content_post_grid{
    padding: 0px;
    margin-top: 5px;
}
.homepage_builder_grid_post.jelly_homepage_builder .image-post-title{
    margin-bottom: 5px;
}

.jelly_clear{
    clear: both;
    float: left;
    width: 100%;
    height: 1px;
}
.homepage_builder_grid_post_container_wrapper{
    float: left;
    width: auto;
    margin: 0px -15px;
    position: relative;
}
.homepage_builder_grid_post.jelly_homepage_builder .home_page_front_view{
    top: 15px;
    bottom: auto;
}


/* Homepage Main with right list */

.home_main_post_right_list .box{
    width: 100%;
}
.jelly_homepage_builder.main_right_post_style_list .box{
    margin-bottom: 0px !important;
    width: 100%;
    padding: 0px !important;
}
.jelly_homepage_builder.main_right_post_style_list .blog_grid_post_style .meta-category-small a{
    margin: 0px 10px 0px 0px;
    float: left;
}
.jelly_homepage_builder.main_right_post_style_list .image-post-title{
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 10px;
}
.jelly_homepage_builder.main_right_post_style_list .post-entry-content{
    padding: 0px 0px;
    margin-top: 0px;
    border-bottom: 0px solid #eeeeee;
}
.jelly_homepage_builder.main_right_post_style_list .content_post_grid{
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.main_right_post_style_list  ul li .meta-category-small{
    margin-top: -10px !important;
}
.main_right_post_style_list  ul li .meta-category-small a{
    padding: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 10px !important;
    margin: 0px 10px 0px 0px;
    background: none !important;
    color: #000;
}

.main_right_post_style_list ul li .meta-category-small a:hover{
    color: inherit !important;
}

.main_right_post_style_list .meta-category-small{
    margin-top: 15px !important;
}

/* Homepage 2col Main with below list */

.grid_medium_wrapper_builder{
    position: relative;
    width: 100%;
    float: left;
}
.grid_medium_wrapper_builder .post-entry-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px !important;
}

.grid_medium_wrapper_builder .link_image{
    background: #000;
    float: left;
}
.grid_medium_wrapper_builder .link_image img{
    opacity: 0.8;
}
.grid_medium_wrapper_builder .meta-category-small a{
    margin: 0px 10px 0px 0px;
}
.grid_medium_wrapper_builder .post-entry-content .image-post-title{
    line-height: 1.2;
    margin: 0px;
    margin-top: 5px;
}
.grid_medium_wrapper_builder .post-entry-content .image-post-title a, .grid_medium_wrapper_builder .post-entry-content span{
    color: #fff !important;
}
.homepage_builder_two_cols .blog_grid_post_style{
    padding: 0px;
}

/* Homepage 3col */
.homepage_builder_3grid_post .blog_grid_post_style{
    width: 33.33333333%;
    float: left;
}
.homepage_builder_3grid_post .blog_grid_post_style img{
    width: 100%;
}
.homepage_builder_3grid_post .meta-category-small{
    margin-top: 10px;
}
.homepage_builder_3grid_post .meta-category-small a{
    margin: 0px 10px 0px 0px;
}
.homepage_builder_3grid_post .post-meta{
    float: left;
}
.homepage_builder_3grid_post .image-post-title{
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.2;
}
.jelly_homepage_builder.homepage_builder_3grid_post .row{
    margin-bottom: 0px;
    float: left;
}
.homepage_builder_3grid_post .blog_grid_post_style{
    margin-bottom: 25px;    
}
.jellywp_home_builder_carousel_post.row{
    margin-bottom: 0px;
}





/* Homepage carousel 3col */
.jellywp_home_builder_carousel_post, .jelly_homepage_builder.carousel_pagebuilder_wrapper{
    float: left;
    width: 100%;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .featured-thumbnail:hover>a .overlay_icons{
    margin-top: -4px;
    opacity: 1;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .meta-category-small{
    margin-top: 10px;
}
.jelly_homepage_builder.carousel_pagebuilder_wrapper .popular-item-title{
    float: left;
    width: 100%;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .popular-item-title h4{
    line-height: 1.2;
    font-size: 15px;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .featured-thumbnail>a{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-nav{
    background: #fff;
    position: absolute;
    top: -52px;
    right: 0px;
} 
.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev, .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next{
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    float: left;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}



.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev{
    margin-right: 3px;
    margin-left: 5px;
}
.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next{
    right: 0px;
}

/* Homepage slider block */
.jelly_homepage_builder .full-slider-main-home{
    margin: 0px;
}

.jelly_homepage_builder .full-slider-main-home .post-meta.meta-main-img, .jelly_homepage_builder .full-slider-main-home .post-meta.meta-main-img a{
    color: #fff !important;
}

.home_slider_post_tab_nav *:focus, .home_slider_post_tab *:focus{
    outline: none;
}

.home_slider_post_tab .banner-container{
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}
.home_slider_post_tab .post-meta span, .home_slider_post_tab .post-meta span a{
    color: #fff !important;
}

.home_slider_post_tab .jelly_pro_post_arrow_left, .home_slider_post_tab .jelly_pro_post_arrow_right{
    width: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #000;
    background: #fff;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
}

.home_slider_post_tab .jelly_pro_post_arrow_left{
    left: 0px;
}
.home_slider_post_tab .jelly_pro_post_arrow_right{
    right: 0px;
}
.home_slider_post_tab_nav{
    margin-top: 30px;
}
.home_slider_post_tab_nav .slick-list{
    margin: 0px -10px;
    width: auto;
    position: relative;
}
.home_slider_post_tab_nav .slick-list .item{
    padding: 0px 10px;
}
.home_slider_post_tab_nav .slick-list .item .banner-carousel-item{
    cursor: pointer;
}
.home_slider_post_tab_nav .slick-list .item.slick-current h5{
    color: #08a100;
}
.home_slider_post_tab_nav .slick-list .item h5{
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0px;
}

/* Homepage main bellow list */
.jelly_homepage_builder.builder_post_list_bellow .post-entry-content{
    padding: 0px 0px 0px 25px;
}
.jelly_homepage_builder.builder_post_list_bellow .image-post-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row>li{
    border-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 50%;
}
.jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row>li>div{
    border-bottom: 0px solid #E4E4E4;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row>li:last-child div{
    margin-bottom: 0px;
}

.builder_post_list_bellow ul li .meta-category-small{
    margin-top: -10px !important;
}
.builder_post_list_bellow ul li .meta-category-small a{
    padding: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 10px !important;
    margin: 0px 10px 0px 0px;
    background: none !important;
    color: #000;
}

.builder_post_list_bellow ul li .meta-category-small a:hover{
    color: inherit !important;
}

.builder_post_list_bellow .post-entry-content .meta-category-small{
    margin-top: 0px;
}
.builder_post_list_bellow .post-entry-content .meta-category-small a{
    float: left;
    margin: 0px 10px 0px 0px;
}




/*-------------------------------------------------------------------------------------
WooCommerce
-------------------------------------------------------------------------------------*/
  .woocommerce ul.products li.product .price {
    font-size: 18px;
    float: right;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 9px;
  }

  .woocommerce-product-search{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
  }
  .woocommerce-product-search .search-field{
    font-size: 13px;
    line-height: 21px;
    color: #444444;
    border: 1px solid #e6e6e6;
    width: 100%;
    max-width: 100%;
    height: 32px;
    width: 95%;
    padding-left: 10px;
    outline: none;
  }
  .woocommerce-product-search input[type="submit"]{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-weight: 600 !important;
    border-radius: 0px 3px 3px 0px !important;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    background-color: #222222;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
  }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    font-weight: 600;
}

  .widget.woocommerce{
    margin-bottom: 30px;
  }

  .woocommerce-checkout .form-row .chosen-container-single .chosen-search input{
    background-image: none !important;
    padding: 5px 15px !important;
    margin-bottom: 10px !important;
}
.woocommerce a.remove{
    line-height: 20px;
    background: red;
    color: #fff !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    float: left;
}
.variations .label label {
margin-top: 14px;
color: #222 !important;
}
.woocommerce .button.add_to_cart_button.product_type_simple.loading{
    width: auto;
}
.woocommerce .button.add_to_cart_button.product_type_simple.loading:before{
    opacity: 0;
}
.woocommerce a.button.loading, .woocommerce-page a.button.loading{ color: #FFF;}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{
    top: 1px;
    position: absolute;
    height: 31px;
    width: 13px;
    line-height: 31px;
    background: none;
    margin: 0px;
}

.woocommerce #respond input#submit.loading{
    height: 33px !important;
    line-height: 33px !important;
}
.woocommerce a.button.added, .woocommerce-page a.button.added {
padding-right: 13px !important;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
margin-right: 10px;
}
.woocommerce-cart table.cart .product-thumbnail{
    text-align: center;
}

.woocommerce-cart table.cart .product-remove a.remove{ 
display: auto !important;}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover, .woocommerce a.remove:hover{
    text-decoration: none !important;
}

  .woocommerce_content_page h1.page-title{
    padding-bottom: 5px !important;
    font-weight: 500 !important;
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 34px;

  }
 .woocommerce_content_page a,  .woocommerce_content_page a:hover{
    color: #000 !important;
 }
.woocommerce .form-row .input-text {
  font-size: 12px;
  line-height: 21px;
  color: #444444;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  height: 34px !important;
  padding: 3px 9px 3px 9px;
}
.woocommerce-page ul .product {
  float: left !important;
  margin-right: 3.125% !important;
  width: 31.25% !important;
  /* responsive portrait phone */
}
.woocommerce-page ul .product.last {
  margin-right: 0px !important;
}
.woocommerce-page ul .product:before {
  content: '';
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img:hover, .woocommerce-page ul.products li.product a img:hover,
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img{
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{
box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
}
.widget_price_filter form{ float: left; width: 100%; margin-bottom: 0px;}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button,
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, 
.woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, 
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt{
    outline: none;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    color: #FFF;
    border: 0px solid #dbdbdb;
    background: #222;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 400;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    text-shadow: 0 0px 0 rgba(255,255,255,.8);
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table{float: left;}
.woocommerce .button.add_to_cart_button.product_type_simple{ color: #FFF !important;}
.woocommerce a.button.loading, .woocommerce-page a.button.loading{ color: #FFF;}
.woocommerce a.button.added, .woocommerce-page a.button.added{ padding-right: 25px;}
.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before{
    top: 2px;
right: 3px;
font-size: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt{
    margin-bottom: 0px !important;
    color: #FFF !important;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{
    width: 121px;
height: 33px;
line-height: 33px;
}
.product-name a, .product-name a:hover{ color: #222 !important;}
.woocommerce .star-rating span:before{ color: #ffc902;}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart{color: #08a100; font-weight: bold;}
.woocommerce a.added_to_cart:hover, .woocommerce-page a.added_to_cart:hover{ text-decoration: none !important; }
.woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, 
.woocommerce #content div.product form.cart .button:hover, .woocommerce div.product form.cart .button:hover, .woocommerce-page #content div.product form.cart .button:hover, .woocommerce-page div.product form.cart .button:hover,
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover
{ background: #000; text-decoration: none !important;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
    box-shadow: none !important;
width: 75px !important;
margin-right: 13px;
margin-left: 0px;
float: left;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
    height: 33px;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
    height: 16px;
}
.woocommerce ul.products li.product .price{ float: left; width: 100%;}
.woocommerce ul.products li.product .price del{
    float: left;
    margin-right: 10px;
}
.woocommerce div.product p.price del{
    margin-right: 10px;
}
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price,
.woocommerce ul.products li.product .price{
    font-weight: bold;
    color: #000;
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 1.05em;

}
.related.products ul li{    width: 22.05% !important;}

.woocommerce #content div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page div.product span.price del{
    font-weight: bold;
color: #484848;
}
.woocommerce #reviews #comments ol.commentlist{
    float: left;
    margin-top: 15px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
    border:0px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li{ 
    margin-bottom: 11px;
    padding: 0px 0px 13px 0px !important;
    background: none !important;
    border-bottom: 1px solid #e6e6e6 !important;
    float: left;
    width: 100%;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count{
    font-weight: 600 !important;
}
.woocommerce ul.products li.product .star-rating span, .woocommerce ul.products li.product .star-rating span{ color: #08a100;}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{ font-weight: bold; padding:0px; font-weight: bold;
font-size: 15px;
line-height: 1.2;
margin-bottom: 9px;}

.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title{
    font-weight: bold;
    letter-spacing: -1px;
}
.woocommerce .product .onsale{
    background: none #000;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
margin: 0px !important;
left: 0px;
top: 0px;
font-weight: bold !important;
}
.woocommerce-page #content table.cart th{ background: #FFF !important;
color: #222 !important;}
.woocommerce.widget .ui-slider-range{ 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
box-shadow: none !important;
}
.woocommerce.widget .ui-slider{
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.8) !important;
border-radius: 0px !important;
margin-bottom: 20px !important;
margin-top: 10px;
}
.woocommerce.widget .ui-slider .ui-slider-handle{
    box-shadow: none;
border: 1px solid #ffffff;
background: none #a9a9a9;
width: 15px;
height: 15px;
}
.woocommerce-tabs h2, .related.products h2{
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 1.2;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs{
    padding: 0px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before{
    box-shadow: 0px 0px 0 #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a{
    width: 100%;
    font-weight: 500;
    padding: 0px 20px;
    color: #fff !important;

}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active{
    padding: 0px;
    -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
box-shadow: 0 0px 0px rgba(0,0,0,.2),inset 0 0px 0 rgba(255,255,255,.6);
margin: 0px;
background: #202020;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
    border: 0px solid #e0dadf;
    background: none;
    background: none;
    background: none;
    background: none;
    background: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,.2),inset 0 0px 0 rgba(255,255,255,.6);
    margin: 0px;
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li{
    list-style: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{
    width: 50px;
    height: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
    margin: 0 0 0 66px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta{
    margin-bottom: 0px;
}

.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price{
    font-size: 1.05em;
}

.cart_totals h2{
    font-weight: bold;
    letter-spacing: -1px;
}
.cart-collaterals table, .cart-collaterals table td, .cart-collaterals table th {
    border: 0px;
}

.woocommerce-cart .woocommerce .cart_totals th {
    width: 60% !important;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce-cart .woocommerce .cart_totals td{
    font-style: 14px;
}
.cart-collaterals h2 {
    font-size: 16px;
    font-weight: bold;
}

.cart-collaterals h2 a:hover {
text-decoration: none !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    font-size: 12px;
    line-height: 21px;
    border-bottom: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 10px 0px 20px 0px !important;
    padding: 16px 120px 16px 40px !important;
    float: left;
    width: 100%;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
border-radius: 3px !important;
box-shadow: none !important;
display: block !important;
height: 31px !important;
left: 0 !important;
line-height: 31px !important;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
top: 11px !important;
width: 31px !important;
font-size: 21px !important;
text-shadow: none !important;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li{
    list-style: none !important;
}
.payment_methods label {
width: auto !important;
display: initial !important;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{ 
border-top: 0px solid rgba(0,0,0,.1);
}
.chosen-single, .chosen-single:hover{ color: #222 !important; text-decoration: none !important;}
.woocommerce .order_details li, .woocommerce-page .order_details li{
    list-style: none !important;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3 {
font-weight: 400 !important;
font-size: 18px;
}
.button.wc-backward{ color: #FFF !important;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{
    color: #222;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th{
    border-collapse: collapse;
}
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button{
    color: #FFF !important;
}

.woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span{
    background: #616161;
    color: #FFF !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    margin-right: 5px;
    padding: 0px 13px;
    display: inline-block;
    height: 32px;
    line-height: 33px;
    font-weight: 400;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a{
    background: #222;
    -webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li{
    border: 0px solid #e0dadf;
}
.woocommerce ul.products li.product h3:hover, .woocommerce-page ul.products li.product h3:hover{
    color: #222 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    margin-top: 0px;
}
.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title{
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #000;
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom: 10px;
}
.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product{
    float: left;
    width: 100%;
}
.woocommerce .product .onsale{
    top: 0px;
}


/*-------------------------------------------------------------------------------------
Player audio
-------------------------------------------------------------------------------------*/
.jp-interface * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.jp-jplayer {
  width: 100% !important;
  height: 0px;
  background-color: #000000;
 }
.jp-audio {
  margin: 0 auto;
  width: 100%;
  padding: 0 0px !important;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  color: #fff;
  line-height: 1.6;
}
.jp-audio a {
  text-decoration: none;
  color: #d2d6db;
}
.jp-audio a:hover {
  color: #ffffff;
}
.jp-interface {
  position: relative;
  height: 30px;
  width: 100%;
  background-color: #333;
  background-image: none !important;
}
/* CONTROLS
----------------------------------------------- */
.jp-controls {
  float: left;
  width: 30px;
  height: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.jp-controls:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 30px;
  border-left: 1px solid #222;
  border-right: 1px solid #444;
}
.jp-controls li {
  float: left;
}
.jp-controls a {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}
.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
  z-index: 1;
  outline: none;
  width: 30px;
  height: 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.jp-play:hover,
.jp-pause:hover,
.jp-unmute:hover {
  background-position: -23px center;
}

.jp-mute:hover{background-position: -19px center;}

.jp-play {
  background-image: url('img/skin/play.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jp-play {
    background-image: url('img/skin/play@2x.png');
    background-size: 44px;
  }
}
.jp-pause {
  display: none;
  background-image: url('img/skin/pause.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jp-pause {
    background-image: url('img/skin/pause@2x.png');
    background-size: 44px;
  }
}

.jp-mute {
  background-image: url('img/skin/mute-off.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jp-mute {
    background-image: url('img/skin/mute-off@2x.png');
    background-size: 44px;
  }
}
.jp-unmute {
  background-image: url('img/skin/mute-on.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jp-unmute {
    background-image: url('img/skin/mute-on@2x.png');
    background-size: 44px;
  }
}
/* PROGRESS BAR
----------------------------------------------- */
.jp-progress {
  position: absolute;
  padding: 0 95px 0 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 7px;
}
.jp-seek-bar,
.jp-play-bar {
  height: 5px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.jp-seek-bar {
width: 100% !important;
  cursor: pointer;
  position: relative;
  z-index: 999;
  background: #464849;
}
.jp-seek-bar:before {
  content: " ";
  display: block;
  background: transparent;
  height: 5px;
  width: 100%;
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: none !important;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: progress 0.75s linear infinite;
  -moz-animation: progress 0.75s linear infinite;
  -o-animation: progress 0.75s linear infinite;
  -ms-animation: progress 0.75s linear infinite;
  animation: progress 0.75s linear infinite;
}
/* VOLUME BAR
----------------------------------------------- */
.jp-volume-bar {
  float: right;
  z-index: 99;
  position: relative;
  margin: 12px 10px 12px;
  width: 40px;
  height: 7px;
  cursor: pointer;
  background: #262929;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -khtml-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.jp-volume-bar:before {
  content: " ";
  position: absolute;
  top: -12px;
  left: -35px;
  width: 0;
  height: 30px;
  border-left: 1px solid #222;
  border-right: 1px solid #444;
}
.jp-volume-bar-value {
  width: 0px;
  height: 5px;
  margin: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
/* Diagonal Background Bars */
.jp-play-bar,
.jp-volume-bar-value {
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -khtml-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px 7px;
  -o-background-size: 7px 7px;
  background-size: 7px 7px;
  background-color: #fff;

}
/* TIME HOLDER
----------------------------------------------- */
.jp-time-holder {
  display: none;
  visibility: hidden;
}
/* TIME HOLDER
----------------------------------------------- */
.jp-toggles {
  display: none;
  visibility: hidden;
}
/* VIDEO
----------------------------------------------- */
.jp-video-play {
    
    width:100% !important;
    
}
/* PLAYLIST
----------------------------------------------- */
.jp-playlist {
  width: 95%;
  margin: 0 auto;
  font-size: 13px;
  background-color: #3a3b3c;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.jp-playlist a {
  display: block;
}
.jp-playlist ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.jp-playlist li {
  width: 100%;
  padding: 5px 10px;
  border-top: 1px solid #3d3f40;
  border-bottom: 1px solid #323334;
}
.jp-playlist li:first-child {
  border-top: none;
}
.jp-playlist li:last-child {
  border-bottom: none;
}
.jp-free-media {
  float: right;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 1px;
  display: block;
}
.jp-free-media:hover {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.jp-free-media a {
  display: inline;
}
.jp-free-media a:first-child:before,
.jp-free-media a:last-child:after {
  content: " ";
}
.jp-playlist-current a {
  font-weight: bold;
  color: white;
}
.jp-playlist-current .jp-free-media a {
  font-weight: normal;
}
/* CSS3 ANIMATINS
----------------------------------------------- */
/* Progress Bar Animation */
@-webkit-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
@-moz-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
@-ms-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
@-o-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}

.jp-mute,
.jp-unmute {
  display: block;
  position: absolute;
  top: 0;
  right: 55px;
}

/*-------------------------------------------------------------------------------------
go to top
-------------------------------------------------------------------------------------*/
#go-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}
#go-top a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background: #08a100;
    font-size: 8px;
    line-height: 30px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
/*-----------------------------------------------------------------------------------*/
/*  Appear animation
/*-----------------------------------------------------------------------------------*/
.appear_animation {
    opacity: 0;
    filter: alpha(opacity=100);
     -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.animate_css_stlye {
    opacity: 0;
    filter: alpha(opacity=100);
     -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate_css_stlye.animate_start {
    -webkit-animation: fadeInUp .7s 1;
    -moz-animation: fadeInUp .7s 1;
    -o-animation: fadeInUp .7s 1;
    animation: fadeInUp .7s 1;
    opacity: 1;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/*-------------------------------------------------------------------------------------
Instagram feed
-------------------------------------------------------------------------------------*/

#instafeed{
    float: left;
    width: 100%;
     position: relative;
}
#instafeed h4{
    font-size: 11px;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 44px;
    height: 44px;
    background-color: #FFF;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
#instafeed a img{
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}

#instafeed a{
    position: relative;
    float: left;
    display: block;
    width: 14.285714285714285714285714285714% !important;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
#instafeed a:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
#instafeed a .overlay_icons{
    color: #FFF;
    font-size: 20px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#instafeed a:hover .overlay_icons{
    margin-top: 0px;
    opacity: 1;
}

.hide_footer_instafeed{
    display: none;
}

/*-------------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------------*/
.enable_footer_columns_dark{
    background: #161616;
    color: #d4d4d4; 
}
.enable_footer_columns_dark a{
    color: #d4d4d4;
}
.enable_footer_columns_dark .feature-post-list .item-details .post-meta, .enable_footer_columns_dark .feature-post-list .item-details .post-meta a{
    color: #d4d4d4;
}
.enable_footer_columns_dark .widget .widget-title h2{
    color: #d4d4d4;
    border-bottom: 1px solid #272727;
}

.enable_footer_columns_dark .social-icons-list-widget li a{
    color: #999;
}

.enable_footer_columns_dark .widget_categories ul li{
    border-bottom: 1px solid #484848 !important;
}
footer {
    background: #f7f7f7;
    padding-top: 50px;
    color: #CCC;
    float: left;
    width: 100%;
}
footer .social-icons-list-widget{
    text-align: left;
}
footer .social-icons-list-widget li a{
    color: #323439;
}
footer a {
    color: #222;
}
footer a:hover {
    text-decoration: underline;
    color: #535353;
}
footer .widget-title h2 {
    color: #535353;
    margin: 0px;
    margin-bottom: 0px;
}
footer .widget-title{
    margin-bottom: 30px;
}
.footer_wrapper {
    background: #222;
    color: #FFF;
    padding: 10px 0px;
}
footer .widget {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0);
    padding:0px;
}
footer .widget p {
    color: #999;
}
footer .widget select {
    width: 90% !important;
}
footer #wp-calendar caption {
    color: #ccc;
}
footer .widget .image-flickr-widget,
footer .widget .image-flickr-widget li {
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    list-style: none;
}
.image-flickr-widget {
    float: left;
    width: 100%;
    padding: 0px;
}
.image-flickr-widget li {
    list-style: none;
}
.footer_wrapper .row {
    margin-bottom: 0px;
}
.footer_wrapper a {
    color: #FFF;
}
.footer_menu {
    text-align: right;
}
.footer_menu ul li {
    display: inline-block;
}
/*footer menu*/

.footer-bottom {
    background: #fff;
    
    color: #535353;
    text-align: center;
    float: left;
    width: 100%;
}
.enable_footer_copyright_dark{
    background: #161616;
    color: #d4d4d4;
    border-top: 1px solid #272727;
}
.enable_footer_copyright_dark .footer_logo_bottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.enable_footer_copyright_dark #menu-footer-menu li a{
    color: #d4d4d4;
}
.footer-bottom .row {
    margin-bottom: 0px;
}
.bottom_footer_menu_text{padding: 15px 0 10px 0;}
.footer-bottom .footer_logo_bottom {
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);    
}
.footer-bottom .footer_logo_bottom img{
    max-height: 90px;
}
.footer-bottom .footer-left-copyright {
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
}
.footer-bottom .footer-menu-bottom{
    font-size: 13px;
    text-align: right;
}
.footer-right {
    text-align: right;
}
#menu-footer-menu {} #menu-footer-menu li {
    display: inline;
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    color: #FFF;
    border-top: 3px solid rgba(0, 0, 0, 0);
}
#menu-footer-menu li a {
    text-decoration: none;
    color: #535353;
    font-size: 13px;
}
#menu-footer-menu li a:hover{
    text-decoration: none !important;
    color: #08a100;
}
#footer-container .feature-post-list.popular-post-widget li,
#footer-container .feature-post-list.recent-post-widget li,
#footer-container .feature-post-list li {
    border-bottom: 0px solid #E4E4E4 !important;
}
#footer-container .feature-post-list.popular-post-widget li:last-child,
#footer-container .feature-post-list.recent-post-widget li:last-child,
#footer-container .feature-post-list li:last-child {
    border: none !important;
}
#footer-container_no_footer {
    padding-top: 0px !important;
}
.footer-columns .post-author a:hover,
.post-author a:hover,
.caption-overlay a,
.no_padding_footer{padding-top: 0px !important;}
footer .widget {
    float: left !important;
    margin-bottom: 50px;
    width: 100%;
    background: none;
}
footer .row {
    margin-bottom: 0px !important;
}
#footer-container .widget:after {
    border: 0px solid #EAEAEA;
    position: relative;
    display: none;
}

