/*
Theme Name: H&F Electrical Child Theme
Description: A child theme for Uikit Theme
Author: Rebecca Chapman
Template: Uikit Theme
*/

/* Write custom css here */

html {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    color: #fff;
}

a:hover {
    color: #CFC800;
}

#footersidebar a{
    color:#fff;
    font-size:18px!important;
}


h2 {
    font-size: 28px !important;
    line-height: 50px;
}

p {
    font-size: 18px;
    line-height: 26px;
}

li {
    font-size: 18px;
    line-height: 26px;
}

.social-buttons {
    padding-left: 10px;
}

#slider .uk-content-width {
    max-width: 100%;
    max-height: 450px;
}

.uk-navbar img{
    width:80px!important;
}

.uk-navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
     font-size:13px;
     line-height:45px;
    }
    
.uk-dropdown-navbar li a{
     line-height:25px!important;
}

.uk-navbar-nav .uk-active a {
    color: #fff !important;
}

.uk-navbar {
    color: #444;
    background: #fff;
    border-bottom: 5px solid #CFC800!important;
    }

.center-text {
    text-align: center;
    max-width: 500px;
    margin: 0px auto;
}

.page-segment {
    padding: 30px 0;
    position: relative;
}

/*
#services {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
*/

.background-image-parallax {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.info-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.services-overlay {
        background: #43544A!important;
}

#services h3.uk-panel-title {
    color: #fff;
}

#services .uk-panel.uk-panel-box {
    background-color: transparent;
    border: 0px;
}

#services .uk-panel.uk-panel-box:hover {
    background-color: rgba(34, 30, 31, 0.5);
}

#services .uk-panel-teaser {
    padding-top: 15px;
}

.uk-navbar-nav li a:focus,
.uk-navbar-nav li a:hover,
.uk-navbar-nav li a:active {
    color: #fff!important;
}

h2.quote-text {
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 0px;
}

h2.quote-source {
    font-size: 28px;
    line-height: 20px;
    padding-bottom: 0px;
}

#footer {
    background-color: #000!important;
    color: #fff;
}

.uk-panel-title {
    color: #fff;
    font-size:20px;
}

.red-text {
    color: #fe0000;
}

.uk-slidenav-position {
    margin: 0px;
}

.uk-slideshow .uk-overlay-panel {
    padding: 0px;
}

.slider-overlay {
    padding: 20px;
}

.slideshow-content {
    height: 100%;
    width: 600px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slideshow-content-slider-title {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slideshow-content h1 {
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    font-family: "Raleway ExtraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 2px 2px 4px #000;
    font-weight:bold!important;
}

.slideshow-content-slider-title h1 {
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    font-family: "Raleway ExtraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    width: auto;
}

.slideshow-content-slider-title h1:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 2px solid #fe0000;
}

.slider-list li {
    font-size: 22px;
    line-height: 34px;
    list-style: none;
    font-family: "Raleway Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#slider .uk-slideshow,
#slider .uk-cover-background,
#slider .uk-overlay-panel {
    height: 440px !important;
}

.uk-overlay-panel-page {
    background: rgba(0,0,0,0.5);
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

.content-title {
    position: relative;
}

.sidebar-contact-title {
    font-size: 36px !important;
    line-height: 42px;
}

.parallax-background {
    padding: 0px;
}

.overlay-buttons {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hidden-image {
    visibility: hidden;
}

.plastering {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    
}

.plastering-text {
    max-width: 300px;
}

.contact-break-bg {
    background: #43544A!important
}

.contact-break,
.contact-break h2 {
    color: #fff;
}

.contractor-button {
    background-color: #000!important;
    border: 2px solid #fff !important;
    border-radius: 10px;
    color: #fff;
}

.contractor-button:hover {
    border-color: #CFC800!important;
    color: #fff;
}

.contact-button {
    margin-top: 20px;
}

.home-service-info .uk-grid {
    position: relative;
    margin: 0px;
    padding: 20px 0;
}

.home-service-info .uk-grid::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    bottom: 0;
    left: 32.5%;
    border-bottom: 2px solid #eee;
}

.tel-stack {
    position: relative;
}

.tel-stack ul li {
    list-style: none;
}

.contact-us-home {
    background: #221e1f;
    color: #fff;
    border-radius: 10px;
}

.contact-us-home h2 {
    color: #fff;
}

.contact-us-home a {
    color: #fff;
}

.tel {
    position: absolute;
}

.home-section-height {
    height: 500px;
}

.home-section-bg {
    background-image: url(/wp-content/uploads/2022/08/hf-bottom-new.jpg);
    padding: 0px;
    background-position: center;
    background-size: cover;
     
}

.home-section-paragraph {
    max-width: 400px;
}

.map-container {
    margin-top: 10px;
    height: 350px;
    width: 100%;
}

.gform_title {
    font-weight: normal !important;
}

.uk-navbar-brand {
    height: 80px;
}

.contact-sidebar a {
    color: #444;
}

.uk-navbar-nav li a:hover{
        color:#fff;
}

.uk-navbar-nav > li.uk-active > a:hover{
    color:#000;
}

.uk-navbar-nav li a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.uk-navbar-nav li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.uk-navbar-nav li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #000;
    transition: width .5s ease;
}

.uk-navbar-toggle {
    line-height: 80px;
    height: 80px
}

.da-thumbs {
	list-style: none;
	width: 984px;
	height: 600px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

ul.da-thumbs br {
    display: none;
}

ul.da-thumbs p {
    margin: 0px;
}

@media screen and (max-width:1175px) {
    .uk-navbar-nav li a {
        padding: 0px 5px;
    }
}

.uk-dotnav-contrast > .uk-active > *{
    background:#CFC800!important;
}

.uk-dotnav>*>*{
    background:#CFC800!important;
}
.uk-dotnav-contrast > * > :hover, .uk-dotnav-contrast > * > :focus{
    background#CFC800!important;
}
.uk-dotnav-contrast > * > *{
     background:#CFC800!important;
}

div#starssection {
    max-width: 80%;
    margin: auto;
    display: block;
}

.big-button {
    background-color: #000!important;
    border: 2px solid #fff !important;
    border-radius: 10px;
    color: #fff;
    min-width:136px;
}

.big-button:hover {
    border-color: #CFC800!important;
}

.big-button a:hover {
    text-decoration: none
}

.tablinks:hover{
  background: #000;
  cursor:pointer;
}

.tablinks.active{
  background:#000;
}

.tablinks {
  background: #C0C0C0;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 10px 10px 0px 0px;
}

.tabcontent {
  display: none;
  border-top: none;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.gform_wrapper .gform_heading{
    margin-bottom:0px!important;
}

.gform_wrapper span.gform_description{
    margin-bottom:0px!important;
}

.gform_wrapper li.hidden_label input{
    margin-top:0px!important;
}

.gform_wrapper .gform_footer{
    margin-top:0px!important;
    padding:0px!important;
}

.gform_wrapper h3.gform_title{
    margin-bottom:0px!important;
}

.gform_wrapper textarea.small {
    height: 80px!important;
    resize: both!important;
    overflow: auto!important;
}

.uk-slideshow > li > img{
    background-size: cover;
}

.header-right{
    font-size: 16px;
    color:#fff!important;
}

.uk-sticky-nav .header-right{
    top:0px!important;
}

.entry-meta{
    display:none;
}

#footersidebar .uk-panel-space{
    padding:0px!important;
}

.uk-overlay-panel{
    padding:0px!important;
}

.uk-nav-parent-icon > .uk-parent > a:after{
    display:none;
}

.uk-dropdown-navbar{
    width: 235px;
    background:#000;
}

.uk-nav-navbar > li > a:hover{
    background:#000!important;
    color:#fff!important;
}


#header {
background:#fff!important;    
}

