/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Global */
.fl-row .fl-row-content {
	max-width: 1135px !important;
}

@media (max-width: 767px) {
	.fl-row .fl-row-content {
		padding-left: 4%;
		padding-right: 4%;
	}
}

.side-by-side .fl-col-content {
	display: flex;
	gap: 15px;
	flex-direction: row;
}

/* ENCIRCLE */
.encircle {
	display: inline-block;
}
.encircle::before {
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2023/05/cricle-1-e1685928950145.png);
	width: 157px;
	height: 78px;
	display: inline-block;
	background-size: cover;
	z-index: 1;
	background-repeat: no-repeat;
}
.encircle.sm::before {
	background-image: url('/wp-content/uploads/2023/05/circle.svg') !important;
}
.encircle.metrics::before {
	margin-top: -10px;
}
.encircle.seo-question::before {
	width: 114px;
	height: 57px;
	background-size: contain;
}

/* Web Design: /web-design/ */
.page-id-173 .encircle.design-question::before {
	width: 110px;
	height: 55px;
	background-size: contain;
    margin-top: -10px;
}
.page-id-173 .underline.important-question::before {
	width: 130px;
	height: 56px;
	background-size: contain;
	margin-top: -15px;
}

/* END ENCIRCLE */

/* UNDERLINE */
.underline {
	display: inline-block;
}
.underline::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2023/05/line-1.png');
	display: inline-block;
    background-size: contain;
    z-index: 1;
    width: 233px;
    height: 59px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.underline.md::before {
	background-image: url('/wp-content/uploads/2023/05/line.png') !important;
}
.underline.sm::before {
	background-image: url('/wp-content/uploads/2023/05/line-1-1.svg') !important;
}
.seo-strategy::before {
	xwidth: 157px;
	xheight: 78px;
}
.underline.our-seo-services::before {
	margin-left: 35px;
    margin-top: 3px;
}
.underline.seo-important::before {
	margin-top: 2px;
}
.underline.local-success::before {
	margin-top: 8px;
}

/* Web Design: /web-design/ */
.underline.award-hero::before {
	margin-top: 20px;
}
.trust-logo img {
	max-height: 30px !important;
	width: auto !important;
}

/* END UNDERLINE */

/* THREE LINES */
.three-lines .fl-photo-content::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2023/05/3-lines.png');
	display: inline-block;
    background-size: contain;
    z-index: 1;
	width: 55px;
	height: 56px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: -32px;
	margin-top: -28px;
}

/* END THREE LINES */

.blue-card {
	display: flex;
	padding: 2.5%;
	background-color: #EAF4FB;
	gap: 20px;
}
.blue-card .circle-figures {
	border-radius: 9999px;
    background-color: #002D96;
    font-family: Plus Jakarta Sans;
    font-size: 28px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
	font-weight: bold;
}
.blue-card .left-col {
	flex: 0 0 20%;
}
.blue-card .right-col {
	flex: 0 0 75%;
	padding-right: 30px;
}
.blue-card .blue-card-title {
	font-size: 36px; 
	font-weight: 900;
	color: #081D2B;
	margin: 0;
	line-height: 1.2em;
}
.blue-card .blue-card-text {
	font-size: 14px;
	color: #3F3F3F;
}

/* FAQ */	
.faq-row>.fl-row-content-wrap::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2023/06/top-right-arrow.png');
	width: 380px;
	height: 176px;
	display: inline-block;
	background-size: cover;
	z-index: 1;
	top: 1px;
    right: 91px;
}

/* STRAT CALL CTA */
.strat-call-cta .fl-col-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
