/* 
 Theme Name:     mrfixer-divi-child-theme
 Author:         markhendriksen.com
 Author URI:     https://www.markhendriksen.com
 Template:       Divi
 Version:        1.0
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ####### CHANGE COLORS ######## */

h1, h2, h3, h4, h5, h6 {
    color: #50bfd1 !important;
    font-family: 'Fjalla One', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

body .et_pb_button {
    font-size: 15px;
    background-color: #3693A2;
    border-width: 0px !important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
	font-family: 'Fjalla One', Helvetica, Arial, Lucida, sans-serif;
}

body #page-container .et_pb_section .et_pb_button_0_tb_header:hover {
	background-color: #13a89e;
}

et_section_specialty>.et_pb_row, .et_section_specialty>.et_pb_row {
    max-width: none;
}

.product-image-thumb span {
    height: 225px;
    overflow: hidden;
    position: relative;
}
.product-image-thumb img {
    min-height: 100%;
    object-fit: cover;
}

.custom_footer_location_column a {
    text-decoration: underline;
}
.custom_footer_location_column a:hover {
    text-decoration: none;
	font-weight: bold;
}

.et_pb_column_inner_1_tb_footer, .et_pb_column_inner_2_tb_footer {
    padding-left: 45px !important;
}
@media (min-width: 981px) {
    .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
        margin: 0 0;
    }
}

body #page-container .et_pb_section .et_pb_button_3:hover, body #page-container .et_pb_section .et_pb_button_4:hover, body #page-container .et_pb_section .et_pb_button_5:hover {
    background-color: #13a89e;
}

article#post-7947 .projects_shadow_home span {
    height: 225px;
    overflow: hidden;
    position: relative;
}
article#post-7947 .projects_shadow_home img {
    min-height: 100%;
    object-fit: cover;
}

.home-hero-text {
	color: #ffffff; 
	text-shadow: 0.08em 0.08em 0em rgba(0, 0, 0, 0.4); 
	font-size: 60px;
	line-height: 1.2em;
}

div#home-hero-text-rotator {
    color: #ffffff;
    font-size: 45px;
    font-family: 'Fjalla One', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 136px;
    line-height: 1.3em;
	text-shadow: 0.08em 0.08em 0em rgba(0, 0, 0, 0.4);
	max-width: 400px;
}

div#interior-hero-row h1 {
    line-height: 1.2em;
}

@media (max-width: 640px) {
	div#home-hero-text-rotator {
		top: 200px;
		width: 100%;
		font-size: 40px
	}
	.home-hero-text, div#interior-hero-row h1 {
		font-size: 54px;
	}
}

#product-images-collage .et_pb_module.et_pb_image span {
    height: 350px;
    overflow: hidden;
    position: relative;
}
#product-images-collage .et_pb_module.et_pb_image img {
    min-height: 100%;
    object-fit: cover;
}

@media (max-width: 980px) {
	div#stickybar .et_pb_button_module_wrapper.et_pb_button_0_wrapper {
        margin-top: 6px !important;
        margin-bottom: 0px !important;
	}
}

div#interior-hero-row {
    padding-top: 150px !important;
    padding-bottom: 250px !important;
}

@media (max-width: 980px) {
	.bottom-section-phone {
		margin-left: auto;
		margin-right: auto;
	}
}

h4 {
    line-height: 1.3em;
}

body .et_pb_button:after {
    font-size: 24px;
}

/* ######## MENU COLORS ######### */

.custom_menu  .fullwidth-menu li>a:hover,
.custom_menu .fullwidth-menu .current-menu-item {
	background-color: #50bfd1;
}

.custom_menu .fullwidth-menu li ul.sub-menu li a {
	background-color: #50bfd1;
}

/* ######## MOBILE HAMBURGER ######### */

.mobile_menu_bar:before {
	color: #fff;
}

/* ######## HOME PAGE CONTACT BORDER ######### */

.home_contactform {
	border: 5px solid #fff;
}

/* ######## HOME PROJECT BUTTON COLOR ######### */

