/*
 * Custom style for Mazout 2016
 */


/*
 * Globals
 */

html, body { min-height: 100% !important; }
body {
  font-family: Helvetica Neue, Arial, sans-serif;
  background-color: #E8E9EA;
	background-image: url('../assets/bg-grey-to-white.png');
  background-repeat: repeat-x;
  background-size: 10px 655px;
  background-position: 0 0;
  background-attachment: fixed;
  
  padding-top: 20px;
}

#content {
		background-image: url('../assets/leafs-grey.png');
		background-repeat: no-repeat;
		background-size: 55% auto;
		background-position: 10% 50%;
		padding-bottom: 30px;
}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333;
}

#main {
  color: #1b1f23;
	padding: 0 1.2em;
	margin: 2em auto 1em;
	clear: both !important;
}

#main img { max-width: 98%; height: auto !important; }

.column-left {
		text-align: justify;
		padding-right: 53px;
		border: 1px solid menu-internalred;
}

/* Titles */
h1, .h1 { font-size: 22px;  }
h2, .h2 { font-size: 19px; margin-top: .8em; margin-bottom: 0; }
h3, .h3 { font-size: 16px; }
h4, .h4 { margin-bottom: 0; font-size: 15px; }
h5, .h5 { }
h6, .h6 { }


.no-pad { padding: 0 ; }

/*
 * Masthead for nav
 */

.masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

a, a:active, a:link, a:visited { color: rgb(33,33,33); font-weight: normal; text-decoration: underline; /* color: rgb(0, 169, 79); */ }
a:hover { font-weight: bold;  }

