/*
Theme Name:         Realtyspace Child
Theme URI:          http://themeforest.net/item/realtyspace-real-estate-wordpress-theme/15965811
Description:        Child theme for Realtyspace
Version:            1.1
Author:             Codefactory47
Author URI:         http://codefactory47.com/
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
Text Domain:        realtyspace
Template:           realtyspace
*/

.banner__title{
font-size:60px;
}
.article__more:hover{
border:1px solid #a11c21 !important;
	color:#a11c21 !important;
}
.navbar__brand-logo{
background:white;
}
.article--footer .article__item-title{
	font-size:12px;
}
.gosubmit__btn{
	border:1px solid black !important;
}
.wp-image-800{
	background-color: white !important;
	text-align:center ;
	width:50%;
	display:flex;
	margin:auto;
}

.footer{
	padding-top:70px;
}
.widget__more:hover{
border : 1px solid #a11c21 !important;
	color: #a11c21 !important;
}
.wpb_wrapper h1{
	font-size: 46px;
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
		padding-top:50px !important;
}
.wpb_wrapper p{
	margin-top:30px;
	color: #606e7c !important;
}
@media (min-width: 1200px){
	.footer .footer__wrap{
		padding:0px !important;
	}
}

@media only screen and (max-width: 480px){
.header__logo img {
background-color:white !important;
	width:150px !important;
	}
	.header
	{
		position:fixed !important;
		top:0px !important;
		background-color:white;
		padding:10px;
		width:100% !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	}
	.header--dark svg{
		fill:black !important;
	}
	#navbar-collapse-1{
		height:100vh !important;
		position:fixed;
		
	}
}