.button_project a {
	background-color: #4D4D4D;
    color: #fff;
}

/* ######## BUTTON SINGLE BLOG POST ######### */

.more-link {
    background-color: #3693A2;
    color: #fff;
}

/* ######### SIDEBAR WIDGETS ########## */

.et_pb_widget {
border: 1px solid #e5e5e5;
border-top: 5px solid #3693A2;
}

/* ######### WIDGET CTA ########## */

.button a {
background-color: #3693A2;
color: #fff !important;
}

.button a:hover {
background-color: #4D4D4D;
}

/* ######### WIDGET REVIEW ########## */

.review_title {
color: #3693A2;
}

/* ###### SIDEBAR MENU ###### */

.et_pb_widget_area .menu .menu-item {
	background-color: #e5e5e5;
}

.et_pb_widget_area .menu .menu-item:hover {
	background-color: #3693A2;
}

.et_pb_widget_area .menu .menu-item:hover a {
	color: #fff;
}

.et_pb_widget_area .menu .menu-item a {
	color: #444;
}

.et_pb_widget_area .menu .current-menu-item {
	background-color: #3693A2;
}

.et_pb_widget_area .menu .current-menu-item a {
	color: #fff !important;
}

/* ######## LINE TITLES ######### */

.title_line h1:before,
.title_line h1:after,
.title_line h2:before,
.title_line h2:after,
.title_line h3:before,
.title_line h3:after {
  background: #50bfd1;
}

.title_line_white h2:before,
.title_line_white h2:after {
  background: #fff;	
}


/* ######### END COLORS ########## */

/* ######## BADGE ######### */

@media (min-width: 981px) {
.image_badge {
	position: absolute;
}

.image_badge img {
    bottom: 71px;
	left: 60px;
}}

@media (max-width: 980px) {
.bottom_cta .et_pb_text_inner {
	text-align: center;
}}

.blurb_click:hover {
	cursor: pointer;
}

/* ##### TOP HEADER ##### */

#main-header {
	display: none;
}

#page-container {
	padding-top: 0px !important;
}

.top_phone_number h3 {
	padding-bottom: 3px;
}

@media (max-width: 980px) {
.cta_home_below_image {
    margin-bottom: 0px;
}}

.phone_button_header .et_pb_button_module_wrapper {
	margin-bottom: 20px !important;
}

@media (min-width: 981px) and (max-width: 1200px) {
.phone_number_button  {
	font-size: 24px !important;
}}

/* ##### CUSTOM ROW ##### */

@media (min-width: 981px) and (max-width: 1250px) {
.et_pb_section .custom_row_95 {
	max-width: 95%!important;
    width: 95% !important;
}}

@media (min-width: 981px) and (max-width: 1650px) {
#main-content .custom_special_section_row_95 .et_pb_row {
	max-width: 95%!important;
    width: 95% !important;
}
	
.et_pb_column .home_project_title h2 {
	font-size: 20px;
}

.home_project_big_text p {
	font-size: 34px;
}

.custom_footer_location_column .et_pb_column {
	padding-left: 0px;		
}}

.home #page-container {
	overflow-y: unset !important;
}

/* ##### MENU ##### */

.custom_menu .et_pb_fullwidth_menu ul.fullwidth-menu {
	padding-top: 0px !important;
}

.custom_menu .fullwidth-menu li>a {
	padding: 20px 35px !important;
}

.custom_menu  .fullwidth-menu li {
	padding-right: 0px;
	margin-right: -3px;
}

.custom_menu .fullwidth-menu .menu-item-has-children>a:first-child:after {
    top: 18px;
    right: 10px;
}

