/*
    Theme Name:   Latino Rebels Child
    Theme URI:    http://latinorebels.com/
    Description:  Latino Rebels Child Theme
    Author:       Codeligraphy
    Author URI:   http://codeligraphy.com
    Template:     latinorebels
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  latinorebelschild
*/

/* Input
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* General Styles */

button,
input,
select,
textarea {
	border-radius: 0;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	border: 1px solid #e0e0e0;
	color: #707070;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

textarea {
	min-height: 100px;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("images/arrow-down-select.png") no-repeat center right 10px !important;
	background-size: 8px !important;
	font-size: 14px;
	padding: 0 5px;
	min-height: 40px;
}

form select {
	margin-bottom: 15px;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "canada-type-gibson", sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form textarea {
	min-height: 40px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-bottom: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "canada-type-gibson", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

/* Placeholders
–––––––––––––––––––––––––––––––––––––––––––––––––– */

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #131e30;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #131e30;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #131e30;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #131e30;
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content-child {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
}

.content-medium {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1280px) {
	.content-medium {
		max-width: 1170px;
	}
}

/* Body
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
	padding-top: 112px !important;
	font-family: sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}

/* Master Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#master-header {
	/*background-color: #fff;
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 112px;
    box-sizing: border-box;
    -webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    transition: top 0.6s;
    display: block;
    border-bottom: 1px solid #e0e0e0;*/

	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
	max-width: 1600px;
	width: 100%;
	height: 112px;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	transition: top 0.6s;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1200px) {
	#master-header {
		height: 156px;
	}
}

#master-header.off-canvas {
	top: -112px;
}

#master-header.fixed {
	top: 0;
	z-index: 9999;
}

@media (min-width: 1200px) {
	#master-header.off-canvas {
		top: -156px;
	}

	#master-header.fixed {
		top: 0;
		z-index: 9999;
	}
}

.admin-bar #master-header {
	top: 32px;
}

.master-header {
	border-top: 1px solid #e0e0e0;
}

/* Top Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-bar {
	background-color: #131e30;
	height: 35px;
}

.top-bar-spotlight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 35px;
}

@media (min-width: 768px) {
	.top-bar-spotlight {
		justify-content: flex-end;
	}
}

@media (min-width: 768px) {
	.top-bar-spotlight > * {
		margin-left: 80px;
	}
}

.tb-subscribe-newsletter {
	position: relative;
	min-width: 250px;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0 15px;
	background-color: #d62827;
	transition: 0.5s;
}

.tb-subscribe-newsletter:hover {
	background-color: #de5252;
}

.tb-subscribe-newsletter i {
	color: #fff;
	transition: 0.5s;
}

.tb-subscribe-newsletter i:hover {
	opacity: 0.7;
}

.tb-subscribe-newsletter input#tb-subscribe-newsletter-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d62827 !important;
	color: #fff;
	width: 100%;
	height: 35px !important;
	padding: 0 15px !important;
	border-radius: 0 !important;
	font-size: 10px !important;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	text-shadow: 0 !important;
	transition: 0.5s;
}

.tb-subscribe-newsletter:hover input#tb-subscribe-newsletter-btn {
	background-color: #de5252 !important;
}

.tb-subscribe-newsletter #tb-subscribe-newsletter-form {
	background-color: #d62827;
	border-top: 0;
	padding: 20px;
	z-index: 999999;
	width: 100% !important;
	cursor: auto;
	position: absolute;
	top: 35px;
	left: 0;
}

@media (min-width: 768px) {
	.tb-subscribe-newsletter #tb-subscribe-newsletter-form {
		width: 410px !important;
	}
}

#tb-subscribe-newsletter-form .tb-subscribe-newsletter-form-spotlight {
	position: relative;
}

#close-tb-subscribe-newsletter-form {
	position: absolute;
	top: 0;
	right: 0;
}

#close-tb-subscribe-newsletter-form img {
	width: 18px;
	cursor: pointer;
}

#close-tb-subscribe-newsletter-form img:hover {
	opacity: 0.7;
}

#tb-subscribe-newsletter-form p {
	color: #fff;
	font-size: 12px;
	margin-top: 0;
}

#tb-subscribe-newsletter-form input[type="text"],
#tb-subscribe-newsletter-form input[type="email"] {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #fff;
	color: #131e30;
}

#tb-subscribe-newsletter-form .updates-form-name {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	#tb-subscribe-newsletter-form .updates-form-name {
		flex-direction: row;
		justify-content: space-between;
	}

	#tb-subscribe-newsletter-form .updates-form-name > * {
		width: 48%;
	}
}

#tb-subscribe-newsletter-form form button,
#tb-subscribe-newsletter-form #mc-embedded-subscribe {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #131e30 !important;
	color: #fff !important;
	height: 35px !important;
	padding: 0 15px !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 10px !important;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	text-shadow: none !important;
	margin: 0 !important;
	transition: 0.5s;
}

#tb-subscribe-newsletter-form form button:hover,
#tb-subscribe-newsletter-form #mc-embedded-subscribe:hover {
	background-color: #424a59 !important;
}

#tb-subscribe-newsletter-form #mc_embed_signup p {
	font-size: 12px !important;
}

#mce-error-response {
	color: #fff;
	font-size: 12px;
	margin-bottom: 20px;
}

#mc_embed_signup div.mce_inline_error {
	background-color: #ef4122 !important;
	color: red;
	font-size: 12px;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #ef4122 !important;
}

#mce-success-response {
	background-color: #4bb543;
	color: #fff;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 12px;
}

.tb-social-icons-nav {
	display: none;
	align-items: center;
	margin-right: 30px;
}

@media (min-width: 768px) {
	.tb-social-icons-nav {
		display: flex;
	}
}

.tb-social-icons-nav i {
	font-size: 15px;
	margin: 0 8px;
	color: #fff;
}

.tb-social-icons-nav i:hover {
	opacity: 0.7;
}

.tb-search i {
	color: #fff;
}

.searchbox {
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 35px !important;
	width: 0%;
	height: 35px !important;
	overflow: hidden;

	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbox .searchbox-input {
	background-color: transparent !important;
	border: none;
	height: 35px !important;
	min-height: 35px !important;
	padding: 0 !important;
	padding: 0 10px !important;
	margin-bottom: 0;
	border: 0 !important;
	border-radius: 0 !important;
	/*border-bottom: 1px solid #e0e0e0;*/
}

