/*---
Globals
---*/

*, *:before, *:after {
	box-sizing: border-box;
}

.container, .et_pb_row {
	width: 90%;
	max-width: 1200px;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}


/*---
Header
---*/

#home-fullscreen-slider {
    overflow-x: hidden;
}

.header-red-slider {
    width: 79%;
    overflow: hidden;
    display: inline-block;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    /* transform: skewX(-30deg); */
    border-right: 6px solid #fff;
    margin-left: -30%;
    z-index: 2;
    position: absolute;
}

.header-red-slider .et_pb_slides {
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    margin-left: 33%;
    pointer-events: auto;
    width: 90%;
    height: 100%;
}

.header-blue-slider {
    width: 80%;
    z-index: 1;
    top: 0;
    display: inline-block;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-right: 6px solid #fff;
    right: -49%;
    position: relative;
    overflow: hidden;
}

.header-blue-slider .et_pb_slides {
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    /* margin-right: 24%; */
    pointer-events: auto;
    width: 90%;
    height: 100%;
    position: relative;
    right: 20%;
}

.header-red-slider .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: top;
}

.header-blue-slider .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: bottom;
}

#home-fullscreen-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 0;
}

#home-fullscreen-slider .header-red-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
	padding-top: 60px;
}

#home-fullscreen-slider .header-blue-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
	padding-bottom: 50px;
}

#home-fullscreen-slider .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
	max-width: 450px;
}

#home-fullscreen-slider .header-blue-slider .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
	margin-left: auto;
}

.header-blue-slider .et_pb_slide {
    padding-right: 0;
}

#main-header #top-menu .menu-item-has-children ul.sub-menu {
    width: 280px;
    border: 2px solid #000!important;
    padding: 10px 0px;
}

#main-header #top-menu .menu-item-has-children ul.sub-menu li {
    padding: 0px;
    width: 100%;
}

#main-header #top-menu .menu-item-has-children ul.sub-menu li a {
    width: 100%;
}

#main-header #top-menu .menu-item-has-children ul.sub-menu li a:hover {
    background-color: transparent !important;
}

#main-header #top-menu .menu-item-has-children ul.sub-menu:before{
    content: ""!important;
    display: block!important;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid black;
    position: absolute;
    top: -16px;
    left: 38px;
    margin-left: -20px;
}


@media(min-width: 981px) {
	#top-header {
		max-height: 33px;
	}
}

@media(min-width: 981px) {
	#top-header .container {
		max-width: none !important;
		width: 98%;
	}
	
	#main-header .container {
		max-width: none !important;
		width: 95%;
	}
}

#top-menu a {
    text-transform: uppercase;
    font-size: 14px;
}

.et-fixed-header #top-menu a:hover, #top-menu a:hover {
	color: #d60008 !important;
}

#top-menu li.current-menu-item>a {
    font-weight: 900;
}

#top-header .container {
    padding: 0;
}

#et-info, #et-secondary-menu>ul>li a {
    padding-bottom: 0;
}

#et-secondary-nav li {
    background-color: red;
    transform: skewX(-30deg);
    overflow: hidden;
	margin-right: -1px;
}

#top-header .et-social-icons li {
    margin-left: 5px;
}

#top-header .et-social-icons li.et-social-icon.et-social-instagram {
    margin-left: 14px;
}

#et-secondary-nav li.red {
	background-color: #d60008;
}

#et-secondary-nav li.blue {
	background-color: #003a86;
}

#et-secondary-nav li.black {
	background-color: #000;
}

#et-secondary-nav li a {
    transform: skewX(30deg);
    padding: 10px 20px 10px 40px !important;
	position: relative;
	font-size: 12px;
	font-weight: normal;
}

@media(min-width: 981px) and (max-width: 1200px) {
	#et-secondary-nav li a {
		font-size: 10px;
		padding: 10px 10px 10px 30px !important;
	}
	
	#et-secondary-nav li.payment a:before, #et-secondary-nav li.request a:before {
		left: 9px !important;
	}
	
	#et-secondary-nav li.tel a:before, #et-secondary-nav li.email a:before, #et-secondary-nav li.chat a:before, #et-secondary-nav li.manager a:before {
		left: 15px !important;
	}
	
	#logo {
		max-height: 30% !important;
	}
	
	#top-menu a {
		font-size: 10px !important;
	}
	
	#et-top-navigation {
		padding-left: 280px !important;
	}
}

