/* ==============================================================================
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.17.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
================================================================================= */



/* ---------- TU SALUD PRIMERO  ---------- */

/* TRANSITIONS
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
*/

/* COLORS
	MAGENTA			#E8356E		rgba(232, 53, 110, 1)
	RUBY			#C61E5C		rgba(198, 30, 92, 1)
	SANGRIA			#570D35		rgba(87, 13, 53, 1)
	GRAY			#70706F		rgba(112, 112, 111, 1)
	DARK			#222222		rgba(34, 34, 34, 1)
	LIGHT GRAY 		#E4EAE7		rgba(228, 234, 231, 1)
	CAST			#F7F7F7		rgba(247, 247, 247, 1)
	COMPLEMENT		#35E8AF		rgba(112, 112, 111, 1)
*/

/* GENERAL */
::selection {
	background: #E8356E !important;
	color: #FFFFFF !important;
}

::-moz-selection {
	background: #E8356E !important;
	color: #FFFFFF !important;
}

body {
	overflow-x: hidden;
	line-height: 1.3;
}

.et_pb_section {
	position: relative;
	display: block;
}

.container {
	width: calc(100% - 30px);
	max-width: 1360px;
}

.et_pb_row, .et_pb_row_inner {
	display: flex;
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	flex-wrap: wrap;
	align-content: center;
    align-items: center;
}

.et_pb_row {
	width: 100%;
	max-width: 1360px;
}

.et_pb_row.et_pb_equal_columns > .et_pb_column,
.et_pb_section.et_pb_equal_columns > .et_pb_row > .et_pb_column {
	display: block;
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child,
.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
	margin: 0px 15px;
}

.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module,
.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module,
.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column.et_pb_module,
.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module,
.et_pb_section div.et_pb_row .et_pb_column .et_pb_module,
.et_pb_section div.et_pb_row .et_pb_column .et_pb_module {
	margin: 0px auto;
}

.et_pb_module.et_pb_text_align_left .et_pb_blurb_content .et_pb_main_blurb_image {
	vertical-align: middle;
	text-align: center;
}

.et_pb_all_tabs, .et_pb_module,
.et_pb_posts_nav a,
.et_pb_tab,
.et_pb_with_background {
	width: 100%;
	flex-direction: column;
	display: flex;
	justify-content: center;
}

/* TEXT */
.et_pb_column .et_pb_text_inner h1 span {
	color: #C61E5C;
}

h1, h2, h3, h4, h5, h6,
.et_pb_text {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.2;
}

span.reg {
	vertical-align: super;
	font-size: 75%;
}

span.bld {
	font-weight: 700;
}

span.itc {
	font-style: italic;
}

span.sup {
	vertical-align: super;
	font-size: 50%;
}

span.bld.number {
	padding-top: 10px;
	font-size: 110%;
}

.magenta {
	color: #E8356E;
}

.ruby {
	color: #C61E5C;
}

.sangria {
	color: #570D35;
}

.secondary span {
	font-weight: 700;
}

/* NAV MENU */
/*.et_header_style_left .logo_container {
	padding-left: 15px;
}

.et_header_style_left #et-top-navigation,
.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-right: 15px;
}*/

#top-menu-nav > ul > li > a:hover {
	color: #E8356E;
	opacity: 1;
}

#top-menu-nav > ul > li > a:before {
	content: '';
	background-color: #E8356E;
	position: absolute;
	height: 5px;
	width: 0%;
	left: 0%;
	bottom: 0%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#top-menu-nav > ul > li > a:hover:before {
	content: '';
	background-color: #E8356E;
	position: absolute;
	height: 5px;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


#top-menu li.current-menu-ancestor > a:before,
#top-menu li.current-menu-item > a:before,
#top-menu li.current_page_item > a:before {
	content: '';
	background-color: #E8356E;
	position: absolute;
	height: 5px;
	width: 100%;
	left: 0%;
	bottom: 0%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



/* BUTTONS */
.et_pb_button_module_wrapper > a {
	width: fit-content;
	width: -moz-fit-content;
}

.et_button_custom_icon .et_pb_button:after {
	padding: 0px 6px;
}

.et_pb_button_1_wrapper {
	align-items: center;
}

.outline-white {

}