.searchbox-icon,
.searchbox-submit {
	width: 35px !important;
	height: 35px !important;
	display: block;
	position: absolute;
	top: 0;
	font-family: sans-serif;
	font-size: 15px !important;
	right: 0;
	padding: 0 !important;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 35px !important;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #131e30 !important;
}

.searchbox-open {
	width: 100% !important;
	background-color: #fff;
	z-index: 9;
}

@media (min-width: 768px) {
	.searchbox-open {
		width: 584px !important;
	}
}

.searchbox input[type="submit"] {
	background-color: transparent;
}

/* Mobile Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#mobile-header-wrapper {
	border-top: 1px solid #e0e0e0;
}

@media (min-width: 1200px) {
	#mobile-header-wrapper {
		display: none;
	}
}

.mobile-header {
	padding: 5px 0;
}

.mobile-header-spotlight {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-header-spotlight > * {
	width: 33.33333%;
	text-align: center;
}

.mobile-header-spotlight > *:last-child {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mobile-logo-spotlight {
	width: 50px !important;
	height: 50px;
	margin: auto;
	margin-bottom: 5px;
}

.mobile-logo-spotlight img {
	max-width: 50px !important;
	margin: auto;
}

.mobile-logo-property-title {
	font-size: 6px;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.mobile-logo-property-title {
		max-width: 200px;
	}
}

.mobile-donate a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d62827;
	color: #fff;
	width: 100%;
	max-width: 80px;
	height: 40px;
	padding: 0 15px;
	border-radius: 0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.mobile-donate a:hover,
.mobile-donate a:focus/*,
.mobile-donate a:visited*/ {
	color: #fff !important;
	background-color: #de5252 !important;
}

/* Desktop Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 1200px) {
	body {
		padding-top: 156px !important;
	}
}

/*#responsive-menu-pro-button {
    display: none !important
}*/

button#responsive-menu-pro-button {
	top: 12px !important;
}

#desktop-header-wrapper {
	display: none;
}

@media (min-width: 1200px) {
	#desktop-header-wrapper {
		display: block;
	}
}

.main-header-spotlight,
.main-header-child-spotlight {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 120px;
}

