
/* 13. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
    position: absolute;
    z-index: 1;
    top: 3.3333em;
    right: 0;
    width: 37.5em;
    padding: 3em 2.5em 2em;
    display: none; }

.popup_registration {
    right: -5.5em; }

.popup_wrap .popup_close {
    display: block;
    font-size: 1.25em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0.5em 0.5em 0 0;
    color: #cccccc;
    border: 2px solid #ebebeb;
    background-color: #f4f7f9; }

.popup_wrap .popup_close:hover {
    color: #909090;
    border: 2px solid #cccccc;
    background-color: #ffffff; }

.popup_wrap .popup_close:before {
    content: '\e8ac';
    font-family: "fontello";
    line-height: 1em;
    padding: 0 !important;
    margin: 0 !important; }

.popup_wrap .form_wrap {
    position: relative;
    overflow: hidden; }

.popup_wrap .form_left {
    float: left;
    padding-right: 2.5em;
    width: 54%;
    border-right: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.popup_wrap .form_right {
    float: right;
    padding-left: 2.5em;
    width: 45%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.popup_wrap.popup_registration .form_left {
    width: 50%;
    padding-right: 5px;
    border-right: none; }

.popup_wrap.popup_registration .form_right {
    width: 50%;
    padding-left: 5px; }

.popup_wrap .popup_form_field {
    margin-bottom: 0.625em; }

.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
    width: 100%;
    border: 2px solid #ebebeb;
    background-color: #fafafa; }

.popup_wrap input:not([type="submit"]):focus {
    background-color: #ffffff; }

.popup_wrap .popup_form_field.iconed_field {
    position: relative; }

.popup_wrap .popup_form_field.iconed_field:before {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 8px;
    margin-right: 0;
    color: #c9c9c9;
    width: 1em; }

.popup_wrap .popup_form_field.iconed_field input {
    padding-right: 30px; }

.popup_wrap .popup_form_field .forgot_password {
    float: right;
    line-height: 1.5em; }

.popup_wrap .popup_form_field.submit_field {
    padding: 1em 0 4px 4px; }

.popup_wrap .popup_form_field .submit_button {
    width: 100%; }

.popup_wrap .login_socials_title {
    color: #222222;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.5em; }

.popup_wrap .login_socials_problem {
    line-height: 1.3em; }

.popup_wrap .popup_form_field.remember_field {
    margin-top: 1.2em; }

/* 14. Third part plugins
------------------------------------------------------------------------------------ */
/* WPBakery Page Builder */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important; }

.sc_gap .vc_row {
    margin-left: 0;
    margin-right: 0; }

.sc_gap .vc_column_container {
    padding-left: 0;
    padding-right: 0; }

h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
    padding-bottom: 0 !important; }

.top_panel > .vc_row > .wpb_column {
    z-index: 10; }

.top_panel > .vc_row:nth-child(2) > .wpb_column {
    z-index: 9; }

.top_panel > .vc_row:nth-child(3) > .wpb_column {
    z-index: 8; }

.top_panel > .vc_row:nth-child(4) > .wpb_column {
    z-index: 7; }

.top_panel > .vc_row:nth-child(5) > .wpb_column {
    z-index: 6; }

.top_panel > .vc_row:nth-child(6) > .wpb_column {
    z-index: 5; }

.top_panel > .vc_row:nth-child(7) > .wpb_column {
    z-index: 4; }

.top_panel > .vc_row:nth-child(8) > .wpb_column {
    z-index: 3; }

.top_panel > .vc_row:nth-child(9) > .wpb_column {
    z-index: 2; }

.top_panel > .vc_row:nth-child(10) > .wpb_column {
    z-index: 1; }

/* Google conversion */
iframe[name="google_conversion_frame"] {
    height: 1px;
    min-height: 0px;
    display: none; }

/* WPBakery Page Builder */
.post_item_single .post_edit .vc_inline-link {
    display: none; }

/* Magnific popup */
.mfp-bg {
    z-index: 200001;
    opacity: 0.95; }

.mfp-wrap {
    z-index: 200002; }

.mfp-arrow {
    background-color: transparent !important; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -20px;
    padding: 0;
    width: 44px;
    text-align: center; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    background: none !important; }

/* 15. Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.rounded_tiny {
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }

.rounded_small {
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }

.rounded_medium {
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }

.rounded_large {
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }

.rounded {
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

/* Height variants for the empty space */
.height_tiny {
    height: 1rem !important; }

.height_small {
    height: 2rem !important; }

.height_medium {
    height: 3.3333rem !important; }

.height_large,
.height_big {
    height: 6.6667rem !important; }

.height_huge {
    height: 8.6667rem !important; }

/* Scroll button on the slider */
.theme_scroll_down {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px !important;
    line-height: 15px !important;
    letter-spacing: 2px; }

.theme_scroll_down:after {
    content: '\e938';
    /*'\e929';*/
    font-family: "fontello";
    font-size: 16px !important;
    line-height: 30px !important;
    display: block;
    text-align: center; }

.theme_scroll_down:hover {
    -webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
    -ms-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
    animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2); }

/* Makeup image */
#makeup {
    position: absolute;
    z-index: 1000000;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.5; }

.admin-bar #makeup {
    top: 32px; }

#makeup {
    margin-left: 0px;
    margin-top: 0px; }

/* Styles of the supported plugins
   Attention! Must be at the end of the main stylesheet
------------------------------------------------------- */
/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */
/* Buttons hovers
------------------------------------------------------------------ */
/* Slide left and top */
/* This way via :after element
[class*="sc_button_hover_slide"] {
	position:relative;
	z-index:1;
	overflow:hidden !important;
}
[class*="sc_button_hover_slide"]:after {
	content:' ';
	@include abs-lt(0, 0, -1);
	@include transition-properties(width, height);
}
.sc_button_hover_slide_left:after {
	@include box(0, 100%);
}
.sc_button_hover_slide_left:hover:after {
	width: 100%;
}
.sc_button_hover_slide_top:after {
	@include box(100%, 0);
}
.sc_button_hover_slide_top:hover:after {
	height: 100%;
}
*/
/* This way via gradient */
[class*="sc_button_hover_slide"] {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.sc_button_hover_just_init {
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

[class*="sc_button_hover_"]:not(.sc_button_bg_image) {
    -webkit-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
    -ms-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
    transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important; }

/* Arrow */
.sc_button_hover_arrow {
    position: relative;
    overflow: hidden;
    padding-left: 2em !important;
    padding-right: 2em !important; }

.sc_button_hover_arrow:before {
    content: '\e8f4';
    font-family: "fontello";
    position: absolute;
    z-index: 1;
    right: -2em !important;
    left: auto !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent !important;
    color: inherit !important; }

.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
    right: 0.5em !important; }

/* Images (post featured) hovers
----------------------------------------------------- */
.post_featured[class*="hover_"] {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }

.post_featured[class*="hover_"],
.post_featured[class*="hover_"] * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

/* Uncomment this if you want to stretch images to the block's width
.post_featured[class*="hover_"] img {
	@include box(100%, auto);
}
*/
.post_featured .mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none; }

.post_featured .post_info {
    position: absolute;
    z-index: 103;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
    transform: translate(-50%, -50%) scale(0.5, 0.5);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    font-size: 1.1429em;
    line-height: 1.3em;
    width: 90%;
    text-align: center;
    margin: -1em auto 0;
    opacity: 0; }

