/*
Theme Name: BestForAndroid Main Section Theme
Theme URI: https://bestforandroid.com
Author: Bestiumpro
Author URI: https://bestiumpro.com
Description: Theme for APK Section.
Version: 1.0
License: Private
*/


/*CSS BestforAndroid Theme*/
/***************************
* 
* 1. Design Standards 
* 2. Menu Bar
* 3. Footer
* 
* 
* PAGES
* 1. Single
* 2. Home
* 3. Category
* 4. Author
* 5. Archive Standard
* 
* 
* DEVICES
* 1. Mobile Default - 600px max-width
* 2. Tablets/Desktop - min 600
* 
* 
* 
***************************/



/***************************/
/*   1. DESIGN STANDARDS   */
/***************************/

/*GLOBAL VARIABLES*/
:root{

	--max-width-big: 1100px;
	--max-width-small: 660px;

	/*Colors*/
	/*Apk color*/
	--primary-color-one: #44706e;
	--primary-color-two: #154543;
	--primary-color-three: ;

	/*Greenish*/
	--secondary-color-one: #014D40;
	--secondary-color-two: #147d64;
	--secondary-color-three: #27AB83;

	/*Bluish*/
	--accent-color-one: #de3600;
	--accent-color-two: #OA558C;
	--accent-color-three: #ff685d;
	--accent-color-four: #6258ff;

	/*Blacks*/
	--black-color-one: #000000;
	--black-color-two: #222222;


	/*Text Colors*/
	--text-color-zero: #000000;
	--text-color-one: #212121;
	--text-color-two: #3a3a3a;
	--text-color-three: #646464;	
	--text-color-four: #677075;
	--text-color-five: #767676;


	/*Article Text Colors*/
	--article-text-color: #3e4855;


	/*Font Sizes*/
	--font-size-one: 12px;
	--font-size-two: 14px;
	--font-size-three: 16px;
	--font-size-four: 18px;
	--font-size-five: 20px;
	--font-size-six: 22px;
	--font-size-seven: 26px;
	--font-size-eight: 30px;
	--font-size-nine: 34px;
	--font-size-ten: 40px;
	--font-size-eleven: 48px;
	--font-size-twelve: 56px;
	--font-size-thirteen: 64px;


	/*Padding & Margin*/
	--scale-size-zero: 2px;
	--scale-size-one: 4px;
	--scale-size-two: 6px;
	--scale-size-three: 8px;
	--scale-size-four: 10px;
	--scale-size-five: 12px;
	--scale-size-six: 14px;
	--scale-size-seven: 18px;
	--scale-size-eight: 22px;
	--scale-size-nine: 26px;
	--scale-size-ten: 30px;
	--scale-size-eleven: 38px;
	--scale-size-twelve: 46px;
	--scale-size-thirteen: 54px;
	--scale-size-fourteen: 62px;


	/*Radiuses*/
	--radius-one: 8px;
	--radius-one: 16px;
	--radius-one: 24px;


	/*Line Heights*/
	--line-height-one: 120%;
	--line-height-two: 140%;
	--line-height-three: 160%;
	--line-height-four: 180%;


	/*Shadows*/
	--box-shadow-one: 0 0 15px 5px rgb(132 132 132/10%);
	--box-shadow-two: 0 0 10px 5px rgb(132 132 132/5%);


	/*Borders*/
	--border-color-one: #c5c5c5;

}


