/*
Theme Name: PressMagz
Theme URI: http://www.wpbootstrap.net/theme/pressmagz
Version: 1.0.1
Description: Designed by <a href="http://www.wpbootstrap.net">WPBootstrap</a>.
Author: WPBootstrap
Author URI: http://www.wpbootstrap.net
Text Domain: pressmagz
Tags: one-column, two-columns, right-sidebar,left-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
	Copyright: (c) 20013 WPBootstrap.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Space out content a bit */

html {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

body {
    color: #555;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 22px;
}

a {
    color: #555555;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}


/* a:hover{
	color:#39a6b2
} */

.ticker-wrapper .btn-cat {
    vertical-align: baseline;
}

.comment-form .btn {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
}

.box-slider .slider,
.media-1 {
    cursor: pointer;
}


/* img{filter:grayscale(100%);} */


/* .list-list-thumb img, .news_box img, #fancybox-content img, .media-1 img{filter:none;} */


/* .list-list-thumb, .media-1{filter:grayscale(100%);} */

.sp-selected img:hover {
    filter: none;
}

@media (max-width: 768px) {
    /* #fancybox-wrap {display:none !important;} */
    #fancybox-overlay {
        display: none !important;
    }
}

.next-prev-post {
    display: grid;
}


/*button to up*/

.up-button {
    font-weight: bold;
    text-align: center;
    z-index: 6;
    background-color: #39a6b2;
    color: #ffffff;
    font-size: 23px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 2px #39a6b2;
    position: fixed;
    top: 90%;
    right: 3%;
    margin: 0;
    padding-bottom: 4px;
    cursor: pointer;
    display: none;
    justify-content: center;
    transition: all 0.5s ease;
    outline: none;
}


/*end button to up*/

.h1,
h1 {
    font-size: 30px;
    font-family: "Roboto Slab";
}

.h3,
h3 {
    font-size: 20px;
    font-family: "Roboto Slab";
    font-weight: normal !important;
    margin: 10px 0;
    line-height: 26px;
    /*text-transform: uppercase;*/
}

.p {
    margin: 0px 0px 10px !important;
}

.special-filter {
    cursor: pointer;
}

.style-of-a {
    position: relative;
    bottom: 38px;
}

.rel-center-top {}

.style-of-a a {
    padding: 3px 17px;
    padding-top: 4px;
    font-size: 16px;
}


/*@media (min-width: 768px) {*/


/*.thumb-mini-2 img{*/


/*	height: 240px;*/


/*	width: auto;*/


/*    max-width: initial;*/


/*}*/

.overflow_image_block {
    overflow: hidden;
}

.thumbnail img {
    cursor: pointer;
}

#recent-posts-2 li {
    background-color: #ffffff;
    border: none;
}

#recent-posts-2,
#recent-posts-2 h2 {
    border: none;
}


/* = boxed layout
******************************/

body.boxed>.boxed {
    margin: 0px auto;
    background: #ffffff;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    padding: 0px;
    min-height: 100%;
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* /////////////////////////////////////////////////
Twiter Bootstrap Overwrite 
//////////////////////////////////////////////////*/

.navbar-toggle {
    padding: 13px 10px;
}

.pagination {
    padding: 0;
    margin: 0px 0;
}

.pagination>li>a,
.pagination>li>span {
    min-width: 32px;
    margin-left: 10px;
    background-color: #39a6b2;
    border: 0px solid transparent;
    color: #fff;
    border-radius: 300px!important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    opacity: .8;
    background-color: #39a6b2;
    color: #fff;
}


/* BTN */

.btn {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 30px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
}

.btn-group-sm>.btn,
.btn-sm {
    line-height: 2;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    content: "\f105"
}

h4.media-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.container-fluid,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 12px;
    padding-left: 12px;
}

.thumbnail {
    border-radius: 0px;
}

.form-control {
    background-color: #ededed;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert {
    padding: 24px;
    border-radius: 0;
}

.btn {
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.modal-content {
    border-radius: 2px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
END Twiter Bootstrap Overwrite 
/////////////////////////////////////////////// */


/* ADD CLASS */

.btn-cat {
    padding: 9px 24px;
    color: #fff;
    background: #ccc;
    /*text-transform:uppercase;*/
    line-height: 1.3;
    font-family: "roboto slab";
    font-weight: normal;
    margin: 0 0 10px 0;
}

.btn-cat:hover {
    color: #fff;
    opacity: 0.8
}

.btn-dew {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-dew:hover,
.btn-dew:focus,
.btn-dew.focus,
.btn-dew:active,
.btn-dew.active,
.open>.dropdown-toggle.btn-dew {
    color: #555555;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-dew:active,
.btn-dew.active,
.open>.dropdown-toggle.btn-dew {
    background-image: none;
}

.btn-dew.disabled,
.btn-dew[disabled],
fieldset[disabled] .btn-dew,
.btn-dew.disabled:hover,
.btn-dew[disabled]:hover,
fieldset[disabled] .btn-dew:hover,
.btn-dew.disabled:focus,
.btn-dew[disabled]:focus,
fieldset[disabled] .btn-dew:focus,
.btn-dew.disabled.focus,
.btn-dew[disabled].focus,
fieldset[disabled] .btn-dew.focus,
.btn-dew.disabled:active,
.btn-dew[disabled]:active,
fieldset[disabled] .btn-dew:active,
.btn-dew.disabled.active,
.btn-dew[disabled].active,
fieldset[disabled] .btn-dew.active {
    background-color: #fff;
    border-color: #fff;
}

.btn-dew .badge {
    color: #555555;
    background-color: #eeeeee;
}

.link-color,
a.link-color {
    color: #fff!important;
}

.link-color:hover,
a.link-color:hover {
    opacity: 0.8;
}


/* = Header 
***************************************/

._header {
    background: #111;
}

._header.affix {
    height: 60px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.tab-pane.active {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

._header.affix div.main-navigation,
._header.affix .logo {
    margin-top: 10px;
}

._header.affix #search-form {
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
}

.navbar-inverse {
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background: transparent;
}

@media (min-width: 768px) {
    .navbar-inverse {
        background: transparent;
        border: none;
    }
}

@media (min-width: 992px) {
    .navbar-header {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    ._header.affix .navbar-header {
        margin-bottom: 0;
        margin-top: 0;
    }
}


/* = Main Navigation 
***************************************/

.main-navigation {
    max-height: 340px;
    font-size: 14px;
}

@media (min-width: 1200px) {
    div.main-navigation .navbar-nav {
        margin-left: 80px;
    }
}

@media (min-width: 768px) {
    div.main-navigation {
        margin-top: 50px;
        height: 40px;
    }
    div.main-navigation>ul li {
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
    }
    div.main-navigation>ul li a {
        color: #ffffff;
        padding: 10px 0px 10px 0;
        margin-right: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        outline: none;
    }
    div.main-navigation>ul ul li a {
        margin-right: 0;
    }
    div.main-navigation>ul li a i {
        margin-left: 5px;
    }
    div.main-navigation li:hover>a,
    div.main-navigation ul ul :hover>a {
        background: transparent;
    }
    div.main-navigation ul li:hover>a {
        border-bottom: 2px solid #fff;
    }
    div.main-navigation ul li:hover>ul {
        display: block;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    div.main-navigation>ul li>ul {
        display: none;
        position: absolute;
        padding: 0px;
        border-left: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        background: #fff;
        margin: 10px 0 0 0;
        left: 0;
        z-index: 9999;
    }
    div.main-navigation>ul li>ul li>ul,
    div.main-navigation>ul li>ul li>ul li>ul {
        border-top: 1px solid #d6d6d6;
    }
    div.main-navigation>ul li>ul li {
        padding: 0;
        margin: 0;
        width: 200px;
        background: none;
    }
    div.main-navigation>ul li>ul li a {
        display: block;
        border-width: medium medium 1px;
        border-style: none none solid;
        /*border-color: -moz-use-text-color -moz-use-text-color #f00; #EDEDED #16242d
		
		-moz-border-top-colors: none;
		-moz-border-right-colors: none;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;*/
        border-color: #CDCDCD;
        border-image: none;
        padding: 15px;
        color: #555;
        text-align: left;
        font-size: 100%;
        font-weight: bold;
        text-decoration: none;
    }
    div.main-navigation>ul li>ul li a:hover {
        border-bottom: 1px solid #d6d6d6;
        background: #ebebeb;
    }
    div.main-navigation>ul li>ul ul {
        display: none;
        position: absolute;
        margin: 0px 0 0 1px;
        top: 0;
        left: 100%;
        z-index: 998;
    }
    .rtl div.main-navigation>ul li>ul ul {
        left: auto;
        right: 100%;
    }
    div.main-navigation>ul li>ul ul li a {
        padding: 20px 5px;
    }
    div.main-navigation>ul li>ul li {
        display: block;
    }
    div.main-navigation>ul li:first-child {
        background: none;
    }
    div.main-navigation ul.nav li.current-menu-item {}
    div.main-navigation ul.nav li.current-menu-item a:hover,
    div.main-navigation ul.nav .current-menu-item a {}
}


/* Search Form
====================================*/

#search-form {
    margin: 0px;
}

nav.navbar #search-form {
    margin-bottom: 30px;
}

#search-form .search-text-box {
    background-color: #37474f;
    background-image: url(img/search-icon.png);
    background-position: right 50%;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 16px;
    padding-right: 32px;
    width: 100%;
    color: #888;
    cursor: text;
}

@media (min-width: 992px) {
    #search-form .search-text-box {
        float: right;
    }
    ._header.affix #search-form .search-text-box:focus,
    #search-form .search-text-box:focus {
        background-color: #EDEDED;
        color: #888;
    }
    ._header.affix #search-form .search-text-box {
        width: 32px;
        padding-left: 0;
        padding-right: 0;
        cursor: pointer;
        color: transparent;
    }
    ._header.affix #search-form .search-text-box:focus {
        padding-left: 32px;
        width: 100%;
        border: medium none;
        cursor: text;
    }
}


/* navigation */

._navigation {
    border-bottom: 1px solid #bdc4bc;
    height: 62px;
    position: relative;
    background: #39a6b2;
    margin-bottom: 24px;
}

.header_top {
    height: 62px;
    /* width:100%; */
    float: left;
    font-weight: 400;
    position: relative;
}


