/*!
Theme Name: MHP website
Theme URI: https://globdig.com
Author: GlobDig
Author URI: https://globdig.com
Description: Custom theme: MHP-website, developed by GlobDig
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MHP-website
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* homepage top ads banner */
#main_header { 
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease;
}
#main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
	transform: translateY(-100%); 
    animation: slideDown 0.5s forwards; 
}
.cta_wrap {
	background:#ec4339;
}
.main_wrapper {
    padding-top: 20px;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom:35px;
}
.main_wrapper figure {
	margin: 0;
	position:relative;
	width:100% !important;
}
.mhp_topadbanner{
    margin-bottom: 20px;
    margin-top:20px;
	overflow:hidden;
}
.mhp_sideadbanner {
    position: absolute;
    top: 20px;
    left: 100%;
    margin-left: 20px;
    bottom: 0;
}
.mhp_leftadbanner {
    margin-left: 0;
    margin-right: 20px;
    left: auto;
    right: 100%;
}
.ads_container {
    top: 0;
    bottom: 0;
    right: -200px;
    position: absolute;
    width: 20%;
    padding-right: 10px;
    float: left;
    left: 100%;
}
.ads_container_left {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    right: 100%;
}
.left_ad_block {
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
}
.sticky_ads_block {
    position: sticky;
    top: 80px;
    padding-top: 20px;
}

/* block css */

body {
    background-color: #ECECEC;
}

h1, h2, h3, h4, h5 {   
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;     
}

.article-block h2 {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
}
.article-block.medium h2 {
    font-size: 42px;
}
.article-block.small h2 {
    font-size: 30px;
}

.article-block a {
    color: #000;
}

.cat_name a {
    color: #575757;
    font-size: 15px;
}
.content_wrap {
    padding: 20px;
    background: #ffffff;
}
.section-wrap {
    padding-bottom: 25px;
}

.cta_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 40px;
}
.cta_content {
    font-size: 17px;
    color: #ffffff;
    font-family: "Figtree", sans-serif;
}
.cta_content span {
    font-weight: bold;
}
.cta_content img {
    padding-right: 10px;
}
.cta_link a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 17px;
    font-weight: bold;
}
.cta_link i {
    font-size: 12px;
    padding-left: 6px;
}
.section-wrap figure {
    margin: 0;
	position:relative;
}

main.relative-box {
    margin: 35px 0;
}
.facbook_share a {
    color: #000000;
}
.carousel_wrap {
    background: #ffffff;
    padding: 35px;
    box-shadow: 1px 2px 10px #00000070;
}
.header-box {
    box-shadow: 1px 2px 10px #00000026;
}
.carousel_wrap h2 {
    font-size: 23px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.carousel_wrap h2 a {
    color: #000000;
}
.date_wrap {
    font-size: 14px;
    color: #575757;
    padding-bottom: 20px;
}
.carousel_wrap .content_wrap {
    padding: 0;
}
.carousel_wrap .block_title {
    font-size: 22px;
    font-weight: bold;
    color: #f8921f;
}
.article-carousel {
    padding: 25px 0 0;
}
a#back-to-top {
    position: fixed;
    right: 0;
    border: none;
    font-size: 45px;
    color: #f8921f;
    display: block;
    bottom: 0;
}
.article-carousel .owl-nav {
    position: absolute;
    top: 18%;
    width: 100%;
    font-size: 50px;
}

