/*
Theme Name:     Drip Marketing Child Theme for the Landscaper
Theme URI: 		https://www.newmediasources.ca/
Description:    Child theme for The Landscaper
Author:         Drip marketing
Author URI:   	https://www.newmediasources.ca/
Template:       the-landscaper
Version:        1.0
*/


/* add your custom CSS code below */

.content .icon-box.icon-small{
	min-height:250px;
}
.content.skinny .hentry{
	max-width:770px;
	margin:0 auto 60px auto;
}
.product-pic img{
	width:100% !important;
	padding:0;
	margin:0;
}
.header .navigation .navbar-brand img{
	width: 200px;
	padding-top: 25px;
}
.topbar span.tagline{
	display:none;
}

@media only screen and (max-width:1600px){
	.content .icon-box.icon-small{
		min-height:325px;
	}	

}

@media only screen and (max-width:1300px){
	.content .icon-box.icon-small{
		min-height:425px !important;
	}	
	
}

html, body, p, .subtitle{color:#000 !important;}


.hellobar {
  background: #a2c046;
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: relative;
  padding: 9px 0;
  font-family: "Roboto", sans-serif;
}
.hellobar-content {
	display: inline-block;
	margin-right: 0;
	font-weight: 600;
	padding: 0 38px 0 15px;
}
.hellobar-content a {
  color: #fff;
  font-weight: 600;
}
.hellobar-content a:hover {
	text-decoration: underline;
	color: #fff;
}
.hellobar-arrow {
  color: #fff;
  position: absolute;
  right: 16px;
  font-size: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.hellobar-arrow:hover {
  color: rgba(255,255,255,.7);
}
