/*
Theme Name: acinstall
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
span.amount{white-space:nowrap;color:#B12704!important;font-weight:normal!important;}
.price{font-size: 1.2em!important; margin:.5em 0;font-weight:normal!important;}
.myac_price{font-size:0.8em; font-weight:normal!important;}
.myac_included{font-size:0.8em; font-weight:normal!important;}

#main a {text-decoration:underline}

.width-limiter {
	max-width: 1250px;
	margin: 0 auto;
	width: 97%
}

@media all and (max-width:800px) {
html {
	-webkit-text-size-adjust: 100%
}
.width-limiter {
	width: 100%
}
}
.aci-col-one, .aci-grid-one {
	width: 8.3333%
}
.aci-col-1-6, .aci-col-two, .aci-grid-1-6, .aci-grid-two {
	width: 16.6666%
}
.aci-col-1-4, .aci-col-three, .aci-grid-1-4, .aci-grid-three {
	width: 25%
}
.aci-col-1-3, .aci-col-four, .aci-grid-1-3, .aci-grid-four {
	width: 33.3333%
}
.aci-col-five, .aci-grid-five {
	width: 41.6666%
}
.aci-col-1-2, .aci-col-six, .aci-grid-1-2, .aci-grid-six {
	width: 50%
}
.aci-col-seven, .aci-grid-seven {
	width: 58.3333%
}
.aci-col-2-3, .aci-col-eight, .aci-grid-2-3, .aci-grid-eight {
	width: 66.6666%
}
.aci-col-3-4, .aci-col-nine, .aci-grid-3-4, .aci-grid-nine {
	width: 75%
}
.aci-col-5-6, .aci-col-ten, .aci-grid-5-6, .aci-grid-ten {
	width: 83.3333%
}
.aci-col-eleven, .aci-grid-eleven {
	width: 91.6666%
}
.aci-col-1, .aci-col-twelve, .aci-grid-1, .aci-grid-twelve {
	width: 100%
}
[class*=aci-grid-] {
	display: inline-block;
	margin-right: -3px;
	vertical-align: top
}
[class*=aci-col-] {
	display: block;
	margin: 0 auto
}
[class*=aci-grid-] {
	padding-right: 15px
}
[class*=aci-grid-]:last-of-type {
	padding-right: 0
}
.aci-grid-force-pad:last-of-type {
	padding-right: 15px
}
.aci-pad-grid {
	padding: 15px 0 15px 15px
}
.aci-pad-grid [class*=aci-grid-]:last-of-type {
	padding-right: 15px
}

@media all and (max-width:570px) {
[class*=aci-grid-] {
	width: 100%;
	padding-right: 0
}
.aci-grid-force-pad:last-of-type {
	padding-right: 0
}
.aci-pad-grid [class*=aci-grid-] {
	padding-right: 15px
}
[class*=aci-col-] {
	width: 100%
}
}
/* --- BRAND PROMISES --------------------------------------------------------------------------------------------------------------------------------- */

#container-brand-promises {
	background: url("/wp-content/themes/acinstall/texture.jpg") repeat 0 0;
	text-align: center;
	font: 62.5%/1.8em Montserrat,sans-serif;
}

#container-brand-promises .width-limiter {
	padding: 110px 0 84px;
}

#brand-promises {
	background: #FFFFFF;
	border: 5px solid #000000;
	border-radius: 10px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.5);
	position: relative;
}

#brand-promises span.h2 {
	font-size: 3.6em;
	font-weight: 700;
	background: #bd231e;
	border-radius: 5px;
	color: #FFFFFF;
	width: 910px;
	max-width: 80%;
	padding: 14px 10px;
	margin: -61px auto 37px;
	min-height: 65px;
	display: block;
	position: relative;
	line-height: 1em;
	z-index: 1;
}

#brand-promises span.h2::before, 
#brand-promises span.h2::after {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 64px;
	height: 64px;
	background: none no-repeat center center;
	background-size: contain;
}

#brand-promises span.h2::before {
	background-image: url("/wp-content/themes/acinstall/ribbon-red-left.png");
	left: -42px;
}

#brand-promises span.h2::after {
	background-image: url("/wp-content/themes/acinstall/ribbon-red-right.png");
	right: -42px;
}

.promise {
	width: 50%;
}

.promise:first-of-type {
	padding: 0 21% 50px 25px;
}