.article-carousel .owl-nav button.owl-prev {
    left: -35px;
    position: absolute;
}
.article-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -35px;
}
.article-block.big figure {
    max-height: 560px;
    overflow: hidden;
}
.article-block.medium figure {
    max-height: 375px;
    overflow: hidden;
	margin-bottom:0;
}
.article-block.small figure {
    max-height: 265px;
    overflow: hidden;
}
.article-block.small.col-md-4.padding-25 .article-block:last-child {
    padding-top: 25px;
}
.header-navbtn-section {
    display: flex;
    align-items: center;
}
.header-navbtn-section a.btn-header.btn-blue.tlh_loginbtn-pop-over.user-ac {
    display: block;
	margin-right: 0;
}
.article-block.small .a-single {
    text-align: center;
}
.articles-detail-main h1 {
	font-size:70px;
}
main.page_wrapper {
    padding: 50px 0;
}
.page-notfound-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0;
    flex-direction: column;
    text-align: center;
}
main.page_wrapper h1 {
    font-size: 110px;
}
main.page_wrapper h2 {
    font-size: 50px;
}
.search-formbox button {
    width: 150px;
    background: #f8921f;
    border: none;
    color: #fff;
    font-size: 20px;
}
form.search-formbox {
    display: flex;
}
form.search-formbox input {
    border-radius: 0;
    height: 50px;
    border: none;
}
h1.page-title {
    font-size: 35px;
}
h1.page-title span {
    font-size: 50px;
}
.search_wrapper .article-block.medium .search_div {
    box-sizing: border-box;
    flex: 1;
	margin-bottom:0;
}
.search_wrapper .article-block.medium {
    display: flex;
    margin: 25px 0;
}
.meta-user-date li {
    list-style: none;
}
.meta-user-date li {
    list-style: none;
    display: inline;
    padding-right: 15px;
}
header.page-header {
    padding: 50px 0 25px;
}
.cat_wrapper .article-block {
	margin-bottom:25px;
}
nav.navigation.pagination {
    align-items: center;
    justify-content: center;
}
span.page-numbers.current {
    background: #f8921f;
    padding: 2px 12px;
    color: #fff;
    border-radius: 5px;
}
.page-pagination .nav-links {
    display: flex;
    gap: 10px;
    font-size: 18px;
}
a.page-numbers {
    background: #FFFFFF;
    padding: 2px 12px;
    border-radius: 5px;
    color: #000;
}
a.page-numbers:hover {
    background: #f8921f;
	color:#fff;
}
.page-pagination {
    margin: 45px 0;
}
.article-block a:hover {
    text-decoration: underline;
}
.footer-section .main_wrapper {
    padding-top: 0;
    margin-bottom: 0;
}
h1.entry-title {
    font-size: 60px;
    padding: 20px 0;
}
.plus-post:before {
    content: '\f067';
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
    background: #f8921f;
    font-size: 22px;
    text-align: center;
    padding: 3px 10px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    border-radius: 50%;
}
.navbar-wrapper {
	visibility: hidden;
	opacity: 0;
}
.navbar-wrapper.navbar-active {
	visibility:visible;
	opacity:1;
}
.articles_social ul li a { 
    font-size: 23px;
	color: #000;
	transition: all ease 0.3s;
}
.articles_social ul li a:hover {
    color: #0d60ca;
}
.articles_social ul li {
    list-style-type: none;
    padding-bottom: 10px;
}
.articles-detail-main .arti-publish-date {
    margin-bottom: 35px;
}
.articles-detail-content {
	background: #ffffff;
	padding:25px;
	margin-bottom: 25px;
	font-size: 21px;
    line-height: 1.6;
}
.articles-banner-caption {
	margin-top: 30px;
    text-align: center;
	border-radius:8px;
	position: sticky;
    top: 80px;
}

