/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.site-header {
	-webkit-padding-before: 0 !important;
	padding-block-start: 0 !important;
	-webkit-padding-after: 0 !important;
	padding-block-end: 0 !important;
}

.site-header .header-top-bar {
	background-color: #02304a;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
	width: 100%;
}
.site-header .header-top-bar .header-container {
	align-items: center;
	display: flex;
	justify-content: center;    
	width: 100%;
}
.site-header .header-top-bar .top-bar-text {
	color: #fff;
	flex: 0 0 auto;
	font-size: 0.75rem;
	font-weight: 500;
    margin-left: 25%;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}
.site-header .header-top-bar .top-bar-text a {
	color: #fff;
	text-decoration: none;
}
.site-header .header-top-bar .top-bar-contact {
	color: #fff;
	flex: 0 0 auto;
	text-align: right;
	width: 25%;
}
.site-header .header-top-bar .top-bar-contact .phone-number {
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
}
.site-header .header-top-bar .top-bar-contact .phone-number a {
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
}
.site-header .header-top-bar .top-bar-contact .social-media {
	float: right;
	margin-left: 2rem;
}
.site-header .header-top-bar .top-bar-contact .social-media ul {
	align-items: center;
	display: flex;
	justify-content: center;   
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.site-header .header-top-bar .top-bar-contact .social-media ul li {
	margin: 0 0 0 1rem;
	padding: 0;
}
.site-header .header-top-bar .top-bar-contact .social-media ul li a,
.site-header .header-top-bar .top-bar-contact .social-media ul li i {
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
}

.site-header .header-cta {
	background-color: #fff;
	border-bottom: 1px solid #999;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
	width: 100%;
}
.site-header .header-cta ul {
	align-items: center;
	display: flex;
	justify-content: right;   
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
.site-header .header-cta ul li {
	margin: 0 0 0 1rem;
	padding: 0;
}
.site-header .header-cta ul li a {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
}

.site-header .header-navigation {
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
	width: 100%;
}
.site-header .site-navigation ul.menu li a {
	color: #000;
	font-size: 0.875rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
	.site-header .header-inner {
		max-width: 96% !important;
	}
	.site-header .header-top-bar .top-bar-text {
		margin-left: 1%;
		margin-right: 1%;
		text-align: left;
	    width: 48%;
	}
	.site-header .header-top-bar .top-bar-contact {
		margin-left: 1%;
		margin-right: 1%;
	    width: 48%;
	}
}

@media screen and (max-width: 991px) {
	.site-header .header-top-bar .header-container {
		flex-wrap: wrap;
	}
	.site-header .header-top-bar .top-bar-text {
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 0.5rem;
		text-align: center;
	    width: 98%;
	}
	.site-header .header-top-bar .top-bar-contact {
		margin-left: 1%;
		margin-right: 1%;
	    width: 98%;
	}
	.site-header .header-top-bar .top-bar-contact .phone-number {
		float: left;
	}
}

.site-footer {
	-webkit-padding-before: 0 !important;
	padding-block-start: 0 !important;
	-webkit-padding-after: 0 !important;
	padding-block-end: 0 !important;	
}

.site-footer .footer-columns {
	background-color: #2a2a2a;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.site-footer .footer-columns .footer-container {
	display: flex;
}
.site-footer .footer-columns .footer-column {
	flex: 0 0 auto;
	width: 25%;
}
.site-footer .footer-columns .footer-column.footer-menu {
	flex: 0 0 auto;
	width: 10%;
	margin: 1rem 7.5%;
}
.site-footer .footer-columns .footer-column.footer-contact {
	flex: 0 0 auto;
	width: 25%;
	margin: 1rem 0;
}
.site-footer .footer-columns .footer-column h4 {
	color: #fff;
	font-family: "Samsung Sharp Sans", Sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0 0 1rem;
	text-transform: uppercase;
}
.site-footer .footer-columns .footer-column p {
	color: #a1a1a1;
	font-size: 0.8125rem;
	margin: 0 0 1rem;
	padding: 0;
}
.site-footer .footer-columns .footer-column .social-media ul {
	align-items: center;
	display: flex; 
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer .footer-columns .footer-column .social-media ul li {
	margin: 0 1rem 0 0;
	padding: 0;
}
.site-footer .footer-columns .footer-column .social-media ul li a,
.site-footer .footer-columns .footer-column .social-media ul li i {
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
}
.site-footer .footer-columns .footer-column.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer .footer-columns .footer-column.footer-menu ul li {
	color: #a1a1a1;
	display: block;
	font-size: 0.8125rem;
	margin: 0 0 0.25rem;
	padding: 0;
}
.site-footer .footer-columns .footer-column.footer-menu ul li a {
	color: #a1a1a1;
	font-size: 0.8125rem;
	text-decoration: none;
	text-transform: uppercase;
}
.site-footer .footer-columns .footer-column.footer-contact ul li a {
	text-transform: inherit;
}

.site-footer .copyright {
	background-color: #1b1b1b;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.site-footer .copyright p {
	color: #a1a1a1;
	font-size: 0.75rem;
	margin: 0;
	padding: 0;
	text-align: center;
}
.site-footer .copyright a {
	color: #a1a1a1;
	font-size: 0.75rem;
	text-decoration: underline;
}

@media screen and (max-width: 1199px) {
	.site-footer .footer-inner {
		max-width: 96% !important;
	}
	.site-footer .footer-columns .footer-column.footer-menu {
		width: 15%;
    	margin: 1rem 5%;
	}
	.site-footer .footer-columns .footer-column.footer-contact {
		width: 25%;
		margin: 1rem 0;
	}
}

@media screen and (max-width: 767px) {
	.site-footer .footer-columns .footer-container {
		flex-wrap: wrap;
	}
	.site-footer .footer-columns .footer-column {
		width: 98%;
    	margin: 0 1% 2rem;
    	text-align: center;
	}
	.site-footer .footer-columns .footer-column.footer-menu {
		width: 48%;
    	margin: 0 1% 2rem;
	}
	.site-footer .footer-columns .footer-column.footer-contact {
		width: 98%;
    	margin: 0 1%;
	}
	.site-footer .footer-columns .footer-column .social-media ul {
		justify-content: center;
	}
	.site-footer .copyright a {
		display: inline-block;
	}
}

#mepr-account-nav ul {
	flex-direction: column !important;
}