/*************************************/
/* Head SECTION */
/*************************************/

/*Mobile Menu*/
.menu-mobile{
	display: none;
}


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


#breadcrumbs a{
	font-size: var(--font-size-two);
}

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

/*Title*/
.title-blog{
	font-size: var(--font-size-ten);
	line-height: var(--line-height-two);
}

.left-section-article{
	margin-right: var(--scale-size-eleven);
	width: 22%;
}

.article-content-section{
	margin-top: 16px;
}

.article-intro{
	font-size: var(--font-size-six);
}

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


.article-content h2{
    font-size: var(--font-size-eight);
}

.article-content h3{
	font-size: var(--font-size-seven);
}

.article-content h4{
	font-size: var(--font-size-six);
}

.article-content h5{
	font-size: var(--font-size-five);
}

/*.second-section{
	margin: 40px auto;
}

.second-section{
	margin: 40px var(--scale-size-seven);
}
*/


/*Newsletter*/
.newsletter-section{
	padding:50px 40px 40px 45px
}
.submit-newsletter-button{
	width:25%
}
.email-input{
	width:50%
}
.newsletter-form{
	margin:0 0 25px
}


/*Related Section */

.related-title {
    font-size: var(--font-size-six);
}

.related-single {
    width: 23%;
}






/*************************************/
/* FOOTER SECTION */
/*************************************/

.footer-inner{
	display: flex;
}






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



.home-news-main{
	margin-right: var(--scale-size-eight);
	max-width: 66%;
}

.home-news-grid{
	margin-right: 20px;
	margin-bottom: var(--scale-size-ten);
}

.about-us-home{
	margin-right: 20px;
}

.blog-single-grid {
    margin: 0 20px 20px 0px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    width: 23.1%;
    box-sizing: border-box;
    height: 265px;
}

.grids-guide {
    margin-bottom: var(--scale-size-twelve);
}

.column-single-best{
	margin-right: 20px;
	width: 33%;
}

.team-home-box{
	margin-right: 20px;
	margin-top: var(--scale-size-twelve);
}

.homepage-main-wrapper{
	margin: 120px auto 40px auto;

}

.team-about{
	width: 50%;
}

.about-us-text {
    margin-left: var(--scale-size-six);
    padding: 20px;
}

.second-section{
	margin: 120px auto 40px auto;
}

.newsletter-section {
    width: 100%;
}

.three-ranking-columns {
    margin-bottom: var(--scale-size-twelve);
}

.newsletter-section-single-page{
	width: 70%;
	margin: var(--scale-size-eight) auto;
}

.article-meta-top{
    font-size: var(--font-size-two);
    margin: var(--scale-size-six) 0 var(--scale-size-eight) 0;
}

.social-button-top{
	padding: 8px;
}

.grid-guide-title {
    font-size: var(--font-size-three);
}

.search-box-own {
    padding: 30px 0;
}

.top-menu-bar{
	margin-top: 5px;
}

/*.top-menu-bar-header{
	box-shadow: 0 0 30px 40px white;
}*/

.box-shadow-menu{
	box-shadow: 0 0 30px 40px white;
}

#ez-toc-container nav {
    background: #f2f2f27d;
    padding: 1px 12px;
    border-radius: 0 8px 8px 0;
    border-left: 2px solid var(--primary-color-one);
}

p.ez-toc-title {
    margin-bottom: 5px;
}

.social-button-top.whatsapp-button{
	display: none;
}


.progress-bar {
	height: 3px;
	margin-top: 74px;
}

.list-column-home li {
    margin-bottom: 16px;
    line-height: var(--line-height-three);
}