.main-logo {
	position: absolute;
	top: -35px;
	left: 0;
	text-align: center;
	z-index: 2;
}

.main-logo-spotlight {
	width: 100px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-logo-spotlight img {
	max-width: 100px !important;
	margin: auto;
}

.main-logo-property {
	padding-bottom: 10px;
}

.main-logo-property-title {
	font-size: 7px;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.main-logo-property-title {
		max-width: 100px;
	}
}

.main-nav-spotlight,
.main-nav-child-spotlight {
	margin-right: auto;
}

.main-nav-spotlight ul,
.main-nav-child-spotlight ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.main-nav-spotlight ul li a,
.main-nav-spotlight ul li a {
	text-decoration: none;
}

.main-nav,
.main-nav-child {
	list-style: none;
	padding-left: 0;
	margin: 0;
	margin-left: 150px !important;
	display: flex;
	align-items: center;
}

.main-nav li a,
.main-nav-child li a {
	display: flex;
	height: 120px;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	transition: 0.5s;
	color: #131e30;
}

.main-nav li a:hover,
.main-nav-child li a:hover {
	box-shadow: inset 0 -5px 0 #d62827;
}

.main-nav .sub-menu,
.main-nav .children,
.main-nav-child .sub-menu,
.main-nav-child .children {
	display: block;
	background-color: #131e30;
	border-top: 0;
	padding: 0;
	position: absolute;
	/*top: 100px;*/
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	text-align: left;
	list-style: none;
}

.main-nav .sub-menu ul,
.main-nav .children ul,
.main-nav-child .sub-menu ul,
.main-nav-child .children ul {
	list-style: none;
	border-left: 0;
	left: 100%;
	top: 0;
}

.main-nav .sub-menu li,
.main-nav-child .sub-menu li {
	margin-left: 0;
	border-bottom: 0.2px solid #dcdcdb;
}

.main-nav .sub-menu li:last-child,
.main-nav-child .sub-menu li:last-child {
	border-bottom: none;
}

.main-nav .sub-menu li:first-child > a:after,
.main-nav-child .sub-menu li:first-child > a:after {
	content: "";
	position: absolute;
	left: 30px;
	top: -12px;
	width: 0;
	height: 0;
}

.main-nav .sub-menu li a,
.main-nav-child .sub-menu li a {
	padding: 8px 15px;
	width: 200px;
	height: 40px;
	display: block;
	color: #fff;
	text-transform: capitalize !important;
	transition: none;
	box-shadow: none;
	transition: 0.5s;
}

.sub-menu li a:hover {
	border-bottom: 0;
	color: #fff;
}

ul.main-nav ul a,
.main-nav ul ul a,
ul.main-nav-child ul a,
.main-nav-child ul ul a {
	margin: 0;
	width: 150px;
}

ul.main-nav ul a:hover,
.main-nav ul ul a:hover,
ul.main-nav ul a:focus,
.main-nav ul ul a:focus,
ul.main-nav-child ul a:hover,
.main-nav-child ul ul a:hover,
ul.main-nav-child ul a:focus,
.main-nav-child ul ul a:focus {
	background-color: #d62827;
	color: #fff;
	opacity: 1;
}

ul.main-nav li:hover > ul,
.main-nav ul li:hover > ul,
ul.main-nav .focus > ul,
.main-nav .focus > ul,
ul.main-nav-child li:hover > ul,
.main-nav-child ul li:hover > ul,
ul.main-nav-child .focus > ul,
.main-nav-child .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.main-donate a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d62827 !important;
	color: #fff;
	width: 150px;
	height: 50px;
	padding: 0 15px;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s;
}

.main-donate a:hover,
.main-donate a:focus,
.main-donate a:visited {
	color: #fff !important;
	background-color: #de5252 !important;
}