/* 
.header_top > ul {
    font-size:0; 
	line-height:0px;
}
.header_top > ul li{
	display:inline-block;
	position:relative;
	line-height:10px;
}
.header_top > ul li a{
	color:#ffffff;
	line-height:8px;
	padding: 12px 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline:none;
	font-size:14px;
	/*text-transform:uppercase;*/


}
.header_top>ul li a i {
    line-height: inherit;
}
.header_top>ul ul li a {
    line-height: 16x;
}
.header_top>ul li a i {
    margin-left: 5px;
}
.header_top li:hover>a,
.header_top ul ul :hover>a {
    background: #238f9b;
    text-decoration: none;
}
.header_top ul li:hover>ul {
    display: block;
}
.header_top>ul li>ul li a {
    display: block;
    border: none;
    padding: 14px 20px;
    color: #fff;
}
.header_top ul ul li a:hover {
    background: #238f9b;
}
.header_top>ul li>ul ul {
    display: none;
    position: absolute;
    margin: 0px 0 0 0px;
    top: 0;
    left: 100%;
    z-index: 998;
}
.header_top>ul li>ul ul li a {
    padding: 14px 20px;
}
.header_top>ul li>ul li>ul li a {}
.header_top>ul li>ul li:last-child a,
.header_top>ul li>ul li>ul li:last-child a {
    border-bottom: 0px;
}
.header_top>ul li>ul li {
    display: block;
}
.header_top>ul li:first-child {
    background: none;
}
.header_top ul.nav li.current-menu-item a {
    background: #238f9b;
}
.header_top ul.nav li.current-menu-item a:hover,
.header_top ul.nav .current-menu-item a {
    color: #ffffff;
}
@media (max-width: 991px) {
    .header_top {
        padding-right: 10px;
    }
    
    .topnav_toggle {
        display: block;
        background: #238f9b;
        height: 40px;
        width: 40px;
        padding: 0px;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 2px;
    }
    
    .topnav_toggle:hover {
        background-color: #912f1f;
    }
    
    .topnav_toggle:after {
        font-family: FontAwesome;
        content: "\f0c9";
        color: #fff;
        font-size: 18px;
        padding-top: 9px;
        text-align: center;
        display: block;
    }
    
    .topnav_toggle.open:after {
        content: "\f00d";
    }
    
    .header_top {
        height: auto;
        float: left;
    }
    
    .header_top ul.nav {
        display: none;
        background: #39a6b2;
    }
    
    .header_top>ul li>ul {
        background: transparent;
        padding: 0;
    }
    
    .header_top ul.nav {
        list-style: none outside none;
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 1000;
    }
    
    .header_top>ul li>ul ul {
        position: static;
    }
    
    .header_top ul.nav li {
        float: left;
        margin: 0;
        width: 100%;
    }
    
    .header_top ul.nav li a {
        text-decoration: none;
        color: #fff;
        float: none;
        padding: 20px 3%;
        width: 100%;
    }
    
    .header_top ul.nav ul.sub-menu {
        width: 100%;
    }
    
    .header_top li:hover>a,
    .header_top ul ul :hover>a {
        background: none;
    }
    
    .header_top ul.nav li.current-menu-item ul.sub-menu a:hover,
    .header_top ul.nav li.current-menu-item a,
    .header_top ul.nav a:hover {
        background: #238f9b;
    }
    
    .header_top>ul li>ul {
        position: static;
    }
    
    .header_top ul.nav li.current-menu-item ul.sub-menu a,
    .header_top ul.nav li.current-menu-item {
        background: transparent;
    }
    
    .header_top ul.nav li.current-menu-item>ul li a:hover,
    .header_top ul.nav li.current-menu-item a {
        background: #238f9b;
    }
    
    .header_top ul.nav li.current-menu-item>ul li a {
        background: none;
        padding-left: 42px;
    }
}
@media (min-width: 992px) {
    body.mtc-channel-menu .header_top {
        padding-left: 40px;
    }
    
    .topnav_toggle {
        display: none
    }
    
    .header_top ul.nav {
        display: block!important;
        margin-top: 14px;
    }
    
    .header_top>ul li>ul {
        display: none;
        position: absolute;
        padding: 0px 0px 0px 0px;
        background: #238f9b;
        margin: 0 0 0 0px;
        left: 0;
        z-index: 9999;
    }
    
    .header_top>ul li>ul li {
        padding: 0;
        margin: 0;
        width: 200px;
        background: none;
    }
    
    .header_top ul li:hover>ul {
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        z-index: 9999px;
    }
    
    .header_top>ul li a {
        border-radius: 900px;
    }
    
    .header_top>ul li.menu-item-has-children a {
        border-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .header_top>ul li.menu-item-has-children a:hover {
        border-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
*/ .header_top>ul.top-nav {
    font-size: 0;
    line-height: 0px;
}
.header_top>ul.top-nav li {
    display: inline-block;
    position: relative;
    line-height: 10px;
}
.header_top>ul.top-nav li a {
    color: #ffffff;
    line-height: 8px;
    padding: 12px 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    font-size: 18px;
    /*text-transform:uppercase;*/
}
@media (max-width: 1200px) and (min-width: 992px) {
    .header_top>ul.top-nav li a {
        font-size: 12px;
        padding: 12px 18px;
    }
}
.header_top>ul.top-nav li a i {
    line-height: inherit;
}
.header_top>ul.top-nav ul li a {
    line-height: 16x;
}
.header_top>ul.top-nav li a i {
    margin-left: 5px;
}
.header_top ul.top-nav li:hover>a,
.header_top ul.top-nav ul :hover>a {
    background: #238f9b;
    text-decoration: none;
}
.header_top ul.top-nav li:hover>ul {
    display: block;
}
.header_top>ul.top-nav li>ul li a {
    display: block;
    border: none;
    padding: 14px 20px;
    color: #fff;
}
.header_top ul.top-nav ul li a:hover {
    background: #238f9b;
}
.header_top>ul.top-nav li>ul ul {
    display: none;
    position: absolute;
    margin: 0px 0 0 0px;
    top: 0;
    left: 100%;
    z-index: 998;
}
.header_top>ul.top-nav li>ul ul li a {
    padding: 14px 20px;
}
.header_top>ul.top-nav li>ul li>ul li a {}
.header_top>ul.top-nav li>ul li:last-child a,
.header_top>ul.top-nav li>ul li>ul li:last-child a {
    border-bottom: 0px;
}
.header_top>ul.top-nav li>ul li {
    display: block;
}
.header_top>ul.top-nav li:first-child {
    background: none;
}
.header_top ul.nav li.current-menu-item a {
    background: #238f9b;
}
.header_top ul.nav li.current-menu-item a:hover,
.header_top ul.nav .current-menu-item a {
    color: #ffffff;
}
@media (max-width: 991px) {
    .header_top {
        padding-right: 10px;
    }
    
    .topnav_toggle {
        display: block;
        background: #238f9b;
        height: 40px;
        width: 40px;
        padding: 0px;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 2px;
    }
    
    .topnav_toggle:hover {
        background-color: #912f1f;
    }
    
    .topnav_toggle:after {
        font-family: FontAwesome;
        content: "\f0c9";
        color: #fff;
        font-size: 18px;
        padding-top: 9px;
        text-align: center;
        display: block;
    }
    
    .topnav_toggle.open:after {
        content: "\f00d";
    }
    
    .header_top {
        height: auto;
        float: left;
    }
    
    .header_top ul.top-nav {
        display: none;
        background: #39a6b2;
    }
    
    .header_top>ul.top-nav li>ul {
        background: transparent;
        padding: 0;
    }
    
    .header_top ul.top-nav.nav {
        list-style: none outside none;
        display: none;
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        z-index: 1000;
    }
    
    .header_top>ul.top-nav li>ul ul {
        position: static;
    }
    
    .header_top ul.top-nav li {
        float: left;
        margin: 0;
        width: 100%;
    }
    
    .header_top ul.top-nav li a {
        text-decoration: none;
        color: #fff;
        float: none;
        padding: 20px 3%;
        width: 100%;
    }
    
    .header_top ul.top-nav ul.sub-menu {
        width: 100%;
    }
    
    .header_top ul.top-nav li:hover>a,
    .header_top ul.top-nav ul :hover>a {
        background: none;
    }
    
    .header_top ul.top-nav li.current-menu-item ul.sub-menu a:hover,
    .header_top ul.top-nav li.current-menu-item a,
    .header_top ul.top-nav a:hover {
        background: #238f9b;
    }
    
    .header_top>ul.top-nav li>ul {
        position: static;
    }
    
    .header_top ul.top-nav li.current-menu-item ul.sub-menu a,
    .header_top ul.top-nav li.current-menu-item {
        background: transparent;
    }
    
    .header_top ul.top-nav li.current-menu-item>ul li a:hover,
    .header_top ul.top-nav li.current-menu-item a {
        background: #238f9b;
    }
    
    .header_top ul.top-nav li.current-menu-item>ul li a {
        background: none;
        padding-left: 42px;
    }
}
@media (min-width: 992px) {
    body.mtc-channel-menu .header_top {
        padding-left: 40px;
    }
    
    .topnav_toggle {
        display: none
    }
    
    .header_top ul.top-nav {
        display: block!important;
        margin-top: 14px;
    }
    
    .header_top>ul.top-nav li>ul {
        display: none;
        position: absolute;
        padding: 0px 0px 0px 0px;
        background: #238f9b;
        margin: 0 0 0 0px;
        left: 0;
        z-index: 9999;
    }
    
    .header_top>ul.top-nav li>ul li {
        padding: 0;
        margin: 0;
        width: 200px;
        background: none;
    }
    
    .header_top ul.top-nav li:hover>ul {
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        z-index: 9999px;
    }
    
    .header_top>ul.top-nav li a {
        border-radius: 900px;
    }
    
    .header_top>ul.top-nav li.menu-item-has-children a {
        border-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .header_top>ul.top-nav li.menu-item-has-children a:hover {
        border-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

/* = ADS
***************************************/
.box-ads,
._ads {
    display: none;
}
@media (min-width: 1200px) {
    .box-ads,
    ._ads {
        display: block;
    }
    
    .box-ads {
        width: 970px;
        height: 90px;
        overflow: hidden;
        background: #555555;
        vertical-align: middle;
        margin: 0 auto;
        margin-bottom: 24px;
    }
    
    .box-ads.banner_728_90 {
        width: 728px;
    }
    
    ._ads .box-ads img {
        width: 100%;
    }
}

/* BREKING NEWS */
.breaking-news {
    background: #fff;
    padding: 12px 24px;
    margin-bottom: 24px;
    display: none;
}
@media (min-width: 768px) {
    .breaking-news {
        display: block;
    }
}

/* = Ticker 
***************************************/
.ticker-wrapper.has-js {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40px;
    display: block;
}
.ticker {
    width: 710px;
    display: block;
    position: relative;
    overflow: none;
}
.ticker-title {
    padding-top: 5px;
    padding-bottom: 7px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
.ticker-content {
    margin: 0px;
    padding-top: 0px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2em;
}
.ticker-content .btn {
    padding: 8px 24px;
}
.ticker-content:focus {
    display: none;
}
.ticker-content a {
    text-decoration: none;
}
.ticker-content a:hover {
    text-decoration: underline;
}
.ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0px;
    background-color: #fff;
    display: block;
    width: 800px;
    height: 45px;
}
.ticker-swipe span {
    margin-left: 1px;
    background-color: #fff;
    border-bottom: 1px solid #1F527B;
    height: 12px;
    width: 7px;
    display: block;
}
.ticker-controls {
    padding: 0px;
    list-style-type: none;
    float: left;
    position: absolute;
}
.ticker-controls li {
    padding: 5px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: block;
    background: #39a6b2!important;
    border-radius: 50%;
}
.ticker-controls li:after {
    font: normal normal normal 10px/1 FontAwesome;
    content: "";
    color: #fff;
    text-align: center;
    height: 20px;
    width: 20px;
    display: block;
    font-size: 10px;
    padding-top: 5px;
}
.ticker-controls li.jnt-play-pause:after {
    content: "\f04c";
}
.ticker-controls li.jnt-play-pause {
    background-image: url('img/controls.png');
    background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
    background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
    background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused:after {
    content: "\f04b";
}
.ticker-controls li.jnt-play-pause.paused {
    background-image: url('img/controls.png');
    background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
    background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
    background-position: 48px 0px;
}
.ticker-controls li.jnt-prev:after {
    content: "\f04a";
}
.ticker-controls li.jnt-prev {
    background-image: url('img/controls.png');
    background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
    background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
    background-position: 0px 0px;
}
.ticker-controls li.jnt-next:after {
    content: "\f04e";
}
.ticker-controls li.jnt-next {
    background-image: url('img/controls.png');
    background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
    background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
    background-position: 16px 0px;
}
.ticker-controls li.over {
    opacity: .6!important;
}
.js-hidden {
    display: none;
}
.no-js-news {
    padding: 10px 0px 0px 45px;
    color: #F8F0DB;
}
.left .ticker-swipe {
    /*left: 80px;*/
}
.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
    right: 44px;
}
.right .ticker-swipe {
    /*right: 80px;*/
}
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
    left: 44px;
}

/* = Content
***************************************/
._content {
    margin-bottom: 24px;
}

/* = PAGINATION
***************************************/
.wrap-pagination {
    text-align: center;
    border-top: 1px solid #ededed;
    padding-top: 24px;
}
body.author .wrap-pagination {
    padding-left: 24px;
    padding-right: 24px;
}
.wrap-pagination span.pagination-info {
    float: left;
    margin-top: 10px;
}
.single-pagination {
    margin-bottom: 24px;
    padding: 4px;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    font-size: 15px;
    text-transform: inherit;
}
.single-pagination div.next,
.single-pagination div.previous {
    display: inline-block;
    padding: 12px;
}
.single-pagination div.previous,
.single-pagination div.next {
    width: 50%;
}
.single-pagination div .next a,
.single-pagination div .previous a {
    margin: 10px 0;
    padding: 10px;
    display: block;
}
.single-pagination div.previous img {
    margin-left: 14px;
    margin-right: 14px;
    height: 50px;
}
.single-pagination div.previous img,
.single-pagination div.previous i.fa {
    float: left;
}
.single-pagination div.previous i.fa {
    margin-top: 14px;
}
.single-pagination div.next {
    text-align: right;
    border-left: 1px solid #e2e2e2;
}
.single-pagination div.next img {
    margin-left: 14px;
    margin-right: 14px;
    height: 50px;
}
.single-pagination div.next img,
.single-pagination div.next i.fa {
    float: right;
}
.single-pagination div.next i.fa {
    margin-top: 14px;
}

/* = ERROR 404
***************************************/
body.error404 ._content .main-content,
body.search-no-results ._content .main-content {
    background: #fff;
    border: 1px solid #e0e0e0;
    min-height: 400px;
    width: 100%;
}
.page-404 {
    padding: 24px;
}
h1.notfound,
h2.notfound {
    font-weight: bold
}
h1.notfound {
    font-size: 90px;
}
h2.notfound {
    font-size: 30px;
    /*text-transform:uppercase;*/
}
.page-404>.text-center {
    padding-top: 90px;
}

/* = SEARCH FORM
***************************************/
.search-form .btn {
    padding-left: 24px;
    padding-right: 24px;
}
.search-form .form-control {
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-right-width: 0;
}
.rtl .search-form .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    border-right-width: 1px;
}
.rtl .input-group-btn:last-child>.btn,
.rtl .input-group-btn:last-child>.btn-group>.btn,
.rtl .input-group-btn:last-child>.dropdown-toggle,
.rtl .input-group-btn:first-child>.btn:not(:first-child),
.rtl .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 500px;
    ;
    border-bottom-left-radius: 500px;
    ;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-form .form-group {
    margin-bottom: 0;
}
.main-content,
.sidebar {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

/* = MAIN CONTENT
***************************************/
.main-content {
    margin-bottom: 24px;
    width: 638px;
}
@media (min-width: 1200px) {
    .main-content {
        width: 896px;
    }
}
@media (max-width: 991px) {
    .main-content {
        width: 740px;
    }
}
@media (max-width: 767px) {
    .main-content {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .main-content {
        float: left;
        /* margin-right:24px; */
        margin-bottom: 0;
    }
    /* body.page-template-template-contact .main-content,
	body.page-template-template-home-4 .main-content,
	body.page-template-template-home-3 .main-content,
	body.search .main-content,
	body.search-results .main-content,
	body.single-post .main-content,
	body.archive .main-content,
	body.blog .main-content,
	body.woocommerce .main-content,
	body.woocommerce-page .main-content,
	body.page-template-default .main-content{
		width:876px;
	} */
}

/* = Slider
***************************************/
.slider {
    width: 100%;
    margin-bottom: 55px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -max-height: 426px;
}
@media (min-width: 1200px) {
    body.page-template-template-home-6 .box-slider {
        width: 810px;
        max-width: 810px!important;
        float: left;
    }
    
    body.page-template-template-home-6 .box-slider .slider {
        float: left;
    }
}
.media-1 {
    height: 248px;
    float: left;
    background: #ccc;
    overflow: hidden;
    position: relative;
    width: 33.33333333333333%;
    margin: 0 0 6px 0;
}
@media (min-width: 992px) {
    .post-media {
        float: left;
    }
}
.line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}
.media-1 .mask {
    padding: 24px;
    background: rgba(0, 0, 0, .2);
}
.media-1 .mask:hover {
    background: transparent
}
@media (min-width: 1200px) {
    body.cat-layout-4 .box-slider,
    body.page-template-template-home-6 .box-slider {
        width: 810px;
        max-width: 810px!important;
        float: left;
    }
    
    body.cat-layout-4 .box-slider .slider,
    body.page-template-template-home-6 .box-slider .slider {
        float: left;
    }
    
    .post-media {
        padding: 0 3px;
        width: 390px;
    }
    
    .media-1 {
        margin: 0 3px 6px 3px;
        width: 380px;
    }
    
    .media-1.v {
        width: 186px;
    }
}
@media (max-width: 767px) {
    .media-1 {
        width: 100%;
    }
}
.overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*text-transform: uppercase;*/
    
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
}
.overlay h2 {
    padding: 0;
    margin: 0;
    font-size: 16px
}
#carousel {
    position: relative;
}
#carousel img {
    width: 100%;
}
#timer {
    background: rgba( 255, 255, 255, 0.5);
    width: 1060px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
#captions {
    background: rgba(0, 0, 0, 0.4);
    padding: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 887;
}
.slider .caption {
    height: auto;
    width: 100%;
    position: relative;
    padding: 24px 24px;
}
.slider .caption h3 {
    /*text-transform:uppercase;*/
    
    padding: 0;
    font-weight: normal;
    font-family: "Roboto Slab";
    margin: 0 0 10px 0;
}
.slider .caption h3 a {
    color: #ffffff;
}
.slider .pager-nav {
    position: absolute;
    height: 24px;
    bottom: 0;
    right: 0;
    z-index: 979;
}
.slider .pager-nav a {
    padding: 2px 10px;
    float: left;
    background: #010100;
    text-align: center;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.slider .pager-nav a.selected,
.slider .pager-nav a:hover {
    background: #39a6b2;
    color: #fff!important;
}
.slider .pager-nav i {
    cursor: pointer;
}

/* end slider */

/* PAGE */
body.page div.page {
    padding: 0;
}
body.page div.page header.page-header {
    background: #fff;
    border-bottom: 1px solid #D6D6D6;
    padding: 24px;
    margin: 0;
}
div.page .entry {
    padding: 24px;
}

/* POST TABS 
*****************************************************/
.post-tabs-wrap {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
}
.post-tabs-header {
    padding: 20px;
    background: #ffffff;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #39a6b2;
}
.post-tabs-header-wrap.affix-bottom,
.post-tabs-header-wrap.affix {
    width: 650px;
    margin-left: -1px;
    top: 0;
    z-index: 997;
    background: #f9f9f9;
    border-bottom: 1px solid #d6d6d6;
    border: 1px solid #d6d6d6;
    position: fixed!important;
}
.post-tabs-header-wrap.affix-bottom {
    position: absolute;
}
body.fixed-header .post-tabs-header-wrap.affix {
    /* set top:58px if header is fixed to */
    
    top: 58px;
}
.post-tabs-wrap h2.title {
    font-weight: normal;
    color: #ce4d37;
    /*text-transform:uppercase;*/
    
    font-size: 20px;
    padding: 0;
    margin: 0;
    display: inline;
    font-family: "roboto slab";
}
.post-tabs-wrap .tabs-nav {
    font-size: 14px;
}
.rtl .post-tabs-wrap .tabs-nav {
    direction: ltr;
}
.post-tabs-wrap .tabs-nav a {
    width: 24px;
    height: 24px;
    padding-top: 2px;
    background: #39a6b2;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.post-tabs-wrap .post-tabs-content {
    min-height: 300px;
    padding: 24px;
    padding-top: 0;
}
@media (max-width: 450px) {
    .post-tabs-wrap .post-tabs-content {
        padding: 24px 0px;
    }
    
    .next-prev-post {
        display: inline-block;
    }
}
.post-tab-nav {
    padding: 24px;
    /*text-transform: uppercase;*/
}
.post-tab-nav .nav a {
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 14px;
}
.post-tab-nav .nav a:focus {
    outline: none;
}
.post-tab-nav .nav li.active a {
    background: #39a6b2;
}
.list-tab {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #ececee;
    height: 302px;
    background: #fff;
}
.list-tab-thumb {
    width: 300px;
    height: 300px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    position: relative
}
@media (max-width: 320px) {
    .list-tab-thumb {
        width: 100%;
        height: auto;
    }
}
div.list-tab-thumb img {
    width: 100%;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}
div.list-tab-thumb:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-tab-content {
    height: 300px;
    display: table-cell;
    vertical-align: top;
    padding: 24px;
    position: relative;
    font-size: 14px;
}
.list-tab-content h2 {
    padding: 0;
    margin: 0 0 10px 0;
    /*text-transform:uppercase;*/
    
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}
.post-share {
    width: 100%;
}
.share-item {
    width: 33.33333333333333%;
    float: left;
}
.list-tab-content span.counter-count {
    font-size: 20px;
}
.panel-meta,
.list-tab-content .panel-meta {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #ececee;
    padding: 15px 24px;
    font-size: 12px;
    /*text-transform:uppercase;*/
}
.panel-meta span.post-date {
    margin-right: 24px;
}
.rtl .panel-meta span.post-date {
    margin-right: 0;
    margin-left: 12px;
}
.panel-meta span i {
    margin-right: 6px;
}
.rtl .panel-meta span i {
    margin-right: 0;
    margin-left: 6px;
}
.caption .panel-meta {
    bottom: 24px;
    right: 12px;
    left: 12px;
}
.thumbnail .caption {
    padding: 0;
}
.thumbnail .caption h3 {
    margin-top: 10px;
}
.post-tabs-content .list-tab:last-child {
    margin-bottom: 0;
}

/* Author Post  */
.main-content .thumbnail {
    padding: 0;
    border-color: #ffffff;
}

/* POST list */
.post-list-wrap {
    width: 100%;
}
.post-list-header {
    padding: 24px;
    background: #ffffff;
}
.post-list-wrap .list-nav a {
    width: 24px;
    height: 24px;
    padding-top: 2px;
    background: #39a6b2;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.post-list-nav {
    margin-bottom: 24px;
}
.post-list-nav .nav a {
    border-radius: 20px;
    padding: 6px 15px;
}
.post-list-nav .nav li.active a {
    background: #39a6b2;
}
.list-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    position: relative;
}
.list-list-thumb img {
    width: 100%;
    height: auto;
}
.list-list-thumb {
    position: relative;
    max-height: 224px;
    overflow: hidden;
    /* float:left; */
    
    display: block;
    cursor: pointer;
}
div.list-list-thumb img {
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}
div.list-list-thumb:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-list-content {
    margin-top: 16px;
    position: relative;
    height: 77px;
    overflow: hidden;
}
.list-list-content h2 {
    padding: 0px;
    margin: 0px 0px 10px;
    line-height: 20px;
}
.list-list-content h2 a {
    font-family: Inter!important;
    font-style: normal!important;
    ;
    font-weight: bold!important;
    ;
    font-size: 16px;
    color: #000000;
}
.post-share {
    width: 100%;
}
.share-item {
    width: 33.33333333333333%;
    float: left;
}
.list-list-content span.counter-count {
    font-size: 20px;
}
.list-list-content .panel-meta {}
.post-list-content .list-list:last-child {
    margin-bottom: 0;
}
.post-list-content div.inner {
    padding: 24px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #ececee;
}
.post-list-content div.inner .thumbnail {
    border: none;
    margin-bottom: 0px;
}
.post-list-content div.inner .caption {
    padding: 24px 0 0 0;
}
.post-list-content div.inner .caption h3 {
    margin-bottom: 0px;
}
.post-list-content div.inner .caption h3,
.thumb-mini-2 .caption h3,
.thumb-mini-4 .caption h3 {
    font-size: 16px;
    line-height: 23px;
    /*text-transform:uppercase;*/
    
    font-family: "roboto slab";
    font-weight: normal;
}
.rel-center-top h3 {
    position: relative;
    bottom: 40px;
}
.thumb-mini-2 .caption {
    min-height: 70px;
    max-height: 170px;
}

/*@media (min-width: 768px) {*/

/*.thumb-mini-2 .caption{*/

/*	height:175px;*/

/*}*/

/*}*/

/*@media (min-width: 992px) {*/

/*.thumb-mini-2 .caption{*/

/*	height:220px;*/

/*}*/

/*}*/

/*@media (min-width: 1200px) {*/

/*.thumb-mini-2 .caption{*/

/*	height:120px;*/

/*}*/

/*}*/
.thumb-mini-4 .caption h3,
.thumb-mini-2 .caption h3 {
    min-height: 55px;
    max-height: 77px;
    overflow: hidden;
    font-size: 18px;
    margin: 0;
}
.thumb-mini-4 .caption {
    height: 170px;
}

/* list-v1 */
.list-v1 {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list-v1:hover>.inner .content-v1 {
    box-shadow: 0 2px 10px #ccc;
}
@media (min-width: 1200px) {
    .list-v1 {
        display: block;
        margin-bottom: 24px;
        width: 50%;
        float: left;
        padding-left: 0;
        padding-right: 12px;
    }
    
    .list-v1:nth-of-type(2n+2) {
        padding-right: 0;
        padding-left: 12px;
    }
}
.list-v1 .inner {
    padding: 0!important;
    margin: 0!important;
    background: #fff;
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
}
.thumb-v1 {
    height: 150px;
    width: 150px;
    overflow: hidden;
    float: left;
    margin-right: 24px;
}
.thumb-v1 img {
    width: 100%;
}
.content-v1 {
    min-height: 150px;
    padding: 24px;
}
.content-v1 h2 {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 22px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    max-height: 54px;
}
.content-v1 h2 a {
    font-size: 18px;
    /*text-transform:uppercase;*/
    
    padding: 0;
    margin: 0;
}
.media-format {
    width: 100%;
    margin-bottom: 24px;
}
.format-image .media-format img {
    width: 100%;
    height: auto;
}

/* .format-audio .media-format iframe{
	width:100%;
	height:auto;
} */

/* POST META */
.post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-meta ul li {
    display: inline;
    margin-right: 5px;
    position: relative;
    padding-left: 16px;
}
.post-meta ul li a {
    font-family: Inter!important;
    font-style: normal!important;
    ;
    font-weight: normal!important;
    ;
    font-size: 12px;
    line-height: 24px;
    color: #8A8A8A;
}
.post-meta ul li.meta-category,
.post-meta ul li.meta-category-single,
.post-meta ul li:first-child {
    border: none!important;
    padding: 0!important;
}
.post-meta ul li.meta-category-single a {
    color: #000000;
}
.post-meta ul li.meta-category-single {
    margin: 0;
}
.post-meta ul li i {
    margin-right: 5px;
}
.post-meta ul li:first-child:before {
    display: none;
}
.post-meta ul li.meta-category {
    margin-right: 0;
}
.post-meta a {
    color: #787878;
}
.post-meta ul li.meta-category-single a {
    padding: 0px 0px;
}
.post-meta a:hover {
    text-decoration: none
}

/* Single Post */
h1.page-title {
    /*text-transform:uppercase;*/
    
    margin-bottom: 20px
}
div.page,
.post {
    margin-bottom: 32px;
}
div.page p,
.post p {
    line-height: 25px;
}
div.page .post-meta,
.post .post-meta {
    margin-bottom: 24px;
}

/* Post Tags */
.post-tags {
    margin: 64px 0 64px 0;
}
.post-tags span {
    font-size: 16px;
    /*text-transform:uppercase;*/
}
.post-tags a {
    font-family: Inter !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 32px;
    margin-right: 16px;
    background: none !important;
}
.load-more {
    text-align: center;
}

/* .load-more span{
	cursor:pointer;
	padding:6px 24px;
	background:#39a6b2;
	display: inline-block;
	margin-right: 15px;
	color:#fff;
    margin-top: 3px;
    margin-bottom: 3px;
	text-align:center;
	border-radius: 500px;
} */
#load_more_text {
    padding: 0px;
    margin: 0px;
}
.post-tags a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "#";
    font-size: 16px;
    line-height: 32px;
}
.post-tags a:hover {
    text-decoration: none;
}
.post-share {}
ul.social_share {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center
}
ul.social_share li {
    display: inline-block;
    margin: 12px;
}
ul.social_share li a {
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 14px;
    padding-left: 3.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 45px;
    background: #ccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 500px;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}
ul.social_share li a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.social_share a.social-facebook {
    color: #fff!important;
    background: #4861A3!important;
    border-color: #4861A3!important;
}
.social_share a.social-twitter {
    color: #fff!important;
    background: #1BB2E9!important;
    border-color: #1BB2E9!important;
}
.social_share a.social-google-plus {
    color: #fff!important;
    background: #CE4231!important;
    border-color: #CE4231!important;
}
.social_share a.social-linkedin {
    color: #fff!important;
    background: #007BB6!important;
    border-color: #007BB6!important;
}
.social_share a.social-youtube {
    color: #fff!important;
    background: #BC1E2C!important;
    border-color: #BC1E2C!important;
}
.social_share a.social-flickr {
    color: #fff!important;
    background: #FE0083!important;
    border-color: #FE0083!important;
}
.social_share a.social-vimeo {
    color: #fff!important;
    background: #1BB6EC!important;
    border-color: #1BB6EC!important;
}
.social_share a.social-pinterest {
    color: #fff!important;
    background: #CD2026!important;
    border-color: #CD2026!important;
}
.social_share a.social-dribbble {
    color: #fff!important;
    background: #E14A85!important;
    border-color: #E14A85!important;
}
.social_share a.social-tumblr {
    color: #fff!important;
    background: #49637C!important;
    border-color: #49637C!important;
}
.social_share a.social-instagram {
    color: #fff!important;
    background: #AC8568!important;
    border-color: #AC8568!important;
}
.social_share a.social-soundcloud {
    color: #fff!important;
    background: #FF4C00!important;
    border-color: #FF4C00!important;
}
.social_share a.social-envelope-alt {
    color: #fff!important;
    background: #FF4C00!important;
    border-color: #FF4C00!important;
}

/* Single */
.single-widget-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

/* Post author */
.post-author {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.author-avatar {
    width: 104px;
    height: 104px;
    margin-bottom: 16px;
}
.author-avatar img.avatar {
    width: 104px!important;
    height: 104px!important;
}
.author-content {
    width: 100%;
}
.author-content h3 {
    font-family: Inter !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.author-content p.description {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #8A8A8A;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}
.author-content .author-content-footer {}

/* = Related Post
----------------------------------------------------- */
div.box-post-related {
    width: 100%;
    height: 400px;
    background: #f5f5f5;
}

/* = SOCIAL MEDIA 
----------------------------------------------------- */
ul.socmed {
    list-style: none;
    margin: 0px;
    padding: 0;
    display: block;
}
ul.socmed li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    padding: 0;
}
ul.socmed li:last-child {
    margin-right: 0;
}
@media (min-width: 320px) and (max-width: 550px) {
    .social-buttons {
        padding: 0 24px 0 24px;
    }
    
    .social-buttons .thesis {
        font-size: 15px;
    }
    
    ul.socmed li {
        margin-right: 15px;
    }
    
    .socmed a {
        padding: 0;
    }
}
.socmed a {
    font-size: 16px;
    width: 34px;
    padding: 2px 8px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.socmed a,
.socmed i:before {
    cursor: pointer;
}
.socmed .social-facebook:hover {
    background-color: #4861A3
}
.socmed .social-twitter:hover {
    background-color: #1BB2E9
}
.socmed .social-google-plus:hover {
    background-color: #CE4231!important;
}
.socmed .social-linkedin:hover {
    background-color: #007BB6!important;
}
.socmed .social-youtube:hover {
    background-color: #BC1E2C!important;
}
.socmed .social-rss:hover {
    background-color: #F99C00!important;
}
.socmed .social-flickr:hover {
    background-color: #FE0083!important;
}
.socmed .social-vimeo:hover {
    background-color: #fff!important;
}
.socmed .social-pinterest:hover {
    background-color: #CD2026;
}
.socmed .social-dribbble:hover {
    background-color: #E14A85;
}
.socmed .social-tumblr:hover {
    background-color: #49637C;
}
.socmed .social-instagram:hover {
    background-color: #694930!important;
}
.socmed .social-soundcloud:hover {
    background-color: #FF4C00!important;
}
.socmed .social-github:hover {
    background-color: #42c0fb!important;
}
.socmed .social-telegram:hover {
    background-color: #49637C!important;
}

/* OVERLAY */
div.mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 990;
    background: transparent;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}
div.mask:hover {
    background: rgba(0, 0, 0, .2);
}
.mask-inside {
    background: #000;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    margin-top: -20px;
    font-size: 16px;
    text-align: center;
    padding-top: 12px;
    color: #fff;
    top: 60%;
    left: 0;
    line-height: 16px;
    border-radius: 500px;
}
.mask-inside,
div.mask .cat {
    opacity: 0;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}
div.mask .cat {
    position: absolute;
    top: 35%;
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.mask-inside.link-center {
    left: 50%;
    top: 80%;
    margin-left: -20px;
}
.mask-inside.link {
    left: auto;
    right: 0;
}
.mask-inside:hover {
    text-decoration: none;
    background: #cad2d5;
    color: #fff;
}
div.mask:hover>.mask-inside,
div.mask:hover>.cat {
    opacity: 1;
}
div.mask:hover>.mask-inside {
    left: 50%;
    margin-left: -82px;
}
div.mask:hover>.mask-inside.link-center {
    top: 60%;
    margin-left: -20px;
}
div.mask:hover>.mask-inside.link {
    right: 50%;
    margin-left: auto;
    margin-right: -82px;
}
.mtc-like:focus {
    outline: none;
    color: #ffffff;
}
.mtc-like-count {
    float: left;
    opacity: 0;
    height: 38px;
    padding: 5px 0px;
    position: absolute;
    margin: 0px;
    left: 0px;
    line-height: 2;
    top: -100px;
    text-align: center;
    width: 38px;
    visibility: hidden;
    z-index: 2;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 2px;
    background: #111;
}
.mtc-like:hover .mtc-like-count {
    opacity: 1;
    top: -45px;
    transition-delay: 0s;
    visibility: visible;
}
.mtc-like-count:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    display: block;
    position: absolute;
    bottom: -26px;
    left: 0px;
    font-size: 24px;
    width: 38px;
    text-align: center;
    color: #111;
}

/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}

/* = SIDEBAR 
**************************************************/
.sidebar {
    height: auto;
    float: left;
    width: 100%;
    word-wrap: break-word;
}
@media (min-width: 768px) {
    .sidebar {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .sidebar {
        width: 326px;
    }
    
    .sidebar.sidebar-mini {
        float: left;
        width: 224px;
        min-height: 100px;
    }
    
    .widget_mini {
        transition: all 0.9s;
        -moz-transition: all 0.9s;
        -webkit-transition: all 0.9s;
        -o-transition: all 0.9s;
    }
    
    .widget_mini.pressmagz_top_post_widget {
        width: 200px!important;
        top: 0;
    }
    
    body.fixed-top-post .widget_mini.pressmagz_top_post_widget.affix {
        /* set top:58px if header is fixed to */
        top: 0;
    }
    
    body.fixed-top-post.fixed-header .widget_mini.pressmagz_top_post_widget.affix {
        /* set top:58px if header is fixed to */
        top: 58px!important;
    }
    
    .widget_mini.pressmagz_top_post_widget.affix-bottom {
        position: absolute;
    }
}

/* NO SIDEBAR */
body.single.no-sidebar .sidebar {
    display: none;
}
body.single.no-sidebar .main-content {
    width: 100%
}
.sidebar .widget {
    margin-bottom: 24px;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    width: 100%;
}
.widget_footer.widget {
    margin-bottom: 24px;
}
.widget-header,
.sidebar h2.widget_title {
    font-weight: bold;
    color: #555555;
    /*text-transform:uppercase;*/
    
    font-size: 19px;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #39a6b2;
    font-family: "Roboto Slab";
    font-weight: normal;
}

/* Widget Icon */
.sidebar h2.widget_title:after,
.sidebar h2.widget_title:before {
    font-family: 'FontAwesome';
    content: "\f0c9";
    margin-right: 12px;
    font-size: 20px;
}
.sidebar h2.widget_title:after {
    margin-left: 12px;
    margin-right: 0;
    display: none;
}
.box-widget-footer h2.widget_title:after,
.box-widget-footer h2.widget_title:before {
    display: none;
}
.widget_meta h2.widget_title:before,
.widget_meta h2.widget_title:after {
    content: "\f007"
}
.widget_tag_cloud h2.widget_title:before,
.widget_tag_cloud h2.widget_title:after {
    content: "\f02c"
}
.widget_archive h2.widget_title:before,
.widget_archive h2.widget_title:after {
    content: "\f187"
}
.widget_recent_comments h2.widget_title:before,
.widget_recent_comments h2.widget_title:after {
    content: "\f017"
}
.widget_categories h2.widget_title:before,
.widget_categories h2.widget_title:after {
    content: "\f07b"
}
.widget_calendar h2.widget_title:before,
.widget_calendar h2.widget_title:after {
    content: "\f073"
}
.pressmagz_recent_post_widget h2.widget_title:before,
.pressmagz_recent_post_widget h2.widget_title:after {
    content: "\f017"
}
.pressmagz_popular_post_widget h2.widget_title:before,
.pressmagz_popular_post_widget h2.widget_title:after {
    content: "\f08a"
}
.pressmagz_top_post_widget h2.widget_title:before,
.pressmagz_top_post_widget h2.widget_title:after {
    content: "\f0a2"
}
.pressmagz_banner_120_240 h2.widget_title:before,
.pressmagz_banner_120_240 h2.widget_title:after,
.pressmagz_banner_120_140 h2.widget_title:before,
.pressmagz_banner_120_140 h2.widget_title:after,
.pressmagz_banner_120_600 h2.widget_title:before,
.pressmagz_banner_120_600 h2.widget_title:after,
.pressmagz_banner_120_90 h2.widget_title:before,
.pressmagz_banner_120_90 h2.widget_title:after,
.pressmagz_banner125 h2.widget_title:before,
.pressmagz_banner125 h2.widget_title:after,
.pressmagz_banner_160_600 h2.widget_title:before,
.pressmagz_banner_160_600 h2.widget_title:after,
.pressmagz_banner300250 h2.widget_title:before,
.pressmagz_banner300250 h2.widget_title:after,
.pressmagz_banner300600 h2.widget_title:before,
.pressmagz_banner300600 h2.widget_title:after {
    content: "\f0a1"
}
.widget_pages li,
.widget_meta li,
.widget_nav_menu li,
.widget_categories li,
.widget_recent_comments li,
.widget_archive li {
    padding-left: 12px;
    font-size: 15px;
    line-height: 25px;
}
.widget_pages li:before,
.widget_meta li:before,
.widget_nav_menu li:before,
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
    position: absolute;
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f105";
    margin-left: -12px;
}
.rtl .widget_pages li:before,
.rtl .widget_meta li:before,
.rtl .widget_nav_menu li:before,
.rtl .widget_categories li:before,
.rtl .widget_recent_comments li:before,
.rtl .widget_archive li:before {
    content: "\f104";
    margin-right: -12px;
    margin-left: 0;
}
.widget ul {
    list-style: none;
    padding: 0px 0;
    margin: 0px 0px 0px 0;
}
.sidebar .widget ul li {
    position: relative;
    padding: 10px 20px 10px 35px;
    border-bottom: 1px solid #ededed;
}
.widget ul li:last-child {
    border-bottom: none!important;
}

/* Text Widget */
.textwidget {
    padding: 24px;
    font-size: 15px;
    line-height: 25px;
}
.widget_footer .textwidget {
    padding: 0;
}

/* calendar widget */
#calendar_wrap {
    margin-bottom: 24px;
}
#wp-calendar {
    width: 100%;
    color: #282727;
    padding: 0;
}
#wp-calendar caption {
    text-align: right;
    color: #282727;
    padding: 15px;
    border-bottom: 1px solid #d6d6d6;
}
#wp-calendar thead {}
#wp-calendar thead th {
    padding-bottom: 0px;
    padding: 15px;
}
#wp-calendar tbody {}
#wp-calendar tbody td {
    background: transparent;
    text-align: center;
    padding: 5px;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot td {
    padding: 5px;
}
#wp-calendar tfoot #next {
    /*text-transform: uppercase;*/
    
    text-align: right;
}
#wp-calendar tfoot #prev {
    /*text-transform: uppercase;*/
}
.widget_footer #wp-calendar caption,
.widget_footer #wp-calendar {
    color: #C2C7CA;
}