@font-face {
    font-family: 'bestforandroid';
    src: url('resources/fonts/bestforandroid-Bold.eot');
    src: url('resources/fonts/bestforandroid-Bold.eot?#iefix') format('embedded-opentype'),
        url('resources/fonts/bestforandroid-Bold.woff2') format('woff2'),
        url('resources/fonts/bestforandroid-Bold.woff') format('woff'),
        url('resources/fonts/bestforandroid-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bestforandroid';
    src: url('resources/fonts/bestforandroid-Regular.eot');
    src: url('resources/fonts/bestforandroid-Regular.eot?#iefix') format('embedded-opentype'),
        url('resources/fonts/bestforandroid-Regular.woff2') format('woff2'),
        url('resources/fonts/bestforandroid-Regular.woff') format('woff'),
        url('resources/fonts/bestforandroid-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html{
	width: 100%;
    overflow-x: hidden;
}


body{
	font-family: bestforandroid,sans-serif,system-ui;
	overflow-x:hidden;
	min-height: 100vh;
	margin: 0;
	line-height: 140%;
	object-fit: cover;
	max-width: 100%;
	color: var(--article-text-color);
}

body a{
	color: var(--article-text-color);
}

::marker {
    color: var(--accent-color-three);
}


/*************************************/
/* MENU SECTION */
/*************************************/

.logo:hover, .search-botton:hover{
    opacity: 0.7;
}


.top-menu-bar{
	height: 65px;
	width: var(--max-width-big);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.top-menu-bar-header{
	border-bottom: 4px solid #44706e;
	display: flex;
	justify-content: center;
	width: 100%;
	position: fixed;
	background: white;
	z-index: 9999;
}

.menu-link-ol-web{
	list-style: none;
}

.menu-link-ol-web li{
	display: inline-block;
}


.menu-text, .menu-item a{
	color: var(--primary-color-two);
	text-transform: uppercase;
	text-decoration: none;
	font-size: var(--font-size-two);
	padding: 6px;
	margin-right: 8px;
	font-weight: 500;
	font-weight: bold;
}

.menu-text:hover, .menu-item a:hover{
	color: var(--accent-color-three);
}



.second-section{
	max-width: var(--max-width-big);
	margin: 100px var(--scale-size-seven) 40px var(--scale-size-seven);
}





/*************************************/
/* ARTICLE SECTION */
/*************************************/

/* Breadcrumb */

#breadcrumbs{
	color: var(--primary-color-two);
	font-size: var(--font-size-one);
}

span.breadcrumb_last {
    display: none;
}

#breadcrumbs a{
	color: var(--primary-color-one);
	text-decoration: none;
	font-size: var(--font-size-one);
	/*-webkit-font-smoothing: antialiased;*/
}


/* Title  */
.title-blog{
	font-size: var(--font-size-eight);
	color: var(--article-text-color);
	line-height: var(--line-height-three);
	margin: var(--scale-size-seven) auto;

}

.article-intro{
	color: var(--article-text-color);
	font-size: var(--font-size-five);
	line-height: var(--line-height-three);
	margin: var(--scale-size-seven) auto;

}

.article-meta-top{
	display: flex;
    flex-direction: row;
    font-size: var(--font-size-one);
    line-height: 1.8;
    color: var(--article-text-color);
/*    -webkit-font-smoothing: antialiased;*/
    margin: var(--scale-size-six) 0 var(--scale-size-four) 0;
}

.fact-article-top svg{
	margin-right: 4px;
}

.fact-article-top{
	display: flex;
	align-items: center;
}


.author-article-top a{
	text-decoration: none;
}

.social-top-article{
	display: flex;
	flex-direction: row;
}
  
.social-button-top{
/*	width: 24px;*/
/*	height: 24px;*/
	padding: 6px;
	border-radius: 50%;
	margin: 15px 8px 15px 0;
	display: flex;
	align-items: center;
}

.social-button-top:hover{
	opacity: 0.8;
}


.social-button-top.facebook-button {
    background: #3b5998;
}

.social-button-top.twitter-button {
    background: #73b4ff;
}

.social-button-top.mail-button {
    background: #333;
}

.social-button-top.reddit-button {
    background: #FE4600;
}

.social-button-top.whatsapp-button {
    background: #169F3F;
}

.article-content-section{
	display: flex;
} 


/* TABLE OF CONTENT */
.table-of-content{
	margin-top: 24px;
	line-height: var(--line-height-two);
	color: var(--article-text-color);
	font-size: var(--font-size-three);
}

.toc-ul{
	padding: 0;
	list-style: none;
}

.article-content{
	font-size: var(--font-size-four);
	color: var(--article-text-color);
	line-height: var(--line-height-three);
}

.seprator{
	margin: 0 5px;
}

.table-of-content-title{
	font-weight: bold;
}

.wp-block-buttons{
	margin: var(--scale-size-four) 0 var(--scale-size-eight) 0;
	display: flex;
}

.wp-block-button{
	padding-right: var(--scale-size-four);
}

.wp-block-button__link {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: var(--font-size-two);
    font-weight: bold;
    background: var(--primary-color-one)!important;
}

.wp-block-button__link:hover {
    background: white!important;
    color: var(--primary-color-one)!important;
    border-color: var(--primary-color-one)!important;
}


.article-content li{
	padding: var(--scale-size-five) 0;
}

table img{
	padding: 10px 0;
	max-width: 100%;
}

.article-content img{
	max-width: 100%;
    object-fit: cover;
    height: 100%;
}

table{
    width: 100%;
    overflow-y:hidden;
    overflow-x:scroll;
}

.article-content p a{
	color: var(--accent-color-four);
	text-decoration: none;
}

.article-content p a:hover{
	color: var(--accent-color-three);
}

.article-content figure {
    margin: var(--scale-size-eight) 0;
}

h2 ~ figure {
    margin: var(--scale-size-six) 0 0 0!important;
}

.article-content h2{
    border-image-repeat: repeat;
    border-image-slice: 150 0 0;
    border-image-source: url(heading-top.svg);
    border-top: 4px solid;
    max-width: 100%;
    padding-top: var(--scale-size-eight);
    line-height: 1.4;
    font-size: var(--font-size-six);
    font-weight: 800;
    margin-bottom: 0;
    margin-top: var(--scale-size-thirteen);
}

.article-content h3{
	line-height: 1.4;
	margin-top: var(--scale-size-twelve);
	font-size: var(--font-size-five);
	margin-bottom: 0;

}

.article-content h4{
	line-height: 1.4;
	margin-top: var(--scale-size-twelve);
	font-size: var(--font-size-four);
	margin-bottom: 0;
}

.article-content h5{
	line-height: 1.4;
	margin-top: var(--scale-size-twelve);
	font-size: var(--font-size-four);
	margin-bottom: 0;
}

.article-content h6{
	line-height: 1.4;
	margin-top: var(--scale-size-twelve);
	margin-bottom: 0;
}


.schema-faq-answer {
    margin: var(--scale-size-four) 0;
}

.schema-faq-section {
    margin-top: var(--scale-size-ten);
}

table{
	border-collapse: collapse;
}

table td, table tbody th {
    border: 2px solid #eee;
    border-radius: var(--scale-size-four);
    padding: 7px 15px;
}

li img {
    margin-top: 15px;
}


/*************************************/
/* NEWSLETTER SECTION */
/*************************************/

.newsletter-section {
    border: var(--primary-color) 3px dashed;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 45px 40px 35px 35px;
    width: auto;
    margin: 0 auto;
}

/*.section-app.newsletter-section{
    margin-top:30px;
    margin-bottom:30px
}*/

.newsletter-section{
    border:var(--primary-color-one) 3px dashed;
    border-radius:12px;
    display:flex;
    flex-direction:column;
    text-align:center;
    justify-content:center;
    padding:45px 40px 35px 35px
}

.newsletter-top{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px
}

.newsletter-top-left{
    display:flex;
    justify-content:center;
    align-items:center
}

.newsletter-top-right{
    display:flex;
    flex-direction:column;
    text-align:left
}

.newsletter-heading{
    font-size:var(--font-size-title-two);
    margin-bottom:10px;
    font-weight:700;
    letter-spacing:.2px
}

.newsletter-para{
    font-size:var(--font-size-two);
/*    color:var(--font-color-five);*/
    line-height:155%
}

.newsletter-form{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:5px 0 20px
}

.unsub-text{
    font-size:12px;
/*    color:var(--font-color-four)*/
}

.email-input{
    border-radius:12px;
    border:3px solid #e3e3e3;
    margin:0 8px 0 0;
    padding:10px;
    width:60%
}

.submit-newsletter-button{
    padding:10px;
    border-radius:12px;
    border:3px solid var(--primary-color-one);
    background:#426e6c;
    color:#fff;
    font-size:12px;
    font-weight:700;
    width:30%
}

.submit-newsletter-button:hover{
    background:#fff;
    color:var(--primary-color-one);
    cursor:pointer
}

.newsletter-svg{
    width:32px;
    padding:8px 10px 6px;
    background:#ffe500;
    border-radius:50%;
    fill:#415151;
    margin-right:20px
}


.article-content{
	max-width: var(--max-width-small);
	line-height: 1.8;
}



/*************************************/
/* COMMENT SECTION */
/*************************************/

.discussions{
	max-width: var(--max-width-small);
	margin: 40px auto 20px auto;
}

.comment-avatar{
	background: #426e6c;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 1px solid green;
}

.comment-single{
	display: flex;
	padding:var(--scale-size-nine)
			0
			var(--scale-size-nine)
			0;

	border-bottom: 1px solid #44706e5c;

}

/*.comment-meta{
	display: flex;
	align-items: center;
	margin-bottom: var(--scale-size-four);
}
*/

.comment-author-name{
	font-weight: bold;
}

.comment-right-section{
	display: flex;
	flex-direction: column;
	padding-left: var(--scale-size-seven);
}

.comment-text{
	line-height: var(--line-height-three);
/*	color: var(--text-color-one);*/
}

.comment-date{
	color: var(--text-color-three);
}

.seprator-dot{
    overflow: hidden;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #dddcdd;
    margin: 0 12px;
}

#comment-text-form{
	border: 2px solid var(--border-color-one);
	border-radius: 4px;
	width: auto;

}

