/*
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: #195b87;
}

.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:#195b87;
	color:#fff;
	margin-bottom:20px;
}

/** Footer **/

#footer {
	background:#195b87;
		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;
}

.intro-text {
	padding:150px 60px;
}

@media screen and (max-width: 600px){
.intro-text {
	padding:50px 30px;
}
}

#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 p{
color:#fff;
	margin-top:5px;
}



#front-contact-us .gfield_label{
color:#fff;
}

.gform-theme--framework .gfield_description {
	color:#aaa;
}

.gform-theme--framework .gform-field-label {
	color:#fff;
}

.uk-background-secondary {
  background-color: #111111a8;
}

#nav .menu-item a:hover{
color:#fff;
}

.uk-navbar-nav{
gap:0px;
}

.entry-meta{
display:none;
}

.entry-title{
display:none;
}

#services .uk-margin-top{
margin-top:0px!important;
}