/* Archive and Categories on display dropdown */
.widget.widget_categories select,
.widget.widget_archive select {
    width: 88%;
    margin: 15px 6%;
}
.sidebar .widget.pressmagz_categories_widget ul li,
.sidebar .widget.widget_categories ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pressmagz_categories_widget ul li.cat-item span.badge,
.widget_categories ul li.cat-item span.badge {
    padding: 14px 0px;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    margin-top: -10px;
}
.pressmagz_categories_widget ul li.cat-item {
    font-weight: bold;
    /*text-transform:uppercase;*/
}

/* tagcloud */
.sidebar .tagcloud {
    padding: 24px;
}
.tagcloud a {
    border: 1px solid #39a6b2;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 4px 15px;
    position: relative;
    /*text-transform:uppercase;*/
}
.tagcloud a:hover {
    background: #39a6b2;
    color: #fff;
    text-decoration: none;
}

/*  search  */
.widget.widget_search {
    padding: 15px!important;
}
.widget.widget_search .form-group,
.widget.widget_search .input-group {
    width: 100%;
}

/* = MTC Widget 
**********************************************/

/* Widget Text */
.widget_text {
    overflow: hidden;
}
.widget_text img {
    max-width: 100%;
}

/* Widget Search */
.widget_search .widget_title {
    display: none;
}