.comment-input{
	background-color: #f6f7f8;
    border: 1px solid #c8cacb;
    box-shadow: inset 0 0 3px #d5d7d8;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 10px 10px 0;
}

.comment-submit-buttom{
	color: #249991;
    border-color: #249991;
    background: white;
    box-shadow: none;
    border-radius: 15px;
    padding: 10px 15px;
    outline: none;
}




/*************************************/
/* Footer SECTION */
/*************************************/


.footer {
    min-height: 115px;
    display: flex;
    align-items: center;
    flex-direction: column;
    content-visibility: auto;
}

.footer:before {
    background: url(https://bestforandroid.com/wp-content/uploads/assests/icon-footer-border-top-b.svg);
    height: 13px;
    width: 100%;
    display: block;
    content: "";
    background-size: contain;
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
}

.footer-social-links{
	margin: 25px auto 10px auto;
	
}

.social-profile {
	text-decoration: none;
	fill: var(--primary-color-two);
}

.social-profile:hover {
	fill: var(--primary-color-one);
}

.social-profile{
	margin-left: 30px;
}


.footer-links {
    margin-top: 10px;
    max-width: var(--max-width-big);
}


.menu-footer-container ul li a {
    font-size: var(--font-size-one);
    text-transform:capitalize;
    color: var(--text-color-four);
}

.menu-footer-container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 160%;
}