/* Flexslider
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.flexslider .flex-next,
.flexslider .flex-prev {
	z-index: 1;
}

/* Slick
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;

	src: url("fonts/slick.eot");
	src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),
		url("fonts/slick.woff") format("woff"),
		url("fonts/slick.ttf") format("truetype"),
		url("fonts/slick.svg#slick") format("svg");
}

.lr-featured-slider {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.lr-featured-slider {
		margin-bottom: 0;
	}
}

.slick-prev {
	left: 25px;
	z-index: 2;
}

.slick-next {
	right: 25px;
	z-index: 2;
}

@media (min-width: 1200px) {
	.slick-prev {
		left: 45px;
	}

	.slick-next {
		right: 45px;
	}
}

@media (min-width: 1200px) {
	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 30px;
	}
}

/* Updates Form Horz
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.updates-horz {
	background-color: #d62827;
	color: #fff;
	padding: 30px 0;
	text-transform: uppercase;
}

@media (min-width: 667px) {
	.updates-form-horz .updates-form-name {
		display: flex;
		justify-content: space-between;
	}

	.updates-form-horz .updates-form-name > * {
		width: 49%;
	}
}

@media (min-width: 1024px) {
	.updates-form-action {
		display: flex;
		justify-content: space-between;
	}

	.updates-form-action > * {
		width: 49%;
	}
}

.updates-form-horz input[type="text"] {
	border-radius: 0 !important;
	box-shadow: 0 !important;
	border: 0 !important;
}

.updates-form-horz #submit,
.updates-form-horz #mc-embedded-subscribe {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #131e30 !important;
	min-height: 40px !important;
	max-height: 40px !important;
	border-radius: 0 !important;
	font-size: 10px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	text-shadow: none !important;
	padding: 0 15px !important;
	transition: 0.5s;
}

.updates-form-horz #submit:hover,
.updates-form-horz #mc-embedded-subscribe:hover {
	background-color: #424a59 !important;
}

.updates-form-horz-spotlight input[type="text"],
.updates-form-horz-spotlight input[type="email"] {
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: bold !important;
	border-radius: 0 !important;
	background-color: #fff !important;
}

@media (min-width: 1024px) {
	.updates-form-horz-spotlight input[type="text"],
	.updates-form-horz-spotlight input[type="email"] {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1024px) {
	.updates-form-horz-spotlight {
		display: flex;
		justify-content: space-between;
	}

	.updates-form-horz-spotlight input {
		margin-bottom: 0;
	}

	.updates-form-horz-spotlight > * {
		width: 49.5%;
	}

	.updates-form-action {
		display: flex;
		justify-content: space-between;
	}

	.updates-form-action > * {
		width: 49%;
	}
}

@media (min-width: 1280px) {
	.updates-form-horz {
		display: flex;
		align-items: center;
	}

	.updates-form-horz > *:first-child {
		width: 29.914529914529914%; /* 350 / 1170 */
	}

	.updates-form-horz > *:last-child {
		width: 70.08547008547008%; /* 820 / 1170 */
	}

	.updates-form-horz-spotlight > * {
		width: 49.3%;
	}

	.updates-form-horz .updates-form-name > * {
		width: 48.5%;
	}

	.updates-form-action > * {
		width: 48.5%;
	}
}

.updates-form-horz-title {
	text-align: center;
}

.updates-form-horz-title h3 {
	color: #fff !important;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold !important;
}

@media (min-width: 1280px) {
	.updates-form-horz-title h3 {
		margin-bottom: 0;
		text-align: left;
	}
}

