/* @override 
	http://gm-launch.local/wp-content/themes/americal/css/page-modules.css?ver=5.5.1
	http://gm-launch.local/wp-content/themes/americal/css/modules.css?ver=5.5.1
	http://americal.local/wp-content/themes/americal/css/modules.css?*
	https://americal.local/wp-content/themes/americal/css/modules.css?*
	https://americaldevrw.wpengine.com/wp-content/themes/americal/css/modules.css?*
	http://americaldevrw.wpengine.com/wp-content/themes/americal/css/modules.css?*
	https://stickermanrwde.wpengine.com/wp-content/themes/americal/css/modules.css?* */

div.module-page {
	/*	border: 1px solid #ddd;*/
}

.module_spacing_top-padding-80 {
	padding-top: 80px;
}

	@media screen and (max-width: 950px) {
.module_spacing_top-padding-80 {
	padding-top: 40px;
}

.module_spacing_bottom-padding-80 {
	padding-bottom: 40px;
}
}

	@media screen and (max-width: 950px) {
.module_spacing_top-padding-60 {
	padding-top: 40px;
}

.module_spacing_bottom-padding-60 {
	padding-bottom: 40px;
}
}





.module_spacing_top-padding-60 {
	padding-top: 60px;
}

.module_spacing_top-padding-40 {
	padding-top: 40px;
}

.module_spacing_top-padding-30 {
	padding-top: 30px;
}

.module_spacing_top-padding-20 {
	padding-top: 20px;
}

.module_spacing_bottom-20 {
	padding-bottom: 20px;
}

.module_spacing_bottom-30 {
	padding-bottom: 30px;
}

.module_spacing_bottom-padding-40 {
	padding-bottom: 40px;
}

.module_spacing_bottom-padding-60 {
	padding-bottom: 60px;
}

.module_spacing_bottom-padding-80 {
	padding-bottom: 80px;
}

.section-cards-wrapper {
	display: flex;
	/*	background: #eee;*/
	margin-left: -2%;
	padding-top: 0;
	padding-bottom: 60px;
	flex-wrap: wrap;
}

.section-cards-wrapper.nopadding {
	padding-top: 0;
	padding-bottom: 0;
}

.cards_title {
	display: flex;
	text-align: center;
	flex-basis: 100%;
	justify-content: center;
}

.card-item {
	display: flex;
	flex-direction: column;
	margin-left: 2%;
	padding: 20px 20px 30px;
	border: 1px solid #bac7da;
	border-radius: 5px;
	background: #fff;
	background: #fff;
	flex-basis: 31.3%;
	align-content: center;
	align-items: center;
}

@media (max-width: 700px) {
	.card-item {
		min-height: inherit;
		margin-bottom: 40px;
		flex-basis: 100%;
	}
}


	.card-item.nobg {
	border: none;
	background: inherit;
}

.card-item p {
	text-align: center;
	color: #617589;
}

.card-item img {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	align-self: center;
}

.btn-card-wrapper {
	margin-top: auto;
}

.sidebar-wrapper {
	flex-direction: column;
	padding-top: 60px;
	flex-basis: 30%;
}

@media (max-width: 900px) {
	.sidebar-wrapper {
		flex-basis: 100%;
		
		/*		order: 2;*/
		padding-bottom: 0;
		padding-top: 20px;
	}
}
	.sidebar-item {
	display: flex;
	margin-bottom: 40px;
	padding: 30px 20px;
	border: 1px solid #09729C;
	border-radius: 6px;
	flex-wrap: wrap;
}

.sidebar-wrapper h3 {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #09729C;
}

.section-sidebar-contact-item {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bac7da;
}

.section-sidebar-contact-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #fff;
}

.section-sidebar-contact-item .link {
	flex: 1;
}

.section-sidebar-contact-item span.text {
	padding-top: 5px;
	padding-bottom: 5px;
	flex: 1;
}

.section-sidebar-contact-icon {
	width: 30px;
}

.section-sidebar-contact-text {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.sidebar-bulleted-list {
	width: 100%;
}

.bullet-item {
	font-weight: 600;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 15px;
}

.bullet-item:last-child {
	margin-bottom: 0;
}

.bullet-item:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 15px;
	position: absolute;
	top: 3px;
	left: 0;
	content: '\f0da';
	transition: all .2s ease-in-out;
	color: #B30838;
}

div.sidebar-item p a {
	font-weight: 600;
	text-decoration: underline;
}

div.sidebar-item p:last-child {
	margin-bottom: 0;
}