.custom_menu .fullwidth-menu li ul.sub-menu li a {
    padding: 10px 25px !important;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.custom_menu .fullwidth-menu li ul.sub-menu li:last-child a {
	margin-bottom: 0px;
}

.custom_menu .fullwidth-menu li ul.sub-menu li.menu-item-has-children>a:first-child:after {
    top: 10px;
}

.custom_menu .fullwidth-menu li ul.sub-menu li {
	padding-right: 20px;
}

.custom_menu .et_pb_row {
	width: 100%;
}

.custom_menu .fullwidth-menu li ul.sub-menu li.current-menu-item {
    background-color: unset;
}

/* ############ CENTERED LINE ############# */

.title_line h1,
.title_line h2,
.title_line h3 {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.title_line h1:before,
.title_line h1:after,
.title_line h2:before,
.title_line h2:after,
.title_line h3:before,
.title_line h3:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 400%;
}

.title_line h1:before,
.title_line h2:before,
.title_line h3:before {
  right: 100%;
}

.title_line h1:after,
.title_line h2:after,
.title_line h3:after {
  left: 100%;
}

.title_line {
  overflow: hidden;
  text-align: center;
}


.custom_button_full_width .et_pb_button_module_wrapper {
	padding-left: 25px;
    padding-right: 25px;
}

/* ##### CUSTOM SHADOW ##### */

.custom_block_shadow {
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.25);
}

.home_services_blocks {
	border: 5px solid #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}



.projects_shadow_home {
	box-shadow: 10px 10px 40px 0px rgba(13, 14, 14, 0.25);	
}

.button_project a {
    padding: 7px 15px;
    border-radius: 2px;
}

/* ###### SIDEBAR MENU ###### */

.et_pb_widget_area .menu .menu-item {
	padding: 10px 20px 10px 20px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.et_pb_widget_area .menu .menu-item a {
	-webkit-transition: all .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* ###### SINGLE PROJECT PAGE ###### */

@media (min-width: 981px) and (max-width: 1750px) {
.project_description {
	padding-top: 0px !important;
	padding-bottom: 50px !important;
}}

/* ###### SINGLE BLOG PAGE ###### */

.single .et_pb_post {
    margin-bottom: 0px;
}

.single .post {
    padding-bottom: 0px;
}

#left-area {
    padding-bottom: 0px;
}

#left-area ul li ul {
    padding: 20px 0 20px 0px;
}

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .custom_menu .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .custom_menu .et_pb_row {
    width: 100%;
}

.more-link {
	display: inline-block !important;
    padding: 1px 15px;
    margin-top: 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25098039215686274);
    text-transform: uppercase;
    font-size: 14px;
}

/* ############################ */
/* ######### SIDEBAR ########## */
/* ############################ */

.et_pb_widget {
padding: 30px;
border-radius: 5px;
}

h4.widgettitle {
font-size: 24px;
font-weight: bold;
}

/* ######### WIDGET PROJECT ########## */

.widget_project p,
.cta_sidebar p {
font-size: 14px;
line-height: 1.5em;
}

.widget_project img {
width: 75px;
}

.widget_project h4.widgettitle {
padding-bottom: 20px;
}

@media all and (max-width: 1175px) and (min-width: 981px) {
.widget_project img {
width: 100%
}}

/* ######### WIDGET CTA ########## */

.cta_sidebar {
text-align: center;
}

.button a {
font-size: 18px;
font-weight: bold;
padding: 8px;
width: 100%;
display: block;
border-radius: 10px;
text-align: center;
margin-top: 15px;
line-height: 1.4em;
}

/* ######### WIDGET REVIEW ########## */

.review_title {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

/* ######### CONTACT PAGE ########## */

@media (max-width: 980px) {
.contact_blurb .et_pb_blurb {
	border-right-width: 0px !important;
	padding-bottom: 35px;
}}

/* ############# REVIEW PAGE ############# */

.review .et_pb_column,
.radial_shadow .et_pb_column {
	box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.14);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.review .et_pb_column:before,
.radial_shadow .et_pb_column:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.review .et_pb_column:hover,
.radial_shadow .et_pb_column:hover {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);}
 
.review .et_pb_column:hover:before,
.radial_shadow .et_pb_column:hover:before {
 	opacity:1;
 	top: 106%;
 	height: 15px;}

.review .et_pb_column .et_pb_blurb_container {
	padding: 0 25px;
}

/* ###### SEARCH RESULT PAGE ###### */

