/*
 * Responsive Style
 */

/*	Table of Content
========================
	# 
========================
*/

/* 	==========================================================================
	Large desktops and laptops
	========================================================================== */
	@media (min-width: 1200px) { 
		
	}
/* 	==========================================================================
	Portrait tablets and medium desktops
	========================================================================== */
	@media (min-width: 992px) and (max-width: 1199px) { 

	}
/* 	==========================================================================
	Portrait tablets and small desktops
	========================================================================== */
	@media (min-width: 768px) and (max-width: 991px) { 

	}
/* 	==========================================================================
	Landscape phone to portrait tablet
	========================================================================== */
	@media (max-width: 767px) {
	.u-text-center {
    text-align: left !important;
}

.bottom-header-inner {
    background: #ffffff;
    padding: 0px 0px;
	width: 100%;
}


#lightbox-img {
    max-width: 90% !important;
    max-height: 90% !important;
  }
.rmm-toggled {
    width: 100%;
    background-color: #fff;
    min-height: 50px;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

.rmm-toggled-title {
    width: 60%;
    float: left;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    display: block;
    padding: 13px 8px 8px 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
	font-family: "Antonio", serif;
		margin-top: 0;
		margin-bottom: 10px;
		font-weight: 100 !important;
}
#main-navigation {
    text-align: right;
}

.rmm-toggled-title {
	display: none;
}

.rmm .rmm-back a:after {
    font-family: 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    position: relative;
    display: inline-block;
    top: 3px;
    right: 3px;
    float: left;
    font-size: 10px;
}

#main-menu {
	max-width: 100%  !important;
	width: 100% !important;
}

.rmm-toggled-button span {
    float: left;
    display: block;
    margin: 3px 6px;
    height: 3px;
    background: #000;
    width: 20px;
}

.rmm.style .rmm-mobile li {
    background: #ffffff;
    border-bottom: 1px solid #575f6a !important;
    border-top: 0 !important;
}

.bottom-header-inner {
	background: #ffffff;
	padding: 0px 0px;
 
}
.header-wrapper {
    margin-bottom: 0px;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: center;
    padding-top: 20px;
}

.bottom-footer-inner {
    background: #fff;
    padding: 20px;
}

.bottom-header-inner {
	background: transparent;
	padding: 0px 0px;
	position: absolute;
	top: 20px;
}

.rmm-toggled {
	width: 100%;
	background-color: transparent;
	min-height: 50px;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}

.rmm-mobile {
    width: 100%;
    /* max-width: 187px; */
    padding-left: 161px !important;
}

.page-header-title {
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 100 !important;
	text-transform: uppercase;
	text-align: left;
	margin-left: 10px;

	}
/* 	==========================================================================
	Landscape phones 
	========================================================================== */
	@media (max-width: 480px) {
	
	}
/* 	==========================================================================
	Portrait Mobile
	========================================================================== */
	@media (max-width: 320px) {
		
	}
/* 	==========================================================================
	Mobile
	========================================================================== */
	@media (min-width: 240px) and  (max-width: 319px){
	
	}