a.site-logo-link {
	display: block;
	max-width: 450px;
	height: 82px;
	background: url('http://kerikarandrakis.com/wp-content/uploads/2016/10/logo-small.png') no-repeat;
}

.hero-content p {
	text-align: left;
	width: 36%;
}

.hero-content {
	padding: .625rem 0 !important;
}

.header-bg {
	background-size: cover !important;
	background-position: center !important;
	background-attachment: scroll !important;
}

.site-branding, .hero-section, .home-content {
	margin: 0 0 0 9%;
}

.site-content {
	padding: 0 5.5em;
}

a.site-logo-link img {
	display: none;
}

body.home div.featured-posts {
	display: none;
}

.home-content p, .home-content h2 {
	text-align: left;
}

body.home div.home-video-content {
	display: none;
}

@media all and (max-width: 585px) {
	/**	a.site-logo-link img { 
					display:block !important;
					} **/
	a.site-logo-link {
		display: block;
		max-width: 100%;
		width: 480px;
		height: 90px;
		background-size: 100%;
		background-position: center;
	}
	
	.hero-content p {
		text-align: left;
		width: auto !important;
	}
	
	.page-id-49 .entry-content img {
		margin: 0 auto !important;
		text-align: center !important;
		width: 200px;
		height: 200px;
		display: block !important;
		clear: right !important;
		float: none !important;
	}
	
	.page-id-49 .entry-content div {
		float: none;
		clear: left;
	}
	
	.page-id-49 h2 {
		text-align: center !important;
	}
}

@media only screen and (min-width: 75em) {
	body.home .home-content {
		margin: 0 0 0 9% !important;
		width: 91%;
		box-sizing: initial !important;
	}
}

body.home h2.page-title {
	display: none;
}

a:link, a:visited {
	color: #087777;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #00262E;
	text-decoration: underline;
}

#primary-menu {
	font-family: Lato;
}

.main-navigation a {
	font-size: 1.625rem;
	font-family: Lato;
	font-weight: 300;
}

.main-navigation a:link, .main-navigation a:visited {
	border-bottom: 3px solid #f5f8f8;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
	text-decoration: none;
	border-bottom: 3px solid #087777;
}

div.header-bg {
	border-bottom: 3px solid #B75435;
}

h2 {
	text-align: left;
}

body h2.entry-title {
	display: none;
}

h2 {
	font-size: 2.825rem !important;
	color: #b85435;
	margin-bottom: 0;
	padding-bottom: 0;
}

b {
	font-weight: 900;
}

p {
	font-weight: 300 !important;
}

.page-id-49 .entry-content img {
	margin-left: -3.125em;
	margin-top: -1em;
	margin-bottom: 3em;
	margin-right: .5em;
	float: left;
	width: 175px;
	height: 175px;
}

.page-id-49 .entry-content div {
	float: left;
	clear: left;
}

.widget_wpcom_social_media_icons_widget h1 {
	display: none;
}

#contact-form-3, #contact-form-3 form, #contact-form-3 form div:nth-child(3), .contact-form textarea {
	width: 100% !important;
	max-width: 100%;
	box-sizing: inherit !important;
}

form div:nth-child(1) {
	width: 48% !important;
	margin: 0 4% 1em 0;
	float: left;
}

form div:nth-child(2) {
	width: 48% !important;
	margin: 0 0 1em;
	float: left;
}

form div:nth-child(3) {
	width: 100% !important;
}

.contact-form input[type='text'], .contact-form input[type='email'], input#g3-name.name, input#g3-email.email {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 10% 0 0;
}

html input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.button,
#infinite-handle span {
	background-color: #0d7877;
	color: #ffffff;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	background-clip: padding-box;
	padding: .375em .75em .5em;
/* stops bg color from leaking outside the border: */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	transition: .2s;
}

html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover {
	background-color: #b85435;
}

button,
.button,
button:link,
.button:link,
button:visited,
.button:visited {
	background-color: #0d7877;
	display: inline-block;
	padding: .75em 1.5em 1em;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #db251d;
	color: white;
}

.widget_wpcom_social_media_icons_widget a:before, .widget_tag_cloud a, .wp_widget_tag_cloud a, .header-bg, html input[type="button"], input[type="reset"], input[type="submit"], button, .button, #infinite-handle span {
	background-color: #0d7877;
}