/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

 body {
  background: #f5f5f5 none repeat scroll 0 0;
}
.container {
  max-width: 1300px;
  padding: 0 15px !important;
  width: 100%;
}
.side-bar {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin-top: 90px;
  width: 26%;
  padding-left:12px;
}
.side-bar h3 , .second-bar h4{
  padding: 0 20px;
}
.right-side {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin-left: 15px;
  margin-top: 90px;
  padding: 15px 0;
  width: 72%;
}
.right-side .fa-map-marker::before {
  color: #c72a3f;
  content: "";
  font-family: fontawesome;
  font-style: normal;
   padding-left: 20px;
}
.main-sec li {
  border-right: 1px solid #cccccc;
  display: inline-block;
  font-size: 13px;
  padding: 0 44px;
}
.main-sec ul , .custum-left-side > ul , .custum-last-sides > ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.custum-left-side h4 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
.custum-left-side li {
  display: inline-block;
  padding: 0 12px;
}
.custum-left-side {
  float: left;
  padding: 0 19px;
  width: 100%;
}
.custum-left-side p {
  font-size: 15px;
}
.custum-sec {
 
  padding: 25px 0;
}
.custum-left-side > ul {
  display: inline-flex;
  vertical-align: top;
  width: 100%;
}
.custum-right-side {
  float: left;
  padding: 32px 15px 0;
  width: 24%;
}
.custum-right-side > p {
  font-size: 13px;
}
.custum-right-side > h4 {
  font-family: roboto;
  font-size: 30px;
  font-weight: normal;
}

.custum-right-side button {
  background: #3071b1 none repeat scroll 0 0;
  border: medium none;
  border-radius: 100px;
  box-shadow: 0 0 0 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 0;
  padding: 22px 15px;
}
.custum-left-side li {
  border-right: 1px solid #cccccc;
  display: inline-block;
  padding: 0 12px;
}
.custum-right-side {
  float: left;
  padding: 32px 15px 0;
  width: 25%;
}
.last-custum-sec > li {
  border: medium none;
  font-size: 12px;
  padding: 0 1px;
}
.custum-left-side {
  border-bottom: 1px solid #cccccc;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 53px;
}
.custum-left-side li:last-child {
  border: medium none;
}
.main-sec {
  border-bottom: 2px solid #286095;
  padding: 20px 0;
}
.custum-last-sides h6 {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 24px;
}
.custum-sec {
  border-right: 1px solid #cccccc;
  float: left;
  width: 74%;
}
.custum-last-sides h4 {
  font-size: 12px;
  position:relative;
}
.custum-last-sides h4::after {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: 6px;
  left: -9px;
  position: absolute;
  top: 11px;
  width: 5px;
}
.custum-last-sides li {
  display: inline-block;
  padding-left: 19px;
}
.custum-last-sides > ul {
  padding-left: 0px;
}
.custum-last-sides {
  float: left;
  width:100%;
}
 .custum-last-sides > ul {
  padding-left: 0px;
}
.page-template-shop-page-template .clearfix {
  background: #f5f5f5 none repeat scroll 0 0 !important;
}
.right-side a {
  font-size: 15px;
}
.right-side > p {
  padding-left: 20px;
}
.right-side > span {
  font-size: 16px;
}
.right-side-border {
  border: 5px solid #f5f5f5;
  margin-top: 30px;
}
.top-border {
  border: 4px solid #f5f5f5;
}
.checkbox-label {
  -moz-user-select: none;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
}


.second-bar strong {
  float: left;
  font-size: 13px;
  padding-left: 20px;
  width: 70%;
}
.side-bar strong a {
  display: block;
  font-size: 17px;
  margin-top: 16px;
}
.side-bar a {
  font-size: 14px;
}
/* Hide the browser's default checkbox */
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.border-sidebar {
  border: 2px solid #f5f5f5;
  margin: 25px 0;
}

*,:after,:before{box-sizing:border-box}
.pull-left{float:left}
.pull-right{float:right}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}

.rangeslider,
.rangeslider__fill {
	display:block;
	border-radius:10px;
}

.rangeslider {
	position:relative;
}
.rangeslider:after{
	top:50%;
	left:0;
	right:0;
	content:'';
	width:100%;
	height:5px;
	margin-top:-2.5px;
	border-radius:5px;
	position:absolute;
	background:#212131;
}

.rangeslider--horizontal{
	width:100%;
	height:28px;
}

.rangeslider--vertical{
	width:5px;
	min-height:150px;
	max-height:100%;
}
.rangeslider--disabled{
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity:0.4;
}

.rangeslider__fill{
	position:absolute;
	background:#2196f3 none repeat scroll 0 0;
}
.rangeslider--horizontal .rangeslider__fill{
	top:0;
	height:100%;
}
.rangeslider--vertical .rangeslider__fill{
	bottom:0;
	width:100%;
}

.rangeslider__handle{
	top:50%;
	width:28px;
	height:28px;
	cursor:pointer;
	margin-top:-14px;
	background:white;
	position:absolute;
	background:#2196f3 none repeat scroll 0 0;
	border-radius:50%;
	display:inline-block;
}
.rangeslider__handle:active{
	background:#000;
}
.side-bar p {
  font-size: 14px;
}
.rangeslider__fill,
.rangeslider__handle{
	z-index:1;
}
.rangeslider--horizontal .rangeslider__fill{
	top:50%;
	height:5px;
	margin-top:-2.5px;
}

/* Budget */
.budget-wrap{
	padding:0 25px;
}
.budget-wrap .header .title{
	color:#fff;
	font-size:18px;
	margin-bottom:2px;
}
.budget-wrap .header .title .pull-right{
	color:#2196f3;
	font-size:24px;
	font-weight:400;
}
.pull-right {
  color: #000000 !important;
  float: left !important;
  margin-top: 17px;
  padding: 0 20px;
  width: 100%;
}
.budget-wrap .footer{
	margin-top:30px;
}
.budget-wrap .footer .btn{
	color:inherit;
	padding:12px 24px;
	border-radius:50px;
	display:inline-block;
	text-decoration:none;
}
.budget-wrap .footer .btn.btn-def{
	color:#525263;
}
.budget-wrap .footer .btn.btn-pri{
	color:#eee;
	background:#ff5a84;
}

.fa-home:before {
    /*content: url("https://scbroadband.com/wp-content/uploads/2019/12/smhm.png") !important; */
    }

.gf_readonly {
	background-color: lightgray;
}