/* Hover empty */
.post_featured.hover_ .icons {
    position: absolute;
    z-index: 120;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

/* Hover Icons */
.post_featured.hover_icon,
.post_featured.hover_icons {
    position: relative; }

.post_featured.hover_icon .mask {
    background-color: rgba(0, 0, 0, 0.4); }

.post_featured.hover_icon:hover .mask {
    opacity: 1; }

.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
    display: inline-block;
    font-size: 1.7143em;
    cursor: pointer;
    opacity: 0;
    margin-left: -1.3333em;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.3, 0.3);
    -ms-transform: translate(-50%, -50%) scale(0.3, 0.3);
    transform: translate(-50%, -50%) scale(0.3, 0.3);
    -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    width: 2.1667em;
    height: 2.1667em;
    line-height: 2.1667em;
    text-align: center;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.post_featured.hover_icons .icons a.single_icon {
    margin-left: 0; }

.post_featured.hover_icon .icons a {
    font-size: 1.45em;
    margin-left: 0; }

.post_featured.hover_icons .icons a + a {
    margin-left: 1.3333em;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s; }

.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.post_featured.hover_icons:hover .icons a + a {
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s; }

/* Hover Zoom: icons 'link' and 'zoom' */
.post_featured.hover_zoom:before {
    content: ' ';
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(0, 0) rotate(0deg);
    -ms-transform: scale(0, 0) rotate(0deg);
    transform: scale(0, 0) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.post_featured.hover_zoom:hover:before {
    -webkit-transform: scale(1, 1) rotate(45deg);
    -ms-transform: scale(1, 1) rotate(45deg);
    transform: scale(1, 1) rotate(45deg); }

.post_featured.hover_zoom .mask {
    background-color: rgba(255, 255, 255, 0.15); }

.post_featured.hover_zoom:hover .mask {
    opacity: 1; }

.post_featured.hover_zoom .icons {
    position: absolute;
    z-index: 102;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block; }

.post_featured.hover_zoom .icons a {
    display: inline-block;
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: relative;
    left: -50px;
    opacity: 0;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.post_featured.hover_zoom .icons a + a {
    margin-left: 8px;
    left: 50px; }

.post_featured.hover_zoom .icons a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }

.post_featured.hover_zoom:hover .icons a {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

/* Hover Dots */
.post_featured.hover_dots:hover .mask {
    opacity: 1; }

.post_featured.hover_dots .icons {
    position: absolute;
    z-index: 120;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.post_featured.hover_dots .icons span {
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 102;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.post_featured.hover_dots:hover .icons span {
    opacity: 1;
    display: inline-block; }

.post_featured.hover_dots:hover .icons span:first-child {
    margin-left: -13px; }

.post_featured.hover_dots:hover .icons span + span + span {
    margin-left: 13px; }

.post_featured.hover_dots.hover_with_info .icons span {
    margin-top: 1em; }

.post_featured.hover_dots .post_info {
    display: block;
    top: 45%; }

.post_featured.hover_dots:hover .post_info {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1; }

/* Hover Fade, Slide, Pull, Border: Common Rules */
.post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
    position: relative;
    overflow: hidden;
    /*
  	width: 100%;
  	height: 100%;
  */ }

.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0;
    opacity: 1;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    text-align: center; }

.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
    margin: 0;
    position: relative;
    padding: 0.5em 1em;
    text-align: center; }

.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
    font-weight: 700; }

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
    display: none; }

.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
    margin-top: 1em;
    display: none; }

/* Hover Fade */
.post_featured.hover_fade:hover .mask {
    opacity: 1; }

.post_featured.hover_fade .post_info .post_info_back {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 100%;
    opacity: 0; }

.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
    margin-top: -100%; }

.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
    margin-top: 100%; }

.post_featured.hover_fade.left_to_right .post_info .post_info_back {
    margin-left: -100%; }

.post_featured.hover_fade.right_to_left .post_info .post_info_back {
    margin-left: 100%; }

.post_featured.hover_fade:hover .post_info .post_info_back {
    margin: 0 !important;
    opacity: 1; }

/* Hover Slide */
.post_featured.hover_slide .mask {
    opacity: 0.3; }

.post_featured.hover_slide:hover .mask {
    opacity: 1; }

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    text-align: left; }

.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    position: relative;
    margin: 0; }

.post_featured.hover_slide .post_info .post_title {
    padding: 0 0 15px;
    margin: 30px 30px 15px;
    overflow: hidden; }

.post_featured.hover_slide .post_info .post_title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }

.post_featured.hover_slide:hover .post_info .post_title:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.post_featured.hover_slide img {
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

.post_featured.hover_slide:hover img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    text-align: left; }

.post_featured.hover_slide .post_info .post_descr {
    padding: 0 30px 30px;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.post_featured.hover_slide:hover .post_info .post_descr {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

/* Hover Pull */
.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
    text-align: left; }

.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0; }

.post_featured.hover_pull:hover img {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px); }

.post_featured.hover_pull .post_info .post_title {
    padding: 20px; }

.post_featured.hover_pull:hover .post_info .post_title {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px); }

.post_featured.hover_pull .post_info .post_descr {
    height: 60px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px); }

.post_featured.hover_pull:hover .post_info .post_descr {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.post_featured.hover_pull .post_info .post_descr .post_meta {
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0 10px 0 20px; }

/* Hover Border */
.post_featured.hover_border:hover .mask {
    opacity: 1; }

.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
    content: ' ';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none; }

.post_featured.hover_border .post_info:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }

.post_featured.hover_border:hover .post_info:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.post_featured.hover_border .post_info:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); }

.post_featured.hover_border:hover .post_info:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.post_featured.hover_border .post_info .post_info_back {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 45px; }

.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.post_featured.hover_border:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
    opacity: 0;
    position: relative;
    text-align: center;
    margin: 0; }

.post_featured.hover_border .post_info .post_title {
    font-size: 1.2em;
    padding: 0 0 15px;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em); }

.post_featured.hover_border:hover .post_info .post_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.post_featured.hover_border .post_info .post_descr {
    padding: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em); }

.post_featured.hover_border:hover .post_info .post_descr {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
    content: ' ';
    display: block;
    margin: 0.5em 0 0 0; }

/* Hover Shop (icons) */
.post_featured.hover_shop {
    position: relative;
    display: block; }

.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
    opacity: 1; }

.post_featured.hover_shop .icons {
    position: absolute;
    z-index: 1002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.post_featured.hover_shop .icons a {
    display: inline-block;
    pointer-events: all;
    font-size: 1.2632em !important;
    padding: 0 !important;
    letter-spacing: 0 !important;
    cursor: pointer;
    text-align: center;
    border: 3px solid #ddd !important;
    opacity: 0;
    margin-left: -1.76em;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
    -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; }

.post_featured.hover_shop .icons a.added_to_cart {
    display: none; }

.post_featured.hover_shop .icons a.product_out_stock {
    display: none; }

.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock + a {
    margin-left: 0;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s; }

.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a + a + a {
    margin-left: 1.76em;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s; }

.post_featured.hover_shop .icons a.shop_cart:before {
    font-family: "fontello" !important;
    font-weight: 400 !important;
    content: '\e93d' !important; }

.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.post_featured.hover_shop .icons a:after {
    position: absolute;
    top: 25%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 0.6em; }

.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s; }

/* Hover Shop (buttons) */
.post_featured.hover_shop_buttons {
    position: relative;
    display: block;
    overflow: visible !important; }

.post_featured.hover_shop_buttons .mask {
    display: none; }

.post_featured.hover_shop_buttons .icons {
    position: absolute;
    z-index: 1002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.post_featured.hover_shop_buttons .icons a {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    font-size: 0.75em !important;
    letter-spacing: 1px !important;
    display: block;
    text-transform: uppercase !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 1.1em 1em !important;
    pointer-events: all;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent !important; }

.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
    left: 50%; }

