/*
Theme Name: Care Child Theme
Description: A child theme for Uikit Theme
Author: Rebecca Chapman
Template: Uikit Theme
*/

/* Write custom css here */


@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
font-family: "Work Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.a {
color:#1193A6;
}

/** Header **/

/** Navbar **/

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #C6020C;
}

.uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-navbar-item.uk-logo.uk-sticky-logo img {
line-height:80px;
}

/** Slider **/

#slider h1 {
	font-weight: 700;
}

.contact-today,#gform_submit_button_1 {
	background:#C6020C;
	color:#fff;
}

/** Footer **/

#footer {
	background:#C6020C;
		color:#fff;
}

#footer .wp-block-heading, #footer p, #footer span {
	color:#fff;
}

#footer ul {
	list-style-type:none;
	padding-left:0px
}

#footer a {
	color:#fff;
}

.wp-block-heading {
	font-weight: 700;
	font-size: 1.5rem;
  line-height: 1.5;
}

/** Front Page **/

#intro h2 {
	font-weight: 700;
}


#services {
	background:#EEEEEE;
}

#services h2 {
	text-align:center;
	padding:30px 30px 10px 30px;
	font-weight: 700;
}

#services h5 {
	font-weight: 700;
}

.service-content {
	padding:30px 0px;
}

.front-services img {
	padding:30px 30px 0px 30px;
}

#front-contact-us {
	padding:30px 0px;
}

#front-contact-us h2 {
	text-align:center;
	padding:30px 30px 10px 30px;
	font-weight: 700;
} 

#front-contact-us #gform_submit_button_1 {
	position: relative;
	margin: auto;
}

.gform-theme--framework .gfield_description {
	color:#aaa;
}

.gform-theme--framework .gform-field-label {
	color:#fff;
}

.uk-background-secondary {
  background-color: #111111a8;
}

.gfield_description{
color:#fff!important;
}

.uk-navbar-nav>li>a{
color:#fff;
}

.uk-navbar-nav{
gap:0px;
	
}

.uk-navbar-nav>li>a{
text-transform:none!important;
	font-size:16px;
}

.uk-overlay{
padding:10px 10px!important;
}

.shiftnav-menu-image img{
max-width: 150px!important;
    margin: auto;
    display: block;
}

#TopScroll {
    border-radius: 100px;
    padding: 11px;
    border: 1px solid #fff;
    outline: none;
    color: #000;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target{
background:#C6020C!important;
}

.header-content{
color:#fff;
		position: relative;
    top: 15px;
}

.header-content a{
color:#fff;
}

.shiftnav-shiftnav-main{
max-height: 220px!important;
}

.shiftnav-inner{
height:inherit!important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target{
text-transform: capitalize!important;
}

#shiftnav-toggle-main{
background:transparent!important;
}

.gform-footer{
margin-top:0px!important;
}

#content a{
color:#C6020C;
}

@media only screen and (max-width: 950px) {
#header .uk-flex{
display:block;
	}
	
	#header img{
	margin:auto;
	max-width:200px;
	}
	
	.uk-width-1-2\@m{
	width:50%;
	}
}