.mycolor_main_area {
	padding: 50px 0 100px;
    background-image: url(/wp-content/uploads/2019/09/shutterstock_149208152-1-copy.jpg?id=483);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mycolor_box {
	border: 1px solid #e2e6ec;
    border-radius: 6px;
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    background: #fff;
    padding: 30px;
}

.mycolor_form_input_label {
	padding-bottom: 10px;
	text-align: center;
}

.mycolor_form_error {
	color: red;
}

.search_address_field {
	padding-bottom: 20px;
}

.mycolor_form_input input[type="text"] {
	width: 100%;
	padding: 5px;
	border-radius: 4px;
    border: 1px solid #e2e6ec;
	text-align: center;
}

.mycolor_form_input input[type="text"]:focus {
	outline: none;
	border: solid 1px #0a8182;
}

.mycolor_form_input.submit_input {
	text-align: center;
}

.mycolor_form_input input[type="submit"] {
	padding: 10px;
	display: block;
	width: 100%;
	border: solid 1px #0a8182;
	background-color: #0a8182;
	color: white;
	font-weight: bold;
	border-radius: 6px;
	padding: 10px 40px;
	margin: 15px 0;
	transition: all .3s ease;
}

.mycolor_form_input input[type="submit"]:hover,
.mycolor_form_input input[type="submit"]:active {
	background-color: white;
	color: #0a8182;
}

.mycolor_form_input input[type="submit"]:focus {
	outline: none;
}

.my_color_box_heading {
	text-align: center;
	padding-bottom: 2px;
}

.my_color_box_address {
	color: black;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #E1E1E1;
}

.mycolor_address_confirmation a, .mycolor_address_confirmation a:visited,
.mycolor_form_input_label a, .mycolor_form_input_label a:visited {
	color: black;
	text-decoration: none;
	transition: all .3s ease;
}


.mycolor_address_confirmation {
	padding: 10px 0;
}

.mycolor_address_confirmation a:hover,
.mycolor_form_input_label a:hover {
	color: #0a8182;
	text-decoration: none;
}

a.mycolor_collapse_area_button, a.mycolor_collapse_area_button:visited {
	padding: 25px 30px 25px 10px;
	background-image: url();
	display: block;
	font-size: 16px;
	width: 100%;
	color: black;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	border-bottom: solid 1px #E1E1E1;
	transition: all .3s ease;
}

a.mycolor_collapse_area_button:before {
	position: absolute;
	right: 30px;
	font-size: 16px;
	color: #E1E1E1;
	font-family:'FontAwesome';
	content:'\f067';
	transition: all .3s ease;
	font-weight: 300;
}

a.mycolor_collapse_area_button:hover:before {
	color: #0a8182;
}

a.mycolor_collapse_area_button[aria-expanded="true"]:before {
	content: '\f068';
	color: #0a8182;
}

a.mycolor_collapse_area_button:focus {
	color: black;
	text-decoration: none;
}

a.mycolor_collapse_area_button[aria-expanded="true"], a.mycolor_collapse_area_button[aria-expanded="true"]:visited {
	border-bottom: none;
}


a.mycolor_collapse_area_button[aria-expanded="true"], a.mycolor_collapse_area_button[aria-expanded="true"]:visited,
a.mycolor_collapse_area_button:hover {
	color: #0a8182;
	text-decoration: none;
}

.mycolor_collapse_area_inner {
	padding: 0 2px 30px;
	border-bottom: solid 2px #0a8182;
}

.my_color_address_content {
	padding-top: 20px;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}

.my_color_address_content p:last-of-type {
	margin-bottom: 0;
}



@media only screen and (max-width: 767px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr { border: 1px solid #ccc; }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 5px !important;
        padding-left: 100px !important;
        white-space: normal;
        text-align:left;
        min-height: 36px;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .no-more-tables td:before { content: attr(data-title); }

}
