/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Colors */

.color-white {
	color: white;
}
.color-blue {
	color: #518bcf;
}
.color-dark-blue {
	color: #0f1934;
}
.color-green {
	color: #49c758;
}
.color-yellow {
	color: #e0e126;
}
.color-red {
	color: #c5232e;
}
.color-text {
	color: #8b8a8c;
}


/* Font Sizes */

.font-size-14 {
	font-size: 14px;
}
.font-size-18 {
	font-size: 18px;
}
.font-size-20 {
	font-size: 20px;
}
.heading-secondary {
	font-size: 28px;
}



/* Font Weights */

.font-weight-300 {
	font-weight: 300;
}
.font-weight-400 {
	font-weight: 400;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-700 {
	font-weight: 700;
}


/* Reusable Classes */

.block {
	display: block;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.uppercase {
	text-transform: uppercase;
}
.split-list {
	column-count: 2;
}
.text-link:hover {
	text-decoration: underline;
}
.text-shadow {
	text-shadow:  0px 5px 9px rgb(0 0 0 / 30%);;
}
.dot::before {
	content: "";
	display: block;
	border-radius: 50px;
	width: 6px;
	height: 6px;
	margin-right: 5px;
}
.dot::after {
	content: "";
	display: block;
	background: white;
	border-radius: 50px;
	width: 6px;
	height: 6px;
	margin-left: 5px;
}
.dot-white::before, .dot-white::after {
	background: white;
}
.dot-yellow::before, .dot-yellow::after {
	background: #e0e126;
}
.dot-blue::before, .dot-blue::after {
	background: #518bcf;
}
.dot-green::before, .dot-green::after {
	background: #49c758;
}


/* Overriding bricks styles */

body.bricks-is-frontend :focus {
    outline: none !important;
	border-bottom: 1px solid #518BCF !important;
}


/*************************************/


header .bricks-nav-menu{
	display: flex;
	justify-content: center;
}

.header-nav-sign-up:before {
	content: "";
	width: 25px;
	height: 1px;
	background-color: #8b8a8c;	
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translatey(-50%) rotate(90deg);
		
}

.page-id-9 #menu-header-menu .header-nav-sign-up:before {
	background-color: white;
}
.page-id-9 header.scrolling #menu-header-menu .header-nav-sign-up:before {
	background-color: #8b8a8c;
}

.page-id-9 #brxe-22bbb4 {
	background-color: transparent;
}
#menu-header-menu {
	align-items: center;
}


.page-id-9 #menu-header-menu li.current-menu-item a {
	color: white;
}
.page-id-9 header.scrolling #menu-header-menu li.current-menu-item a {
	color: #518bcf;
}



.page-id-9 #menu-header-menu li:last-child a {
	color: white;
}
.page-id-9 header.scrolling #menu-header-menu li:last-child a {
	color: black;
}
.page-id-9 #menu-header-menu li:not(:nth-child(10)) a:hover {
	color: #e0e126;
}


.page-id-9 #menu-header-menu li:nth-child(7){
	margin-left: auto;
}
.page-id-9 header.scrolling #menu-header-menu li:nth-child(7){
	margin-left: 30px;
}


 
.page-id-9 #menu-header-menu li:nth-child(9){
	margin-right: auto;
}
.page-id-9 header.scrolling #menu-header-menu li:nth-child(9){
	margin-right: 30px;
}





#menu-header-menu li:nth-child(10) a{
	background-color: #e0e126;
	border-radius: 50px;
	padding: 0.5em 2.5em;
	transition-duration: .3s;
}
#menu-header-menu li:nth-child(10) a:hover {
	transform: scale(1.03);
}

.banner {
	margin-top: 76px;
}




.text-yellow-line {
	position: relative;
}
.text-yellow-line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 2px;
	background-color: #e0e126;
}

.brxe-button {
	transition-duration: .3s !important;
}
.brxe-button:hover {
	transform: scale(1.048);
	backface-visibility: hidden !important;
}

.cart-list {
	list-style: none;
	padding: 0;
	margin-top: 0 !important;
}
.cart-list-item {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.price {
    position: relative;
}
.price:before {
    content: '$';
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -21px;
}

.services-list {
	column-count: 2;
	gap: 16%;
}
.services-list-2{
	gap: 0;
}

.blue-separator::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #518bcf;
	border-radius: 10px;
	gap: 0 !important;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	box-shadow: 1px 0px 9px 5px #518bcf91;
}