ul#menu-footer {
    max-width: 1200px;
}
ul#menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
/*    padding: 10px;*/
}

ul#menu-footer li {
    margin: 4px 12px 12px 0;
    display: block;
}

ul#menu-footer li {
    margin: 0 15px 10px 0;
    display: block;
}


.footer-links ul li {
    list-style: none;
    display: inline-block;
}

/*.menu-item {
    margin-right: 25px;
    list-style: none;
}
*/
#menu-footer .menu-item a {
    color: var(--text-color-three);
    text-transform: capitalize;
}

.copyright-notice {
    font-size: var(--font-size-two);
    color: #445670cc;
    padding: 15px;
    border-radius: 7px;
    line-height: 150%;
    margin: 0 auto 0;
}

.copyright-name-a {
    color: #445670cc;
    text-decoration: none;
}


.related-title {
    text-align: center;
    font-size: var(--font-size-seven);
    font-weight: bold;
    margin-bottom: var(--scale-size-nine);
    margin-top: var(--scale-size-thirteen);

}




/*************************************/
/*									 */
/* 				HOME PAGE 			 */
/*									 */
/*************************************/

.homepage-main-wrapper{
	max-width: var(--max-width-big);
	display: flex;
	flex-direction: column;
	margin: 100px var(--scale-size-seven) 40px var(--scale-size-seven);
/*	color: var(--primary-color-two);*/

}

