/*
Theme Name: ECC Child (JM)
Author: Wondermedia - updates by John Mottram
Author URI: http://www.wondermedia.co.uk/ - updates by http://www.digitalmarketingby.me	
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html, body {
    padding: 0;
    margin: 0;
    color: #454545;
    font: 17px 'Roboto', Arial;
	background: #fff url(images/countryside.jpg) no-repeat center 0px fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img {
    border: 0;
}
p{
padding:8px;
}
li{
padding:4px;
}

.Clear {
    clear: both;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 3px solid #519ee1;
}
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 3px solid #519ee1;
}



.post_thumb img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;	
	background: #fff;
	margin: 0px 20px 20px 0px;
}

ul {
	clear: both;
}

h1{
	color: #0059AB;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
}
h2 {
	color: #0059AB;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 0px;
}
h3, h4 {
	font-weight: 700;
}

.head-silver {
	background: #eeeeee;
}

.silver {
	background: rgba(238, 238, 238,0.8);
}

.white {
	background: rgba(255, 255, 255,0.7);
}

.orange {
	background: #F7931F;
}

.content {
	padding-top: 250px;
}

.padding {
	padding: 20px 40px 40px 40px !important;
}

.header {
	padding: 15px 0px 15px 0px
}

.logo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.fixed-header {
	position: fixed;
	width: 100%;
	z-index:100;
}
.head-left img {
	padding-top: 11px;
}
.head-right img {
	float: right;
	padding-top: 11px;
}
.lang {
	clear:both;
	text-align: right;
	padding-top: 10px;
}
.lang span {
	font-size: 12px;
	padding: 4px 10px 0px 0px;
	margin-top: 10px;
	float: right;
	text-align: right;
	font-weight: 300;
}
.lang img {
	float: right;
}


.navbar-default {
  background-color: #0059ab;
  border-color: #0059ab;
	font-size: 15px;
	font-weight: 400;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0059ab;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #0059ab;
}
.navbar-default .navbar-toggle {
  border-color: #0059ab;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0059ab;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {padding: 18px 32px 18px 32px;}

.navbar-default .navbar-nav > li:first-child > a {
	padding-left: 0px;
}

.navbar-default .navbar-nav > li:last-child > a {
	padding-right: 0px;
}



.featured-blog-image {
	width: 100%;
	height: 150px;
	background-size: cover;
	position: relative;
}
.featured-blog-image h3 {
	font-size: 15px;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0px;
	
}
.featured-blog-image h3 a {
	color: #FFF;
	display: block;
	height: 100%;
	padding: 125px 20px 20px 20px;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2) url(images/overlay.png) bottom left repeat-x;
}

.overlay h3 {
	position: absolute;
	z-index: 50;
	transform: none;
}
.image-box {
	overflow: hidden;
	border-bottom: 8px solid #EA9800;
	margin-bottom: 20px;
}
.image {
	background-position: center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.image:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
	transform: scale(1.05);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.05, SizingMethod='auto expand'); /* IE6 and 7 */
}

.blue-button {
	background: #0059AB;
	color: #fff;
	padding: 12px 30px 12px 30px;
	margin-right: 15px;
	display: inline-block;
	border: 0px;
	border-radius: 5px;
}

.blue-button:hover {
	background: #F8931F;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}




.Vehicle {
	background: rgba(255,255,255,0.7);
	border-top: 5px solid #AAAAAA;
	margin-bottom: 20px;
	font-size: 13px;
	padding: 20px;
	overflow: hidden;
}

.Vehicle h2 {
	color: #2A55B0;
	font-size: 17px;
	font-weight: 700;
	margin: 0px;
	height: 50px;
}

.Vehicle strong {
	color: #2A55B0;
}

.Vehicle .blue-button {
	width: 100%;
	margin-top: 10px;
	padding: 12px 0px 12px 0px !important;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}

.Vehicle .sold-en {
	background: rgba(248,147,31,0.9);
	color: #fff;
	position: absolute;
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

.thumbnail {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.thumbnail > .img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
	background: #fff;
	font-size: 15px;
	font-family: 'Roboto' !important;
}
td {
    border-bottom: 1px solid #eee;
    padding: 5px;
}
td.Header {
    font-weight: bold;
    background: #F8931F;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
td.Label {
    text-align: right;
    width: 200px;
    font-weight: bold;
    border-right: 1px solid #eee;
}
tr:last-child td {
    border-bottom: 0;
}
input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 6px;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 539px;
    height: 100px;
    padding: 6px;
}

.footer .blue-button {
	margin-top: 10px;
	color: #fff;
}

.footer .blue-button:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.footer {
	color: #0a0a0a;
	padding-top: 40px;
}

.footer a {
	color: #0a0a0a;
}

.footer p {
	margin-bottom: 25px;
}

.footer a:hover {
	text-decoration: underline;
}

.footer h3 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
}

.footer-border {
	border-top: 2px solid #DF851C;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 13px;
	margin-top: 20px;
}

/*=====================================================
Media Queries
=====================================================*/

@media (min-width: 991px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
	

}

@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {padding: 18px 16px 18px 16px;}
	.Vehicle {
		min-height: 360px;
	}
}


@media (max-width: 991px) {
	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		padding-left: 15px !important;
		padding-right: 15px !important;
    }
    .collapse.in{
        display:block !important;
    }
	
		
	.featured-blog-image {
		height: 320px;
	}
	.featured-blog-image h3 a {
		padding: 125px 20px 20px 20px;
	}
	.Vehicle {
		max-height: 100%;
	}
	.footer {
		text-align: center;
	}
	.footer .col-md-4 {
		padding-top: 10px;
	}
}

@media (max-width: 820px) {

}

