/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
	background: #c4c4c4;
	background-position-x: -50px;
	background-repeat: repeat;
}

/* Global */
#main_wrapper_boxed {
	background-color: #FFF;
	padding: 0;
	height: 100%;
}
.btn-primary {
	background-color: #8f9fc9 !important;
	border-color: #8f9fc9 !important;
	border-radius: 0 !important;
}
.btn-secondary {
	background-color: #162796 !important;
	border-color: #162796 !important;
	border-radius: 0 !important;
}

/* Navigation */
.site-header {
	background-color: rgba(60, 136, 215, 0.9);
	position: relative;
	z-index: 999;
}
.navbar {
	height: 145px;
	
	padding-left: 40px;
	padding-right: 40px;
}

.navbar .navbar-brand img {
	width: 250px;
}
.navbar .navbar-brand #logo_text {
	font-size: 11px;
	font-weight: bold;
}
.navbar .navbar-nav {
	margin-left: auto;
}
.navbar .member-login-btn {
	position: absolute;
	right: 60px;
	top: 20px;
}
.navbar .member-login-btn a {
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 5px 10px;
	font-size: 18px;
}
.navbar-collapse {
    margin-bottom: -25px;
    
}
.navbar-collapse a {
    color: #fff !important;
    font-size: 18px;
}
.navbar-collapse .member-login-mobile {
	display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background: #fff !important; 
}
.dropdown:hover .dropdown-menu a {
    color: #6A98D1 !important;
} 

/* Header / Slider */
#header_slider {
	margin-top: -145px;
}
#header_slider .carousel-item {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 70vh;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	margin-bottom: -60px;
}


/* Section - Mission Statement */
#section_mission_statment {
	padding: 40px;
}
#section_mission_statment .row {
	align-items: center;
}
#section_mission_statment #mission_left {
	text-align: center;
}
#section_mission_statment #mission_left p.lead {
	color: #162796;
	font-size: 30px;
	margin: 0;
}
#section_mission_statment #mission_left h1 {
	color: #162796;
	font-weight: 700;
	margin: 0;
}
#section_mission_statment #mission_left h3 {
	color: #162796;
	margin-bottom: 20px;
}


#section_mission_statment #mission_right {
	background-color: #6A98D1;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
	padding: 20px 30px;
}

/* Section - Upcoming Events */
#section_upcoming_events {
	padding: 40px;
	background-color: rgba(0, 49, 140, 0.09);

}
#section_upcoming_events .section-title {
	color: #37549E;
	font-weight: bold;
	margin: 0;
}

#section_upcoming_events .section-title-hr {
	background: #37549E;
	height: 1px;
	opacity: 1;
}
#section_upcoming_events .upcoming-event-card {
	background-color: #FFF;
	
	width: 100%;
	margin: 30px auto;
	padding: 10px
}
#section_upcoming_events .upcoming-event-card-inner {
	border: 1px solid #8f9fc9;
	padding: 40px 20px;
	border-top: none !important;
	border-radius: 0px 0px 10px 10px;
}
#section_upcoming_events .upcoming-event-card-inner .upcoming-event-title {
	color: #37549E;
	font-weight: bold;
}
#section_upcoming_events .upcoming-event-card-inner .upcoming-event-date-time i {
	color: #37549E;
}
#section_upcoming_events .upcoming-event-card img {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
#section_upcoming_events .upcoming-event-card .register-btn {
	margin-top: 20px;
}
#section_upcoming_events #see_events_btn_container {
	text-align: center;
}

/* Section - Realtor News */
#section_realtor_news{
	padding: 40px;

}
#section_realtor_news .section-title {
	color: #37549E;
	font-weight: bold;
	margin: 0;
}

#section_realtor_news .section-title-hr {
	background: #37549E;
	height: 1px;
	opacity: 1;
}
#section_realtor_news .realtor-news-post {
	margin-top: 40px;
}
#section_realtor_news .realtor-news-post img{
	width: 100%;
}
#section_realtor_news .realtor-news-post .realtor-news-post-title {
	color: #37549E;
	font-weight: bold;
}
#section_realtor_news .realtor-news-post p {
	
}
#section_realtor_news #see_events_btn_container {
	margin-top: 30px;
	text-align: center;
}