#header .uk-overlay {
    background:#fff!important;
}

.uk-navbar {
    background:#000!important
}

.home-about {
    background:#000;
    color:#fff;
    border-bottom: 5px solid #43544A!important;
}

.home-about h1 {
    color:#fff;
}

#footersidebar {
background: #000;
}

.info-overlay .slider-overlay {
    background:#000;
    border-radius:40px;
}

@media screen and (max-width:1200px) {
    #basket{
        left:0%;
    }
    
    .navlink1{
        display:none;
    }
    
    .slideshow-content h1{
        font-size: 55px;
    }
    
    .textwidget img{
        max-width:40%!important;
    }
    
}

.services-overlay .uk-panel-title {
    height: 45px;
    background: #000;
    padding: 15px;
    margin-bottom:0px!important;
}


.uk-button{
    background-color: #000!important;
    border: 2px solid #fff !important;
    border-radius: 10px;
    color: #fff;
    min-width: 136px;
}

.uk-button:hover{
    color:#fff;
}

.services-overlay .uk-panel {
    background: #CFC800!important;
    padding-bottom:10px;
}

.services-overlay * + .uk-margin{
    margin-top:0px!important;
}

.services-overlay img{
    border-bottom: 2px solid #43544A;
}

#footerbg{
    border-top: 5px solid #CFC800!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .uk-panel-title{
    color:#444!important;
}

#maincontent ul{
    margin-bottom:15px!important;
    padding-left:0px!important;
    list-style:none!important;
}

#header .uk-overlay{
    min-height:200px!important;
}

.uk-icon-small {
    font-size: 30px!important;
}

#menu-item-link-735{
    position: relative;
    left: 615px;
}

@media screen and (min-width:950px)
{
#footersidebar .uk-grid > *{
    padding-left:15px!important;
}

}


p ul{
    padding-left:20px!important;
}

.uk-sticky-nav .uk-navbar-nav > li > a{
    line-height: 85px!important;
}

iframe{
    filter:grayscale(1);
}

.gfield_required{
    display:none!important;
}

.uk-navbar-nav > li > a[href='#']{
    cursor:pointer;
}

.header-links a{
   color:#000!important;
}


.header-links {
    position: relative;
    top: 80px;
}

 .header-links a:hover{
     text-decoration: underline!important;
  text-decoration-color:#CFC800!important;
  text-decoration-thickness: 2.5px!important;
    }


@media screen and (max-width:1200px) {
 
  
  .header-links img{
      display:none!important;
  }
  
}

@media screen and (max-width:1050px) {
   #header .uk-width-large-1-3{
       width:100%!important;
   }
   
   #header .uk-width-large-2-3{
       display:none!important;
   }
   
   #header img{
    margin: auto;
    max-width: 40%;
    display: block;
   }
   
   .uk-navbar img{
       display:none;
   }
 
}

a:hover{
    text-decoration: underline!important;
    text-decoration-color: #CFC800!important;
    text-decoration-thickness: 2.5px!important;
}


.service-bg{
    background:#2c5254;
}