/*.homepage-main-wrapper a{
	color: var(--primary-color-two);
}
*/
.homepage-main-wrapper a:hover{
	color: var(--accent-color-three);
}

/*.news-title-main a{
	color: var(--primary-color-two);
}*/

/*.news-excerpt-main{
	color: var(--article-text-color);
}
*/
.home-news-grid{
	display: flex;
	flex-direction: row;
}


.news-link{
	display: flex;
	flex-direction: column;
	margin-bottom: var(--scale-size-eight);
	box-shadow: 0 0 15px 5px rgb(132 132 132 / 10%);
    border-radius: 8px;
}

a.news-link{
	text-decoration: none;
}

a.news-link:hover {
    opacity: 0.9;
    color: var(--primary-color-two);
}

.title-content {
    display: flex;
    flex-direction: column;
    padding: 28px;
}

img.hero-image-news {
    width: 100%;
    height: 313px;
    object-fit: cover;
}

.news-title-main {
    margin-bottom: var(--scale-size-five);
    font-size: var(--font-size-four);
    font-weight: bold;
    line-height: var(--line-height-three);
}

.news-excerpt-main{
/*	color: var(--text-color-two);*/
}

.news-item {
    margin-bottom: var(--scale-size-eight);
}

.news-title-second {
    font-weight: bold;
    font-size: var(--font-size-three);
    padding: 15px;
    line-height: var(--line-height-three);
/*    color: var(--article-text-color);*/
}

img.second-image-news {
    width: auto;
    height: 140px;
    object-fit: cover;
}

img.scaled-image{
    border: none!important;
}

.box-section{
    box-shadow: 0 0 15px 5px rgb(132 132 132 / 10%);
    border-radius: 8px;
    padding: 20px;
}


.about-us-home{
	display: flex;
	margin-bottom: var(--scale-size-eight);
}


.about-us-text {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
}



.grids-guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-single-grid {
    margin-top: 14px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    width: 48%;
    box-sizing: border-box;
    height: 265px;
}

a.blog-single-grid{
	text-decoration: none;
}

a.blog-single-grid:hover{
	opacity: 0.9;
}

.guide-grid-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.grid-guide-title {
    margin-top: var(--scale-size-six);
    font-weight: bold;
    line-height: var(--line-height-three);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
    -webkit-box-orient: vertical;
    font-size: var(--font-size-two);
	padding-left: 4px;
	color: #154543d6;

}


/*.grid-guide-title:hover {
    color: var(--primary-color-two);
}*/


.three-ranking-columns{
	display: flex;
}

.rank-list-items {
/*    color: var(--text-color-two);*/
}

.column-single-best{
	display: flex;
	flex-direction: column;
}

.rank-header{
	display: flex;
	padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 12px;
    align-items: center;
}

.rank-section-intro {
    font-size: var(--font-size-two);
/*    color: var(--text-color-two);*/
}

.list-column-home li a {
    text-decoration: none;
/*    color: var(--text-color-one);*/
    line-height: 1.8;
}

ul.list-column-home {
    padding-inline-start: 24px;
}


.home-colum-right {
    display: flex;
    flex-direction: column;
}

.column-icon{
	width: 40px;
	margin-right: 20px;
}

.section-heading-one{
	font-size: var(--font-size-seven);
    font-weight: bold;
    margin-bottom: 4px;
/*    color: var(--text-color-two);*/
}