/* AD MODULE */
.boxed .et_pb_module,
.et_pb_module.icon-box {
	cursor: pointer;
	transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(232, 53, 110, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(232, 53, 110, 0);
	-o-box-shadow: 0px 0px 0px 0px rgba(232, 53, 110, 0);
	box-shadow: 0px 0px 0px 0px rgba(232, 53, 110, 0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.boxed .et_pb_module:hover,
.et_pb_module.icon-box:hover {
	z-index: 2;
	transform: translateY(-2%);
	-o-transform: translateY(-2%);
	-moz-transform: translateY(-2%);
	-webkit-transform: translateY(-2%);
}

.boxed .et_pb_main_blurb_image {
	display: block;
	position: relative;
	margin-bottom: 0px;
}

.boxed .et_pb_blurb_position_top .et_pb_main_blurb_image {
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
}

.boxed .et_pb_blurb_position_top .et_pb_main_blurb_image img {
	width: 100%;
	max-width: 100%;
}

.boxed .et_pb_blurb_position_top .et_pb_blurb_content .et_pb_blurb_container .promo {
	width: fit-content;
	display: block;
	background-color: #E8356E;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px 14px;
	border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.et_pb_module.icon-box {
	background-color: #FFFFFF;
	border: solid 1px rgba(232, 53, 110, 0.15);
}

.et_pb_module.icon-box:hover {
	background-color: #F7F7F7;
	border: solid 1px rgba(232, 53, 110, 0.3);
}

/* QUOTE REF/ABV */
.quote .aux-modern-heading-primary {
	word-break: break-word;
}

.quote .aux-modern-heading-primary a {
	color: #5F6DB2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.quote .aux-modern-heading-primary a:hover {
	color: #F45197;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* FORM */
.ty-25 {
	transform: translateY(25%);
}

.f-lead .wpcf7 .c-middle,
.f-lead .wpcf7 .c-full,
.f-lead2 .wpcf7 .c-middle,
.f-lead2 .wpcf7 .c-full,
.f-contact .wpcf7 .c-full {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: center;
	margin: 10px auto;
}

.f-lead .wpcf7 .c-middle span.wpcf7-form-control-wrap,
.f-lead2 .wpcf7 .c-middle span.wpcf7-form-control-wrap {
	display: flex;
}

.f-lead .wpcf7 .c-full span.wpcf7-list-item,
.f-lead2 .wpcf7 .c-full span.wpcf7-list-item {
	margin-left: 0px;
}

.f-lead .wpcf7 .c-full input[type=checkbox],
.f-lead2 .wpcf7 .c-full input[type=checkbox] {
	border: 1px solid #FFFFFF;
	transform: scale(1.35);
	-o-transform: scale(1.35);
	-moz-transform: scale(1.35);
	-webkit-transform: scale(1.35);
}

.f-lead .wpcf7 .c-full .wpcf7-submit,
.f-contact .wpcf7 .wpcf7-submit {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	background-color: rgba(232, 53, 110, 0);
	border-radius: 50px;
	border: solid 2px #FFFFFF;
	padding: 12px 32px;
	margin-top: 20px;
	cursor: pointer;
}

.f-lead .wpcf7 .c-full span.wpcf7-list-item .wpcf7-list-item-label {
	color: #FFFFFF;
	padding-left: 8px;
	position: relative;
	display: inline-block;
}

.f-lead .wpcf7 .c-full span.wpcf7-list-item span.wpcf7-list-item-label,
.f-lead2 .wpcf7 .c-full span.wpcf7-list-item span.wpcf7-list-item-label {
	padding: 3px 0px 3px 12px;
}

.f-lead .wpcf7 .c-full span.wpcf7-list-item .wpcf7-list-item-label a.a-link {
	color: #FFFFFF;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.f-lead .wpcf7 .c-full span.wpcf7-list-item .wpcf7-list-item-label a.a-link:hover {
	border-bottom: 1px solid #FFFFFF;
}

.f-lead2 .wpcf7 .c-full span.wpcf7-list-item .wpcf7-list-item-label {
	color: #70706F;
	padding-left: 8px;
	position: relative;
	display: inline-block;
}

.f-lead2 .wpcf7 .c-full span.wpcf7-list-item .wpcf7-list-item-label a.a-link {
	color: #C61E5C;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.f-lead2 .wpcf7 .c-full span.wpcf7-list-item .wpcf7-list-item-label a.a-link:hover {
	border-bottom: 1px solid #C61E5C;
}

.f-lead2 .wpcf7 .c-full .wpcf7-submit {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #E8356E;
	border-radius: 50px;
	border: none;
	padding: 12px 32px;
	margin-top: 20px;
	cursor: pointer;
}

.f-contact .wpcf7 .c-full {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	width: 100%;
	max-width: 100%;
	min-height: 46px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.link-p {
	color: #C61E5C;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.link-p:hover {
	border-bottom: 1px solid #C61E5C;
}

a.link-f {
	color: #FFFFFF;
	font-weight: 700;
	padding: 5px 3px;
	margin: 0px 5px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.link-f:hover {
	border-bottom: 1px solid #FFFFFF;
}


ul.list-p {
	padding-bottom: 0px;
}

ul.list-p li {
	marg
}

/* FOOTER */
.et_pb_row_1_tb_footer .et_pb_column.center {
	display: flex;
	justify-content: center;
}

.et_pb_row_1_tb_footer .et_pb_column .et_pb_module.center {
	width: fit-content;
}

.et_pb_row_1_tb_footer .et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_row_1_tb_footer .et_pb_blurb_position_right .et_pb_main_blurb_image {
	width: 16px;
}

.et_pb_row_1_tb_footer .et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 8px;
}

footer .et_pb_blurb_position_left .et_pb_blurb_content:hover .et_pb_main_blurb_image .et-pb-icon {
	background-color: #E4EAE7 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

footer .et_pb_blurb_position_left .et_pb_blurb_content:hover h4.et_pb_module_header a {
	color: #E4EAE7 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

footer .et_pb_blurb_position_left .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon,
footer .et_pb_blurb_position_left .et_pb_blurb_content h4.et_pb_module_header a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* BLOG PAGE */
body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
	padding-top: 0px;
}

.et_right_sidebar #left-area,
.et_right_sidebar #sidebar {
	min-height: 80vh;
}

.et_pb_post,
.et_right_sidebar #sidebar {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.et_right_sidebar #sidebar {
	padding-left: 0px !important;
}

.et_right_sidebar #sidebar #block-7,
.et_right_sidebar #sidebar #block-6 {
	background-color: #F7F7F7;
	padding: 30px;
}

#sidebar .et_pb_widget {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.et_pb_widget .wp-block-group .widgettitle {
	color: #570D35;
	padding-bottom: 10px;
}

.et_pb_widget .wp-block-group ul.wp-block-latest-posts li {
	padding: 10px 0px;
	border-bottom: 1px solid #E4EAE7;
	margin-bottom: 0px !important;
}

.et_pb_widget .wp-block-group ul.wp-block-latest-posts li:last-child {
	border-bottom: none;
}

.et_pb_post {
	border-top: 1px solid #E4EAE7;
}

.et_pb_post:first-child {
	border-top: none;
}

.et_pb_post h2.entry-title a {
	color: #E8356E;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.et_pb_post h2.entry-title a:hover {
	color: #C61E5C;
}

.et_pb_post p.post-meta a {
	color: #70706F;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.et_pb_post p.post-meta a:hover {
	color: #70706F;
	border-bottom: 1px solid #70706F;
}

.post-title .et_pb_text_inner {
	background-color: #C61E5C;
}



/* DEVICES MEDIA QUERIES */
/* -- MIN WIDTH 320PX -- */
@media only screen and (min-width: 320px) {
	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column,
	.et_pb_gutters3 .et_pb_column_2_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5,
	.et_pb_gutters3 .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column,
	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2,
	.et_pb_gutters3 .et_pb_column_1_5.col-40,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5.col-40,
	.et_pb_gutters3 .et_pb_column_3_5.col-20,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5.col-20 {
		width: calc(100% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_4_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: calc(100% - 30px) !important;
	}

	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column.et-last-child,
	.et_pb_row_inner .et_pb_column:last-child,
	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin: 0px auto !important;
	}

	.et_pb_button,
	.et_pb_button:hover,
	.et_pb_module .et_pb_button:hover {
		padding: 10px 32px 10px 28px;
	}

	.et_pb_blurb_content {
		width: 100%;
		max-width: 100%;
	}

	.boxed .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container,
	.boxed .et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
		padding: 30px 15px;
	}

	.boxed .et_pb_module:hover,
	.et_pb_module.icon-box:hover {
		-webkit-box-shadow: 0px 5px 30px 0px rgba(232, 53, 110, 0.15);
		-moz-box-shadow: 0px 5px 30px 0px rgba(232, 53, 110, 0.15);
		-o-box-shadow: 0px 5px 30px 0px rgba(232, 53, 110, 0.15);
		box-shadow: 0px 5px 30px 0px rgba(232, 53, 110, 0.15);
	}

	.boxed .et_pb_blurb_2.et_pb_blurb,
	.boxed .et_pb_blurb_1.et_pb_blurb,
	.boxed .et_pb_blurb_3.et_pb_blurb,
	.boxed .et_pb_blurb_0.et_pb_blurb,
	.boxed .et_pb_blurb_position_left .et_pb_main_blurb_image .et_pb_image_wrap,
	.boxed .et_pb_blurb_position_right .et_pb_main_blurb_image .et_pb_image_wrap,
	.et_pb_module.icon-box {
		border-radius: 6px;
		-o-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}

	.boxed .et_pb_blurb_position_top .et_pb_main_blurb_image .et_pb_image_wrap {
		border-radius: 6px 6px 0px 0px;
		-o-border-radius: 6px 6px 0px 0px;
		-moz-border-radius: 6px 6px 0px 0px;
		-webkit-border-radius: 6px 6px 0px 0px;
	}

	.boxed .et_pb_blurb_position_left .et_pb_blurb_content,
	.boxed .et_pb_blurb_position_right .et_pb_blurb_content {
		flex-direction: column;
	}

	.boxed .et_pb_blurb_position_top .et_pb_main_blurb_image {
		width: 100%;
		max-width: 100%;
	}

	.et_pb_module.icon-left .et_pb_main_blurb_image {
		width: 45px;
	}

	.et_pb_module.icon-left .et_pb_blurb_container {
		padding-left: 15px;
	}

	.f-lead .wpcf7 .c-middle,
	.f-lead2 .wpcf7 .c-middle {
		display: flex;
		flex-wrap: wrap;
	}

	.f-lead .wpcf7 .c-middle span.wpcf7-form-control-wrap,
	.f-lead2 .wpcf7 .c-middle span.wpcf7-form-control-wrap {
		width: 100%;
		max-width: 100%;
		margin: 10px 0px;
	}

	.f-lead .wpcf7 .c-middle span.wpcf7-form-control-wrap,
	.f-lead .wpcf7 .c-middle span.wpcf7-form-control-wrap:last-child,
	.f-lead2 .wpcf7 .c-middle span.wpcf7-form-control-wrap,
	.f-lead2 .wpcf7 .c-middle span.wpcf7-form-control-wrap:last-child {
		margin-bottom: 0px;
	}

	.et_right_sidebar #left-area {
		padding-right: 0px !important;
	}

	.post-img.et_pb_image img,
	article.et_pb_post a.entry-featured-image-url img {
		border-radius: 16px 16px 0px 0px;
	}

	.post-title .et_pb_text_inner {
		padding: 12px 24px;
		border-radius: 0px 0px 16px 16px;
	}
}



/* -- MIN WIDTH 768PX -- */
@media only screen and (min-width: 768px) {
	.boxed .et_pb_blurb_2.et_pb_blurb,
	.boxed .et_pb_blurb_1.et_pb_blurb,
	.boxed .et_pb_blurb_3.et_pb_blurb,
	.boxed .et_pb_blurb_0.et_pb_blurb,
	.et_pb_module.icon-box {
		border-radius: 10px;
		-o-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.boxed .et_pb_blurb_position_top .et_pb_main_blurb_image .et_pb_image_wrap {
		border-radius: 10px 10px 0px 0px;
		-o-border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
	}

	.et_pb_gutters3 .et_pb_column_1_5.col-40,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5.col-40,
	.et_pb_gutters3 .et_pb_column_1_5.col-30,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5.col-30 {
		width: calc(50% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_3_5.col-20,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5.col-20 {
		width: calc(100% - 30px);
	}

	.boxed .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container,
	.boxed .et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
		padding: 30px;
	}

	.et_pb_module.icon-left .et_pb_main_blurb_image {
		width: 60px;
	}

	.f-lead .wpcf7 .c-middle span.wpcf7-form-control-wrap,
	.f-lead2 .wpcf7 .c-middle span.wpcf7-form-control-wrap {
		width: calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin-right: 10px;
	}

	.f-lead .wpcf7 .c-middle span.wpcf7-form-control-wrap:last-child,
	.f-lead2 .wpcf7 .c-middle span.wpcf7-form-control-wrap:last-child {
		margin-left: 10px;
		margin-right: 0px;
	}

	.f-lead .wpcf7 .f-lead .wpcf7 .c-middle,
	.f-lead2 .wpcf7 .f-lead .wpcf7 .c-middle {
		flex-wrap: nowrap;
	}

	.post-img.et_pb_image img,
	article.et_pb_post a.entry-featured-image-url img {
		border-radius: 32px 32px 0px 38px;
	}

	.post-title .et_pb_text_inner {
		padding: 12px 32px;
		border-radius: 32px 0px 32px 0px;
	}
}



/* -- MIN WIDTH 992PX -- */
@media only screen and (min-width: 1024px) {
	.et_pb_gutters3 .et_pb_column_2_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
		width: calc(40% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: calc(33.33% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_1_5.col-30,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5.col-30 {
		width: calc(30% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: calc(50% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_3_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
		width: calc(60% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_1_5.col-40,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5.col-40,
	.et_pb_gutters3 .et_pb_column_3_5.col-40,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5.col-40 {
		width: calc(40% - 30px);
	}

	.et_pb_gutters3 .et_pb_column_3_5.col-20,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5.col-20,
	.et_pb_gutters3 .et_pb_column_1_5.col-20,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5.col-20 {
		width: calc(20% - 30px);
	}

	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column.et-last-child,
	.et_pb_row_inner .et_pb_column:last-child,
	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin: 0px 15px;
	}

	.et_pb_button {
		padding: 12px 32px;
	}

	.et_pb_button:hover,
	.et_pb_module .et_pb_button:hover {
		padding: 12px 46px 12px 32px;
	}

	.boxed .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container,
	.boxed .et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
		padding: 45px;
	}

	.boxed .et_pb_module:hover,
	.et_pb_module.icon-box:hover {
		-webkit-box-shadow: 0px 15px 60px 0px rgba(232, 53, 110, 0.15);
		-moz-box-shadow: 0px 15px 60px 0px rgba(232, 53, 110, 0.15);
		-o-box-shadow: 0px 15px 60px 0px rgba(232, 53, 110, 0.15);
		box-shadow: 0px 15px 60px 0px rgba(232, 53, 110, 0.15);
	}

	.boxed .et_pb_blurb_2.et_pb_blurb,
	.boxed .et_pb_blurb_1.et_pb_blurb,
	.boxed .et_pb_blurb_3.et_pb_blurb,
	.boxed .et_pb_blurb_0.et_pb_blurb,
	.et_pb_module.icon-box {
		border-radius: 16px;
		-o-border-radius: 16px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
	}

	.boxed .et_pb_blurb_position_top .et_pb_main_blurb_image .et_pb_image_wrap img {
		border-radius: 16px 16px 0px 0px;
		-o-border-radius: 16px 16px 0px 0px;
		-moz-border-radius: 16px 16px 0px 0px;
		-webkit-border-radius: 16px 16px 0px 0px;
	}

	.et_pb_module.icon-left .et_pb_main_blurb_image {
		width: 82px;
	}

	.et_pb_module.icon-left .et_pb_blurb_container {
		padding-left: 30px;
	}

	.et_right_sidebar #left-area {
		padding-right: 45px !important;
	}

	.et_right_sidebar #left-area article {
		margin-left: 45px !important;
	}

	.et_pb_post .entry-featured-image-url {
		max-width: 85%;
		margin-left: -45px !important;
	}

	.et_pb_post p.post-meta {
		padding-left: 30px;
	}

	.post-img.et_pb_image img,
	article.et_pb_post a.entry-featured-image-url img {
		border-radius: 50px 50px 0px 50px;
	}
}