button.pum-close.popmake-close {
    background: #f8921f !important;
}
.loginbtn .tlhlogin-modal {
    top: 0;
}
.articles-detail-main h1 { 
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	-webkit-hyphens: auto; 
	-moz-hyphens: auto;  
}
.sticky_ads_block img {
    max-width: inherit;
}
.page-notfound-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0;
    flex-direction: column;
    text-align: center;
}
main.page_wrapper h1 {
    font-size: 110px;
}
main.page_wrapper h2 {
    font-size: 50px;
}
.search-formbox button {
    width: 150px;
    background: #f8921f;
    border: none;
    color: #fff;
    font-size: 20px;
}
form.search-formbox {
    display: flex;
}
form.search-formbox input {
    border-radius: 0;
    height: 50px;
    border: none;
}
button.submit.tlh_loginbtn-pop-over.user-ac {
    border-radius: 20px;
}
a.btn.sign_ut {
    color: #fff;
    padding: 8px 45px;
    border-radius: 20px;
}
input.tnp-submit.btn-small.epost-btn {
    margin-top: 15px;
    padding: 12px 30px;
}
.row.blog_content_wrap {
    background: #fff;
    margin: 0;
	padding: 15px;
}
a.sign_ut {
    color: #000;
    font-size: 19px;
    position: relative;
    top: 3px;
}
.main_wrapper.page_content {
    font-size: 20px;
}
button.submit.show_hide_btn {
    display: none;
}
.main_wrapper.page_content a {
    text-decoration: underline;	
}
h2.highlight a {
    background: #dc3545;
    text-decoration: underline;
     color: #fff;
	padding: 4px 0;
	line-height:1;
}
.tnp-field-message {
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
}
.main_wrapper.page_content a, .articles-detail-container a {
    color: #000;
	text-decoration: underline;
}
h2.highlight {
    color: #dc3545;
}
.radius_20 {
	border-radius: 20px;
}
.main_wrapper.page_content ul li {
    margin-left: 20px;
}
.intro-content {
    font-size: 25px;
}
.articles-detail-content figure {
    padding-bottom: 20px;
}
.email_text a {
    word-wrap: break-word;
}
.article-block.big.col-md-12 img {
        object-fit: cover;
        text-align: center;
        width: 100%;
}
figure.articles-detail-banner {
    text-align: center;
    background: #ececec;
}
@keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
/* responsive */
@media (max-width: 1500px) {
    .mhp_sideadbanner {
        display: none;
    }
}

@media (max-width: 1024px) {
    .main_wrapper {
        padding: 20px;
    }
	.search_wrapper .article-block.medium {
        display: block;
    }
}

/* @media (min-width:768px) {
	.article-block.big.col-md-12 img {
		height: 560px;
		object-fit: cover;
		width: 980px;
	}
} */

@media (max-width:767px) {
	.article-block.small figure, .article-block.small figure, .article-block.big figure {
    	max-height: 100%;
	}
	.header-navbtn-section .btn-header {
	    margin-right: 0 ;
		}
	.article-block h2, .articles-detail-main h1, h1.entry-title {
		font-size: 30px;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
		-webkit-hyphens: auto; 
    	-moz-hyphens: auto; 
	}
	.article-block {
		padding-top:25px;
	}
	    main.page_wrapper h1 {
        font-size: 50px;
    }
    main.page_wrapper h2 {
        font-size: 35px;
    }
	.cta_wrap {
		display: block;   
		text-align: center;
		border-radius:20px;
	}
	.cta_content {
		font-size: 14px;
	}
	.cta_link a { 
		font-size: 15px; 
	}
	h1.page-title {
		font-size: 40px;
	}
	
}
@media (max-width:468px) {
	.header-container .col.col-md-6 {
		width: 100%;
		display: block;
		flex: none;
		padding: 0;
		border: none;
	}
	.primary_menu_wrap .navbar-title {
		margin-top: 20px;
		padding-top: 10px;
		border-top: 1px solid #f8921f;
	}
	.navbar-navlist ul li {
        margin-top: 10px;
    }
	a.sign_ut span {
		display: none;
	}
	.header-nav-container {
        gap: 10px;
    }
	.articles_social ul li { 
		display: inline-block;
		margin-right: 27px;
	}
	.articles_social ul li:last-child{
		margin-right: 0;
	}
	.articles_social ul li a {
		font-size: 29px; 
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){ 
	.article-block h2 { 
		font-size: 55px; 
	}
}


