/*!
Theme Name: Solox Child theme
Theme URI: https://bracketweb.com/soloxwp/
Template: solox
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Solox WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solox-child
*/


.homehak .about-two {
	padding: 0 0 0px;
    margin-bottom: -5px;
}
.homehak .about-two__content {
    padding-top: 70px;
}

.homemsj .membership-two {
    padding: 70px 0;
    padding-top: 70px;
}
.homess .faq-one {
    padding: 70px 0 70px;
}
.homess .howit{
    padding: 70px 0 70px;
}
.homess .homeblog{
    padding: 70px 0 70px;
}
.homess h2{
	font-size: 22px;
	margin-bottom: 0px;
	line-height: 22px;
}
.homess .accrodion-title{
	padding: 20px 30px;
} 
.home-blog .blog-one{
    padding: 70px 0 70px;
}
.homeblog .blog-one{
    padding: 70px 0 70px;
}
.howit .work-process-one {
    padding: 70px 0 70px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    color: var(--solox-black, #1c1a1d);
	font-weight: 400;
}
.altheader .topbar-one__inner{
	border-bottom:none;
}
.altheader .main-header{
	background: #fff;
}
#block-19 {
	padding: 0px;
	background: #fff;
}
#block-19 img{
	border-radius: 15px;
	width: 100%;
}
b, strong {
	color: #353434;
	font-weight: 400;
}
.allara{
	display:none;
}
@media only screen and (max-width: 480px) {
	.allara{
		background: #3ba53f;
		padding: 7px 0px;
		text-align: center;
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		width: 100%;
	}

	.allara a{
		color: #fff;
    	font-size: 22px;
	}
}