.section-heading-two{
/*	color: var(--text-color-two);*/
	font-size: var(--font-size-four);
    font-weight: bold;
    margin-bottom: 4px;	
}

.section-heading-three{
	
}

.team-home-box{
	display: flex;
	flex-direction: column;
	margin-top: var(--scale-size-nine);
	padding: 40px;
/*	color: var(--text-color-two);*/
}

.team-about{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

.team-members{
	display: flex;
}

.single-team-home{
	display: flex;
	flex-direction: column;
}

.team-heading {
    margin-bottom: 20px;
}

.team-person-image {
    width: 80px;
    height:auto;
    border-radius: 100%;
}

.single-team-home {
    align-items: center;
    text-align: center;
    padding: 20px;
}

.team-person-name {
    padding: 10px 0;
    text-transform: uppercase;
}

.team-person-designation {
    padding-bottom: 10px;
    color: var(--text-color-four);
    font-size: var(--font-size-two);
}

.team-person-about {
    font-size: var(--font-size-two);
/*    color: var(--text-color-two);*/
}
.newsletter-home {
    width: 100%;
    box-sizing: border-box;
}


/*Mobile Menu*/

.mobile-menu-all {
    display: none;
}

.displayhide {
    display: none!important;
}

.menu-mobile-main {
    width: 100%;
    background: #88bdba26;
    margin-top: 69px;
    z-index: 999999;
}

.close-button-menu-mobile {
    padding: 20px;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
}

.close-button {
    text-align: right;
    cursor: pointer;
    color: var(--primary-color);
}

.menu-mobile-inside {
    display: flex;
    flex-direction: column;
    padding: 5px 20px 5px 10px;
    border-bottom: 4px solid #44706e;
    position: fixed;
    background: white;
    width: 100%;
    z-index: 999999999999;
}


.menu-mobile-inside .menu-item, .menu-mobile-inside .menu-apks-container ul li {
    font-weight: 700;
    text-decoration: none;
    color: var(--primary-link-color);
    padding: 12px 0 12px 15px;
    border-bottom: 1px solid #15454342;
}

/*.menu-item a {
    text-decoration: none;
}*/


/*Search Box*/

.search-box-own {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
/*    z-index: 9999;*/
    background: #e2e8e8;
    padding: 25px 0;
    border-bottom: 4px solid #44706e;
    margin-top: 69px;
    position: fixed;

}

.right-section.search-botton {
    cursor: pointer;
}


.form-search {
    display: flex;
    justify-content: center;
    width: 100%;
}

.search-top-text {
    width: 60%;
    border: 1px solid var(--primary-color-one);
    border-radius: 8px;
    padding: 10px;
    margin-right: 5px;
}

.search-top-button {
    width: 20%;
    border: 1px solid var(--primary-color-one);
    border-radius: 8px;
    padding: 10px;
    font-weight: 700;
    background: var(--primary-color-one);
    color: #fff;
}



/* Table of Content */

a.ez-toc-link {
    text-decoration: none;
    line-height: 170%;
    font-size: 14px;
    color: var(--primary-color-two);
}

a.ez-toc-link:hover{
	color: var(--accent-color-three);
}

li.ez-toc-page-1 {
    color: var(--accent-color-three);
    margin-bottom: 12px;
}

p.ez-toc-title {
    font-weight: bold;
}

label.cssicon {
    display: none;
}

ul.ez-toc-list {
    padding-left: 15px;
}



/*Comment Native Styling*/

.comment-list li {
    list-style: none;
}

.comment{
	padding-top: var(--scale-size-eight);
}

.comment .reply{
	padding-bottom: var(--scale-size-eight);
    border-bottom: 1px solid #a4c0bf5c;
}

.comment-meta.commentmetadata a {
    color: var(--text-color-five);
    text-decoration: none;
    font-size: var(--font-size-one);
}

.comment-author.vcard {
    display: flex;
/*    align-items: center;*/
}

span.says {
    display: none;
}

.comment-body cite a, .comment-body cite {
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}


img.avatar {
    background: #426e6c;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 10px 0 -45px;
}

/*.comment-meta.commentmetadata {*/
/*    margin-top: -10px;*/
/*}*/

a.comment-reply-link {
    color: var(--text-color-four);
}

.comment p {
    margin-top: 10px;
    line-height: 170%;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

.comment-body cite {
    text-transform: capitalize;
}


form#commentform {
	margin-top: var(--scale-size-five);
    margin-bottom: var(--scale-size-seven);
    border-bottom: 1px solid #a4c0bf5c;
    padding-bottom: var(--scale-size-two);
}

textarea#comment {
    border-radius: 6px;
    border: 2px solid #e3e3e3;
    margin: 15px 15px 15px 0;
    padding: 10px;
    height: 80px;
    resize: vertical;
    background-color: #f6f7f8;
    box-shadow: inset 0 0 3px #d5d7d8;
}