.page-wrapper {
	display: flex;
	min-height: 50vh;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.page-modules-wrapper.has-sidebar {
	flex-basis: 65%;
}

.logged-in.woocommerce-account .page-modules-wrapper.has-sidebar {
	flex-basis: 100%;
}

@media (max-width: 900px) {
	.page-modules-wrapper.has-sidebar {
		flex-basis: 100%;
	}
}
	.page-modules-wrapper {
	/*	padding-top: 60px;
    padding-bottom: 60px;*/
	margin-right: auto;
	margin-left: auto;
	flex-basis: 100%;
}

.page-id-48 .section-gereral-hero-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 900px) {
.page-id-48 .section-gereral-hero-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
}


.page-id-48	.page-modules-wrapper {
padding-bottom: 100px;
}

.module_width-small {
	max-width: 500px;
}

.module_width-medium {
	max-width: 700px;
}

.module_width-large {
	width: 100%;
}

.section-timeline-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.timeline-item {
	position: relative;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left: 1px solid #bac7da;
	flex-basis: 100%;
}

.timeline-item:last-child {
	border-left: 1px solid #fff;
}

.timeline-item:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 8px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: -4px;
	content: '\f111';
	transition: all .2s ease-in-out;
	color: #B30838;
}

.timeline-item p {
	color: #617589;
}

.section-footer-cta-wrapper {
	display: flex;
	flex-direction: column;
	padding: 60px 3%;
	background: #F7F7F4;
	align-items: center;
	justify-content: center;
}

.footer-cta-img {
	max-width: 160px;
	padding-bottom: 10px;
}

p.wp-caption-text {
	font-size: 13px;
	padding: 10px;
	color: #0197d3;
	background: #f7fafd;
}

.section-text-module-wrapper {
	width: 100%;
	/*	display: flex;*/
	margin-right: auto;
	margin-left: auto;
}

.section-text-module-wrapper p {
	color: #617589;
}

.section-home-we-are-americal-wrapper {
	position: relative;
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f7f7f4;
	justify-content: center;
	overflow: hidden;
}

@media (max-width: 900px) {
	.section-home-we-are-americal-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
	.fullscreen {
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
}


.fullscreen:after {
	clear: both;
}



.inner-text-wrap {
	/*	display: none!important;*/
	display: flex;
	flex-direction: column;
	max-width: 650px;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	/*	z-index: 1;*/
}

@media (max-width: 900px) {
	.inner-text-wrap {
		padding-right: 3%;
		padding-left: 3%;
	}
}
	.stickers-wrapper {
	min-height: 40vh;
}

.stickers-wrapper img {
	position: absolute;
	max-width: 190px;
	transition: all .2s ease-in-out;
}

@media (max-width: 900px) {
	.stickers-wrapper img {
		display: none;
	}
}


	.stickers-wrapper img:nth-child(1) {
	top: 36%;
	right: 3%;
	max-width: 170px;
}

@media (max-width: 1100px) {
	.stickers-wrapper img:nth-child(1) {
		top: 43%;
		right: 3%;
		max-width: 150px;
	}
}

	.stickers-wrapper img:nth-child(2) {
	top: 13%;
	left: 13%;
	max-width: 160px;
}

@media (max-width: 1100px) {
	.stickers-wrapper img:nth-child(2) {
		top: 13%;
		left: 5%;
		max-width: 140px;
	}
}

	.stickers-wrapper img:nth-child(3) {
	top: 11%;
	right: 14%;
	max-width: 160px;
}

@media (max-width: 1100px) {
	.stickers-wrapper img:nth-child(3) {
		top: 11%;
		right: 16%;
		max-width: 130px;
	}
}


	.stickers-wrapper img:nth-child(4) {
	bottom: 24%;
	left: 10%;
	max-width: 130px;
}

@media (max-width: 1100px) {
	.stickers-wrapper img:nth-child(4) {
		bottom: 14%;
		left: 10%;
		max-width: 100px;
	}
}

	.stickers-wrapper img:nth-child(5) {
	right: 22%;
	bottom: 6%;
}

@media (max-width: 1100px) {
	.stickers-wrapper img:nth-child(5) {
		right: 25%;
		bottom: 3%;
		/*	background: red;*/
		max-width: 130px;
	}
}

	.stickers-wrapper img:nth-child(6) {
	bottom: 10%;
	left: 25%;
	max-width: 130px;
}

.stickers-wrapper img:nth-child(7) {
	top: 7%;
	left: 30%;
	max-width: 100px;
}

.section-home-testimonial-wrapper {
	display: block;
    /*	margin-top: 40px;
    margin-bottom: 40px;*/
}

.section-home-we-are-americal {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f7fafd;
}

.section-home-we-are-americal-content {
	max-width: 1400px;
}

.card-item-wrapper {
	display: flex;
}
