/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/


body {
	background-attachment: fixed;
}

.container-fluid {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.wp-image-58 {
	margin: 0 20px 5px 0 !important;
}

.buy-now-btn {
	width: 90px !important;
}

#page {
	padding-top: 40px;
}

@media screen and (max-width: 767px) {
	.container-fluid {
		position: relative;
	}
	
	#page {
		padding-top: 0;
	}
}

.page-left h2, .entry-content h2 {
	font-family: "Lato", sans-serif;
	color: #006699;
	font-weight: bold;
	font-size: 1.5em;
}

blockquote {
/* border-left: 5px solid #069DCF !important; */
/* make room for the image on the left side */
	border: 0 !important;
	padding: 29px 0 10px !important;
}

.rowquote:nth-of-type(odd) {
	background: transparent url(/wp-content/uploads/2016/07/quotes_blue.png) no-repeat top left;
}

.rowquote:nth-of-type(even) {
	background: transparent url(/wp-content/uploads/2016/07/quotes_green.png) no-repeat top left;
}

blockquote p {
	text-indent: 70px;
	padding-bottom: 15px;
}

.quoteline {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 3px solid #00679a;
	line-height: .1em;
	margin: 10px 0 20px;
	z-index: 0;
}

.quotetext {
	margin-top: 10px;
	margin-left: 20px;
	padding: 0 4px;
	background-color: #ffffff;
	color: #00679a;
	z-index: 10;
	font-weight: bold;
}

.entry-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-content li {
	padding-left: 1em;
	text-indent: -.7em;
}

.entry-content li:before {
	content: "• ";
	color: black;
}

.childimage {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

h5 {
	font-weight: bold;
}

.nav > li > .caretb a {
	display: inline-block !important;
	padding: 10px 0 !important;
}

@media screen and (min-width:768px) {
	.rowfooter {
		width: 750px;
	}
}

@media screen and (min-width:992px) {
	.rowfooter {
		width: 970px;
	}
}

@media screen and (min-width:1200px) {
	.rowfooter {
		width: 1170px;
	}
	
	#mce-EMAIL {
		width: 387px !important;
	}
	
	.footer-wleft {
		border-right: 1px solid white;
	}
}

.footer-widget {
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer-widget h2 {
	color: #ffffff;
	text-transform: uppercase;
}

.footer-widget .social {
	text-align: left !important;
}

.footer-wleft {
	padding-left: 20px;
}

.footer-wleft #mce-LNAME, .footer-wleft #mce-FNAME, .footer-wleft #mce-EMAIL, .footer-wleft #mc-embedded-subscribe {
	width: auto;
	background-color: white;
}

.blogpostsList {
	height: 350px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.blogpostsList {
		height: 180px;
		margin-bottom: 10px;
	}
	
	.quoteline {
		display: inline-block;
		border: 0;
	}
	
	.quotetext {
		margin-top: 10px;
		margin-left: 0;
		padding: 0;
		background-color: #fff;
		color: #00679a;
		z-index: 10;
		font-weight: 700;
		font-size: 14px;
	}
	
	input, select, textarea {
		width: 280px;
	}
}

@media (max-width: 980px) {
	.full-height {
		max-height: 30px !important;
		min-height: 26px !important;
		padding: 0;
		text-align: center;
		display: table;
	}
}