textarea#comment:focus,
input#author:focus, 
input#email:focus
{
	border: 1px solid var(--primary-color-one);
	outline: none;
}


input#author, input#email{
	border-radius: 6px;
    border: 2px solid #e3e3e3;
    padding: 6px;
    background-color: #f6f7f8;
    box-shadow: inset 0 0 3px #d5d7d8;
}

.comment-form-comment label, .comment-form-author label, .comment-form-email label {
    color: var(--primary-color-one);
    font-weight: bold;
    margin-right: var(--scale-size-four);
}


.comment-form-author {
    margin-bottom: 20px;
}

p.form-submit {
    margin-top: 22px;
}

input#submit {
    padding: 8px 16px;
    border-radius: 22px;
    border: 1px solid var(--primary-color-one);
    background: white;
	color: var(--primary-color-one);
    font-size: 12px;
    font-weight: 700;
}

input#submit:hover{
	background: var(--primary-color-one);
	color: white;
	cursor: pointer;
}

span#reply-title small {
    margin-left: 10px;
}

em.comment-awaiting-moderation {
    display: block;
    font-size: var(--font-size-two);
    color: var(--primary-color-two);
}


.progress-container {
	width: 100%;
	height: 8px;
	background: #ccc;
}

.progress-bar {
	height: 3px;
	background: black;
	width: 0%;
	position: fixed;
	margin-top: 68px;
	z-index: 99999999;
	border-radius: 0 10px 10px 0;
}





/*Mobile Only*/
@media screen and (max-width:600px){


	.home-news-grid {
    	flex-direction: column;
	}

	.about-us-home {
    	flex-direction: column;
	}

	.three-ranking-columns {
    	flex-direction: column;
	}

	.team-members {
    	flex-direction: column;
	}
	
	.menu-web {
    	display: none;
	}

	.news-link{
		margin-bottom: var(--scale-size-eight);
	}

	.blog-single-grid:nth-child(odd) {
    	margin-right: 14px;
	}

	.about-us-home {
    	margin-top: var(--scale-size-eight);
	}

	.column-single-best {
    	margin-top: var(--scale-size-six);
	}

	.top-menu-bar {
	    margin: 0px var(--scale-size-seven);
	}

	.article-content-section{
		flex-direction: column;
	} 

	.social-top-article{
		justify-content: center;
	}

	/*Center Align article top content on phone*/
	.article-intro, .title-blog, #breadcrumbs{
		text-align: center;
	}

	.article-meta-top{
		flex-wrap: wrap;
		justify-content: center;
	}

	/* Home */
	.section-heading-one{
		text-align: center;
		line-height: 1.3;
	}

	.illustration{
		text-align: center;
	}

	.para-about {
    	margin-top: 10px;
	}

	.blog-single-grid{
		padding: 14px;
	}

	.table-of-content{
    	max-height: 160px;
    	overflow-x: scroll;
    	background: #8080800f;
    	padding: 0px 8px;
	}

	.table-of-content::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 5px;
	}

	.table-of-content::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background-color: rgba(0, 0, 0, .5);
	  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}





}


.section-app.four-o-four-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}










