/**
 * Theme Name: ESP_Theme
 * Theme URI: http://www.yootheme.com
 * Description: Bento is the July 2015 theme of the YOOtheme club. It is based on YOOtheme's Warp theme framework. NOTE: It is not free or public. This theme is for members of the YOOtheme club only.
 * Version: 1.0.7
 * Author: YOOtheme
 * Author URI: http://www.yootheme.com
 */



.esp-header .uk-icon-phone {
    border: 1px solid white;
    padding: 10px 15px;
    border-radius: 60px;
    font-size: 36px;
    position: relative;
    top: -7px;
}

h3.uk-h2 {
    margin-bottom: 45px;
}

.esp-header h1 {
    margin: 0px !important;
	font-size: 48px;
}

.uk-navbar-nav > li > a {
    letter-spacing: 0.5px;
}

.menu-note {
    line-height: 60px;
    float: right;
    background-color: #ffde30;
    color: black;
    padding: 0px 20px;
}

.uk-block-secondary { background-color: #2DA2FF !important; } 


.outline .uk-panel-box {
    background-color: rgba(0,0,0,0) !important;
    color: #FFFFFF;
    border: 1px solid white;
    border-radius: 8px;
}

.outline .uk-panel-box h3 { color: #FFFFFF; }

.esp-header {
    	background: #25308A;
    	padding: 50px 10px;
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.tm-navbar {
    background: #2da2ff !important;
    color: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(37, 48, 138, 0.3);
    z-index: 54;
    position: relative;
}

.uk-container {
width: 100%;
}

.hero-container .uk-slideshow > li > div > div {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.hero-container .uk-slideshow > li > div > div h3 {
	/* color: #25308a; */
	color: #ffffff;
}

/*
.uk-fullwidth .uk-container {
    width: 100% !important;
    max-width: 1920px;
} */

ul.check-hero {
    padding: 0px !important;
}


.check-hero > li:before {
    content: '\f046';
    font-family: FontAwesome;
    margin-right: 15px;
    color: #178bc9;
}

.check-hero > li {
    list-style: none;
    font-size: 24px;
    line-height: 40px;
}



.uk-navbar-center {
  max-width: 70%;
}

@media (min-width: 768px) {
.check-hero {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}



}




@media screen and (max-width: 880px) {
.uk-navbar-nav > li > a {
    font-size: 14px;
}

.menu-note {
    font-size: 14px;
}

}



@media screen and (min-width: 768px) {
	.uk-width-1-7 {
    		width: 14.286%;
	}

}


@media screen and (max-width: 768px) {

	.hero-container .uk-slideshow > li > div > div h3 {
		font-size: 26px;
		line-height: 30px;
		text-align: center;
	}


	.hero-container .uk-slideshow > li > div > div h2 {
		font-size:22px;
		line-height: 26px;
		text-align: center;
	}

	h2, .uk-h2 {
    		font-size: 30px !important;
    		line-height: 36px !important;
	}

	h1, .uk-h1 {
    		font-size: 42px !important;
    		line-height: 50px !important;
	}

	.uk-position-cover {
    		background-position: 0%;
	}


	.esp-header h1 {
    		text-align: center !important;
    		font-size: 29px;
    		margin-top: 10px !important;
	}

	.esp-header .uk-icon-phone {
   		font-size: 18px !important;
    		padding: 11px 13px;
	}

	.esp-header {
    		padding: 20px !important;
	}

}

.header-form-home{
    display: block;
    float: right;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    padding: 12px;
    background: #339cff;
}
.header-form-home h2{
    color:#fff;
    text-align:center;
}
.header-form-home-wrapper{
    max-width:1200px;
    margin:0 auto;
}
.location-list-items li{
    font-weight: 400;
    width: 33.33%;
    display: block;
    float: left;
    box-sizing: border-box;
    list-style-type: none;
}
.hero-banner-new {
    background: url(https://easysolutionsplumbing.com.au/wp-content/uploads/header-image-easy-solutions-plumbing.jpg);
    display: block;
    padding: 80px 80px 0;
    height: auto;
    background-size: cover;
    overflow: hidden;
    background-position: center right;
}
@media(max-width:1200px){
.hero-banner-new{
    background-position: center center;
}
.hero-banner-new textarea, .hero-banner-new select {
    background: #eee;
    border: none;
    border-radius: 0;
    color: #999 !important;
    padding: 8px !important;
}
}
@media(max-width:480px){
.hero-banner-new {
    padding: 20px;
}
}