/* Widget Menu */
.widget_nav_menu .menu-tengah-container {
    overflow-y: auto;
    word-wrap: normal;
}

/* MTC Banner */
.pressmagz_banner300600 img,
.pressmagz_banner300250 img,
.pressmagz_banner250 img,
.pressmagz_banner_160_600 img,
.pressmagz_banner125 img,
.pressmagz_banner_120_90 img,
.pressmagz_banner_120_600 img,
.pressmagz_banner_120_140 img,
.pressmagz_banner_120_240 img {
    max-width: 100%;
}

/* = MTC Banner 120 240 */
.widget .ads120240 {
    padding-top: 20px;
    font-size: 0;
}
.widget.pressmagz_banner_120_240 .ads_code,
.widget.pressmagz_banner_120_240 a {
    width: 120px;
    height: 240px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 20px;
}

/* = MTC Banner 120 140 */
.widget .ads120140 {
    padding-top: 20px;
    font-size: 0;
}
.widget.pressmagz_banner_120_140 .ads_code,
.widget.pressmagz_banner_120_140 a {
    width: 120px;
    height: 140px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

/* = MTC Banner 140 240 */
.widget .ads140240 {
    padding-top: 6px;
    font-size: 0;
}
.widget.pressmagz_banner_140_240 .ads_code,
.widget.pressmagz_banner_140_240 a {
    width: 140px;
    height: 240px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 6px;
}

/* = MTC Banner 300 250 */
.widget .ads300250 {
    padding-top: 0px;
    font-size: 0;
}
.widget.pressmagz_banner300250 .ads_code,
.widget.pressmagz_banner300250 a {
    width: 300px;
    height: 250px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 0px;
}

/* = MTC Banner 125 */
.widget .ads125 {
    padding-top: 16px;
    font-size: 0;
}
.widget.pressmagz_banner125 .ads_code,
.widget.pressmagz_banner125 a {
    width: 125px;
    height: 125px;
    margin-left: 16px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 16px;
}

/* = MTC Banner 250 */
.widget .ads250 {
    padding-top: 25px;
    font-size: 0;
}
.widget.pressmagz_banner250 .ads_code,
.widget.pressmagz_banner250 a {
    width: 250px;
    height: 250px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 25px;
}

/* = MTC Banner 120 600 */
.widget .ads120600 {
    padding-top: 20px;
    font-size: 0;
}
.widget.pressmagz_banner_120_600 .ads_code,
.widget.pressmagz_banner_120_600 a {
    width: 120px;
    height: 600px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 20px;
}

/* = MTC Banner 160 600 */
.widget .ads160600 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
}
.widget.pressmagz_banner_160_600 .ads_code,
.widget.pressmagz_banner_160_600 a {
    width: 160px;
    height: 600px;
    margin-left: 70px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

/* = MTC Banner 120 90 */
.widget .ads12090 {
    padding-top: 20px;
    font-size: 0;
}
.widget.pressmagz_banner_120_90 .ads_code,
.widget.pressmagz_banner_120_90 a {
    width: 120px;
    height: 90px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 20px;
}

/* = MTC Banner 300 100 */
.widget .ads300100 {
    padding-top: 10px;
    font-size: 0;
}
.widget.pressmagz_banner_300_100 .ads_code,
.widget.pressmagz_banner_300_100 a {
    width: 300px;
    height: 90px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 20px;
}

/* MTC Widget recent post */
.pressmagz_recent_post_widget ul.media-list li.media {
    margin-top: 0;
    padding: 24px 0px 12px 0px;
}
.pressmagz_recent_post_widget ul.media-list li.media h4.media-heading {
    /*text-transform:uppercase;*/
    
    line-height: 23px
}
ul.media-list li.media .media-body {
    padding-left: 20px;
}
.sidebar .pressmagz_recent_post_widget ul.media-list li.media {
    padding: 24px 24px 12px 24px;
}
.pressmagz_recent_post_widget ul.media-list li.media:first-child {
    padding-top: 24px;
}
.pressmagz_recent_post_widget ul.media-list li.media:last-child {
    padding-bottom: 24px;
}

/* MTC Widget top post */
.pressmagz_top_post_widget ul.media-list li.media {
    margin-top: 0;
    padding: 24px;
}
.pressmagz_top_post_widget h4.media-heading {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 22px;
    text-transform: capitalize;
}
.pressmagz_top_post_widget span.meta-comment {
    padding-right: 40px;
}
.pressmagz_top_post_widget span.meta-comment,
.pressmagz_top_post_widget span.meta-share {
    font-size: 14px;
}
.pressmagz_top_post_widget ul.media-list li.media img.media-object {
    max-width: 100%;
}

/* MTC Widget Tabs */
ul.tabs {
    float: left;
    list-style: none!important;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}
.widget ul.tabs li {
    float: left;
    padding: 0;
    width: 50%;
    position: relative;
    background: #fff;
    border: none;
}
.widget ul.tabs li:first-child {
    border-right: 1px solid #EDEDED;
}
ul.tabs li a {
    text-decoration: none;
    display: block;
    text-align: center;
    outline: none;
    font-weight: bold;
    padding: 12px 0;
    /*text-transform: uppercase;*/
}
ul.tabs li a:hover {
    text-decoration: none!important;
}
.widget ul.tabs li.active {
    background: transparent;
}
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    min-height: 200px;
}
.tab_content {
    padding: 24px;
    width: 100%;
    float: left;
}
.box-post-media {
    width: 100%;
    height: auto;
    background: #ccc;
    float: left;
    overflow: hidden;
    position: relative
}
.box-post-media img {
    width: 100%;
    height: auto;
}
.box-post-media.alt {
    width: 33.33333333333333%;
    height: 74px;
    background: #ccc;
}
.box-post-media .mask-inside {
    width: 38px;
    height: 38px;
    padding-top: 10px;
    margin-top: -28px;
}
.widget.widget_footer.pressmagz_photo_video_widget ul.tabs li:first-child {
    border-right-width: 0px;
}
.widget.widget_footer.pressmagz_photo_video_widget ul.tabs li {
    background: transparent;
}
.widget.widget_footer.pressmagz_photo_video_widget {
    border: 1px solid #222;
}
.widget.widget_footer.pressmagz_photo_video_widget ul.tabs {
    border-bottom: 1px solid #222;
}
.widget.widget_footer.pressmagz_photo_video_widget ul.tabs li.active,
.widget.widget_footer.pressmagz_photo_video_widget .tab_container {
    background: #222;
}
.pressmagz_recent_post_widget .media img,
.pressmagz_popular_post_widget .media img {
    width: 76px;
    height: 76px;
}
.pressmagz_popular_post_widget .media img {
    max-width: 76px;
}