.post_featured.hover_shop_buttons .icons a:before {
    font-family: "fontello" !important;
    font-weight: 400 !important;
    content: '\e93d' !important;
    margin-right: 0.3em; }

.post_featured.hover_shop_buttons .icons a.shop_link:before {
    content: '\e8b5' !important; }

.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
    bottom: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.post_featured.hover_shop_buttons .icons a.added_to_cart {
    display: none; }

.post_featured.hover_shop_buttons .icons a.product_out_stock {
    display: none; }

.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
    width: 100%;
    left: 0 !important; }

/* Hover */
.hover_play .simple,
.hover_simple .simple {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 103; }

.hover_simple .mask {
    opacity: 0;
    background: #000000; }

.hover_simple:hover .mask {
    opacity: 0; }

.post_format_video .hover_play .simple,
.format-video .hover_play .simple {
    z-index: 103; }

.post_format_video .hover_play .simple:before,
.format-video .hover_play .simple:before {
    font-size: 15px;
    width: 54px;
    height: 54px;
    line-height: 46px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: -25px 0 0 -25px;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    content: '\e8e1';
    font-family: "fontello";
    display: block;
    position: relative;
    text-indent: 3px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400; }

.post_format_standard .with_thumb .simple:before {
    content: '\e962';
    font-family: "fontello";
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 1.5em;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: -20px 0 0 -15px; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item.post_size_small .post_featured .simple:before,
.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item.post_size_medium .post_featured .simple:before,
.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_small .post_featured .simple:before,
.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_medium .post_featured .simple:before,
.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item.post_size_small .post_featured .simple:after,
.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item.post_size_medium .post_featured .simple:after,
.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_small .post_featured .simple:after,
.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_medium .post_featured .simple:after {
    display: none; }

.post_format_standard:hover .with_thumb .simple:before {
    opacity: 1; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video .hover_play .simple {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video:hover .hover_play .simple {
    opacity: 1; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video .hover_play .simple:after {
    background: transparent; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video .hover_play .simple:before {
    border-width: 2px;
    line-height: 47px;
    width: 50px;
    height: 50px; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video .hover_play .simple:after {
    top: 21%; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_featured .simple:before {
    top: 27%; }

.post_format_video .hover_play .simple:after,
.format-video .hover_play .simple:after {
    content: '';
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    z-index: -1;
    margin: -20px 0 0 -20px; }

.post_format_video .hover_play .simple:hover:before,
.format-video .hover_play .simple:hover:before,
.hover_play .simple:hover:before,
.hover_simple .simple:hover:before {
    border-color: rgba(255, 255, 255, 0.6); }

.sc_recent_news.sc_recent_news_style_news-modern .post_format_video.first-wrap .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-modern .post_format_video.first-wrap .hover_play .simple:after {
    top: 10%;
    left: 10%; }

.sc_recent_news.sc_recent_news_style_news-modern-left .post_format_video.first-wrap .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-modern-left .post_format_video.first-wrap .hover_play .simple:after,
.sc_recent_news.sc_recent_news_style_news-modern-excerpt .post_format_video.first-wrap .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-modern-excerpt .post_format_video.first-wrap .hover_play .simple:after {
    top: 8%;
    left: 10%; }

.sc_recent_news.sc_recent_news_style_news-modern-right .post_format_video.first-wrap .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-modern-right .post_format_video.first-wrap .hover_play .simple:after {
    top: 9%;
    left: 9%; }

.sc_recent_news.sc_recent_news_style_news-announce .post_format_video.post_size_big .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-announce .post_format_video.post_size_big .hover_play .simple:after {
    top: 9%;
    left: 9%;
    margin-top: -25px; }

.sc_recent_news.sc_recent_news_style_news-announce .post_format_video.post_size_big .hover_play .simple:after {
    margin-top: -20px; }

.sc_recent_news.sc_recent_news_style_news-announce .post_format_video .hover_play .simple:before {
    margin: -50px 0 0 -25px; }

.sc_recent_news.sc_recent_news_style_news-announce .post_format_video .hover_play .simple:after {
    margin: -45px 0 0 -20px; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_format_video .hover_play .simple:before {
    margin: -50px 0 0 -25px; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_format_video .hover_play .simple:after {
    margin: -45px 0 0 -20px; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_format_video.post_size_full .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-announce-modern .post_format_video.post_size_full .hover_play .simple:after {
    top: 15%;
    left: 9%; }

.sc_recent_news.sc_recent_news_style_news-announce-full .post_format_video.post_size_full .hover_play .simple:before,
.sc_recent_news.sc_recent_news_style_news-announce-full .post_format_video.post_size_full .hover_play .simple:after {
    top: 32.5%;
    width: 65px;
    line-height: 58px;
    height: 65px;
    left: 49.5%; }

.sc_recent_news.sc_recent_news_style_news-announce-full .post_format_video.post_size_full .hover_play .simple:after {
    width: 55px;
    line-height: 55px;
    height: 55px; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video .hover_play .simple:after, .sc_recent_news.sc_recent_news_style_news-portfolio .post_format_video .hover_play .simple {
    color: #ffffff !important; }

/* ThemeREX Addons
------------------------------------------------------------------------------------ */
.sc_push_large {
    margin-top: -13em; }

/* Grid */
.sidebar .trx_addons_columns_wrap {
    margin-right: 0; }

.sidebar .trx_addons_columns_wrap [class*="trx_addons_column-"] {
    display: block;
    width: 100%;
    padding: 0; }

/* Scroll to top */
.menu_style_right .trx_addons_scroll_to_top {
    left: 2em;
    right: auto; }

.trx_addons_scroll_to_top.show {
    border-radius: 5px; }

/* Breadcrumbs */
.breadcrumbs .breadcrumbs_delimiter:before {
    content: '\e83c';
    font-family: "fontello";
    font-size: 1.2em; }

.breadcrumbs {
    font-size: 15px;
    line-height: 19px; }

.sc_layouts_title_breadcrumbs {
    margin-top: 1.2em; }

.breadcrumbs .breadcrumbs_delimiter {
    margin: 0 0.5em 0 0.5em; }

/* Layouts */
.menu_style_left .sc_layouts_row_fixed_on {
    margin-left: 6rem !important; }

.menu_style_right .sc_layouts_row_fixed_on {
    margin-right: 6rem !important; }

body.mobile_layout.menu_style_left .sc_layouts_row_fixed_on {
    margin-left: 0 !important; }

body.mobile_layout.menu_style_right .sc_layouts_row_fixed_on {
    margin-right: 0 !important; }

.header_position_under .top_panel .wpb_row {
    background-color: transparent !important; }

.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
    background-color: transparent; }

/* Search field inside content */
.content .search_wrap {
    max-width: 50%;
    margin: 0; }

.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
    max-width: none; }

.content .search_wrap .search_form_wrap {
    width: 100%; }

.content .search_wrap .search_form_wrap .search_field {
    width: 100%; }

.content .search_wrap .search_submit {
    background-color: transparent; }

.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
    padding: 1.2em 3em 1em 1em !important; }

.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
    left: auto;
    right: 0;
    top: 0;
    padding: 0 1em; }

.content .search_wrap .search_results {
    width: 100%; }

.search_wrap .search_submit:before {
    content: '\e956';
    font-family: "fontello"; }

.search_style_fullscreen.search_opened .search_close {
    font-size: 1em; }

.search_style_fullscreen.search_opened .search_close:before {
    content: '\e95e';
    font-family: "fontello"; }

/* Dropcap
-----------------------------------------------*/
.trx_addons_dropcap {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0.25em 0.15em 0 0;
    width: 1.75em;
    height: 1.5em;
    line-height: 1.3em; }

/* List
-----------------------------------------------*/
ul[class*="trx_addons_list"] {
    padding-left: 1.4em;
    line-height: 2.15em; }

ol {
    line-height: 2.15em; }

ul[class*="trx_addons_list_custom"] > li:before {
    content: '\e959';
    font-family: "fontello";
    font-size: 0.6em;
    left: -2.15em; }

/* Table
-----------------------------------------------*/
.sc_table table tr:first-child th, .sc_table table tr:first-child td {
    font-weight: 400; }

.sc_table {
    font-size: 0.9375em; }

.sc_table table tr:first-child th, .sc_table table tr:first-child td {
    padding: 0.9em 1.15em 0.95em; }

.sc_table table th, .sc_table table td {
    padding: 0.95em 1.15em 0.95em; }

.sc_table table tr:first-child th:first-child, .sc_table table tr:first-child td:first-child, .sc_table table tr th:first-child, .sc_table table tr td:first-child {
    text-align: center; }

/* Slider
---------------------------------------------- */
/* Pagination */
.sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
    bottom: 0.5em; }

.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center; }

/* Controls */
.sidebar .slider_outer .slider_controls_wrap,
.sidebar .slider_container.slider_controls_side .slider_controls_wrap {
    display: none; }

/* Icons in controls */
.sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
    font-family: "fontello";
    font-size: 0.7rem;
    font-weight: 700; }

.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
    content: '\e965'; }

.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
    content: '\e959'; }

.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
    content: '\e965'; }

.sc_slider_controls .slider_controls_wrap > a, .slider_container.slider_controls_side .slider_controls_wrap > a, .slider_outer_controls_side .slider_controls_wrap > a, .slider_outer_controls_top .slider_controls_wrap > a, .slider_outer_controls_bottom .slider_controls_wrap > a {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.5em;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev, .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
    left: 2em; }

.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
    right: 2em; }

.slider_container {
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

/* Slider in the widgets area */
.header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
    background-color: transparent; }

.header_widgets_wrap .slider_container.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
    width: 18em; }

.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
    bottom: 8px; }

