/*
Theme Name: Hobart Group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hobart
Tags:
*/


a {
	/* body default color is #333, so link should be black by default */
	color: #000;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	display: block;
}

img {
	height: auto;
}



.linkedin-logo {
	margin-right: 8px;
	margin-left: 8px;
}
.linkedin-logo img {
	margin-top: -4px;
}
h3 .linkedin-logo img {
	margin-top: -2px;
}



.inline-row p {
	margin-top: 0;
}

.inline-row img {
	margin-top: 9px;
}



.white-text a {
	color: #fff;
}

.block.metacure a {
	color: #fff;
}

/* remove padding for certain elements */
.no-ptop {
	padding-top: 0;
	margin-top: -1px; /* fix height subpixel rendering */
}

.portfolio-buttons {
	padding-bottom: 0;
}
.portfolio-buttons .w-button {
	margin-bottom: 20px;
}

/* Fix, previous selector: .button.white-text.width */
.button.width { 
	margin-right: 20px;
}


/* Added from inline css */
.logo {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.logo:hover {
	-webkit-filter: none;
	filter: none;
}

/* Special logo fix for renal dynamics */
.logo-Renal-Dynamics {
	opacity: 0.7;
}
.logo-Renal-Dynamics:hover {
	opacity: 1;
}

/* Fix input color */
.w-input {
	color: #fff;
}

.article .article-date-location {
	margin: 22px 0;
}

.article-image-right {
    float: right;
    max-width: 290px;
    margin-left: 20px;
    margin-top: 8px;
}

.article img {
	margin-bottom: 22px;
}

.article-quote {
	padding: 4% 0;
}
.article-quote .col {
    padding-right: 0;
    padding-left: 0;
}


.news-and-stories-link {
	text-decoration: none;
}

/* fix nav bar icon color */
.w-icon-nav-menu {
	color: #fff;
}


/* AJAX News */
.ajax-news-container .alm-reveal {
	display: none !important;
}
.news-listing .appended-container {
	display: none;
	width: 100%;
}
.alm-load-more-btn {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #000;
    width: 100%;
    text-align: center;
    text-decoration: none;
	padding: 9px 15px;
	display: block;
}

/* overwrite founder block */
.block.founder {
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .54), hsla(0, 0%, 77%, .28)), url('images/SB1.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .54), hsla(0, 0%, 77%, .28)), url('images/SB1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
	min-height: 1000px;
}


@media (max-width: 991px) {
	.animation-row {
		width: 100%;
		overflow-x: hidden;
	}
	
	h1 {
		font-size: 28px;
		line-height: 36px;
	}
	
	h2 {
		text-align: left;
	}
	
	.article {
		width: 80%;
	}
	
	.home-infoboxes h1 {
		margin-bottom: 0;
		font-size: 36px;
	}
	
	.home-infoboxes h3.border {
		padding-bottom: 9px;
		font-size: 21px;
	}
	
	.block.founder {
		background-image: none;
		background-color: #fff;
		color: #333;
	}
	
	.logo {
		margin-bottom: 0;
		margin-top: 51px;
	}
	
	.inline-row .w-col {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	/* fix width */
	.article {
		width: 100%;
	}
	
	.logo {
		transform: none;
		/* removes: translate(0px, -50%) */
	}
	
	h1 {
		font-size: 41px;
		line-height: 48px;
	}
	
	h1, h2, h3 {
		font-weight: 300;
	}
	
	.nl-subscription-for .w-input {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.news-listing .w-col {
		padding-left: 0;
		padding-right: 0;
	}
	
	.w-row {
		/* overflow-x: hidden; */
	}

	.news-excerpt .company-logo {
		max-width: 130px;
		max-height: 60px;
		width: auto;
		height: auto;
	}

	.article-image-right {
		float: none;
		max-width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
}

@media (max-width: 479px) {


	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	
	h2 {
		font-size: 21px;
		line-height: 27px;
	}
	
	h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.field {
		border: 1px solid #fff;
	}
	
	.portfolio-buttons .w-button {
		width: 100%;
	}
	
	.home-infoboxes h1 {
		font-size: 36px;
	}
	
	.home-infoboxes h3.border {
		padding-bottom: 8px;
	}

}



figure.wp-caption img {
	margin-bottom: 0;
}
.wp-caption figcaption {
	font-size: 14px;
	text-align: left;
	
}


.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}