/* #et-secondary-nav li.tel a, #et-secondary-nav li.email a {
    font-family: lato;
} */

#et-secondary-nav li.tel a:before, 
#et-secondary-nav li.email a:before, 
#et-secondary-nav li.chat a:before, 
#et-secondary-nav li.manager a:before {
    font-family: ETmodules;
    position: absolute;
	left: 20px;
}

#et-secondary-nav li.tel a:before {
    content: "\e090";
}

#et-secondary-nav li.email a:before {
    content: "\e076";
}

#et-secondary-nav li.chat a:before {
	content: "\e066";
}

#et-secondary-nav li.manager a:before {
	content: "\e085";
}

#et-secondary-nav li.payment a:before, #et-secondary-nav li.request a:before {
    content: "";
    width: 17px;
    height: 13px;
    position: absolute;
    background-size: contain;
    left: 17px;
    background-position: center;
    background-repeat: no-repeat;
}

#et-secondary-nav li.payment a:before {
	background-image: url(https://medresponse.ph/wp-content/uploads/2019/05/credit-card-icon.png);
}

#et-secondary-nav li.request a:before {
	background-image: url(https://medresponse.ph/wp-content/uploads/2019/05/ambulance-icon.png);
}

#top-header #et-secondary-menu .et-social-icons {
	float: left;
	margin-right: 30px;
    padding-top: 5px;
}

#top-header .et-social-icon a {
	width: 25px;
    height: 25px;
}

#top-header .et-social-icon a:before {
	display: none;
}

#top-header .et-social-icon a:after {
	content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#top-header .et-social-icon.et-social-facebook a:after {
	background-image: url(https://medresponse.ph/wp-content/uploads/2019/05/Facebook-icon.png);
}

#top-header .et-social-icon.et-social-twitter a:after {
	background-image: url(https://medresponse.ph/wp-content/uploads/2019/05/Twitter-icon.png);
}

#top-header .et-social-icon.et-social-google-plus a:after {
	background-image: url(https://medresponse.ph/wp-content/uploads/2019/05/Instagram-icon.png);
}

#top-header .et-social-icon.et-social-instagram a:after {
	background-image: url(https://medresponse.ph/wp-content/uploads/2019/05/Whatsapp-icon.png);
}


/* #top-header #et-info {
	float: right
}

#top-header #et-info > a {
	display: none;
}

#top-header #et-info-phone {
	display: inline-block;
}

#top-header ul#top-bar li {
    display: inline-block;
}

#top-header #et-info-phone:before {
    display: none;
} */

.section-header h2 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
	text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
    display: inline-block;
}

.section-header h2:before, .section-header h2:after {
    content: "/////////////";
    font-size: 15px;
    font-weight: 600;
    color: #8a8d91;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-header h2:before {
    left: -70px;
	color: #003a86;
}

.section-header h2:after{
    right: -70px;
	color: #d60008;
}

.et_button_no_icon .et_pb_button.et_pb_bg_layout_dark, 
body .et_pb_button.et_pb_bg_layout_dark, 
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button.et_pb_bg_layout_dark {
    border: 1px solid #fff !important;
}

.et_button_no_icon .et_pb_button, body .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button {
    padding: 23px !important;
    text-transform: uppercase;
    border-radius: 5px !important;
	color: #fff !important;
	font-weight: 900;
	font-size: 22px;
	padding-left: 55px !important;
}

.et_button_no_icon .et_pb_button:before, 
body .et_pb_button:before, 
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button:before {
    content: "\e046";
    font-family: ETmodules;
    position: absolute;
    display: inline-block !important;
    opacity: 1;
	font-size: 22px;
    top: 29px;
    left: 45px;
}

.et_button_no_icon .et_pb_button.red, 
body .et_pb_button.red, 
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button.red,
.et_button_no_icon .et_pb_button.red:hover, 
body .et_pb_button.red:hover, 
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button.red:hover {
    background-color: #d60008 !important;
}

/*---
Emergency Ambulances
---*/

#emergency-ambulances {
	padding-top: 10px !important;
}

.class-header {
    margin-bottom: 10px !important;
}