body.page-id-197 .page-content a, body.page-id-197 .page-content a:active, body.page-id-197 .page-content a:link, a:visited { display: inline-block; margin: .4em; padding: .5em; background-color: rgb(144,144,144); color: #ffffff; text-decoration: none; font-weight: bold; font-size: 13px;  border-radius: 3px; }
body.page-id-197 .page-content a:hover { background-color: rgb(255,255,204); color: #333; }
/* Navbar */

div#head-logo-container {
		
		float: left;
		max-width: 40%;
}

.navbar-header {
			width: 100%;
}
.navbar-brand {
    font-size: 17px;
    
    line-height: 20px;
    max-width: 100%;
    padding: 2px;
}


.navbar-default {
    background-color: transparent;
    
}
.navbar {
    border-radius: 0;
    border: none ;
     margin-bottom: 3em;
    min-height: 5em;
    
    position: relative;
    
}

.navbar-right
{
			
			max-width: 60%;
			float: right;
			padding-top: 3em;
}


/* Nav links */
.navbar li.menu-item {
  position: relative;
  display: inline-block;
  padding: 10px 0 0 0;
  
}

.navbar li.menu-item a, .navbar li.menu-item a:visited {
	font-weight: 500;
  color: #333;
  padding: 0 .6em;
  font-size: 18px;
  border-right: 2px solid #444;
  text-decoration: none;
}

.navbar li.menu-item a:hover, 
.navbar li.menu-item.current-menu-item > a,
.navbar li.menu-item.current-menu-ancestor > a {
		font-weight: bold;
		
}

.navbar li.menu-item:last-child a, .navbar li.menu-item:last-child a:visited {

			padding-right: 0;
			border-right: none;
}

.nav-item:hover,
.nav-item:focus {
  color: #fff;
  text-decoration: none;
}


/* Sub nav */
ul li ul.sub-menu {
			display: none !important;
			position: absolute;
			width: 160px; 
			z-index: 10000;
			background-color: #d9d9d9;
			border-radius: 7px;
			margin: 0; padding: .4em .8em 1.1em;
			box-shadow: 0 0 7px 0 #a1a1a1;
			
}

ul li:hover ul.sub-menu {
			display: block !important;
}

ul li:hover ul.sub-menu li {
			display: block !important;
			width: 100%;
			
}

ul li:hover ul.sub-menu li a {
		text-indent: 0;
		font-size: 13px; display: block;
		padding: 0 !important;
		border-right: none !important;
}

ul li:hover ul.sub-menu li a:hover,
ul li:hover ul.sub-menu li.menu-item.current-menu-item > a {
		color: #333;
		font-weight: bold;
		text-decoration: none;
}

/* Active state gets a caret at the bottom */
.nav .active {
  color: #fff;
}
.nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.navbar-toggle {
    background-color: #a1a1a1;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 8%;
    padding: 9px 10px;
    position: relative;
}


/* sidebar menu */
.side-menu {
			list-style-type: none;
			width: 100%;
			margin: 0; padding:0;

}

.side-menu li { 
		margin: .4em 0; padding: 0;
		display: block; 
		max-width: 100%;
		text-align: center;
}

.side-menu li a {

			display: block; 
			background-image: url('../assets/sprite-buttons-v5.png');
			background-repeat: no-repeat;
			background-position: 0 50%;
			background-size:  201% auto;
			border: 1px solid #838484; 
			border-radius: 10px;
			text-decoration: none;
			width: 100%;
			padding: 15px 0;
			font-size: 17px; letter-spacing: 0.05em;
			color: #333;
			/* text-shadow: -1px -1px 0 #eee; */
}

.side-menu li a:hover, .side-menu li.current_page_item a{
		background-position: 100% 50%;
		/* border: 2px solid #99c13c; */
		border: 1px solid #9ac22b;
		color: #fff;
		/* text-shadow: -1px -1px 0 rgb(64,127,32); */
		
		
}

/* Internal Menu */
ul.menu-internal, ul.menu-internal li ul.children { 
	list-style-type: none;
	margin: 0 auto 3em;
	padding: 0;
}

ul.menu-internal > li {
		display: inline-block;
		text-indent: 0;
		position: relative;
		width: 19.5%;
		text-align: center;	
}
		ul.menu-internal > li > a {
		
			display: block;
			background-image: url('../assets/sprite-buttons-v5.png');
			background-repeat: no-repeat;
			background-position: 0 49%;
			background-size:  201% auto;
			border: 1px solid #838484;  
			border-radius: 6px;
			text-decoration: none;
			padding: 6px .1em;
			font-size: 12.5px;
			color: #333;
			z-index: 10000 !important;
		}
		
		ul.menu-internal > li.page_item_has_children:hover {
					background-color: #dde8af;
					border-radius: 20px 20px 0 0;
		}
		
		ul.menu-internal > li:hover > a {
				background-position: 100% 50%;
				/* border: 2px solid #99c13c; */
				border: 1px solid #9ac22b;
				color: #fff;
				
		}

ul.menu-internal li ul.children {
		display: none;
		text-align: left;
		position: absolute;
		border-radius: 0 0 16px 16px;
		background-color: #dde8af;
		width: 100%;
		padding: 1.1em 1em 1em;
		margin-top: 0;
		z-index: 9000 !important;
}

ul.menu-internal li:hover > ul.children {
		display: block;
}



ul.menu-internal li:hover ul.children a {

			display: block;
			color: #333;
			font-size: 12px; 
			padding: .7em 0;
			z-index: 9000 !important;

}

ul.menu-internal li:hover ul.children a:hover {

		text-decoration: none;
		font-weight: bold;

}

ul.menu-internal li:hover > ul.children li.page_item_has_children > a:after { content: " >"; float: right; }

ul.menu-internal li ul.children li ul.children  {
		width: 140%;
		border-radius: 10px;
		margin: -3em 0 0 50%;
		background-color: #CDDB8E;
}

/* Footer menu */
.footer-menu{
	list-style-type: none;
	margin: 0; padding: 0;
}

	.footer-menu li { display: inline-block; padding: 0 .6em 0 0; margin: 0; text-indent: 0; }


/* Content */

.featured-image {
			max-width: 100%;
			margin: 0 0 .5em;

}

img.alignleft { vertical-align: middle; float: left; margin: 0 1em 1em 0; }
img.alignright { vertical-align: middle; float: right; margin: 0 0 1em 1em; }
br.clear , p.clear { clear: both !important; }

/** Articles **/

.one-article-row {
			margin-bottom: 1.5em;
}
.one-article-row div.col-lg-8.col-md-8.col-sm-12 {
		padding: 0 !important;
}

.one-article-row h2 { margin: 0; }

/* Table prices list */
.page-content table.table-prices-list-schroeder {
	border-bottom: none;
	border: 1px solid #333;
	color: #ffffff;
	width: 100%;
	border-radius: 4px;
}

.page-content table.table-prices-list-schroeder th, .page-content table.table-prices-list-schroeder td { 
	padding: .3em;
 }
 
 .page-content table.table-prices-list-schroeder th, 
 .page-content table.table-prices-list-schroeder td { 
 	border: 1px solid #333; vertical-align: middle; 
	 color: #333
	 }
 .price-ht { font-size: 12px; color: #ffffff; }
 .price-ttc { font-size: 14px; font-weight: bold; }
 
	.column-price-variation { width: 16px; text-align: center; }
		.column-price-variation img { margin: 0 auto; }
	.column-product-code { width: 33px; font-size: 12px; }
	.column-product-name { width: 210px; line-height: 1.1em; }
	
	.column-sun, .column-ice { width: 30px; text-align: center;}

	.column-1500lt, 
	.column-1500lt-ht, 
	.column-1500lt-ttc,
	.column-10001499lt-ht,
	.column-10001499lt-ttc,
	.column-600999lt-ht,
	.column-600999lt-ttc,
	.column-200599lt-ht,
	.column-200599lt-ttc,
	.column-0199lt-ht,
	.column-0199lt-ttc
	 { border-right: 1px solid #dedede; border-left: 1px solid #dedede; text-align: center; color: #ffffff !important;  }
	
	th.column-1500lt,
	.column-1500lt-ttc
	 { color: #75aa08 !important; }
	 
	 th.column-10001499lt,
	 .column-10001499lt-ttc {color: #90BF22 !important;  }
	 
	 th.column-600999lt,
	 .column-600999lt-ttc {color: #B5E041 !important; }
	 
	 th.column-200599lt,
	 .column-200599lt-ttc {color: #CFF762 !important; }
	
		th.column-0199lt, 
	 .column-0199lt-ttc  {color: #CFF762 !important; }
	 
		.column-1500lt, .column-10001499lt, 
		.column-600999lt, .column-200599lt, .column-0199lt, .column-tva 
			{ border-right: 1px solid #dedede;  }
			
	th.column-1500lt,
	th.column-1500lt-ht,
	th.column-1500lt-ttc, 
	th.column-10001499lt-ht,
	th.column-10001499lt-ttc,
	th.column-600999lt-ht,
	th.column-600999lt-ttc,
	th.column-200599lt-ht,
	th.column-200599lt-ttc,
	th.column-0199lt-ht,
	th.column-0199lt-ttc,
	th.column-10001499lt, 
	th.column-600999lt, 
	th.column-200599lt, 
	th.column-0199lt, 
	th.column-tva
	 { border-top: 1px solid #dedede; text-align: center; font-weight: bold; font-size: 12px; }
	
	/* Colgroups */
	.column-1500lt,
	.column-1500lt-ht,
	.column-1500lt-ttc 
		{ background-color: rgb(88,88,88); }
	
	.column-10001499lt,
	.column-10001499lt-ht,
	.column-10001499lt-ttc
	 { background-color: rgb(112,112,112); }
	 
	 .column-600999lt,
	.column-600999lt-ht,
	.column-600999lt-ttc
	 { background-color: rgb(139,139,139); }
	 
	 .column-200599lt,
	.column-200599lt-ht,
	.column-200599lt-ttc
	 { background-color: rgb(164,164,164); }
	 
	 .column-0199lt,
	.column-0199lt-ht,
	.column-0199lt-ttc
	 { background-color: rgb(178,178,178);}
	 
	
	th.main-title { font-size: 13px; }
	
	.column-tva { width: 20px; font-size: 12px; text-align: center; }


	.page-content table.table-prices-list-schroeder tr:hover td { background-color: #99C13C; color: #000000 !important; }

	.page-content table.table-prices-list-schroeder tr:hover .column-1500lt span, 
	.page-content table.table-prices-list-schroeder tr:hover .column-1500lt-ht span, 
	.page-content table.table-prices-list-schroeder tr:hover .column-1500lt-ttc span ,
	.page-content table.table-prices-list-schroeder tr:hover .column-10001499lt-ht span,
	.page-content table.table-prices-list-schroeder tr:hover .column-10001499lt-ttc span,
	.page-content table.table-prices-list-schroeder tr:hover .column-600999lt-ht span,
	.page-content table.table-prices-list-schroeder tr:hover .column-600999lt-ttc span,
	.page-content table.table-prices-list-schroeder tr:hover .column-200599lt-ht span,
	.page-content table.table-prices-list-schroeder tr:hover .column-200599lt-ttc span,
	.page-content table.table-prices-list-schroeder tr:hover .column-0199lt-ht span,
	.page-content table.table-prices-list-schroeder tr:hover .column-0199lt-ttc span{ color: #000000 !important; }


.page-content ul { padding-left: 4em !important; }
img.alignleft { padding-right: 1.8em ;  }
img.alignright { padding-left: 1.8em ;  }

span.ui-dialog-title { border-radius: 6px 6px 0 0; background-color: #dedede; padding: .7em .4em; }
button.ui-dialog-titlebar-close { float: right; }
/* Sidebars */
.m4ywidget {

			background-image: url('../assets/sprite-buttons-v5.png');
			background-repeat: no-repeat;
			background-position: 0 61%;
			background-size:  250% auto;
			border: 1px solid #838484;
			border-radius: 10px;
			padding: 0 .8em .9em;
			position: relative;
			margin-bottom: 1em;
			
}
	.m4ywidget h3, .m4ywidget h3 a {
			width: 100%;
			padding: 0 !important;
			margin: 20px 0 10px;
			font-size: 17px ; letter-spacing: 0.05em;
			font-weight: normal;
			text-align: center;
			color: #333;
			/* text-shadow: -1px -1px 0 #eee; */
	}
	
	.m4ywidget h3 a:hover 
	{ font-weight: bold; }
	
	
	.m4ywidget img {
				max-width: 100%;
				border-radius: 8px;
				margin-bottom: .5em:
	}
	
	#news-rotator-container.m4ywidget {

			background-color: #AAAAAA;
			background-position: 0 100%;
			
			padding-bottom: 0;
			
	}
	


/* News */


.news-texts-container { margin-top: 1em !important; }

.news-texts-container p {
			padding: 0;
			font-size: 12px;
}
	.news-texts-container p a, .news-texts-container p a:visited { 
				text-decoration: underline !important; 
				color: #333333; }
	
	/* Updated Data */
#header-updated-data, #header-search-zip { 
	position: relative;
	color: #ffffff;
}

#header-updated-data { padding: 0 }
#header-search-zip { padding: 0; }

#header-updated-data a, #header-search-zip a { color: #99c13c; }

	#header-updated-data #header-prices-rotator { 
		width: 100%; 
		margin: 0; height: 120px;
		font-size: 12px; padding: 8px;
		
		/* background-color: #dedefe;
		border-radius: 5px;
		color: #aaaaaa;
		
		background-image: url('../../schroeder2013/img/structure/bg-body-leaf-logo-schroeder.png'), url('../../schroeder2013/img/structure/bg-big-widget.png');
    background-repeat: no-repeat, repeat-x;
    background-size: auto 120px, auto auto;
    background-position: 0 -10px, 0 0;
		border-radius: 5px 5px 5px 5px;
    
    border-top: 1px solid #7F7F7F; 
		box-shadow: 0 0 7px 0 #000000;
		*/
    
			background-image: url('../assets/sprite-buttons-v5.png');
			background-repeat: no-repeat;
			background-position: 0 60%;
			background-size:  201% auto;
			border: 1px solid #838484; 
			border-radius: 10px;
			
		
		color: #333;
    
    margin: 0 auto 12px auto;
	}

	#header-zipcode-search {
		width: 100%; height: 120px;
		padding: 8px;
		font-size: 14px; line-height: 1.25em;
		
		border: 1px solid #838484;
		border-radius: 10px; 
		color: #333;
		text-align: center;
    
    
		/* background-image: url('../../schroeder2013/img/structure/shading-top.png'), url('../../schroeder2013/img/structure/bg-map-zipsearch.jpg') !important;
		background-position: 0 0, 50% 0px !important;
		background-repeat: repeat-x, no-repeat !important;
		background-size: auto 100%, 190% auto!important;
		box-shadow: 0 0 7px 0 #000000;
		 */
		background-image: url('../assets/bg-map-zipsearch-transp.png'), url('../assets/sprite-buttons-v5.png')  !important;
		background-position: 18% 50%, 0 60% !important;
		background-repeat: no-repeat, no-repeat !important;
		
		background-size: 190% auto, 201% auto !important;
		
	}
	
	#ul-current-price-rotator { margin: 0 auto !important; padding: 0 !important; border-bottom: 1px solid #aaaaaa; }
	.current-price-rotator a { color: #333 !important; }
	.current-price-rotator a:hover {  }
	.current-price-single-title { font-size: 15px;  }
	.current-price-single-specific { font-size: 15px !important; line-height: .8em !important; display: block; height: .8em; margin-top: 2px; text-align: center; text-transform: capitalize; }
	.current-price-single-price { display: block; text-align: center; color: #f1f1f1; font-size: 18px;  font-weight: bold; text-shadow: 0 0 2px #000; }
	.current-price-single-price-proquantity { font-size: 12px; font-weight: normal; }

	.price-list-view-all { margin: 0 auto; padding-top: .3em; text-align: center; border-top: 1px solid #eeeeee; }


/* Team, About */

.about-post {
		margin: .8em auto 0;
}
.about-post img {

			margin-bottom: .6em;
}

.member-content h4 span { letter-spacing: 0.2em !important; }

/* Forms Elements */
button, input, select, textarea {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #333;
}

#contact-form-container input, #contact-form-container button, #contact-form-container textarea {
			width: 100%;
			font-size: 14px;
			padding: .5em !important;
			margin-bottom: .3em;
}

#contact-form-container textarea { max-height: 6em; }
#contact-form-container input[type=submit]:hover { background: #75AA08; color: #ffffff; }

#header-zipcode-search input[type="text"] {
			width: 70%; float: left; 
			height: 30px; margin-right: 10px; background-color: #eeeeee; 
			margin-right: 1.8em; font-size: 1em; text-transform: uppercase; text-align: center;
			color: #444;
}
.form-contact-citty-page { 
		padding: .8em;
		background-color: #c2c2c9;
		background-image: url('../assets/leafs-grey.png'); /* , url('../../schroeder2013/img/structure/bg-big-widget.png') */
    background-repeat: no-repeat;/* , repeat-x */;
    background-size: 50% auto;/* , auto auto; */
    background-position: 95% 10%;/* , 0 0; */
		
		color: #333;
		border-radius: 5px 5px 5px 5px; 
		
		}
.form-contact-citty-page h3 { margin: 1.3em 0 .4em; color: #333; }
.form-contact-citty-page label { font-size: 11px; }

span.wpcf7-not-valid-tip {color: red;}

#your-firstname-container, #your-lastname-container, #your-phone-container, #your-email-container { width: 48%; }
	#your-firstname-container input, #your-lastname-container input,
	#your-phone-container input, #your-email-container input { width: 90%; }

	.form-contact-citty-page #your-address-number-container,
	.form-contact-citty-page #your-zipcode-container { padding-right: 10px; }
	
	.form-contact-citty-page #your-zipcode-container { width: 75px; }
	.form-contact-citty-page #your-city-container input { width: 202px; }

#button-submit-zipcode { width: 30px; height: 30px; padding: 0; margin: 0; background-image: url('../../schroeder2013/img/structure/go-arrow.png'); background-color: transparent; border: none;  text-indent: -5000px;} 

label[for=your-firstname], label[for=your-surname] { width: 90px; }
label[for=your-phone], label[for=your-email] { width: 125px; }

#contact-info #captcha-footer-img, 
#contact-info #captcha-footer-input, 
#contact-info .wpcf7-submit { width: 32% !important; min-width: 31%; }

/* Schroeder calculator */


#schroder-calculator 
{
	background-color: #c2c2c9;
	color: #333;
	background-image: url('../assets/leafs-grey.png'); /* , url('../../schroeder2013/img/structure/bg-big-widget.png') */
    background-repeat: no-repeat;/* , repeat-x */;
    background-size: auto 100%;/* , auto auto; */
    background-position: 95% 10%;/* , 0 0; */
		
    
    border-top: 1px solid #7F7F7F;
    box-shadow: 0 0 7px 0 #000000;

	border-radius: 5px 5px 5px 5px;
	
    padding: 10px 10px 0;
    
    max-width: 100%;
}

#schroder-calculator.schroder-calculator-inline {
		box-shadow: none !important;
		border-top: none !important;
		margin: .6em auto;	
}

#schroder-calculator h2, 
#schroder-calculator h3, 
#schroder-calculator h4 { color: #333; }

#schroder-calculator fieldset {
	margin: 18px auto 5px;
	border: 1px solid #333;
	line-height: 2em;
	padding: .8em;
	font-size: 12px;
}

#schroder-calculator legend { 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 12px; 
	color: #333; 
	border: none ; width: auto;
	padding: 1.5em .6em 0 }

#schroder-calculator div.results_area
{ float: right; margin: 8px auto;}

#schroder-calculator h3#the_result_of_calculation, #schroder-calculator h3#the_result_of_calculation_montant {
	font-size: 23px;
	float: right;
	text-align: right;
	width: 150px;
	margin: 0 0 0 3px;
	color: #82ab2f;
	font-weight: bold;
	color: #f1f1f1;
  text-shadow: 0 0 2px #000;
}



#schroder-calculator h3#the_result_of_calculation span.secondary_text { font-size: 12px; font-weight: normal; }


#liters_value, #montant_value { text-align: center;  }

@media (max-width: 920px) {

		.column-left {
				padding-right: 1em;
		}
		
		#main {
					
		}
}

@media (max-width: 768px) {
  
  div#head-logo-container {
		max-width: 80%;
	
	}
	
	/* .navbar {
    
    margin-bottom: 1em;
    min-height: inherit;
    
	} */
	.navbar-right
		{
					
					max-width: 100%;
					float: none;
					padding-top: 10%;
					background-color: #CED1D8;
		}
	
	.navbar li.menu-item {
				display:block;
	
	}
	
	.navbar li.menu-item a, .navbar li.menu-item a:visited { border: none; }
	
	ul li ul.sub-menu {
			display: block !important;
			position: relative;
			width: 100%;
			background-color: transparent;
			box-shadow: none;
	}
	
	

	
	footer > div { margin-bottom: 1.2em !important; }
	#footer-empty { display: none; }
			
			
}

@media (max-width: 480px) {

		.navbar {
     	margin-bottom: 1em;
    	min-height: 4.5em;
		}
		
		ul.menu-internal > li {
			display: block;	
			width: 95%;	
			margin: 0 auto .6em;
		}

}
	
@media (max-width: 320px) {
	.navbar {
     	margin-bottom: 1em;
    	min-height: 1em;
	}

	/* .side-menu li a {
				font-size: 15px;
				padding: 15px 0;
				background-position: 50% -86px;
	} */
	

}

/*
 * Blog name and description
 */

.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.post {
  margin-bottom: 60px;
}
.post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.footer {
  padding: 40px 0;
  margin: 0 auto;
	background-position: 0 0px;
	background-repeat: repeat-x;
  background-color: #4E4E4E;
	color: #ececec;
}

.footer img { max-width: 100%; }
 
#contact-info	{ line-height: .9em; }
	#contact-info div.wpcf7 { 
		
		position: relative;
	}
	
	
	#contact-info span.alignleft { text-align: left; margin: 0; padding: 0; }
	
		#contact-info	p { margin: 0 0 .4em 0;  }
		#contact-info .inputfooter, #contact-info .textareafooter { 
				font-size: 11px; 
				padding: .6em; 
				background-color: #dedede; 
				color: #333333 !important; 
				margin: 0 ; }
		
		#contact-info .inputfooter { height: 30px !important; }
		#contact-info img#captcha-footer-img { vertical-align: middle; height: 30px; border-radius: 5px; margin-right: 2px; }
		#contact-info .your-name, #contact-info .your-email
			{ 
					display: inline-block;
					width: 49%;
					float: left;
					padding: 0 ;
					margin: 0 auto .4em; 
			 }
			 
			 #contact-info .your-email { float: right; text-align: right; }
			 #contact-info .your-name input, #contact-info .your-email input { width: 100% !important; }
			 
		#contact-info .textareafooter { width: 100%; } 
		#contact-info .wpcf7-submit { margin: 0; float: right; height: 30px !important; }

	.what-schroeder-does, .contact-details-shroeder {
		line-height: 1.27em !important;
		margin-bottom: 20px;
	}



#copyright-and-credits { font-size: 9.5px; font-weight: normal !important; }

.menu-03-footer-container { margin: 0 auto; font-size: 13px; }
	.menu-03-footer-container ul { margin: 0 auto;} 
	

@media (min-width: 768px) {
  .footer {
    background-image: url('../../schroeder2013/img/structure/bg-footer1.png');
  }
  
  	#footer-menu-container { padding-top: 2.8em; line-height: .9em; }	
		#copyright-and-credits { font-size: 9.5px; font-weight: bold; padding: 12.5em 0 0; }
	
}


.footer a, .footer a:visited { color: #75AA08; }
.footer a:hover { color: #f1f1f1;  }

.footer .contact-details-shroeder a.mailto-link { text-decoration: none !important; }

.footer p:last-child {
  margin-bottom: 0;
}

.navbar-default {
    background-image: none !important;
    box-shadow: none !important;
}

.featured-image img {

			border-radius: 11px;

}