/*

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold.woff2') format('woff2'),
        url('../fonts/gothambold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook.woff2') format('woff2'),
        url('../fonts/gothambook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gothamlight.woff2') format('woff2'),
        url('../fonts/gothamlight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium.woff2') format('woff2'),
        url('../fonts/gothammedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*/


@font-face {
  font-family: 'gothambold';
  src: url('fonts/gothambold-webfont.woff2') format('woff2'), url('gothambold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url('fonts/gothambook-webfont.woff2') format('woff2'), url('gothambook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamlight';
  src: url('fonts/gothamlight-webfont.woff2') format('woff2'), url('gothamlight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium.woff2') format('woff2'),
        url('../fonts/gothammedium.woff') format('woff');
    font-weight: normal; 
    font-style: normal;
}


body {
	overflow: visible;
}

.blog-title {
    font-size: 46px;
    
    margin-bottom: 50px;
}


.featured_section {
  font-family: "Roboto", sans-serif;
    padding: 50px 0;
    color: #212529;
    padding-top:100px;
}

.featured_section a:hover, .featured_section a:focus {
 
    text-decoration: none;
}

.featured_img {
    margin-bottom: 15px;
}

.featured_img img {
    border-radius: 20px;
}

.artical_content h2 {
    font-size: 30px;

    margin-bottom: 15px;
 
}

.date_fm {
    opacity: 0.9;
    font-size: 12px;
}

.w-100 {
    width: 100%
}

.search-bar .form-control {
    height: 38px;
    border-radius: 8px;
    background-color: #ffffff;
    outline: none !important;
    border: 1px solid #cacaca;
    padding: 8px 8px 8px 35px;
}

.search-bar {
    position: relative;
    margin-bottom: 10px;
}
.cat-list {
  margin-bottom: 10px;
  margin-top: 20px;
}
.cat-list {
 
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.cat-list li {
	display:inline-block
}

.cat-list li a {
    background-color: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
color: #000; 
    padding: 1px 4px;
    cursor: pointer;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.cat-list .related_posts li a {
    background-color: #fff;
}
.related_posts li a span {
	padding-left: 5px;
	font-size: 13px;
}

.related_posts li+li {
    margin-top: 25px;
}

div.asl_r.vertical {
    padding: 2px;
    background: #f8f8f8;
}

.results .asl_nores .asl_keyword {
    font-size: 11px;
}

.asl_content .asl_image {
	display: none;
}

/*
.cat-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 5px;
}

.cat-list>li>a {
    background-color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;

    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}
*/



div.asl_w .probox .proinput input::-webkit-input-placeholder {

}
.small-hr {
    border-color: #e1e1e1;
    margin: 15px 0;
    border-width: 1px;
}

.cat-list>li.active>a {
    background-color: #000;
    color: #fff !important;
}
.related_posts a {
    display: flex;
    align-items: center;
    gap: 10px;
	color: #000;
}

.related_posts li+li {
    margin-top: 11px;
}

.related_img {
    border-radius: 6px;
    overflow: hidden;
    flex: 0 0 60px;
}

.related_img img {
    height: 50px;
    object-fit: cover;
}

.related_content h5 {
    font-size: 13px;

    line-height: 18px;
}

article.card_blog {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.item_featured_img {
    border-radius: 10px;
    overflow: hidden;
    height:198px;
}

.item_artical_content h4 {
    font-size: 18px;
    
    line-height: 25px;


    margin-bottom: 5px;
    min-height: 60px;
}

.item_date_fm {
    opacity: 0.9;
    font-size: 12px;
    letter-spacing: normal;
}

.post_list-row {
    display: flex;
    flex-wrap: wrap;
}



.related_posts a img {
    max-width: 60px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    flex: 0 0 60px;
}

.related_posts a span {
    font-size: 15px;
    
    line-height: 18px;
    font-weight: 700;
}

.cat-list li a.active {
    background: #000000;
    color: #ffffff !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {

}

.asl_content a {
    color: #000 !important;

    font-size: 13px !important;
    display: inline-block;
    line-height: 20px !important;
}

.autocomplete {
    display: none;
}

.featured_section a {
    color: #212529 !important;
}

.article_info li+li:before {
    content: '|';
    display: inline-block;
    margin-right: 5px;
}

.article_info{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.article_info li{
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
}
.article_info svg{
    transform: scale(0.6);
}


.autocomplete{
	display:none !important;
}


.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .9);
  z-index: 9999; 
}
.la-ball-scale-multiple,
.la-ball-scale-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-multiple{display:block;font-size:0;color:#fff}
.la-ball-scale-multiple.la-dark{color:#333}
.la-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-multiple{width:32px;height:32px}
.la-ball-scale-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}
.la-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}
.la-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.la-ball-scale-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-multiple.la-sm>div{width:16px;height:16px}
.la-ball-scale-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-multiple.la-2x>div{width:64px;height:64px}
.la-ball-scale-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-multiple.la-3x>div{width:96px;height:96px}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-scale-multiple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-scale-multiple{0%{opacity:0;-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}

#loading.loading {
    margin: auto;
    display: block;
    background-color: transparent;
    color: #5b5b5b;
    border: solid 4px #a5ce3a;
    padding: 8px 30px;
    margin-bottom: 100px;
    font-size: 19px;
    font-weight: 700; 
}
#loading.loading:hover {
    text-decoration: none;
    color: #a5ce3a;  
}



.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9999;
}

.article_title {
    font-size: 48px;
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 57.6px;
}
.cover_image {
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.article_detail_container .search-bar {
    margin: 20px 0;
    padding-bottom: 0;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    position: sticky;
    z-index: 9999999;
    width: 54px;
    margin-left: -60px;
    font-size: 11px;
    top: 60px;
}

div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    float: left;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    margin: 2px;
}


.table_of_content {
    padding: 20px;
    border: 1px solid #a2a2a3;
    border-radius: 20px;
    margin-top: 60px;
}

.table_of_content h3 {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #212529;

    padding-bottom: 15px;
    border-bottom: 1px solid #a2a2a3;
    margin-bottom: 25px;
}

.table_of_content h3 svg {
    height: 25px;
    margin-right: 10px;
}

.table_of_content ul li {
    display: block;
    padding-left: 40px;
    background: url(/wp-content/themes/mercury-child/blog/arrow.png) left 8px no-repeat;
    margin-bottom: 20px;
    font-size: 15px;
}

.table_of_content ul li a {
    color: #212529 !important;
}

.article_content p, .article_content ol, .article_content ul, .article_content li {
    font-size: 18px !important;
    margin: 0 0 20px 0;
    line-height: 25.2px;
}

.wp-video {
    max-width: 100%;
    height: auto;
}
.article_content h3 {

    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 700px;
}



	
.asl_w_container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    min-width: 200px;
}
	
	#ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 0;
    padding: 8px;

    background-color: #fff;
    border: 2px solid #4a89bf;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 #b5b5b5 inset;
    border-radius: 30px;
	background-image: none;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #4a89bf;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input::placeholder {
    color: #000 !important;
}
	
	
	div[id*='ajaxsearchlite'].asl_m {
    width: 100%;
}
div.asl_w {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: transparent;
    overflow: hidden;
    border: 0 solid #b5b5b5;
    border-radius: 0 0 0 0;
    box-shadow: none;
}
div.asl_m {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    position: relative;
    z-index: 200;
}
	
	
	
	#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    font-weight: normal;
    font-family: Open Sans;
    color: #000 !important;
    font-size: 12px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
	
	
	
	div.asl_m .probox .proinput form {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    max-width: unset !important;
}
	
	#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {

    color: #000 !important;
    font-size: 15px;
    line-height: normal !important;
 padding: 0 5px;
    height: 29px;
    border: 0;
    box-shadow: none;
		background-color: transparent;
}
	
	div.asl_m .probox .proinput {
    width: 90%;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    order: 5;
    -webkit-order: 5;
}
	
	div.asl_w .probox .promagnifier {
    width: 28px;
    height: 28px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    border-radius: 0 0 0 0;
    box-shadow: -1px 1px 0 0 rgba(255, 255, 255, .64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
	
	div.asl_m .probox .promagnifier {
   
    background: none;

}
	



@supports (-webkit-touch-callout: none) {
    .cat-list>li>a {
        padding: 5px 8px 0
    }
}

@media(min-width:992px) {
    .gx-space>.col-md-7 {
        width: 60%;
    }

    .gx-space>.col-md-5 {
        width: 40%;
    }
}

@media(min-width:768px) {
    .tab-content {
        margin-top: 10px;
    }

    .gx-space {
        margin-right: -30px;
        margin-left: -30px;
        margin-bottom: 50px;
    }

    .gx-space>* {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width:767px) {
	
	.article_title {
    font-size: 31px;
    line-height: normal;
}
    .cat-list {
        row-gap: 5px;
        column-gap: 10px;
    }

    .cat-list>li>a {
        font-size: 14px;
    }

    .gx-space {
        margin-bottom: 30px;
    }

    article.card_blog {
        margin-bottom: 25px;
    }

    .container {
        max-width: 100%;
    }

    .featured_section {
        padding: 30px 0;
    }

    article.large_artical {
        margin-bottom: 15px;
    }

    .blog-title {
        margin-bottom: 25px;
        font-size: 30px;
    }

    .artical_content h2 {
        font-size: 22px;
    }

    .search-bar {
        margin-bottom: 10px;
    }

    .related_posts li+li {
        margin-top: 15px;
    }

    .item_artical_content h4 {
        font-size: 16px;
        line-height: 22px;
    }
	
	
	.article_info {

	}
	
	.article_content img {
		height: auto;
	}
	
	.item_artical_content h4 {
		min-height:auto;
		font-feature-settings: normal;
    font-variant-numeric: normal;
		word-wrap:normal;
	}
	
	.cat-list li a {
		height: auto;
	}
	
	.article_detail_container .article_content {
    padding-left: 60px;
}
	    .article_content h3, .table_of_content h3 {
        font-size: 21px;
    }

	
}