/* = Social Media
*****************************************************************************/
.box-widget-footer .widget ul.socmed-sidebar,
.sidebar .widget ul.socmed-sidebar {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 24px 24px 10px 24px!important;
    display: inline-block;
    font-size: 0;
    width: 100%;
    text-align: left;
}
.box-widget-footer .widget ul.socmed-sidebar {
    padding: 0px!important;
}
.box-widget-footer .widget ul.socmed-sidebar li,
.sidebar .widget ul.socmed-sidebar li {
    margin: 0 0px 0px 0px;
    padding: 0;
    display: inline-block;
    float: left;
    border-bottom: none;
}
.box-widget-footer .widget ul.socmed-sidebar a,
.sidebar .widget ul.socmed-sidebar a {
    width: 34px;
    height: 34px;
    font-size: 18px;
    margin: 0px 4px 8px;
    display: block;
    padding: 2px 8px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff!important;
    background: #39a6b2;
}
.box-widget-footer .widget ul.socmed-sidebar i:before,
.sidebar .widget ul.socmed-sidebar i:before {
    cursor: pointer;
}
ul.socmed a.social_fa_facebook:hover {
    color: #fff!important;
    background: #4861A3!important;
}
ul.socmed a.social_fa_twitter:hover {
    color: #fff!important;
    background: #1BB2E9!important;
}
ul.socmed a.social_fa_google_plus_sign:hover {
    color: #fff!important;
    background: #CE4231!important;
}
ul.socmed a.social_fa_linkedin:hover {
    color: #fff!important;
    background: #007BB6!important;
}
ul.socmed a.social_fa_youtube:hover {
    color: #fff!important;
    background: #BC1E2C!important;
}
ul.socmed a.social_fa_rss:hover {
    color: #fff!important;
    background: #F99C00!important;
}
ul.socmed a.social_fa_flickr:hover {
    color: #fff!important;
    background: #FE0083!important;
}
ul.socmed a.social_fa_vimeo:hover {
    color: #fff!important;
    background: #1BB6EC!important;
}
ul.socmed a.social_fa_pinterest:hover {
    color: #fff!important;
    background: #CD2026!important;
}
ul.socmed a.social_fa_dribbble:hover {
    color: #fff!important;
    background: #E14A85!important;
}
ul.socmed a.social_fa_tumblr:hover {
    color: #fff!important;
    background: #49637C!important;
}
ul.socmed a.social_fa_instagram:hover {
    color: #fff!important;
    background: #694930!important;
}
ul.socmed a.social_fa_github:hover {
    color: #fff!important;
    background: #69BE4C!important;
}