/* Section - Realtor Info */
#section_realtor_info{
	padding: 40px;

}
#section_realtor_info .section-title {
	color: #37549E;
    font-weight: bold;
    margin: 0;
    text-align: center;
    background: #fff;
	width: 440px;
    margin: 0 auto;
}
#section_realtor_info #realtor_news_inner_container {
	border: 2px solid #4B65A7;
	padding: 40px 20px;
	width: auto;
	margin: -15px 0px 30px;
}
#section_realtor_info #realtor_news_inner_container .fb-page {
	width: 100%;
}
#section_realtor_info #realtor_news_inner_container .fb-page span {
	margin: 0 auto;
	display: block;
	height: 650px !important;
}
#section_realtor_info #realtor_news_inner_container .fb-page span iframe {
	
	height: 650px !important;
}
#section_realtor_info #realtor_news_inner_container img {
	display: block;
	margin: 0px auto;
	width: 100%;
}

/* Section - Pre Footer */
#section_pre_footer{
	padding: 40px;
	background-color: #8f9fc9;
	color: #fff;
}
#section_pre_footer a {
	color: #fff !important;
	text-decoration: none !important;
}

/* Footer */
footer {
	padding: 40px;
	background-color: #162796;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

/* Section - Inner Page Title */
#section_inner_page_title {
	padding: 40px;
	background-color: rgba(0, 49, 140, 0.09);
}
#section_inner_page_title .inner-page-title {
	color: #37549E;
	font-weight: bold;
}

/* Secion - Inner Page Content */
#section_inner_page_content {
	padding: 40px;
}

#section_inner_page_content h2 {
	color: #37549E;
	font-weight: bold;
	margin-bottom: 20px;
}
#section_inner_page_content p {
	font-size: 18px;
}
#section_inner_page_content img {
	width: 100%;
} 
		
/************ MOBILE RESPONSIVE **************/
@media(max-width: 1400px){
	.navbar-collapse a {
	    color: #fff !important;
	    font-size: 16px !important;
	}
}
@media(max-width: 1199px) {
	/* Navigation */
	.site-header {
		background-color: rgba(60, 136, 215, 1);
		position: relative;
		z-index: 999;
	}
	.navbar {
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-collapse  {
		padding-bottom: 40px;
	}
	.navbar .member-login-desktop {
		display: none;
	}
	.navbar-collapse .member-login-mobile {
		display: block;
	}
	
	/* Header / Slider */
	#header_slider .carousel-item {
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		height: 70vh;
	}
	.dropdown-menu {
	    background-color: transparent !important;
	    border: 0 !important;
	}
	.dropdown-menu a {
	    color: #fff !important;
	} 
	.dropdown:hover .dropdown-menu {
	    margin-top: 0;
	    background: transparent !important; 
	}
	.dropdown:hover .dropdown-menu a {
	    color: #fff !important;
	} 
	.dropdown-item {
		background-color: transparent !important;
	}
}
@media(max-width: 990px) {
	#main_wrapper_boxed {
		max-width: 100% !important;
	}
}
@media(max-width: 768px) {
	/* Gloabal */
	#main_wrapper_boxed {
		max-width: 100%;
	}
	
	/* Header / Slider */
	#header_slider .carousel-item {
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		height: 50vh;
	}
	
	/* Section - Mission Statement */
	#section_mission_statment #mission_right {
		margin-top: 40px;
	}
	
	/* Section - Realtor Information */
	#section_realtor_info #realtor_news_inner_container {
		margin-left: auto;
		margin-right: auto;
	}

	/* Section - Pre Footer */
	#section_pre_footer {
		text-align: center;
	}
}

@media(max-width: 575px) {
	.navbar .navbar-brand img {
		width: 180px;
	}
	.navbar .navbar-brand #logo_text {
		font-size: 8px;
		font-weight: normal;
	}
}