.promise:last-child {
	padding-left: 20%;
	padding-right: 35px;
}

.promise.middle {
	border: 5px solid #000000;
	border-radius: 10px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.7);
	padding: 46px 30px 50px;
	position: absolute;
	top: -20px;
	background: #FFF;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-right: 0;
	width: 36%;
}

.promise h4 {
	font-size: 2.4em;
	font-weight: 700;
	color: #0059a9;
	margin: 0 0 20px;
	text-transform: uppercase;
	padding: 0 0 75px;
	background: none no-repeat center bottom;
	line-height: 1.2em;	
}

.promise:first-of-type h4 {
	background-image: url("/wp-content/themes/acinstall/promise-best-co.png");
}

.promise.middle h4 {
	background-image: url("/wp-content/themes/acinstall/promise-guarantee.png");
}

.promise:last-child h4 {
	background-image: url("/wp-content/themes/acinstall/promise-experts.png");
}

#brand-promises ul {
	text-align: left;
	list-style-type: none;
	margin: 0 0 0 40px;
}

#brand-promises ul li {
	font-size: 1.8em;
	color: #222; 
	list-style-image: url("/wp-content/themes/acinstall/bullet-star.png");
	margin-bottom: 20px;
	line-height: 1.1em;
}

/* --- BRAND PROMISES --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION --------------------------------------------------------------------------------------------------------------------------------- */

@media all and (max-width: 1200px) {
	#brand-promises span.h2 {
		font-size: 3em;
		padding: 17px 10px;
		margin: -54px auto 39px;
	}
	.promise:first-of-type {
		padding: 0 21% 32px 13px;
	}
	.promise.middle {
		padding: 49px 14px 50px;
	}
	.promise:last-child {
		padding-left: 20%;
		padding-right: 30px;
	}
	.promise h4 {
		padding: 0 0 63px;
		background-size: auto 51px;
	}
	#brand-promises ul li {
		margin-bottom: 11px;
		font-size: 1.7em;
	}
}

@media all and (max-width: 1025px) {
	#brand-promises {
		text-align: left;
		padding: 0px 20px 14px;
	}
	#container-brand-promises .width-limiter {
		padding: 110px 20px 63px;
	}
	#brand-promises span.h2 {
		text-align: center;
		font-size: 2.3em;
		padding: 20px 10px;
		margin: -54px auto 45px;
		max-width: 87%;
	}
	.promise {
		width: 100%;
		margin-bottom: 35px;
	}
	.promise.middle {
		padding: 0;
		top: 0;
		position: relative;
		left: 0;
		width: 100%;
		box-shadow: none;
		border: none;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
	}
	.promise:first-of-type,
	.promise:last-child {
		padding: 0;
	}
	.promise h4 {
		padding: 6px 0 6px 50px;
		background-position: left center;
		background-size: contain;
		margin: 0 0 13px;
	}
	#brand-promises ul {
		margin: 0 0 0 78px;
	}
}

@media all and (max-width: 800px) {
	#brand-promises span.h2 {
		padding: 21px 10px;
		min-height: 0;
	}
	.promise {
		margin-bottom: 30px;
	}
	.promise h4 {
		padding: 6px 0 6px 44px;
		margin: 0 0 8px;
	}
	#brand-promises ul {
		margin: 0 0 0 73px;
	}
	#brand-promises ul li {
		font-size: 1.6em;
		margin-bottom: 9px;
	}
}

@media all and (max-width: 570px) {
	#container-brand-promises .width-limiter {
		padding: 67px 20px 53px;
	}
	#brand-promises {
		padding: 31px 20px 14px;
	}
	#brand-promises span.h2 {
		padding: 0;
		background: none;
		color: #bd231e;
		max-width: 100%;
		margin: 0 auto 45px;
		line-height: 1.15em;
		font-size: 2.4em;
	}
	#brand-promises span.h2::before, 
	#brand-promises span.h2::after {
		content: none;
		background: none;
	}
	.promise h4,
	.promise:first-of-type h4,
	.promise.middle h4,
	.promise:last-child h4 {
		padding: 0;
		background: none;
	}
	#brand-promises ul {
		margin: 0 0 0 32px;
	}
	#brand-promises ul li {
		font-size: 1.5em;
		margin-bottom: 6px;
		line-height: 1.15em;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}