/**
Theme Name: Hello Consultants
Author: Mike Abbott / digidoda
Author URI: https://www.digidoda.com
Description: Child theme created for Hello Consultants
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: helloconsultants-co-uk
Template: astra
*/
/* Styling Gravity Forms Success Message */
body #gform_wrapper_2 .gform_confirmation_message  {border: 1px solid #3a3a3a; text-align: center;}
/* End of Styling Gravity Forms Success Message */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ff963a;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ff963a;
    opacity: .5;
}
@media only screen and (max-width: 1024px) {h1 {text-align: center !important;}}
@media only screen and (max-width: 1024px) {h2 {text-align: center !important;}}
@media only screen and (max-width: 1024px) {h3 {text-align: center !important;}}
@media only screen and (max-width: 1024px) {h4 {text-align: center !important;}}
@media only screen and (max-width: 1024px) {h5 {text-align: center !important;}}
@media only screen and (max-width: 1024px) {h6 {text-align: center !important;}}
@media only screen and (max-width: 1024px) {p {text-align: center !important;}}
@media only screen and (max-width: 1024px) {ul {text-align: center !important;}}
@media only screen and (max-width: 1024px) {.fl-photo-content img  {max-width: 30%;
	max-height: 30%;}}
@media only screen and (max-width: 1024px) {.fl-photo-content .notresizing img {max-width: 100% !important;}}
@media only screen and (max-width: 1024px) {.uabb-team-wrap .uabb-imgicon-wrap .uabb-image-content img {max-width: 50%;
	max-height: 50%;}}
@media only screen and (max-width: 1024px) {.fl-builder-content .uabb-separator {width: 50% !important;}}

@media only screen and (max-width: 600px) {.caldera-grid .btn {
    width:100%;
}}
.fl-node-5b79dc923684a .njba-success, .fl-node-5b79dc923684a .njba-success-none, .fl-node-5b79dc923684a .njba-success-msg {
    color: #ffffff;
}
.fl-node-5b7746f298cc1 .fl-module-content .fl-icon i, .fl-node-5b7746f298cc1 .fl-module-content .fl-icon i:before {
    font-size: 50px;
    height: auto;
    width: auto;
    color: #000000;
}
.ast-small-footer {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ffffff;
}
.ast-small-footer > .ast-footer-overlay {
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* Change background and text color */
.caldera-grid .btn {
    background-color:#fe7002 !important;
    color:black !important;
    font-weight: 400;
	padding: 20px, 40px, 20px, 40px,;
	border-radius: 10px;
}

/* Change background and text color on hover */
.caldera-grid .btn:hover {
    background-color:black !important;
    color:#fe7002 !important;
	font-weight: 400;
}
.caldera-grid .alert-success {
    background-color: #fff !important;
    border: 2px solid #ff963a !important;
    color: #000000 !important;
    font-size: 16px !important;
	line-height: 27px !important;
}