/* Main Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-footer {
	background-color: #1d1d1d;
	color: #fff;
	padding: 40px 0 15px 0;
}

@media (min-width: 1024px) {
	.main-footer {
		padding-bottom: 30px;
	}
}

.main-footer-spotlight {
	padding-bottom: 30px;
	border-bottom: 1px solid #3a3a3a;
}

.main-footer-logo {
	text-align: center;
}

@media (min-width: 1200px) {
	.main-footer-logo {
		text-align: left !important;
	}
}

.main-footer-logo a {
	display: inline-block;
}

.main-footer-logo img {
	max-width: 111px !important;
	margin-bottom: 8px;
}

.main-footer-logo-property-title {
	font-size: 7px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.main-footer-logo-property-title {
		max-width: 111px;
	}
}

.main-footer-menu ul {
	list-style: none;
	padding-left: 0;
}

.main-footer-menu ul li {
	font-size: 12px !important;
	line-height: 26px !important;
}

.main-footer-menu ul li a {
	color: #e5e5e5;
	text-decoration: none;
	transition: 0.5s;
}

.main-footer-menu ul li a:hover {
	opacity: 0.7;
}

.main-footer-spotlight {
	display: flex;
	flex-wrap: wrap;
}

.main-footer-spotlight > * {
	flex-grow: 1;
	width: 50%;
	margin-bottom: 30px;
	text-align: center;
}

.main-footer-spotlight > *:first-child,
.main-footer-spotlight > *:last-child {
	width: 100%;
}

@media (min-width: 768px) {
	.main-footer-spotlight > * {
		width: 33.33333%;
	}

	.main-footer-spotlight > *:last-child {
		width: 33.33333%;
		display: flex;
		justify-content: flex-end;
	}
}

@media (min-width: 1200px) {
	.main-footer-spotlight > * {
		width: 25%;
		margin-bottom: 0;
		text-align: left;
		padding-left: 60px;
	}

	.main-footer-spotlight > *:first-child {
		padding-left: 0;
	}

	.main-footer-spotlight > *:first-child,
	.main-footer-spotlight > *:last-child {
		width: 25%;
	}
}

.main-footer-spotlight > *:last-child {
	margin-bottom: 0;
}

.main-footer-column .main-donate {
	margin-bottom: 15px;
}

.main-footer-column .main-donate a {
	width: 100%;
}

.main-footer-social-icons-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-footer-social-icons-nav i {
	font-size: 15px;
	margin: 0 8px;
	color: #fff;
	transition: 0.5s;
}

.main-footer-social-icons-nav i:hover {
	opacity: 0.7;
}

.main-footer-copyright-content {
	font-size: 11px !important;
	line-height: 26px !important;
	padding-top: 15px !important;
	display: flex !important;
	flex-direction: column !important;
}

@media (min-width: 1024px) {
	.main-footer-copyright-content {
		flex-direction: row !important;
		align-items: center !important;
		padding-top: 30px !important;
	}
}

.main-footer-copyright-content > * {
	text-align: center !important;
}

@media (min-width: 1024px) {
	.main-footer-copyright-content > * {
		text-align: initial !important;
	}
}

.main-footer-copyright-content > *:first-child {
	order: 1 !important;
	padding-top: 15px !important;
	margin: 0 !important;
	margin-top: 15px !important;
	border-top: 1px solid #3a3a3a !important;
}

@media (min-width: 1024px) {
	.main-footer-copyright-content > *:first-child {
		order: initial !important;
		padding-top: 0 !important;
		margin-top: 0 !important;
		margin-right: 30px !important;
		border-top: 0 !important;
	}
}

.main-footer-copyright-content p {
	margin: 0 !important;
	color: #fff !important;
	font-size: 11px !important;
}

.main-footer-copyright-content ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
}

.main-footer-copyright-content ul > * {
	width: 50% !important;
}

@media (min-width: 1024px) {
	.main-footer-copyright-content ul > * {
		width: initial !important;
		margin-right: 30px !important;
	}
}

.main-footer-copyright-content a {
	color: #fff !important;
	text-decoration: none !important;
	transition: 0.5s !important;
}

.main-footer-copyright-content a:hover {
	opacity: 0.7 !important;
}

#wpstats {
	display: none;
}

.collapsible {
	background-color: #1d1d1d;
	color: #fff;
	color: white;
	cursor: pointer;
	padding: 18px 0;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	justify-content: center;

	border-top: 1px solid #3a3a3a;
}

.active,
.collapsible:hover {
	background-color: #1d1d1d;
}

.collapsible:after {
	content: "\002B";
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-size: 18px;
	line-height: 0.6;
}

.active:after {
	content: "\2212";
}

.collapsible-content {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease-out;
	background-color: #1d1d1d;
}

.properties-nav,
.properties-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.properties-nav li a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

	width: 100%;
	display: inline-block;
	color: #e5e5e5;
	padding: 15px 20px;
	border-top: 1px solid #3a3a3a;
	text-align: left;
	background: url("images/arrow_right.png") no-repeat center right 20px;
	background-size: 10px;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.collapsible {
		display: none !important;
	}

	.collapsible-content {
		overflow: visible;
		background-color: #fff;
	}

	.properties-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px 0;
		background-color: #fff;
	}

	.properties-nav li {
		margin: 0 15px;
	}

	.properties-nav li a {
		width: auto;
		padding: 0;
		border-top: 0;
		text-align: center;
		background: none;
		color: #000;
	}
}

@media (min-width: 1200px) {
	.properties-nav li {
		margin: 0 20px;
	}
}

.single-post-content iframe {
	width: 100% !important;
	max-width: 500px !important;
	min-width: auto !important;
}