.class-sub-header h4 {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.class-header h4 {
    font-size: 30px;
    font-weight: bolder;
	text-transform: uppercase;
}

.class-ambulance-title h4 a {
    font-size: 18px;
    font-weight: bold;
}

.class-ambulance-title.red h4 a {
	color: #d60008;
}

.class-ambulance-title.blue h4 a {
	color: #0954a0;
}

.class-ambulance-title h4 a:hover {
	color: #333;
}

@media(min-width: 981px) {
	.et_pb_column.border:before, .et_pb_column.border:after {
		content: "";
		width: 1px;
		height: calc(100% + 50px);
		background-color: #d1d6da;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.et_pb_column.border:before {
		left: 0;
	}

	.et_pb_column.border:after {
		right: 0;
	}
}

/*---
Help Me Choose - Section
---*/

#help-me-choose, #help-me-choose .et_pb_row {
    padding: 0 !important;
}

#help-me-choose .et_pb_row .et_pb_column {
    padding: 50px 0;
}

.column-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 30px;
}

/*---
Posts - Section
---*/

.blog-posts .et_pb_post {
    background-color: #fff;
    margin-bottom: 50px;
	box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.2);
}

.blog-posts .et_pb_post h2.entry-title {
    padding: 0 15px;
    font-size: 18px;
	font-weight: bold;
    line-height: 22px;
}

.blog-posts .et_pb_post .post-content {
    padding: 10px 15px 20px;
}

.blog-posts .et_pb_post > a.entry-featured-image-url {
    margin-bottom: 15px;
}

.blog-posts .et_pb_post .post-content p {
    text-align: justify;
    padding-bottom: 10px;
}

.blog-posts .et_pb_post .post-content > a {
    color: #333;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 20px;
}

.blog-posts .et_pb_post .post-content > a:before {
    content: "\e046";
    font-family: ETmodules;
    position: absolute;
    left: 15px;
}

@media(min-width: 768px) and (max-width: 980px) {
    .blog-posts .et_pb_post {
        width: 47.25%;
        float: left;
        margin-right: 5.5%;
    }

    .blog-posts .et_pb_post:nth-child(2n) {
        margin-right: 0;
    }

    .blog-posts .et_pb_post:nth-child(2n+1) {
        clear: left;
    }
}

@media(min-width: 981px) {
    .blog-posts .et_pb_post {
        width: 22.9375%;
        float: left;
        margin-right: 2.75%;
		margin-bottom: 0px;
    }

    .blog-posts .et_pb_post:nth-child(4n) {
        margin-right: 0;
    }

    .blog-posts .et_pb_post:nth-child(4n+1) {
        clear: left;
    }
}


/*---
Watch Now - Section
---*/

#watch-now {
    padding-bottom: 150px !important;
}

.watch-now-header {
    margin-bottom: 15px !important;
}

.watch-now-header h4 {
    font-size: 28px;
}

.watch-now-header h4 strong {
    text-decoration: underline;
    font-weight: 900;
}

#watch-now:before {
    content: '';
    background-image: url(https://medresponse.ph/wp-content/uploads/2019/05/red-line.png);
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
    display: block;
    background-size: auto 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

/*---
The Road To Recovery - Section
---*/

.road-to-recovery-text p {
	font-size: 30px;
	line-height: 40px;
}

/*---
Spotlight - Section
---*/

.spotlight-header h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 20px;
}

.spotlight-header h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 30px;
}

.spotlight-header h4:before {
    content: "/////////////";
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
}

.spotlight-description {
    margin-bottom: 35px !important;
}

#spotlight .spotlight-row1 .et_pb_column:first-child {
    order: 2;
}

#spotlight .et_pb_row .et_pb_column:last-child {
    padding: 50px 55px;
}

.spotlight-button.et_pb_button {
    font-size: 18px !important;
}

.spotlight-button.et_pb_button:before {
    top: 26px !important;
}

@media(max-width: 980px) {
	#spotlight .et_pb_row .et_pb_column:last-child {
		padding: 55px;
	}
}

.et_button_no_icon .et_pb_button.spotlight-button, body .et_pb_button.spotlight-button, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button.spotlight-button {
    text-transform: none;
}

#spotlight, #spotlight .et_pb_row {
    padding: 0 !important;
}

.gallery-slider,
.gallery-slider .et_pb_gallery_items,
.gallery-slider .et_pb_gallery_items .et_pb_gallery_item,
.gallery-slider .et_pb_gallery_items .et_pb_gallery_item img,
.gallery-slider .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
    width: 100%;
    height: 100%;
}

.gallery-slider .et_pb_gallery_items .et_pb_gallery_item img {
    object-fit: cover;
}

