/*
 * Theme Style
 */
/*	Table of Content
========================
	# Genarel
	# Layout
	# Base styles
========================
*/


/* 	==========================================================================
	Genarel
	========================================================================== */

	body {
		font-family: 'Poppins', sans-serif;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Poppins', sans-serif;
		margin-top: 0;
		margin-bottom: 10px;
		font-weight: 700;
	}
	
	h1 { font-size: 3rem; }
	h2 { font-size: 2.5rem; }
	h3 { font-size: 2.25rem; }
	h4 { font-size: 1.875rem; }
	h5 { font-size: 1.50rem; }
	h6 { font-size: 1.25rem; }
	p { margin-top: 0; }
	
	a { 
		color: #444;
		text-decoration: none;
	}
	a:hover { color: #1e1e1e; }

/* 	==========================================================================
	Layout
	========================================================================== */
	.wrapper{
		background: #f2f2f2;
	}
	.wrapper-container{
		background: #fff;
	}

	.header-wrapper{
		margin-bottom: 20px;
	}
	.header-container{
	}

	.top-header{}
	.top-header-inner{
		background: #1e1e1e;
		padding: 2px 20px;
		
	}

	.middle-header{}
	.middle-header-inner{
		background: #fff;
		padding: 2px 20px;
	}

	.bottom-header{}
	.bottom-header-inner{
		background: #1e1e1e;
		padding: 0px 20px;
	}

	.content-wrapper{}
	.content-container{}

	.footer-wrapper{}
	.footer-container{}

	.top-footer{}
	.middle-footer{
		background: #f2f2f2;
		padding: 60px;
	}
	.middle-footer-inner{
		
	}
	.bottom-footer {
	}
	.bottom-footer-inner{
		background: #fff;
		padding: 60px;
	}


/* 	==========================================================================
	Header
	========================================================================== */
	.brand-wrapper{}
	.brand-title{
		color: #fff;
		font-size: 14px;
	}
	.brand-desc{
		color: #fff;
		font-size: 14px;
	}
	.brand-separetor{
		padding: 0px 4px;
		color: #fff;
	}

	.brand-logo-text h2{
		font-size: 5em;
		font-weight: 700;
		margin-bottom: 0;
	}
	.brand-desc-alt {
		font-size: 1.6em;
		margin-bottom: 10px;
	}

/* 	==========================================================================
	Navigation
	========================================================================== */
	.nav-link {
		color: #fff;
		font-weight: 500;
		text-transform: uppercase;
	}
	.nav-link a {
		color: #1e1e1e;
	}
	.nav-link a {
		color: #86cb92;
	}
/* 	==========================================================================
	Footer
	========================================================================== */
	.footer-menu{
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-menu ul {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
	}
	.footer-menu a {
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		padding: 0 10px;
		margin-bottom: 20px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.footer-menu a:hover{
		color: #86cb92;
	}

	.copyright{
		font-size: 12px;
		line-height: 24px;
		font-weight: 300;
		text-align: center;
	}
	.copyright a{
		text-decoration: none;
	}
	.copyright a:hover{
	}

	body.custom-background {
		background-color: #fff !important;
	}

	.brand-logo-text h2 {
		font-size: 36px;
		line-height: 38px;
		font-weight: 400;
		margin-bottom: 0;
		text-transform: uppercase;
		max-width: 120px;
		color: #000 !important;
		text-align: center;
		margin-top: 20px;
		display: inline-block;
	}

	.brand-logo-text h2 a {
		color: #000 !important;
		font-family: "Antonio", serif;

  font-weight: 100 !important;
  text-align: left;
  display: inline-block;
	}

	.brand-desc-alt {
		font-family: "Antonio", serif;

		font-size: 14px;
		margin-bottom: 10px;
		color: #000 !important;
		text-transform: uppercase;
	}
	.brand-desc-alt {
		font-family: "Antonio", serif;
		font-size: 12px;
		line-height: 16px;
		margin-top: 4px;
		margin-bottom: 10px;
		font-weight: 100;
		color: #8e8e8e !important;
		text-transform: uppercase;
		text-align: left;
		max-width: 120px;
		display: inline-block;

	}

	#main-menu {
		display: inline-block;
	}

	#main-navigation {
		text-align: center;
	}

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

	.rmm.style ul li a {
		color: #000000;
		display: block;
		padding: 14px 20px;
		text-decoration: none;
		font-weight: 400;
	}

	.rmm.style ul li:hover {
		background: #fafafa;
	}

	.rmm.style ul li > a:not(:only-child):after {
		font-family: 'FontAwesome';
		speak: none;
		-webkit-font-smoothing: antialiased;
		content: "";
		position: relative;
		display: inline-block;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		top: -3px;
		left: 4px;
		font-size: 10px;
	}

	.rmm.style ul ul li a {
		padding: 10px 30px 10px 20px;
		color: #000 !important;
		background: #fafafa !important;
		min-width: 160px;
		font-weight: 300;
	}

	.rmm.style ul ul li a:hover {
		padding: 10px 30px 10px 20px;
		color: #000 !important;
		background: #fafafa !important;
		min-width: 160px;
		font-weight: 300;
		text-decoration: none;
	}

	.rmm.style ul ul li a {
		padding: 10px 30px 10px 20px;
		color: #000 !important;
		background: #fafafa !important;
		min-width: 160px;
		font-weight: 300;
		white-space: nowrap;
	}

	.sub-menu.rmm-submenu {
		width:auto;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: "Antonio", serif;
		margin-top: 0;
		margin-bottom: 10px;
		font-weight: 100 !important;
		text-transform: uppercase;
		text-align: left;
	}

	.wp-block-media-text__content, figcaption{
		font-family: "Roboto", serif;

		font-size: 14px;
		line-height: 18px;
	}

	.page-header {
		padding: 10px 0px;
		border-bottom: 1px solid;
		margin-bottom: 20px;
	}

	.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;
	}
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		border: 0px solid #f7f7f7 !important;
		max-width: 100%;
		height: auto;
		box-shadow:  none !important;
	}

	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

	.page-header {
		padding: 10px 0px;
		border-bottom: 1px solid !important;
		margin-bottom: 20px;
	}

#close-lightbox {
	
	font-family: "Roboto", serif;
	
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    font-weight: 100;
}

#lightbox-img {
    max-height: 90% !important;
  }

  .entry-contents img {
    border: 0px solid #f7f7f7 !important;
    max-width: 100%;
    height: auto;
    box-shadow: none !important;
}

.home h1 {
	display: none;
}


.header-wrapper .twelve.columns {
padding-left: 30px;
}

    .eight[class*='column'] {
        width: 100%;
    }

	.u-text-center {
		text-align: left !important;
	}

	#main-navigation {
		text-align: left;
	}
	
	.header-wrapper .twelve.columns {
		 padding-left: 10px; 
	}