@media (max-width: 767px) {
	.fixed-header {
		position: static;
		width: 100%;
		z-index: 100;
	}
	.content {
		padding-top: 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	  }
	  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
	  }
	  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #0059ab;
	  }
	.lang {
		position: absolute;
		top: -104px;
		right: 10px;
	}
	.lang span {
		display: none;
	}
	.head-left img {
		padding-top: 11px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-height: 40px;
	}
	.head-right img {
		float: none;
		padding-top: 11px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-height: 40px;
	}
	.weinsberg {
		padding-top: 19px !important;
	}
	.blue-button {
		padding: 12px 0px 12px 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.padding {
	padding: 5px 20px 10px 20px !important;
	}

}

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

}

@media only screen and (max-width : 320px) {
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

table.text {
	border: 1px solid #6f6f6f;
}
table.text tr{
    border-bottom: 1px solid #6f6f6f;
}
table.text td {
    border-bottom: 1px solid #6f6f6f;
}

.footer-nav ul {

	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.footer-nav li {
	position:relative;
	display:inline-block;
	text-align:center;
    font-weight: 500;	
	color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.footer-nav a {
	font-size:0.1em;
    color: transparent;
    word-wrap: break-word;
	text-decoration: none;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

.footer-nav a:hover {
    color:transparent;
    text-decoration: none;
    outline: 0;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}
/*
JM Additions
*/
hr{
	border-top: 2px solid #0059AB;
}
.shadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 8px 16px 0 rgba(0, 0, 0, 0.19);
}
.shadow-light{
	box-shadow: 0 4px 8px 0 rgba(192, 192, 192, 0.5), 0 8px 16px 0 rgba(192, 192, 192, 0.25);
}
.onhover:hover{
	filter:brightness(85%);
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
/* align */ 
.centered {
    text-align: center;
}
.justify {
    text-align: justify;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
/**/ 
/* spacers */ 
.buffer-xs{
	padding-top: 5px;
	padding-bottom: 5px;
}
.buffer-sm{
	padding-top: 10px;
	padding-bottom: 10px;
}
.buffer-md{
	padding-top: 50px;
	padding-bottom: 50px;
}
.buffer-lg{
	padding-top: 100px;
	padding-bottom: 100px;
}
.top-xs{
	margin-top: 5px;
}
.top-sm{
	margin-top: 10px;
}
.top-md{
	margin-top: 50px;
}
.top-lg{
	margin-top: 100px;
}
.bottom-xs{
	margin-bottom: 5px;
}
.bottom-sm{
	margin-bottom: 10px;
}
.bottom-md{
	margin-bottom: 50px;
}
.bottom-lg{
	margin-bottom: 100px;
}
.padding-xs{
	padding: 10px;

}
.padding-sm{
	padding: 10px;

}
.padding-md{
	padding: 20px;

}
.padding-lg{
	padding: 40px;

}
.spacer-sm{
	padding-left:5px;
	padding-right:5px;
}
.no-gutter{
	padding-left:0px;
	padding-right:0px;
}
.no-margin{
	margin: 0;
}
/**/ 
/* Testimonial css alterations */ 
.strong-view.no-quotes .testimonial-content {
    
}
.strong-view.no-quotes .testimonial-content img {
    width:100%;
}
.strong-view.no-quotes .testimonial-inner{
	text-align: center;
}
/**/ 
/* Text-over-image*/ 

.blog{  
border:1px solid #fff; /* blog image class */
}
/* relevant styles */
.img__wrap {
  position: relative;
}
.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 89, 171, 0.8);
  color: #fff;
  font-weight:700;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
.img__description {
  transition: .2s;
  transform: translateY(1em);
}
.img__wrap:hover .img__description {
  transform: translateY(0);
}

/* Remove border from testiomnail thumbnail */ 
.strong-view.default .testimonial-image img{

background: transparent !important; 
border: 1px solid #FFFFFF !important;
padding: 0px 0px 0px 0px !important;

}

/* default a href link */ 
a{
	color: #0059ab;
}
/* image href */
a.image:link
{	
	font-size: 0pt;
	font-family:  sans-serif;
	text-decoration:none;
	margin:0px;
	padding: 0px;
	text-align: center;
	vertical-align:middle;		
}
a.image:hover
{	
	position:relative;
	font-size: 0pt;
	font-family:  sans-serif;
	text-decoration:underline;
	top:1px;
	margin:0px;
	padding: 0px;
	text-align: center;
	vertical-align:middle;		
}
/**/ 

/* testimonial background */ 
.strong-view.default .testimonial
{
	background:rgba(221, 221, 221, 0.8);
}

.recipe-card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	background-color: #ffffff; padding: 20px;
}
/* hide reCaptcha */ 
.grecaptcha-badge {
    display: none;
}
/* style breadcrumbs css */ 
.breadcrumbs a{
	cursor: default;
	color: transparent;
}
.breadcrumbs a:hover{
	text-decoration: none;
	cursor: default;
}

/* hide required fields Ninja Form */ 
.nf-form-fields-required{
	display:none;
}


/* STICKY HEADER */
/* Style the header */
.header {
 z-index: 100;
}
/* Page content */
.content {

}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
   z-index: 100;
}
/**/

/* COMMENTS SECTION */
.submit {
	background: #0059AB;
	color: #fff;
	padding: 12px 30px 12px 30px;
	margin-right: 15px;
	display: block;
	border: 0px;
	border-radius: 5px;
	width: 100%;
	margin-top:-20px;
}

.submit:hover {
	background: #F8931F;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
#comments{
 display:none;
}
#reply-title{
 display:none;
}
#comment-form-url{
display:none;
}
#url
{
 display:none;
}
label[for="url"]
{
    display:none;
}
.alignleft, .alignright {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 0px;
}


/**/