.spotlight-video,
.spotlight-video span.et_pb_image_wrap,
.spotlight-video span.et_pb_image_wrap img {
    width: 100%;
    height: 100%;
}

.spotlight-video span.et_pb_image_wrap img {
    object-fit: cover;
}

.spotlight-video span.et_pb_image_wrap {
    position: relative;
}

.spotlight-video span.et_pb_image_wrap:before {
    content: "\e0a3";
    font-family: ETmodules;
    font-size: 60px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    color: #f00;
    transition: all 0.1s ease-in-out;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.spotlight-video span.et_pb_image_wrap:after {
    content: "";
    width: 40px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -10px;
}

.spotlight-video:hover span.et_pb_image_wrap:before {
    color: #f00;
    opacity: 1;
}

/* #spotlight .et_pb_row {
	align-items: center;
} */

/* @media(min-width: 981px) {

	.spotlight-slider .et_pb_slide {
		padding: 0;
	}

	.spotlight-slider .et_pb_slide .et_pb_container {
		height: auto !important;
	}

	.spotlight-slider .et_pb_slide .et_pb_slide_description {
		display: none !important;
	}

	.spotlight-slider .et_pb_slide .et_pb_slide_image {
		margin: 0 !important;
	}

	.spotlight-slider .et_pb_slide .et_pb_slide_image img {
		max-height: none !important;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
} */

.red-caret:before, .blue-caret:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    background-color: transparent;
}

@media(max-width: 980px) {
	.red-caret:before {
		border-bottom: 30px solid #d60008;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		top: -30px;
		left: 55px;
	}

	.blue-caret:before {
		border-bottom: 30px solid #003a86;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		top: -30px;
		right: 55px;
	}
}

@media(min-width: 981px) {
    .red-caret:before, .blue-caret:before {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
/*         top: 50%; */
        transform: translateY(-50%);
    }

    .red-caret:before {
        border-left: 30px solid #d60008;
        right: -30px;
		top: 60px;
    }

    .blue-caret:before {
        border-right: 30px solid #003a86;
        left: -30px;
		bottom: 0px;
    }
}

/*---
See More Customer Stories - Section
---*/

.see-more-buttons ul li a {
    display: block;
    padding: 25px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
	border-radius: 5px;
}

.see-more-buttons ul li.red a {
    background-color: #d60008;
}

.see-more-buttons ul li.blue a {
    background-color: #003a86;
}

.see-more-buttons ul li:last-of-type {
    margin-right: 0;
}
.see-more-buttons ul li {
    list-style-type: none;
    display: inline-block;
    min-width: 130px;
    margin-right: 40px;
}
.see-more-buttons ul {
    padding: 0;
}

/*---
Featured Photos - Section
---*/

.featured-photo img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.featured-photo span.et_pb_image_wrap {
    width: 100%;
    height: 100%;
}

.featured-photos-row .et_pb_column {
	width: 100% !important;
	margin-right: 0 !important;
}

@media(min-width: 768px) and (max-width: 980px) {
	.featured-photos-row .et_pb_column {
		width: calc(50% - 6px) !important;
		margin-right: 12px !important;
		margin-bottom: 12px !important;
	}
	
	.featured-photos-row .et_pb_column:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.featured-photos-row .et_pb_column:nth-child(2n+1) {
		clear: left;
	}
}

@media(min-width: 981px) {
	.featured-photos-row .et_pb_column {
		margin-right: 12px !important;
	}

	.featured-photos-row .et_pb_column:last-child {
		margin-right: 0 !important;
	}
}

.featured-photo-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 20px;
	opacity: 0;
	visibility: hidden;
	-webikt-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.featured-photos-row .et_pb_column:hover .featured-photo-details {
	opacity: 1;
	visibility: visible;
}

.featured-photos-row .et_pb_column:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #d60008;
    position: absolute;
    z-index: 1;
    opacity: 0;
	-webikt-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-photos-row .et_pb_column:hover:before {
    opacity: 0.65;
}

.featured-photo-details h2 {
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 20px;
}

.featured-photo-details h4 {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.featured-photo-details p {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.featured-photo-details p a {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    display: block;
    padding: 25px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.featured-photo-details p a:before {
    content: "\e046";
    font-family: ETmodules;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

/*---
Footer
---*/

@media(min-width: 981px) {
	#main-footer {
		background-color: #000 !important;
	}

	#main-footer #et-footer-nav {
		background-color: #000 !important;
	}
}

#main-footer #et-footer-nav p {
	color: #fff !important;
}

#main-footer .footer-widget {
    margin-right: 2.75%;
    width: 31.5%;
}