@media (min-width: 981px) {
.search #left-area {
	width: 64.833%;
}

.search #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.search #main-content .container:before {
    display: none !important;
}}

.search .et_pb_post a img {
    padding-bottom: 25px;
}

.search h2 {
	font-size: 30px;
	font-weight: bold;
}

.search h4.widgettitle {
	font-size: 22px;
	font-weight: bold;
}

.search #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 18.54%;
}

/*########### 404 page #############*/

.error404 h1 {
	padding-bottom: 25px;
}

.et_pb_fullwidth_header_subhead {
	padding-bottom: 25px;
}

.error404 .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 70%;
}

.error404 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center {
	-webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-align-self: baseline;
    align-self: baseline;
    margin-top: 15%;
}

.custom_menu_4 ul li {
	margin-top: 0px !important;
}

/*########### Job Openings #############*/

.awsm-selectric {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #f04b24;
    background-color: #fcf6e3;
    border-radius: 0 !important;
    box-sizing: border-box;
    padding: 0 0 0 3% !important;
}
.awsm-job-form-plugin-style .awsm-selectric-open .awsm-selectric {
    border-color: #f04b24;
}
.awsm-job-form-plugin-style .awsm-selectric .label {
    color: #000000;
    font-size: 14px;
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}
.awsm-selectric-items li.highlighted {
    background: #fcf6e3;
    color: #000000;
}
.awsm-selectric-items li.selected {
    background: #fcf6e3;
    color: #000000;
}
.awsm-selectric-items li:hover {
    background: #fcf6e3;
    color: #000000;
}
.awsm-selectric-items li {
    color: #000000;
    cursor: pointer;
	background: #fcf6e3;
    font-size: 14px;
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}
.awsm-filter-toggle, .awsm-filter-toggle.awsm-on {
    background: #fcf6e3;
    color: #000000;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #f04b24;
    background-color: #fcf6e3;
    border-radius: 0 !important;
}
.awsm-selectric-hide-select.awsm-selectric-is-native select option {
    color: #000000;
    cursor: pointer;
    background: #fcf6e3;
    font-size: 14px;
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}
.awsm-selectric-hover .awsm-selectric {
    border-color: #f04b24;
}
.awsm-list-item .awsm-job-item {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #f04b24;
    background-color: #fcf6e3;
    border-radius: 0 !important;
    box-sizing: border-box;
}
.awsm-job-form-inner {
    background: #fcf6e3;
    border: 1px solid #f04b24;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3) !important;
}
.awsm-job-form-plugin-style .awsm-job-form-control {
    background: #ffffff;
	border: 1px solid #f04b24;
}
input#awsm-application-submit-btn {
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    transition-duration: .2s;
    transition-property: all !important;
    font-size: 15px;
    border-width: 0px !important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Fjalla One', Helvetica, Arial, Lucida, sans-serif;
    cursor: pointer;
    color: #ffffff !important;
    background-color: #4d4d4d !important;
}
input#awsm-application-submit-btn:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}
div.awsm-job-form-group:has(#awsm-application-submit-btn) {
    width: fit-content;
}
div.awsm-job-form-group:has(#awsm-application-submit-btn):after {
    font-size: 24px;
    font-family: ETmodules !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	color: #ffffff;
	margin-top: 5px;
}
div.awsm-job-form-group:has(#awsm-application-submit-btn):hover:after {
    opacity: 1;
    margin-left: -30px;
}
.awsm-job-form-group label {
    margin-bottom: 5px;
}

/*########### Scholarship Applications / Gravity Forms #############*/