.contact-description {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.footer-social-icons li {
	width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;

}



/* Service Areas Page */

.list-service-areas {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-service-areas li:first-child {
	margin-top: 7px;
}
.list-service-areas li:not(:last-child) {
	margin-bottom: 10px;
}

/* Our Services Page */

.service-info-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	margin-bottom: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 5px;
}


/* About Us Page */
.service-number {
	position: relative;
}
.service-number::before {
	content: '';
	position: absolute;
	top: -21%;
	left: 50%;
	transform: translatex(-50%);
	font-size: 72px;
	font-weight: 700;
	opacity: .1;
	
}


.service-number-one::before {
	content: '1.';	
}
.service-number-two::before {
	content: '2.';	
}
.service-number-three::before {
	content: '3.';	
}


.service-number-one-left::before {
	top: 50%;
    transform: translatey(-50%);
    left: -40px;
}
.service-number-two-right::before {
	top: 50%;
    transform: translatey(-50%);
    left: 90%;
    width: 100%;
}

.step-line {
	position: absolute;
	z-index: -3;
	transform: rotate(90deg);
	
}

.step-line .line {
	position: absolute !important;
	width: 130%;
	opacity: .2;
}

.step-line-long .line {
	width: 200%;
}

/* Contact Us Page */

.contact-us-form-section {
  background: url(/wp-content/uploads/2023/07/Pricing-Page-Sign-Up-Backround.png)
	  6% center no-repeat,
	  		  url(/wp-content/uploads/2023/07/Contact-us-big-logo.png)
	  76% 90% no-repeat;
}

.form-group input[type=checkbox] + label {
	font-size: 14px;
}




/* Contact Us Page */

.work-steps-section {
  background: url(/wp-content/uploads/2023/07/Background-Elipse-right.png)
	  right top no-repeat,
	  		  url(/wp-content/uploads/2023/07/How-It-Works-Background-Elipse-left.png)
	  left bottom no-repeat;
}





/************       Media Queries        ************************/



@media only screen and (max-width: 1650px) {
	 .heading-secondary {
		font-size: 24px;
	}
}



@media only screen and (max-width: 1440px) {
	.font-size-18 {
		font-size: 17px;
	}
	/* Move berger menu to the righr side */
	header .brxe-nav-menu {
		display: flex;
		justify-content: end;
	}
	.header-nav-sign-up:before {
		display: none;
	}
}



@media only screen and (max-width: 1024px) {
	
	.font-size-20 {
		font-size: 18px;
	}
		
	header nav ul li a{
		background-color: unset ;
		
	}
/* 	 .faq-section {
		background-image: unset !important;
	} */
	.page-id-9 #menu-header-menu li:nth-child(7){
		margin-left: unset;
	}

	.page-id-9 #menu-header-menu li:nth-child(9){
		margin-right: unset;
	}
	.cart-quarterly {
		transform: unset !important;
	}
	.about-us-new-bins,
/* 	.about-us-we-provide, */
	.our-services-new-bins,
	.pricing-sign-up-today {
		background-image: unset !important;
	}
	 .heading-secondary {
		font-size: 22px !important;
		}
}


@media only screen and (max-width: 768px) {
	.about-us-we-provide{
		background-image: unset!important;
	}
	.blue-separator .line {
		width: 70vw !important;
	}
	.how-it-works-resoult,
	.work-steps-section {
		background-image: unset !important;
	}
	.service-number-two-right::before {
		left: -26%;
	}
	.font-size-20 {
		font-size: 17px;
	}
	.faq-accordion .accordion-title-wrapper {
		flex-wrap: nowrap;
	}
	.service-number-one::before {
		content: '';	
	}
	.service-number-two::before {
		display:none;	
	}
	.service-number-three::before {
		display:none;
	}
}
@media only screen and (max-width: 676px) {
	.services-list{
		gap: 5%;
	}
}

@media only screen and (min-width: 381px) and (max-width: 600px){
	.dog-image{
		margin-top: 10%!important;
		margin-bottom: 10%!important;
	}
}
@media only screen and (max-width: 576px) {
/* 	.dog-image{
		margin-top: 10%!important;
		margin-bottom: 7%!important;
	} */
	.services-list {
		column-count: 1;
	}
	.service-number::before {
		font-size: 60px;
	}
	 .heading-secondary {
		font-size: 20px !important;
		}
	.blue-separator .line {
		margin: 5% 0;
	}
	.faq-accordion .accordion-title-wrapper {
		flex-wrap: nowrap;
	}
	.font-size-20 {
		font-size: 16px;
	}

}



@media only screen and (max-width: 425px) {
	.dog-image{
		margin-top: 2%!important;
		margin-bottom: 20%!important;
	}
	.faq-accordion h5 {
		font-size: 15px !important;
	}
	.faq-accordion .accordion-title-wrapper {
		flex-wrap: nowrap;
	}
	#menu-footer-menu li {
		margin: 0 !important;
	}
	#menu-footer-menu li a {
		justify-content: center;
	}
	.service-number::before {
	top: 65%;
	left: 40px;
	}
	.faq-background-img{
		background-image: none!important;
	}
	.text-shadow{
		text-shadow: unset;
		color: var(--bricks-text-dark);
	}
}
@media only screen and (max-width: 380px) {
	.dog-image{
		margin-top: 10%!important;
		margin-bottom: 10%!important;
	}
}