/* = Footer 
************************************************/
._footer {
    background: #1C2040;
    padding: 32px 64px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}
.footer-nav-visible,
.footer-nav-subscribe {
    display: flex;
    flex-direction: column;
}
.box-widget-footer {
    display: flex;
    flex-direction: column;
}
.box-widget-footer .main-logo-white {
    max-width: 192px;
    height: 32px;
    margin-bottom: 32px;
}
.footer-nav-hidden {
    display: none;
}
@media (max-width: 991px) {
    .footer-nav-hidden,
    .footer-nav-subscribe {
        align-items: center;
    }
    
    .box-widget-footer {
        margin-top: 50px;
    }
    
    .box-widget-footer .main-logo-white {
        display: none;
    }
    
    .footer-nav-visible {
        display: none!important;
    }
    
    .footer-nav-hidden {
        display: flex!important;
        flex-direction: column;
    }
    
    .footer-category .footer-media {
        margin-bottom: 0!important;
    }
}
.box-widget-footer .footer-navigation {
    margin-bottom: 16px;
}
.box-widget-footer .footer-navigation span {
    margin-right: 8px;
}
.box-widget-footer .footer-navigation.white {
    font-size: 16px;
    color: #FFFFFF;
}
.box-widget-footer .footer-navigation.white span {
    margin-right: 16px;
}
.box-widget-footer .footer-navigation.mb-2 {
    margin-bottom: 8px;
}
.box-widget-footer .footer-claimer {
    color: #5B78A0;
    font-weight: 300;
}
.box-widget-footer .box-widget-title {
    color: #E84C4B;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
}
.box-widget-footer input {
    max-width: 417px;
    height: 40px;
    padding: 8px 21px;
    background: #FFFFFF;
    border: none;
    border-radius: 2px;
    margin-bottom: 32px;
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #5B78A0;
}
.box-widget-footer .subscribe-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-widget-footer .subscribe-button {
    background: #E84C4B;
    border-radius: 4px;
    width: 135px;
    height: 32px;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}
.widget_footer h2.widget_title {
    font-weight: normal;
    /*text-transform: uppercase;*/
    
    font-size: 24px;
    margin: 0px 0px 24px;
    position: relative;
    padding: 15px 0px;
    border-bottom: 0px solid rgb(208, 76, 53);
    font-family: "Roboto Slab";
}
._footer,
._footer a,
.widget_footer h2.widget_title,
._copy,
._copy a {
    color: #c2c7ca;
}

/*Category Footer*/
.footer-category .footer-media {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* = Copy  
************************************************/
._copy {
    background: #273238;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    ._copy {
        text-align: center;
    }
}

/* COMMENT 
************************************************/

/* form comments */
#reply-title {
    display: none;
}
.comment-form {
    padding: 24px;
}
.woocommerce .comment-form,
.woocommerce-page .comment-form {
    padding: 24px 0;
}

/* list comments */
div#comments-wrap {
    padding: 24px;
}
h3#comments {
    padding: 12px;
    font-size: 16px;
    margin: 0;
    /*text-transform:uppercase;*/
    
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}
.commentlist {
    padding: 0;
    margin: 0;
}
li.comment {
    display: block;
    position: relative;
    padding: 24px 0;
    border-top: 1px solid #eee;
}
li.depth-1:first-child {
    border-top: 0px solid transparent;
}
li.comment.thread-odd {
    border-bottom: 0px solid transparent;
    padding-bottom: 0;
}
.commentlist ul.children {
    margin-top: 24px;
    padding: 0;
}
.commentlist ul.children li {
    padding-left: 0;
    padding-right: 0;
}
li.depth-1 .vcard {
    margin-left: 0px
}
li.depth-2 .vcard {
    margin-left: 74px;
}
li.depth-3 .vcard {
    margin-left: 148px;
}
.commentlist ul.children li:last-child {
    padding-bottom: 0;
}
.comment-meta {
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    font-size: 90%;
}
.fn {
    color: #515151;
    text-transform: capitalize;
    font-weight: bold;
}
.fn a {
    color: #515151;
}
.rapidx_comment {
    display: table-cell;
    padding: 0;
    vertical-align: top;
    position: relative;
}
.rapidx_comment .reply {
    text-align: right;
    padding-right: 24px;
    font-size: 90%
}
.comment-author.vcard {
    display: table-cell;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 24px;
}
.comment-author.vcard img.avatar {
    height: 50px;
    width: 50px;
}
.clock {
    padding-top: 5px;
}

/* END COMMENT */

/* CONTACT FORM */
body.page-template-template-contact .post-list-wrap {
    margin-bottom: 24px;
}
#contact_map {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 350px;
    width: 100%;
}
#contact_map img {
    max-width: none;
}
#contact-form {
    position: relative;
    padding: 24px;
}
.wrap-contact-loading {
    position: absolute;
    background: rgba(255, 255, 255, .4);
    top: 0;
    padding-top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    color: #f22836;
    text-align: center;
}

/* END CONTACT FORM */