#main-footer .footer-widget:last-child, #main-footer .footer-widget:nth-child(3) {
    margin-right: 0;
}

#main-footer .footer-widget:last-child {
    width: 100%;
	margin-bottom: 40px !important;
}

#main-footer .footer-widget .fwidget {
    margin-bottom: 20px;
}

#footer-widgets .footer-widget #custom_html-3 ul li {
    padding: 0;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#footer-widgets .footer-widget #custom_html-3 {
    text-align: center;
    width: 100%;
}

#footer-widgets .footer-widget #custom_html-3 ul li:before {
    display: none;
}

#footer-widgets .footer-widget #custom_html-3 ul li a {
    display: block;
    padding: 20px;
    border-radius: 5px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
}

#footer-widgets .footer-widget #custom_html-3 ul li.red a {
	background-color: #d60008;
}

#footer-widgets .footer-widget #custom_html-3 ul li.blue a {
	background-color: #003a86;
}

#footer-widgets .footer-widget #custom_html-3 ul li.gray a {
	background-color: #8a8d92;
}

#footer-widgets .footer-widget #custom_html-3 ul li:last-child {
    margin-bottom: 0;
}

#main-footer .footer-widget #custom_html-4 h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
	color: #fff;
}

#main-footer .footer-widget #custom_html-4 ul li {
    padding-left: 30px;
    font-size: 18px;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
	color: #fff !important;
}

#main-footer .footer-widget #custom_html-4 ul li:before {
    content: "\e090";
    font-family: ETmodules;
    border: none;
	color: #fff;
    top: 0;
    left: 0;
}

#main-footer .footer-widget #custom_html-4 ul li.tel:before {
    content: "\e090";
}

#main-footer .footer-widget #custom_html-4 ul li.email:before {
    content: "\e076";
}

#main-footer .footer-widget #text-3 p {
    text-align: justify;
	color: #fff;
}

#main-footer .footer-widget #custom_html-5 a {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
	color: #fff;
}

#main-footer .footer-widget #custom_html-5 a:before {
    content: "\e046";
    font-family: ETmodules;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media(min-width: 981px) {
	#media_image-6 {
		display: none !important;
	}
}

#footer-bottom {
    display: none;
}

ul#menu-footer-menu li {
    float: right;
	position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

ul#menu-footer-menu li.copyright {
    float: left;
}

ul#menu-footer-menu {
    display: inline-block;
    width: 100%;
}

ul#menu-footer-menu li:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
}

ul#menu-footer-menu li a {
    text-transform: uppercase;
    color: #fff;
}

ul#menu-footer-menu li:before {
    content: ".";
    font-size: 22px;
    position: absolute;
    right: 0;
    top: -5px;
	color: #fff;
}

#top-header .et-cart-info {
	display: none;
}

ul#menu-footer-menu li:nth-child(1):before,
ul#menu-footer-menu li:nth-child(2):before {
    display: none;
}

div#custom_html-7 {
    width: 100%;
    text-align: center;
}

div#custom_html-7 ul.time-zone li {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-right: 20px;
}

div#custom_html-7 ul.time-zone li:before {
    display: none;
}

@media(min-width: 981px) {
	div#custom_html-7 ul.time-zone {
		display: flex;
		justify-content: center;
	}
}

@media(min-width: 981px) and (max-width: 1200px){
	div#custom_html-7 ul.time-zone li span {
		padding: 6px 8px !important;
	}
}

div#custom_html-7 ul.time-zone li span {
    background-color: #d60008;
    padding: 6px 22px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: Arial;
}

div#custom_html-7 ul.time-zone li p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

/*---
Page Not Found
---*/

.error404 #main-content #et-top-navigation {
    padding-top: 18px !important; }

.error404 #main-content .container:before {
    display: none; }

.error404 #main-content .container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }

.error404 #main-content .container #left-area {
    float: none !important;
    padding: 0 !important;
    width: 100% !important; }

.error404 #main-content .container #sidebar {
    display: none; }

.error404 #main-content .container #left-area article {
    margin: 0; }

.error404 #main-content .header-content h1,
.error404 #main-content .et_pb_fullwidth_header_subhead {
    color: #ffffff; }
@media(min-width: 513px){
	.et_pb_button.product-button:before{
		top: 25px !important;
	}
} 