/*!
Theme Name: Norebro Child
Theme URI: http://norebro.colabr.io/
Author: Colabrio Team
Author URI: http://colabr.io/
Description: Norebro is flexible and high performance multipurpose WordPress Theme for personal and corporate use. It comes with the most popular WordPress page builder Visual Composer. Create gorgeous pages and layouts fast and easy without coding.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: norebro
Text Domain: norebro-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* CSS for Full Page of the website */
h1{
	text-transform: capitalize;
	font-size: 48px !important;
}
h4 {
    font-size: 22px !important;
    margin-top: -8px !important;
}
p{
	font-size: 18px;
}
.subtitle{
	color: #DD7D74;
	text-transform: capitalize;
}
li{
	font-size: 22px;
}
a{
	color: #DD7D74 !important;
}
a:hover{
	color: #000 !important;
}
.btn {
    border-radius: 1px;
    background: #fff;
	color: #000;
    border: none;
    text-transform: uppercase;
	font-size: 16px;
}
.btn:hover{
	background: #E0E0E0 !important;
	color: #fff;
}
.page-container.without-breadcrumbs{
	margin-top : 0px !important;
}
.page-container.bottom-offset {
    margin-bottom: 0px !important;
}
.home-slider{
	margin-top: -80px;
}
.site-footer .site-info {
    background: #fff;
}
.site-footer .wrap div{
	color: #000;
}
span.menu-not-assigned.menu {
    display: none;
}
.site-branding img {
    max-height: 130px !important;
}

/* End of CSS for Full Body of the website */

/* CSS for Home Page */
.home-slider{
	background: linear-gradient(rgba(221,142,129,0.7),rgba(8,140,175,0.7)),url(/sell-your-house/wp-content/uploads/2021/07/img-9-1.jpg) bottom no-repeat !important;
	height: 80vh;
}
.hero-inner-row {
    margin-top: -42%;
}
.hero-inner-row li{
	font-size: 22px !important;
}
.cs-slider-cta {
    padding: 32px 32px !important;
}
.home-slider h3 {
    color: #fff;
    font-size: 32px;
}
.cs-slider-cta h1, .cs-slider-cta h3, .cs-slider-cta p {
    margin-bottom: 0px;
    color: #fff;
    margin-top: 12px;
}
.cs-slider-cta li{
	color: #fff;
	font-size: 22px;
}
.cs-slider-cta h3{
	color: #fff;
	margin-top: 5px;
	text-transform: capitalize;
	font-size: 22px;
}
.form-col{
	z-index: 700;
}
.form-col .vc_column-inner{
	background: #E0E0E0;
    padding-left: 0px !important ;
    padding-right: 0px !important;
}
.form-col .norebro-heading-sc{
	background: #DD7D74;
}
.form-col h1.title {
    color: #fff;
    margin-bottom: 0px;
	text-transform: capitalize;
	padding-top: 8px;
}
.form-col .subtitle{
	font-size: 14px ;
    color: lightgray;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.form-col input {
    margin-bottom: 20px ;
    background: #fff ;
	width: 75% ;
    display: block;
    margin: 0 auto ;
    text-align: center ;
}
.form-col .contact-form .btn {
   	display: block;
	margin: 0 auto;
	width: 75%;
	background: #DD7D74;
}
.form-col .contact-form .btn:hover{
	color: #000;
}
.home-quick-process{
	margin-top: -8%;
}
.sell-your-home ul {
  list-style: none;
}
.sell-your-home ul li:before {
	font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: 10px;
    color: #DD7D74;
}
.call-to-action .btn:hover,.newsletter .btn:hover{
	background: #000 !important;
	color: #fff !important; 
}
.call-to-action h3{
	font-size: 26px;
	color: #fff;
}
.call-to-action .subtitile{
	color: lightgray;
}
.home-testimonials {
    background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)),url(/sell-your-house/wp-content/uploads/2021/07/img-13.jpg) bottom no-repeat;
    background-attachment: fixed;
}
.home-testimonials blockquote{
	color: #000 !important;
}
.home-testimonials h4,.home-testimonials .owl-dot {
    color: #DD7D74;
}
.newsletter input::placeholder{
	color: #fff;
}
.newsletter .subtitle{
	text-align: left;
	color: lightgray;
}
.newsletter input {
    border-bottom: 1px solid #fff !important;
}
.newsletter .btn{
	background: #fff !important;
	color: #000;
}
.newsletter h3{
	color: #fff;
}
.norebro-banner-box-sc .btn {
    display: none;
}
.home-rating .text-col .vc_column-inner {
    padding: 32px 64px !important;
}

@media only screen  and (max-width : 1366px) {
	.home-slider .vc_column-inner {
    margin-top: 60px;
}
	.hero-inner-row {
    margin-top: -30%;
}
	.home-quick-process {
    margin-top: -24%;
}
}