/* POST SLIDER */
.post-slider {
    width: 100%;
    position: relative;
    padding: 0;
}
.box-post-slider {
    width: 100%;
    padding: 24px 12px;
}
.post-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.post-slider li {
    text-align: center;
    width: 263px;
    min-height: 220px;
    margin: 0;
    margin-left: 12px;
    margin-right: 12px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.post-slider li .thumb {
    overflow: hidden;
    position: relative;
}
.post-slider li .thumb img {
    max-width: 100%;
    height: auto;
}
.post-slider .caption {
    text-align: left;
    padding-top: 12px;
}
.post-slider .caption h3 {
    font-size: 16px;
    /*text-transform: uppercase;*/
    
    margin-top: 12px;
    line-height: 20px;
    max-height: 40px;
}
.post-slider-nav {
    margin-top: -20px;
    position: absolute;
    height: 40px;
    top: 50%;
    height: 40px;
    left: 24px;
    right: 24px;
}
.post-slider a.prev,
.post-slider a.next {
    cursor: pointer;
    position: absolute;
    background: #111;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotateY(0deg);
}
.post-slider a.prev {
    left: -80px;
}
.post-slider a.next {
    right: -80px;
}
div.box-post-slider:hover>div.post-slider-nav a.next {
    right: 10px;
    opacity: 1;
}
div.box-post-slider:hover>div.post-slider-nav a.prev {
    left: 10px;
    opacity: 1;
}

/* channel-menu */
.channel-menu-toggle {
    position: absolute;
    left: 10px;
    padding: 6px 10px;
    margin-top: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    z-index: 888;
    display: none;
    font-size: 14px;
    line-height: 22px;
}
.channel-menu-toggle:hover {
    background-color: #238f9b;
}
body.mtc-channel-menu .channel-menu-toggle {
    display: block;
}
.channel-menu-wrap {
    position: absolute;
    left: -300px;
    bottom: 0;
    top: 0px;
    width: 300px;
    padding: 24px 0;
    background: #273238;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 998;
}
.channel-menu-wrap.active {
    left: 0;
}
.rtl .channel-menu-wrap {
    left: auto;
    right: -300px;
}
.rtl .channel-menu-wrap.active {
    left: auto;
    right: 0;
}
.channel-menu-wrap.affix {
    top: 0px!important;
    position: fixed;
}
body.fixed-header .channel-menu-wrap.affix {
    top: 60px!important;
}
.channel-menu-wrap.affix-bottom {
    bottom: auto!important;
    position: fixed;
}
.channel-menu-wrap .show-hide {
    background: #36474f;
    position: absolute;
    right: 24px;
    color: #fff;
    border-radius: 500px;
    padding: 12px 16px;
    z-index: inherit;
}
.rtl .channel-menu-wrap .show-hide {
    right: auto;
    left: 20px;
}
nav.channel-menu .sf-vertical {
    width: 100%;
}
nav.channel-menu .sf-menu li {
    background: #273238;
}
nav.channel-menu .sf-menu a {
    color: #fff;
    border: none;
    padding: 0.75em 2em;
}
nav.channel-menu .sf-menu a:hover {
    background: #36474f;
    border: none;
}
nav.channel-menu .sf-arrows .sf-with-ul:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    /* fa-angle-right */
}
.rtl nav.channel-menu .sf-arrows .sf-with-ul:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    /* fa-angle-left */
}
.rtl .sf-arrows .sf-with-ul:after {
    right: auto;
    left: 1em;
}
.rtl .sf-vertical ul {
    left: auto;
    right: 100%;
}

/*** alter arrow directions ***/
nav.channel-menu .sf-vertical.sf-arrows>li>.sf-with-ul:after {
    margin-top: -12px;
    margin-right: 12px;
    border-color: transparent;
    border-left-color: transparent;
    /* edit this to suit design (no rgba in IE8) */
    
    border-left-color: transparent;
}
.sf-vertical.sf-arrows li>.sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover>.sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after {
    border-left-color: transparent;
}

/* end channel-menu */

/* = Back to top button
******************************************************************************/
#back-top {
    position: fixed;
    z-index: 9999;
    bottom: -35px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    overflow: hidden;
}
.scrolltop-active {
    bottom: 24px!important;
    display: block!important;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
#back-top.position-right {
    /* position on right */
    
    right: -10px;
}
.scrolltop-active.position-right {
    right: 24px!important;
}
#back-top.position-left {
    /* position on left */
    
    left: -10px;
}
.scrolltop-active.position-left {
    left: 24px!important;
}
#back-top a {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: .300s;
    -moz-transition: .300s;
    transition: .300s;
    background: #36474f;
    font-size: 24px;
    line-height: 30px;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 500px;
}
#back-top a:hover {
    background: #39a6b2
}
#back-top a i:before {
    cursor: pointer
}
#back-top a:after,
#back-top a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    text-align: right;
    line-height: 1;
    content: "\f106";
    text-indent: 0;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 1.665;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    -o-transition: all ease 0.238s;
    transition: all ease 0.238s;
}
#back-top a:before {
    -webkit-transform: translateY(3em);
    transform: translateY(3em);
}
#back-top a:hover:after {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
}
#back-top a:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.post-carousel {
    margin-bottom: 24px;
    overflow: hidden;
}
.post-carousel .carousel-control {
    width: 70px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.carousel-control.left {
    left: -70px;
}
.carousel-control.right {
    right: -70px;
}
.post-carousel:hover>.carousel-control.left {
    left: 0;
}
.post-carousel:hover>.carousel-control.right {
    right: 0;
}
.post-carousel .btn {
    position: absolute;
    top: 40px;
    left: 40px;
}
.post-format {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    max-height: 400px;
}
.post-format img {
    max-width: 100%;
}
.carousel-inner .post-format {
    max-height: 500px;
}
.mtc-format-icon {
    display: block;
    top: 50%;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -60px;
    font-size: 90px;
}
.mtc-format-icon i {
    /* z-index: 998; */
    
    color: #FFF;
}
@media (min-width: 1200px) {
    body.boxed ._header.affix,
    body.boxed>.boxed {
        width: 1230px;
    }
    /* col Order  */
    
    body.page-template-template-home-7 .main-content,
    body.page-template-template-home-5 .main-content,
    body.page-template-template-home-6 .main-content,
    body.page-template-template-home-1 .main-content {
        left: 224px;
    }
    
    body.page-template-template-home-7 .sidebar,
    body.page-template-template-home-5 .sidebar,
    body.page-template-template-home-6 .sidebar,
    body.page-template-template-home-1 .sidebar {
        left: 224px;
    }
    
    body.page-template-template-home-7 .sidebar.sidebar-mini,
    body.page-template-template-home-5 .sidebar.sidebar-mini,
    body.page-template-template-home-6 .sidebar.sidebar-mini,
    body.page-template-template-home-1 .sidebar.sidebar-mini {
        left: -1000px;
    }
    /* LEFT Sidebar */
    
    body.page-template-default.left-sidebar .main-content,
    body.page-template-template-home-4.left-sidebar .main-content,
    body.page-template-template-home-3.left-sidebar .main-content,
    body.blog.left-sidebar .main-content,
    body.archive.left-sidebar .main-content,
    body.author.left-sidebar .main-content,
    body.search.left-sidebar .main-content,
    body.single.left-sidebar .main-content {
        left: 327px;
    }
    
    body.page-template-default.left-sidebar .sidebar,
    body.page-template-template-home-4.left-sidebar .sidebar,
    body.page-template-template-home-3.left-sidebar .sidebar,
    body.blog.left-sidebar .sidebar,
    body.archive.left-sidebar .sidebar,
    body.author.left-sidebar .sidebar,
    body.search.left-sidebar .sidebar,
    body.single.left-sidebar .sidebar {
        left: -894px;
    }
    /* END LEFT Sidebar */
    
    body.page .main-content,
    body.single .main-content,
    body.search .main-content,
    body.author .main-content,
    body.archive .main-content,
    body.category .main-content,
    body.page-template-template-home-4 .main-content,
    body.page-template-template-home-3 .main-content {
        width: 896px;
    }
    
    body.page-template-template-full-width .main-content {
        width: 100%
    }
    
    body.page.page-template-template-home-1 .main-content,
    body.page.page-template-template-home-2 .main-content,
    body.page.page-template-template-home-5 .main-content,
    body.page.page-template-template-home-6 .main-content,
    body.page.page-template-template-home-7 .main-content {
        width: 674px;
    }
    
    body.page-template-template-home-3 .post-tabs-header-wrap.affix,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix,
    body.page-template-template-home-3 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix-bottom {
        width: 872px;
    }
}
@media (max-width: 1199px) {
    body.boxed ._header.affix,
    body.boxed>.boxed {
        width: 970px;
    }
    
    body.fixed-top-post.fixed-header .widget_mini.pressmagz_top_post_widget.affix-bottom,
    body.fixed-top-post.fixed-header .widget_mini.pressmagz_top_post_widget.affix-top,
    body.fixed-top-post.fixed-header .widget_mini.pressmagz_top_post_widget.affix {
        position: static!important;
    }
    
    body.page-template-template-home-1 .post-tabs-header-wrap.affix,
    body.page-template-template-home-2 .post-tabs-header-wrap.affix,
    body.page-template-template-home-3 .post-tabs-header-wrap.affix,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix,
    body.page-template-template-home-5 .post-tabs-header-wrap.affix,
    body.page-template-template-home-6 .post-tabs-header-wrap.affix,
    body.page-template-template-home-7 .post-tabs-header-wrap.affix,
    body.page-template-template-home-1 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-2 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-3 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-5 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-6 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-7 .post-tabs-header-wrap.affix-bottom {
        width: 614px;
    }
}
@media (max-width: 991px) {
    body.boxed ._header.affix,
    body.boxed>.boxed {
        width: 750px;
    }
    
    body.page-template-template-home-1 .post-tabs-header-wrap.affix,
    body.page-template-template-home-2 .post-tabs-header-wrap.affix,
    body.page-template-template-home-3 .post-tabs-header-wrap.affix,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix,
    body.page-template-template-home-5 .post-tabs-header-wrap.affix,
    body.page-template-template-home-6 .post-tabs-header-wrap.affix,
    body.page-template-template-home-7 .post-tabs-header-wrap.affix,
    body.page-template-template-home-1 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-2 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-3 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-5 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-6 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-7 .post-tabs-header-wrap.affix-bottom {
        width: 716px;
    }
}
@media (max-width: 767px) {
    body.boxed ._header.affix,
    body.boxed>.boxed {
        width: 100%;
    }
    
    body.page-template-template-home-1 .post-tabs-header-wrap.affix,
    body.page-template-template-home-2 .post-tabs-header-wrap.affix,
    body.page-template-template-home-3 .post-tabs-header-wrap.affix,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix,
    body.page-template-template-home-5 .post-tabs-header-wrap.affix,
    body.page-template-template-home-6 .post-tabs-header-wrap.affix,
    body.page-template-template-home-7 .post-tabs-header-wrap.affix,
    body.page-template-template-home-1 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-2 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-3 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-4 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-5 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-6 .post-tabs-header-wrap.affix-bottom,
    body.page-template-template-home-7 .post-tabs-header-wrap.affix-bottom {
        width: auto;
        right: 15px;
        left: 16px
    }
}
@media (max-width: 767px) {
    div.main-navigation>ul li>ul li,
    div.main-navigation>ul li>ul li a {
        color: #fff;
    }
    
    div.main-navigation>ul li a,
    div.main-navigation>ul li>ul li a {
        padding: 10px 15px;
        display: block;
    }
    
    div.main-navigation>ul li>ul {
        padding: 0;
        list-style: none;
    }
    
    div.main-navigation>ul li>ul li a {
        padding-left: 54px;
    }
    
    .list-tab {
        width: 302px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    .list-tab-content,
    .list-tab-thumb {
        display: block;
    }
    /*.list-list{*/
    /*	max-width:302px;*/
    /*	width:auto;*/
    /*	height:auto;*/
    /*	margin-left:auto;*/
    /*	margin-right:auto;*/
    /*}*/
    /*.list-list-thumb {*/
    /*	width: auto;*/
    /*}*/
    /*.list-list-content {*/
    /*	float: left;*/
    /*	margin-left:0;*/
    /*}*/
    /*.list-list-content .panel-meta {*/
    /*	position: relative;*/
    /*	padding: 15px 0;*/
    /*}*/
    
    .post-meta ul li {
        border: none;
        text-transform: initial;
    }
    
    .meta-category.pull-right {
        float: none !important;
    }
}
@media (max-width: 320px) {
    .list-tab {
        width: 100%;
    }
}
.mb0 {
    margin-bottom: 0px!important
}
.mb10 {
    margin-bottom: 10px!important
}
.mb20 {
    margin-bottom: 20px!important
}
.mb30 {
    margin-bottom: 30px!important
}
.mb40 {
    margin-bottom: 40px!important
}
.mt0 {
    margin-top: 0px!important
}
.mt10 {
    margin-top: 10px!important
}
.mt20 {
    margin-top: 20px!important
}
.mt30 {
    margin-top: 30px!important
}
.mt40 {
    margin-top: 40px!important
}
.pb0 {
    padding-bottom: 0px!important
}
.pb10 {
    padding-bottom: 10px!important
}
.pb20 {
    padding-bottom: 20px!important
}
.pb30 {
    padding-bottom: 30px!important
}
.pb40 {
    padding-bottom: 40px!important
}
.pt0 {
    padding-top: 0px!important
}
.pt10 {
    padding-top: 10px!important
}
.pt20 {
    padding-top: 20px!important
}
.pt30 {
    padding-top: 30px!important
}
.pt40 {
    padding-top: 40px!important
}

/*Footer update*/
footer .box-widget-footer .widget_footer:not(.widget_wysija) .widget_title {
    font-family: "Roboto", sans-serif;
    /*text-transform: uppercase;*/
    
    font-weight: 900;
    text-decoration: none;
    border-bottom: 1px solid #39a6b2;
    margin-bottom: 20px;
}
footer .bottom-footer .box-widget-footer {
    min-height: auto;
}
footer .bottom-footer ul.socmed-sidebar {
    text-align: right !important;
}
footer .bottom-footer ul.socmed-sidebar li {
    float: none !important;
}
footer .wrapper._footer .container {
    position: relative;
}
footer .wrapper._footer .container .btn-to-top {
    position: absolute;
    bottom: -37px;
    right: 15px;
    background: #36474f;
    padding: 7px 13px 11px;
    border-radius: 50%;
}
footer .wrapper._footer .container .btn-to-top:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    footer .bottom-footer ul.socmed-sidebar {
        text-align: center !important;
    }
}

/*css untuk widget box subscribe*/
.widget_wysija>h3 {
    margin-bottom: 25px;
    font-weight: 700!important;
}
footer .box-widget-footer .widget_wysija h1,
footer .box-widget-footer .widget_wysija h2,
footer .box-widget-footer .widget_wysija h3,
footer .box-widget-footer .widget_wysija h4,
footer .box-widget-footer .widget_wysija h5,
footer .box-widget-footer .widget_wysija h6 {
    text-transform: none;
}
footer .box-widget-footer .widget_wysija {
    text-align: center;
    padding-top: 5px;
}
footer .box-widget-footer .widget_wysija input.wysija-input {
    border-radius: 20px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    height: 35px;
    padding: 20px;
    text-align: center;
    border: none;
}
footer .box-widget-footer .widget_wysija input.wysija-input:focus,
footer .box-widget-footer .widget_wysija input.wysija-submit-field:focus {
    outline: none;
}
footer .box-widget-footer .widget_wysija input.wysija-submit-field {
    background-color: #39a6b2;
    border: none;
    border-radius: 20px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    /*text-transform: uppercase;*/
    
    margin-bottom: 15px;
}

/*scss untuk footer latest news*/
footer .box-widget-footer .widget_recent_entries ul {
    margin-left: 25px;
}
footer .box-widget-footer .widget_recent_entries ul li {
    margin-bottom: 8px;
}
footer .box-widget-footer .widget_recent_entries ul li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
}

