.sharrre .count {
   display: none;
}

.site-inner .content .share-medium .share::before {
	font-size: 24px;
	height: 24px;
	line-height: 1;
	width: 30px;
}

.site-inner .content .share-medium .share {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	padding: 0 0 0 34px;
}

.site-inner .content .share-medium .no-count .share {
	width: 28px;
}

.site-inner .content .share-medium .sharrre:hover .share {
	width: 75px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.75;
	-moz-osx-font-smoothing: grayscale;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500 !important;
	line-height: 1;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Forms and Buttons
--------------------------------------------- */

input,
select,
textarea {
	font-size: 17px;
	font-weight: 400;
	padding: 20px;
	-webkit-font-smoothing: antialiased;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 20px;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	-webkit-font-smoothing: antialiased;
}

input[type="submit"],
.entry-content input[type="submit"] {
	width: 100%;
}

a.button {
	display: inline-block;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: none;
    font-size: 17px;
    font-weight: 600;
}

a.button, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
text-transform:none;
}

@media only screen and (max-width: 640px) {
.front-page-2 .widget_text .button {
    width: 40%;
    margin: 0px 15px 20px;
    float: left;
}
}

@media only screen and (max-width: 480px) {
.front-page-2 .widget_text .button {
    width: 80%;
    margin: 0px auto 20px;
    float: none;
}
}

.site-header .site-title {
font-weight: 700 !important;
}

blockquote, blockquote::before {
    color: #000000;
}

p.comment-form-url {
display: none;
}

.entry-comments img.avatar.avatar.photo {
    display: none;
}

.footer-widgets .wrap {
    padding-bottom: 10px;
    padding-top: 20px;
}

.home .front-page-7 .image-section {
    height: auto !important;
}