.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 6px; }

.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
    font-size: 12px;
    line-height: 16px; }

/* Widgets
---------------------------------------------- */
.widget_area .post_item .post_info, aside .post_item .post_info {
    font-size: 11px; }

.post_counters_item.trx_addons_icon-comment:before {
    content: '\e95f';
    font-family: "fontello"; }

.post_counters_item.trx_addons_icon-heart-empty:before, .post_counters_item.trx_addons_icon-heart:before {
    content: '\e963';
    font-family: "fontello"; }

.post_counters_item:before {
    font-size: 1.4em; }

.post_counters_item .post_counters_number, .comment_counters .comment_counters_number {
    margin: 0 0.2em; }

.sc_recent_news .post_item .post_footer .post_counters .post_counters_item {
    margin-right: 0;
    padding: 0 0 0 10px; }

.sc_recent_news .post_item .post_footer .post_counters .post_counters_item + .post_counters_item {
    padding-left: 18px;
    position: relative;
    top: 1px; }

/* Widgets in the Footer */
.footer_wrap .sc_layouts_row {
    line-height: 1.7857em; }

.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
    vertical-align: top;
    margin-top: 0 !important;
    margin-bottom: 0.5em !important; }

.footer_wrap .sc_layouts_item .widget {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

/* Widget Categories list in columns or sidebar */
.widget_categories_list[class*="column-"] [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] {
    width: 100%;
    float: none;
    overflow: hidden; }

.widget_categories_list[class*="column-"] [class*="column-"] + [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] + [class*="column-"] {
    margin-top: 0.5em; }

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
    text-align: left; }

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image {
    display: inline-block;
    width: 20%; }

.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
    display: inline-block;
    width: 32px;
    vertical-align: middle; }

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
    width: 100%;
    height: auto; }

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin: 0;
    font-size: 1em;
    text-align: left;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
    padding-left: 1em; }

.widget_area .post_item .post_categories, aside .post_item .post_categories {
    padding: 0.4em 1.7em 0.4em 0.9em;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 0.7em;
    position: relative;
    text-transform: uppercase; }

.widget_area .post_item .post_categories,
aside .post_item .post_categories {
    position: relative;
    z-index: 1; }

.widget_area .post_item .post_categories:before,
aside .post_item .post_categories:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

/* Contacts */
.footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
    margin-left: auto;
    margin-right: auto; }

.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
    max-width: none; }

/* Recent News + Shortcode Recent News */
body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
    height: 475px; }

body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
    height: 328px; }

body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
    height: 285px; }

body.expand_content .sc_recent_news_style_news-announce-modern .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce-modern .post_size_full {
    height: 738px; }

body.expand_content .sc_recent_news_style_news-announce-modern .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce-modern .post_size_big {
    height: 738px; }

body.expand_content .sc_recent_news_style_news-announce-modern .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce-modern .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce-modern .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce-modern .post_size_small {
    height: 369px; }

.sidebar .sc_recent_news .post_item .post_title,
.footer_wrap .sc_recent_news .post_item .post_title {
    font-size: 1em; }

.sidebar .sc_recent_news .post_item .post_content,
.footer_wrap .sc_recent_news .post_item .post_content {
    font-size: 0.8667em;
    line-height: 1.3846em; }

/* Widget Recent News */
.sc_recent_news .post_item .post_featured .post_info .post_categories {
    letter-spacing: 1px; }

.widget.widget_recent_news {
    border: 1px solid;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.widget .widget_title {
    font-size: 1.625em;
    padding: 0.95em 0.95em 0.8em;
    border-bottom: 1px solid; }

.footer_wrap .widget .widget_title {
    padding: 0;
    border: none; }

.widget .widget_title:after {
    content: '\\';
    font-weight: 100;
    margin-left: 4px; }

.sc_recent_news_header {
    border-bottom: none;
    margin-bottom: 1.35em; }

.sc_recent_news_header .sc_recent_news_title {
    text-transform: capitalize;
    font-size: 2.5em; }

.sc_recent_news_header .sc_recent_news_title:after {
    content: '\\';
    font-weight: 100;
    margin-left: 4px; }

.widget .sc_recent_news {
    padding: 0.4em 1.5em; }

.sc_recent_news .post_item .post_featured img {
    border-radius: 5px;
    opacity: 0.95; }

.sc_recent_news .post_item .post_featured:hover img {
    opacity: 1; }

.sc_recent_news .post_item.post_accented_off .post_featured {
    display: none; }

.sidebar .sc_recent_news .post_item.post_accented_off .post_title,
.wpb_widgetised_column .sc_recent_news .post_item.post_accented_off .post_title {
    font-size: 1em;
    line-height: 1.3em; }

.sc_recent_news .post_item .post_meta {
    font-weight: 500; }

.sc_recent_news_with_accented .post_accented_off .post_header {
    width: 100%;
    float: none; }

.sc_recent_news_with_accented .post_accented_off .post_header {
    padding-left: 0; }

.sc_recent_news .post_accented_on .post_featured {
    margin-bottom: 0.9em; }

.sc_recent_news .post_item .post_title {
    font-weight: 700;
    line-height: 1.35em;
    font-size: 1.125em; }

.sidebar .sc_recent_news .post_item .post_title,
.wpb_widgetised_column .sc_recent_news .post_item .post_title {
    font-weight: 700;
    line-height: 1.2em;
    font-size: 1.125em; }

.sc_recent_news .post_item .post_header {
    margin-top: 0.8em; }

.sc_recent_news .post_item .post_date:before {
    display: none; }

.sc_recent_news .post_item .post_footer .post_counters {
    display: inline-block;
    vertical-align: middle; }

.sc_recent_news .post_item .post_footer .post_counters {
    width: auto; }

.sc_recent_news .post_item .post_footer .post_counters .post_counters_item {
    margin-bottom: 0;
    line-height: 1; }

.sc_recent_news .post_item .post_footer .post_counters .post_counters_item, .sc_recent_news .post_item .post_author, .sc_recent_news .post_item .post_date {
    font-size: 11px;
    letter-spacing: 0; }

.sc_recent_news .post_item .post_footer {
    margin-top: 0.3em;
    font-weight: 500; }

.sc_recent_news .post_item.post_accented_on {
    margin-bottom: 1.05em; }

.sc_recent_news .post_delimiter {
    margin-top: 1em;
    margin-bottom: 0.6em; }

.sc_recent_news .post_item.post_accented_off:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 0.7em;
    position: relative; }