div.gform_wrapper {
    background: #fcf6e3;
    border: 1px solid #f04b24;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3) !important;
    padding: 35px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.gform_wrapper .gfield_label {
    color: #000000;
    font-size: 16px;
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper .ginput_container input {
    background: #ffffff;
    border: 1px solid #f04b24;
    display: block;
    width: 100%;
    font: inherit;
    padding: 8px 15px;
    min-height: 46px;
    border-radius: 4px;
    line-height: 1;
    color: #060606;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
}
p.gform_required_legend {
    display: none;
}
h2.gform_title {
    margin-bottom: 15px;
}
.gform_fields {
  display: grid !important;
  grid-row-gap: 25px !important;
}
div.ginput_container_fileupload span.gform_fileupload_rules {
    display: none;
}
.gf-doc-types {
    position: absolute;
    margin-top: -25px;
}
.gf-doc-types a {
    margin-left: 25px;
    text-decoration: underline;
    font-style: italic;
    color: #0000FF;
	white-space: nowrap;
	font-size: 15px;
}
div#field_2_10 {
    margin-top: 17px;
}
.gform_wrapper .gfield_label span {
    font-size: 16px;
    margin-left: -1px;
}
input.gform_button.button {
	padding: .3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px !important;
    transition-duration: .2s !important;
    transition-property: all !important;
    font-size: 15px !important;
    border-width: 0px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 2px !important;
    font-family: 'Fjalla One', Helvetica, Arial, Lucida, sans-serif !important;
    cursor: pointer !important;
    color: #ffffff !important;
    background-color: #4d4d4d !important;
}
div.gform-footer {
    width: fit-content;
	margin-bottom: 20px;
}
input.gform_button.button:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em !important;
}
div.gform-footer:after {
    font-size: 24px;
    font-family: ETmodules !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	color: #ffffff;
	margin-top: 5px;
}
div.gform-footer:hover:after {
    opacity: 1;
    margin-left: 64px;
}
input#input_2_10::file-selector-button, input#input_2_9::file-selector-button {
    color: #060606;
    line-height: normal;
    border: 1px solid #666666;
    height: 22px !important;
    margin-right: 5px;
    padding: 0px 7px;
    border-radius: 2px;
    margin-top: 1px;
    font-size: 15px;
    letter-spacing: 0.01em;
	vertical-align: middle;
}
@media (min-width: 640px) {
    div#field_2_6 {
        grid-column: span 7;
    }
    div#field_2_7 {
        grid-column: span 2;
    }
    div#field_2_8 {
        grid-column: span 3;
    }
}
@media (max-width: 400px) {
    .home-hero-text, div#interior-hero-row h1 {
		font-size: 13.5vw;
    }
}
.awsm-job-entry-content.entry-content {
    padding-top: 32px;
	padding-bottom: 32px;
    line-height: 1.4em;
}
.awsm-job-entry-content.entry-content ul li {
    line-height: 1.2em;
}
.awsm-job-entry-content.entry-content p {
	padding-bottom: 5px;
}
.image_badge a {
    pointer-events: none;
    cursor: default;
}
div#text-1 p:nth-child(2) {
    display: none;
}
/* Step 2 Product pages */
.mount-question-container {
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.mount-question-text {
    font-weight: 500;
    font-size: 0.875em;
    color: #000000;
	margin: 30px 0 10px 0;
}
.mount-question-buttons-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.mount-question-button-wrapper {
    width: 100%;
}
span.mount-question-button {
	display: flex;
    padding: 0.42rem;
    background-color: #ffffff;
    color: #4b5563;
    border: 1px solid #4b5563;
    border-radius: 0.375rem;
    cursor: pointer;
    height: auto;
    justify-content: center;
    margin-right: 1rem;
}
span.mount-question-button:hover {
	color: #ffffff;
	transition: color .5s ease-out;
}
span.mount-question-button.active  {
    background-color: #0891b2;
    color: #ffffff;
    border: 1px solid #0891b2;
}
.mount-continue-button-wrapper {
    margin-top: 50px;
}
button.mount-continue-button {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #0e7490;
    border: none;
    padding: .78rem;
	cursor: pointer;
}
button.mount-continue-button:hover {
    background-color: #0891b2;
    transition-duration: 0.5s;
}
div#backboards {
    margin-top: 30px;
}
div#backboard-colors {
    display: none;
}
.product-design-module {
    border: 1px solid #000000;
    box-shadow: 10px 7px 7px rgba(0, 0, 0, 0.3);
}
#custom-additional-0 {
    margin-top: 30px;
}