/*

Theme Name: Solus Progression Child
Theme URI: https://solus.progressionstudios.com
Author: Allstar Agent
Author URI: http://allstar-agent.com/
Description: Single Property Child Theme
Template: solus-progression
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
Text Domain: solus-progression-child

*/


/* ########### GLOBAL ################# */

/* main nav */
.progression-studios-menu-title {
	color: #fff;
	font-size:1.5em
	}
	
/*  Nav Hover */
.progression-studios-menu-title:hover {
		color: #da1d06;
}

/*  Nav caret */
.sf-arrows .sf-with-ul:after {
    color: #fff;
}

/* Hamburger Menu */
.mobile-menu-icon-pro {
	color: #fff !important;
}
i.fa-bars{
	background: #da1d06;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
}

/* Hamburger Sub Menu */
ul.mobile-menu-pro.collapsed li .sub-collapser:before {
    color: #fff;
    background: #da1d06;
}

/* Hide ReCaptcha Badge */
	.grecaptcha-badge{
		visibility: collapse !important;  
}

/* Scroll to top  */
#pro-scroll-top {background: #1185ED !important;}
#pro-scroll-top:hover {background: #da1d06 !important;}

/* Text Selection Colors */
::-moz-selection {
    background-color: #00396b !important;
    color: #fff;
}
  
::selection {
    background-color: #00396b !important;
    color: #fff;
}
	
/* ########### HOME ################# */

/* Adjust header image fade */
#progression-studios-post-page-title:before, #page-title-pro:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 5%, rgba(0,0,0,0) 35%) !important;
}

/* Caption box spacing */
#progression-studios-slider-caption {top: 175px !important;}


/* Caption box text */
#progression-studios-slider-caption-text h2 {
    font-size: 23px;
	font-weight:bold;
	font-color:#da1d06;
}
#progression-studios-slider-caption-text h5 {
    font-size: 23px;
    line-height: 32px;
	font-weight:600;
}
#progression-studios-slider-caption-text h3 {
    font-size: 30px;
}

/* Schedule button  */
a#progression-studios-slider-btn {
    background: #1F59A9;
	font-size: 22px;
}

/* Get rid of margin below Question/Showing blue box */
#content-pro {
    padding-bottom: 0px;
}



/* ########### FEATURES ################# */

/* Counter */
.elementor-counter, .elementor-counter-number, .elementor-counter-number-wrapper {
	font-size: 1.3em !important;
}

/* Icons */
.fa-home, .fa-bed, .fa-bath, .fa-pencil-ruler, .fa-car {
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
    padding: 8px;
    border: 4px solid #da1e05;
    text-align: center;
    padding: 19px 0px 1px 0;
}

/* ########### PHOTO GALLERY ################# */
/* Caption Background */
#envirabox-title-float-wrap tr {background: #000;}



/* ########### CONTACT ################# */
	
/* Contact form styling */
#required {border: 6px solid #f0a59b;}
#required2 {color:#da1e05;font-weight:bold;}

/* Links on Right */
.contactPB {
	font-size:20px;
	font-weight:700;
}