.sc_recent_news .post_item.post_accented_off + .post_item.post_accented_off {
    margin-top: 0; }

.sc_recent_news .post_item.post_accented_off + .post_item.post_accented_off .post_header {
    margin-top: 0; }

.sc_recent_news .sc_recent_news_footer_category_item {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 4.6em;
    position: relative;
    margin-top: 0.6em;
    display: inline-block;
    margin-bottom: 1.25em; }

.sc_recent_news .sc_recent_news_footer_category_item:after {
    content: '';
    height: 1px;
    width: 41px;
    top: 43%;
    position: absolute;
    z-index: 1;
    right: 0; }

.sc_recent_news.sc_recent_news_style_news-portfolio .sc_recent_news_footer_category_item, .sc_recent_news.sc_recent_news_style_news-portfolio .mask {
    display: none; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_item .post_featured:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_item .post_featured {
    position: relative; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_item .post_featured .post_title.entry-title {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 103;
    width: 70%;
    font-size: 1.625em;
    line-height: 1.038em;
    font-weight: 700; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_featured.hover_icon .icons a {
    top: 2em; }

.sc_recent_news.sc_recent_news_style_news-portfolio .format-video .post_featured.with_thumb .post_video_hover {
    top: 8%;
    margin: 0 0 0 -2em; }

.sc_recent_news.sc_recent_news_style_news-portfolio .format-video .post_featured.with_thumb:hover .post_video_hover {
    margin: 0 0 0 -2em; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_item .post_meta {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: auto;
    z-index: 103;
    opacity: 0;
    bottom: 8%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 13px; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_item:hover .post_meta {
    opacity: 1; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_item .post_featured img {
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    opacity: 1; }

.sc_recent_news.sc_recent_news_style_news-portfolio .post_item .post_featured:hover img {
    opacity: 1; }

.sc_recent_news_style_news-portfolio .post_item .post_featured:after {
    display: none; }

.sc_recent_news.sc_recent_news_style_news-announce .sc_recent_news_footer_category_item {
    display: none; }

.sc_recent_news_style_news-announce .post_size_big {
    width: 50%; }

body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
    height: 570px;
    margin-right: 0; }

.sc_recent_news_style_news-announce .post_size_medium {
    width: 50%; }

.sc_recent_news_style_news-announce .post_item .post_featured .post_info {
    z-index: 103; }

.sc_recent_news_style_news-announce .post_item.post_size_full .post_featured .post_info {
    padding: 0 1.8em; }

.sc_recent_news_style_news-announce .post_item .post_featured .icons a:before {
    display: none; }

.sc_recent_news_style_news-announce .post_item .post_featured .icons a {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_big .post_featured,
.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_medium .post_featured,
.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_small .post_featured {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.sc_recent_news_style_news-announce .post_item .post_featured:hover {
    opacity: 1; }

.sc_recent_news_style_news-announce .post_item .post_featured .post_info .post_categories {
    padding: 0.4em 1em 0.4em 1em;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 2.2em;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
    letter-spacing: 1px; }

.sc_recent_news_style_news-announce .post_item.post_size_full .post_meta {
    margin: 1.45em 0 3.3em !important; }

.sc_recent_news_style_news-announce .post_item .post_featured .post_info .post_categories a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_full .post_title {
    font-size: 1.97em;
    line-height: 1; }

.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_big .post_title {
    font-size: 1.97em;
    line-height: 1; }

.sc_recent_news_style_news-announce .post_item.post_size_big .post_featured .post_info {
    padding: 0 0.8em 0 1.8em; }

.sc_recent_news_style_news-announce .post_item.post_size_big .post_featured .post_info .post_meta {
    padding: 1.25em 0 2.2em; }

.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_medium .post_title {
    font-size: 1.42em;
    line-height: 1; }

.sc_recent_news_style_news-announce .post_item.post_size_medium .post_featured .post_info {
    padding: 0 0.8em 0 1.4em; }

.sc_recent_news_style_news-announce .post_item.post_size_medium .post_featured .post_info .post_meta {
    padding: 1.55em 0 1em; }

.sc_recent_news.sc_recent_news_style_news-announce .post_item.post_size_small .post_title {
    font-size: 1.148em;
    line-height: 1.15; }

.sc_recent_news_style_news-announce .post_item.post_size_small .post_featured .post_info {
    padding: 0 0.8em 0 1.4em; }

.sc_recent_news_style_news-announce .post_item.post_size_small .post_featured .post_info .post_meta {
    padding: 0.9em 0 2.2em; }

.sc_recent_news_style_news-announce .post_item.post_size_small .post_featured .post_info .post_categories {
    margin-bottom: 1.8em; }

body.expand_content .sc_recent_news_style_news-announce-full .post_size_full, .sc_layouts_submenu .sc_recent_news_style_news-announce-full .post_size_full {
    height: 864px; }

.sc_recent_news_style_news-announce-full .sc_recent_news_columns_wrap {
    width: 100%; }

.sc_recent_news_style_news-announce-full .post_size_full {
    width: 100%; }

.sc_recent_news_style_news-announce-full {
    overflow: hidden; }

.sc_recent_news_style_news-announce-full .post_item.post_size_full .post_featured .post_info {
    text-align: center;
    position: absolute;
    z-index: 103;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
    height: 9em; }

.sc_recent_news_style_news-announce-full .post_item.post_size_full .post_featured .icons {
    display: none; }

.sc_recent_news_style_news-announce-full .post_item.post_size_full .post_featured .post_info .post_title {
    font-size: 3.28em;
    margin-top: 0.17em;
    margin-bottom: 0.35em; }

.sc_recent_news_style_news-announce-full .post_item.post_size_full .post_featured .post_info .post_categories a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news_style_news-announce-full .post_item.post_size_full .post_featured .post_info .post_categories a {
    text-shadow: 1px 1px 1px rgba(28, 25, 44, 0.17) !important; }

.sc_recent_news_style_news-announce-full .post_item .post_featured .post_info .post_categories {
    padding: 0.6em 0.9em 0.6em 0.9em;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 0.7em;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    background: transparent; }

.sc_recent_news_style_news-announce-full .post_item .post_featured .post_meta, .sc_recent_news_style_news-announce-full .post_item .post_featured .post_meta .post_date {
    font-size: 13px; }

.sc_recent_news_style_news-announce {
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.sc_recent_news_style_news-announce-full .post_item.post_size_full .post_featured .post_info .post_meta .post_counters_item:before {
    font-size: 18px; }

/**/
.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item .post_featured:before,
.sc_recent_news.sc_recent_news_style_news-announce .post_item .post_featured:before {
    content: '';
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item .post_featured {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .sc_recent_news_footer_category_item {
    display: none; }

.sc_recent_news_style_news-announce-modern .post_size_big {
    width: 50%; }

.sc_recent_news_style_news-announce-modern .post_size_medium {
    width: 50%; }

.sc_recent_news_style_news-announce-modern .post_item .post_featured .post_info {
    z-index: 103;
    padding-left: 1.5em;
    width: 100%; }

.sc_recent_news_style_news-announce .post_item .post_featured .post_info {
    width: 100%; }

.sc_recent_news_style_news-announce-modern .post_item.post_size_full .post_featured .post_info {
    padding: 0 1.8em 0 4.15em; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item .post_featured .post_info:before,
.sc_recent_news_style_news-modern-right .post_item.first-wrap .post_featured .post_info:before,
.sc_recent_news.sc_recent_news_style_news-announce .post_item .post_featured .post_info:before {
    content: '';
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.sc_recent_news_style_news-announce-modern .post_item .post_featured .icons a:before {
    display: none; }

.sc_recent_news_style_news-announce-modern .post_item .post_featured .icons a {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item.post_size_small .post_title {
    font-size: 1.97em;
    line-height: 0.95; }

.sc_recent_news_style_news-announce-modern .post_item .post_featured {
    opacity: 1; }

.sc_recent_news_style_news-announce-modern .post_item .post_featured:hover {
    opacity: 1; }

.sc_recent_news_style_news-announce-modern .post_size_big .post_info .post_title {
    font-size: 2.19em;
    line-height: 1; }

.sc_recent_news_style_news-announce-modern .post_size_full {
    width: 50%; }

.sc_recent_news_style_news-announce-modern .post_size_big .post_info .post_meta {
    font-size: 13px; }

.sc_recent_news_style_news-announce-modern .post_item.post_size_full .post_featured .post_info .post_categories {
    margin-bottom: 2.7em; }

.sc_recent_news_style_news-announce-modern .post_item .post_featured .post_info .post_categories {
    padding: 0.4em 1em 0.4em 1em;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 2.4em;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
    letter-spacing: 1px; }

.sc_recent_news_style_news-announce-modern .post_item.post_size_full .post_meta {
    margin: 1.4em 0 4.6em !important;
    font-size: 13px; }

.sc_recent_news_style_news-announce-modern .post_item.post_size_small .post_meta {
    margin: 1.55em 0 3em !important; }

.sc_recent_news_style_news-announce-modern .post_item.post_size_full .post_meta .post_date {
    font-size: 13px; }

.sc_recent_news_style_news-announce-modern .post_item .post_featured .post_info .post_categories a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news.sc_recent_news_style_news-announce-modern .post_item.post_size_full .post_title {
    font-size: 2.19em;
    line-height: 1; }

.sc_recent_news_style_news-announce-modern .post_size_small {
    width: 25%; }

.sc_recent_news_style_news-announce-modern .post_item {
    float: left; }

.sc_recent_news_style_news-announce-modern .sc_recent_news_columns_wrap {
    display: block;
    width: 100%; }

/**/
.sc_recent_news .post_item .post_featured .post_info .post_categories {
    background: transparent; }

.sc_recent_news_style_news-excerpt .post_featured {
    float: none;
    width: 35%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

.sc_recent_news_style_news-excerpt .post_body {
    overflow: hidden;
    float: none;
    width: 64%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.sc_recent_news_style_news-excerpt .post_item + .post_item {
    padding-top: 0;
    margin-top: 2em;
    border-top: none; }

.sc_recent_news_style_news-excerpt .post_item .post_featured .post_info {
    position: absolute;
    top: auto;
    bottom: 7%;
    padding: 0;
    left: 0;
    z-index: 103; }

.sc_recent_news_style_news-excerpt .post_item .post_featured .post_info .post_categories {
    padding: 0.4em 1.7em 0.4em 0.9em;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: -2px;
    margin-bottom: 0.7em;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
    background: transparent; }

.sc_recent_news_style_news-excerpt .post_item .post_featured .post_info .post_categories a:before {
    content: '';
    height: 100%;
    line-height: 1;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news_style_news-excerpt .sc_recent_news_footer_category_item {
    display: none; }

.sc_recent_news_style_news-excerpt .post_item .post_title {
    font-size: 1.625em;
    line-height: 1; }

.sc_recent_news_style_news-excerpt .post_item .post_content {
    font-size: 0.9375em; }

.sc_recent_news_style_news-excerpt .post_item .post_footer {
    margin-top: 0.45em; }

.sc_recent_news_style_news-modern {
    position: relative;
    overflow: hidden; }

.sc_recent_news_style_news-modern .first-wrap {
    width: calc(68.3% - 30px);
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.sc_recent_news_style_news-modern .first-wrap .post_featured {
    float: none;
    width: 100%; }

.sc_recent_news_style_news-modern .post_item .post_featured .post_info {
    padding: 0;
    z-index: 999;
    width: auto; }

.sc_recent_news_style_news-modern .second-wrap {
    width: 31.7%;
    float: right; }

.sc_recent_news_style_news-modern .sc_recent_news_columns_wrap {
    display: block;
    margin-right: 0;
    position: relative; }

.sc_recent_news_style_news-modern .sc_recent_news_footer_category_item {
    display: none; }

.sc_recent_news .post_item .post_featured {
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.sc_recent_news.sc_recent_news_style_news-announce-full .post_item .post_featured {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.sc_recent_news .post_featured.hover_icon:hover .mask {
    opacity: 0; }

.sc_recent_news_style_news-modern .post_item .post_featured .post_info .post_categories {
    padding: 0.4em 1.7em 0.4em 0.9em;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 0.7em;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    background: transparent; }

.sc_recent_news_style_news-modern .post_item.first-wrap .post_featured .post_info .post_categories {
    padding: 0.4em 1.2em;
    line-height: 13px;
    margin-bottom: 2.4em; }

.sc_recent_news_style_news-modern .post_item.first-wrap .post_featured {
    opacity: 0.95; }

.sc_recent_news_style_news-modern .post_item.first-wrap .post_featured:hover {
    opacity: 1; }

.sc_recent_news_style_news-modern .post_item .post_featured .post_info .post_categories a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news_style_news-modern .post_item.first-wrap .post_featured .post_info .post_categories a:before {
    left: 0; }

.sc_recent_news_style_news-modern .post_item.first-wrap .post_title {
    font-size: 1.9em;
    line-height: 1em; }

.sc_recent_news_style_news-modern .post_item.first-wrap .post_meta {
    margin-top: 1.7em !important;
    margin-bottom: 0em !important; }

.sc_recent_news_style_news-modern .post_item.first-wrap .post_featured .post_info {
    padding: 2.1em 1.9em 1.95em 1.9em; }

.sc_recent_news_style_news-modern .post_item.first-wrap.format-video .post_featured.with_thumb .post_video_hover {
    top: 4.5%;
    left: 12%;
    opacity: 1;
    margin-top: 0; }

.sc_recent_news_style_news-modern .post_item.first-wrap:hover .mask {
    opacity: 0; }

.sc_recent_news_style_news-modern .post_item .post_featured.hover_icon .icons a {
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    top: 0; }

.sc_recent_news_style_news-modern .post_item .post_featured.hover_icon .icons a:before {
    display: none; }

.sc_recent_news_style_news-modern .second-wrap .post_item .post_featured .post_info {
    bottom: 9%; }

.sc_recent_news_style_news-modern .post_item .post_header {
    margin-top: 1.05em; }

.sc_recent_news_style_news-modern .post_item .post_header .post_title {
    line-height: 1.2em; }

.sc_recent_news_style_news-modern .post_item .second-wrap-post-info .post_counters {
    font-size: 11px; }

.sc_recent_news_style_news-modern .post_item .second-wrap-post-info .post_date, .sc_recent_news_style_news-modern .post_item .second-wrap-post-info .post_counters {
    display: inline-block; }

.sc_recent_news .post_counters_item .post_counters_label {
    display: none; }

.sc_recent_news_style_news-modern .second-wrap-post-info {
    margin-top: 0.5em;
    font-weight: 500; }

.sc_recent_news_style_news-modern .second-wrap .post_item + .post_item {
    margin-top: 1.25em; }

/**/
.sc_recent_news_style_news-modern-left {
    position: relative;
    overflow: hidden; }

.sc_recent_news_style_news-modern-left .first-wrap {
    width: calc(68.3% - 30px);
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.sc_recent_news_style_news-modern-left .first-wrap .post_featured {
    float: none;
    width: 100%; }

.sc_recent_news_style_news-modern-left .post_item .post_featured .post_info {
    padding: 0;
    z-index: 999;
    width: auto; }

.sc_recent_news_style_news-modern-left .second-wrap {
    width: 31.7%;
    float: left; }

.sc_recent_news_style_news-modern-left .sc_recent_news_columns_wrap {
    display: block;
    margin-right: 0;
    position: relative; }

.sc_recent_news_style_news-modern-left .sc_recent_news_footer_category_item {
    display: none; }

.sc_recent_news_style_news-modern-left .post_item .post_featured .post_info .post_categories {
    padding: 0.4em 1.7em 0.4em 0.9em;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 0.7em;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    background: transparent; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap .post_featured .post_info .post_categories {
    padding: 0.25em 1.2em;
    line-height: 13px;
    margin-bottom: 2.4em; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap .post_featured {
    opacity: 0.95; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap .post_featured:hover {
    opacity: 1; }

.sc_recent_news_style_news-modern-left .post_item .post_featured .post_info .post_categories a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news_style_news-modern-left .post_item.first-wrap .post_featured .post_info .post_categories a:before {
    left: 0; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap .post_title {
    font-size: 1.9em;
    line-height: 1em; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap .post_meta {
    margin-top: 1.7em !important;
    margin-bottom: 0em !important; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap .post_featured .post_info {
    padding: 2.1em 1.9em 1.95em 1.9em; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap.format-video .post_featured.with_thumb .post_video_hover {
    top: 4.5%;
    left: 12%;
    opacity: 1;
    margin-top: 0; }

.sc_recent_news_style_news-modern-left .post_item.first-wrap:hover .mask {
    opacity: 0; }

.sc_recent_news_style_news-modern-left .post_item .post_featured.hover_icon .icons a {
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    top: 0; }

.sc_recent_news_style_news-modern-left .post_item .post_featured.hover_icon .icons a:before {
    display: none; }

.sc_recent_news_style_news-modern-left .second-wrap .post_item .post_featured .post_info {
    bottom: 9%; }

.sc_recent_news_style_news-modern-left .post_item .post_header {
    margin-top: 1.05em; }

.sc_recent_news_style_news-modern-left .post_item .post_header .post_title {
    line-height: 1.2em; }

.sc_recent_news_style_news-modern-left .post_item .second-wrap-post-info .post_counters {
    font-size: 11px; }

.sc_recent_news_style_news-modern-left .post_item .second-wrap-post-info .post_date, .sc_recent_news_style_news-modern-left .post_item .second-wrap-post-info .post_counters {
    display: inline-block; }

.sc_recent_news_style_news-modern-left .second-wrap-post-info {
    margin-top: 0.5em;
    font-weight: 500; }

.sc_recent_news_style_news-modern-left .second-wrap .post_item + .post_item {
    margin-top: 1.25em; }

/**/
.sc_recent_news_style_news-modern-excerpt {
    position: relative;
    overflow: hidden; }

.sc_recent_news_style_news-modern-excerpt .first-wrap {
    width: calc(51.5% - 30px);
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.sc_recent_news_style_news-modern-excerpt .first-wrap .post_featured {
    float: none;
    width: 100%;
    height: 68.5%; }

.sc_recent_news_style_news-modern-excerpt .first-wrap .post_featured_bg {
    position: relative !important; }

.sc_recent_news_style_news-modern-excerpt .post_item .post_featured .post_info {
    padding: 0;
    z-index: 999;
    width: auto; }

.sc_recent_news_style_news-modern-excerpt .second-wrap {
    width: 48.5%;
    float: right; }

.sc_recent_news_style_news-modern-excerpt .sc_recent_news_columns_wrap {
    display: block;
    margin-right: 0;
    position: relative; }

.sc_recent_news_style_news-modern-excerpt .sc_recent_news_footer_category_item {
    display: none; }

.sc_recent_news_style_news-modern-excerpt .post_item .post_featured .post_info .post_categories {
    padding: 0.4em 1.7em 0.4em 0.9em;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 0.7em;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    background: transparent; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_featured .post_info {
    left: -4px; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_featured .post_info .post_categories {
    padding: 0.4em 1.2em;
    line-height: 1;
    margin-bottom: 2.4em; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_featured {
    opacity: 0.95; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_featured:hover {
    opacity: 1; }

.sc_recent_news_style_news-modern-excerpt .post_item .post_featured .post_info .post_categories a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_featured .post_info .post_categories a:before {
    left: 0; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_title {
    font-size: 1.625em;
    line-height: 1.05em;
    margin-top: 1em;
    margin-bottom: 0.55em; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_meta {
    margin-top: 1.7em !important;
    margin-bottom: 0em !important; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap .post_featured .post_info {
    padding: 0; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap.format-video .post_featured.with_thumb .post_video_hover {
    top: 4.5%;
    left: 12%;
    opacity: 1;
    margin-top: 0; }

.sc_recent_news_style_news-modern-excerpt .post_item.first-wrap:hover .mask {
    opacity: 0; }

.sc_recent_news_style_news-modern-excerpt .post_item .post_featured.hover_icon .icons a {
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    top: 0; }

.sc_recent_news_style_news-modern-excerpt .post_item .post_featured.hover_icon .icons a:before {
    display: none; }

.sc_recent_news_style_news-modern-excerpt .second-wrap .post_item .post_featured .post_info {
    bottom: 9%; }

.sc_recent_news_style_news-modern-excerpt .post_item .post_header {
    margin-top: 1.05em; }

.sc_recent_news_style_news-modern-excerpt .post_item .second-wrap-post-info .post_counters {
    font-size: 11px; }

.sc_recent_news_style_news-modern-excerpt .post_item .second-wrap-post-info .post_date, .sc_recent_news_style_news-modern-excerpt .post_item .second-wrap-post-info .post_counters {
    display: inline-block; }

.sc_recent_news_style_news-modern-excerpt .second-wrap-post-info {
    margin-top: 0.45em;
    font-weight: 500; }

.sc_recent_news_style_news-modern-excerpt .second-wrap .post_item + .post_item {
    margin-top: 1.25em; }

.sc_recent_news_style_news-modern-excerpt .post_content_inner {
    margin-top: 0.5em;
    margin-bottom: 1.1em; }

.sc_recent_news_style_news-modern-right {
    position: relative;
    overflow: hidden; }

.sc_recent_news_style_news-modern-right .first-wrap {
    width: calc(53.8% - 30px);
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.sc_recent_news_style_news-modern-right .first-wrap .post_featured {
    float: none;
    width: 100%; }

.sc_recent_news_style_news-modern-right .post_item .post_featured .post_info {
    padding: 0;
    z-index: 999;
    width: auto; }

.sc_recent_news_style_news-modern-right .second-wrap {
    width: 46.2%;
    float: right; }

.sc_recent_news_style_news-modern-right .sc_recent_news_columns_wrap {
    display: block;
    margin-right: 0;
    position: relative; }

.sc_recent_news_style_news-modern-right .sc_recent_news_footer_category_item {
    display: none; }

.sc_recent_news_style_news-modern-right .post_item .post_featured .post_info .post_categories,
.sc_recent_news_style_news-modern-right .post_item .post_header .post_info .post_categories {
    padding: 0.25em 1.7em 0.25em 0.9em;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 0.7em;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    background: transparent; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap .post_featured .post_info .post_categories,
.sc_recent_news_style_news-modern-right .post_item .post_header .post_info .post_categories {
    padding: 3px 12px;
    line-height: 1;
    margin-bottom: 2.4em;
    z-index: 1;
    display: inline; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap .post_featured {
    opacity: 0.95; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap .post_featured:hover {
    opacity: 1; }

.sc_recent_news_style_news-modern-right .post_item .post_header .post_info .post_categories a {
    z-index: 1; }

.sc_recent_news_style_news-modern-right .post_item .post_featured .post_info .post_categories a:before,
.sc_recent_news_style_news-modern-right .post_item .post_header .post_info .post_categories a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }

.sc_recent_news_style_news-excerpt .post_item .post_featured .post_info .post_categories a,
.sc_recent_news_style_news-modern .post_item .post_info .post_categories a,
.sc_recent_news_style_news-modern-right .post_item .post_featured .post_info .post_categories a,
.sc_recent_news_style_news-announce .post_featured .post_categories a,
.sc_recent_news_style_news-announce-modern .post_featured .post_categories a,
.sc_recent_news_style_news-modern-right .post_item .post_header .post_info .post_categories a {
    text-shadow: 1px 1px 1px rgba(28, 25, 44, 0.17) !important; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap .post_title {
    font-size: 1.9em;
    line-height: 1em;
    margin-top: 0.65em; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap .post_meta {
    margin-top: 1.7em !important;
    margin-bottom: 0em !important; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap .post_featured .post_info {
    padding: 2.1em 1.9em 1.95em 1.9em; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap.format-video .post_featured.with_thumb .post_video_hover {
    top: 4.5%;
    left: 12%;
    opacity: 1;
    margin-top: 0; }

.sc_recent_news_style_news-modern-right .post_item.first-wrap:hover .mask {
    opacity: 0; }

.sc_recent_news_style_news-modern-right .post_item .post_featured.hover_icon .icons a {
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    top: 0; }

.sc_recent_news_style_news-modern-right .post_item .post_featured.hover_icon .icons a:before {
    display: none; }

.sc_recent_news_style_news-modern-right .second-wrap .post_item .post_featured .post_info {
    bottom: 9%; }

.sc_recent_news_style_news-modern-right .post_item .post_header {
    margin-top: 1.05em; }

.sc_recent_news_style_news-modern-right .post_item .post_header .post_title {
    line-height: 1.2em; }

.sc_recent_news_style_news-modern-right .post_item .second-wrap-post-info .post_counters {
    font-size: 11px; }

.sc_recent_news_style_news-modern-right .post_item .second-wrap-post-info .post_date, .sc_recent_news_style_news-modern-right .post_item .second-wrap-post-info .post_counters {
    display: inline-block; }

.sc_recent_news .post_counters_item .post_counters_label {
    display: none; }

.sc_recent_news_style_news-modern-right .second-wrap-post-info {
    margin-top: 0.5em; }

.sc_recent_news_style_news-modern-right .second-wrap .post_item + .post_item {
    margin-top: 2em; }

.sc_recent_news_style_news-modern-right .second-wrap .post_item .post_featured {
    width: calc(47.4% - 30px);
    display: inline-block;
    vertical-align: middle; }

.sc_recent_news_style_news-modern-right .second-wrap .post_item .post_header {
    width: 52.6%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 23px; }

.sc_recent_news_style_news-modern-right .second-wrap .post_item .post_header .post_title {
    font-size: 1.625em;
    line-height: 1em;
    margin-top: 0.82em;
    margin-bottom: 0.5em; }

/* Widget Media Image */
.widget.widget_media_image {
    text-align: center; }

/* Popular Posts */
.widget.widget_popular_posts .widget_title {
    margin-bottom: 0; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content {
    counter-reset: section;
    position: relative;
    padding-left: 1.5em;
    padding-top: 2em;
    padding-right: 1.5em; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content article.post_item:nth-last-child(2) {
    border-bottom: 1px solid;
    padding-bottom: 1.15em; }

.widget.widget_popular_posts .popular_posts_link {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 4.6em;
    position: relative;
    margin-top: 2.1em;
    display: inline-block;
    margin-bottom: 1.9em; }

.widget.widget_popular_posts .popular_posts_link:after {
    content: '';
    height: 1px;
    width: 41px;
    top: 43%;
    position: absolute;
    z-index: 1;
    right: 0; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item + .post_item {
    margin-top: 1.2em; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item .post_thumb img {
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item .post_content .post_title {
    font-weight: 500;
    font-size: 1em;
    margin-bottom: 10px; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item .post_info .post_info_item.post_info_counters .post_counters_label {
    display: none; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item .post_thumb {
    float: none;
    display: inline-block;
    width: 5.2em;
    height: 5.2em;
    margin: 0 1em 4px 0;
    vertical-align: middle; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item .post_content {
    display: inline-block;
    width: 68%;
    vertical-align: middle; }

.widget.widget_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item .post_content .post_title {
    margin-top: 0; }

.sc_widget_popular_posts.widget_area .post_item .post_categories:before {
    display: none; }

.sc_widget_popular_posts.widget_area .post_item .post_categories .post_info_counters {
    top: 2px; }

.widget .trx_addons_tabs .trx_addons_tabs_titles li + li + li {
    width: 100%; }

/* Top Popular Posts */
.widget.widget_top_popular_posts .trx_addons_tabs {
    padding: 0; }

.widget.widget_top_popular_posts {
    border: 1px solid;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.widget.widget_top_popular_posts .trx_addons_tabs .trx_addons_tabs_content {
    counter-reset: section;
    position: relative;
    padding-left: 1.5em;
    padding-top: 1.1em;
    padding-right: 1.5em; }

.widget.widget_top_popular_posts .trx_addons_tabs .trx_addons_tabs_content .post_item:before {
    counter-increment: section;
    content: counter(section);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    border: 3px solid;
    margin-top: -2px;
    font-size: 0.8125em;
    font-weight: 500; }

.widget.widget_top_popular_posts .widget_title {
    margin-bottom: 0; }

.widget .trx_addons_tabs .trx_addons_tabs_titles {
    line-height: 0;
    padding-left: 0;
    overflow: hidden; }

.widget .trx_addons_tabs .trx_addons_tabs_titles li {
    width: 50%;
    line-height: 1; }

.widget .trx_addons_tabs .trx_addons_tabs_titles li + li {
    margin-left: 0; }

.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
    padding: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 4;
    font-weight: 700;
    position: relative;
    z-index: 0;
    letter-spacing: 1px; }