/*style scss untuk 404*/
.error404,
.search-no-results {
    background-color: #ececec;
}
.error404 ._content,
.search-no-results ._content {
    background-color: #ececec;
}
.error404 ._content .page-404 h1,
.search-no-results ._content .page-404 h1 {
    color: #555555;
    font-size: 56px;
}
.error404 ._content .page-404 h2,
.search-no-results ._content .page-404 h2 {
    background-color: #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    border-radius: 70px;
    display: block;
    width: 75%;
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
    word-wrap: break-word;
}
@media (max-width: 768px) {
    .error404 ._content .page-404 h2,
    .search-no-results ._content .page-404 h2 {
        width: 100%;
        padding: 10px;
        font-size: 18px;
    }
}

/*select2 js*/
.select2 .select2-selection {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #EDEDED;
    border: 1px solid #DDD;
    border-radius: 0px;
    box-shadow: none;
    transition: none 0s ease 0s;
}
.select2 .select2-selection .select2-selection__rendered {
    padding: 0px;
    line-height: 1.42857143;
}
.entry img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.wpcf7-form label {
    font-weight: 500;
}
.wpcf7-form input {
    border-radius: 17px;
    border: 1px solid #dddddd;
    height: 35px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.wpcf7-form textarea {
    border-radius: 17px;
    border: 1px solid #dddddd;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.wpcf7-submit {
    background-color: #078c8b;
    border-color: #078c8b;
    color: #ffffff;
    padding-bottom: 3px;
    font-size: 14px;
    height: 35px;
}

/* for menu */
#menu-item-1265 {
    float: right;
}
#menu-item-1265 a {
    background-color: #078c8b;
}
.navbar-header button {
    display: none;
}
.navbar-inverse {
    background-color: initial;
}

/*end for menu */
@media (max-width: 767px) {
    .navbar-brand {
        padding: 7px 15px;
        padding-left: 66px;
    }
    
    ._navigation {
        height: 0px;
    }
    
    .topnav_toggle {
        background: none !important;
        position: absolute;
        top: -56px;
    }
    
    .topnav_toggle:after {
        font-size: 21px;
    }
}
@media (max-width: 400px) {
    .wpcf7-form input {
        width: 240px;
    }
    
    .wpcf7-form textarea {
        width: 240px;
    }
    
    .topnav_toggle {
        left: -16px;
    }
    
    .navbar-brand {
        padding-left: 38px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .list-list-content .panel-meta {
        padding: 1px 24px;
    }
    
    .panel-meta,
    .list-tab-content .panel-meta {
        padding: 1px 24px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    div.main-navigation {
        margin-top: 15px;
        height: 40px;
    }
    
    nav.navbar #search-form {
        margin-bottom: 18px;
    }
}

/* Start Style for colums */
.columns_box {
    height: 450px;
    overflow: hidden;
}
.columns_block {
    margin-top: 10px;
    margin-bottom: 10px;
}
.b_photo img {
    height: 100%;
}
@media (min-width: 381px) and (max-width: 991px) {
    .b_photo img {
        width: 100%;
        height: unset;
    }
}
.interview_page .news_box,
.reportazhi_page .news_box {
    margin: 0 0 60px 0;
    padding: 0;
}
.columns_box_top {
    left: 10px;
    position: absolute;
    right: 10px;
    top: 25px;
}
.columns_box .text_tip .news_title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
}
.news_box .news_title {
    display: block;
    font-weight: normal;
    margin: 0 0 15px;
    padding-bottom: 15px;
    position: relative;
}
.columns_box_author {
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-align: center;
    /*text-transform: uppercase;*/
}
.columns_box_author_role {
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
    text-align: center;
}
.b_photo .bg {
    background-color: #000;
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background, opacity;
    transition-property: background, opacity;
}
.columns_box .text_tip .news_desc {
    color: #fff;
}
.news_box .news_desc {
    margin-bottom: 5px;
}
.news_box .text_tip {
    bottom: 10%;
    left: 10%;
    position: absolute;
    right: 10%;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
}
.columns_box .text_tip {
    bottom: 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.columns_box .bg {
    opacity: 0.7;
}
.columns_box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.columns_box .bg:hover {
    opacity: 0.8;
}
.columns_box .text_tip .date {
    line-height: 14px;
    opacity: .3;
    color: #ccc;
}

/* end Style for colums */

/*Photo widget settings*/
.photo-title-class {
    border: none !important;
    font-size: 19px;
    width: unset !important;
    padding-left: 24px !important;
}
.margin-for-fa {
    margin-right: 12px;
}

/*end photo widget*/
.type-post a {
    text-decoration: underline;
}
.post-tags a,
.social_share a {
    text-decoration: none;
    color: #E84C4B;
}
.post-meta a {
    text-decoration: none;
    color: unset;
}
#wpfront-scroll-top-container img {
    filter: none !important;
}
@media (max-width: 767px) {
    .overflow_image_block img {
        width: 100%;
        height: auto;
    }
}
.entry p {
    font-size: 20px;
}
.not_display {
    display: none;
}
.pum-container .pum-content+.pum-close {
    text-decoration: underline;
}
.main-content .wp_rp_wrap {
    margin-top: 70px;
}

/*find on mobile*/
.navbar-mob {
    display: none;
    position: absolute;
    z-index: 999;
    right: 0;
    border: none;
}
.navbar-mob .search-text-box {
    background-image: none !important;
    width: 200px !important;
    display: inline-block;
    border-radius: 30px 0 0 30px !important;
    position: relative;
    bottom: 12px;
    left: 4px;
}
.navbar-mob button {
    background-image: url(img/search-icon.png);
    width: 30px;
    height: 34px;
    background-color: #37474f;
    border: none;
    border-radius: 0 30px 30px 0;
}
@media (min-width: 768px) {
    #button_find_mob {
        display: none;
    }
}
@media (max-width: 355px) {
    .navbar-brand img {
        width: 223px;
    }
}
.btn_find {
    background-image: url(img/search-icon.png);
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 99;
    border: none;
    right: 0;
    top: 8px;
}

/*end*/
button:focus {
    outline: none;
}
.search-success-wrapper span {
    cursor: pointer;
}
.banner a {
    color: #fff;
}
@media (max-width: 992px) {
    .banner a {
        color: #000;
    }
}
.author-wrapper {
    padding: 0 64px 0 64px;
}
.caption-description {
    margin-top: 1rem;
}
em {
    /* word-break: break-all; */
}
body {
    overflow-x: hidden;
}
.entry ul {
    font-size: 20px;
    line-height: 25px;
}

.footer-protect {
    margin-top: 80px;
    margin-right: 50px;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .footer-protect {
        justify-content: center;
        margin-right: 0px;
    }
}
.datami-link {
    display: flex;
    align-items: center;
}

.datami-link:before {
    content: '';
    margin-right: 10px;
    width: 23px;
    height: 26px;
    background: url(/wp-content/themes/pressmagz/img/D.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
}
.datami-logo .datami__text {
    white-space: nowrap;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255,255,255,.5);
    margin-bottom: 1px;
}
.datami-logo img {
    display: block;
}
@media (min-width: 992px) {
    .socmed {
        width: min-content;
        margin-left: auto !important;
        /* margin-right: 50px !important; */
    }
}