body.loading {
	overflow: hidden !important;
}

.mainmenu .menu-item-has-children > a {
	border-bottom: 1px dotted #B9B9B9;
	cursor: default;
}

.mainmenu li.active a {
	border-color: transparent;
	color: #e7543d;
}

.mainmenu li.current-menu-item > a {
	border-color: transparent;
	color: #e7543d;
}

.heading.with-button p {
	padding: 0;
}

.heading.no-titles .button-wrapper div {
	padding-top: 5px;
}

.img .circle:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #E7543D;
	content: '\0020';
	opacity: 0;
	z-index: 2;
	border-radius: 100%;
}

.img .circle {
	display: inline-block;
	height: 220px;
	line-height: 220px;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 220px;
	z-index: 2;
}

.blogroll .img .circle {
	display: block;
}

.img:hover .circle:before,
.hover .img .circle:before {
	opacity: .9;
}

.section.team .profile a + br {
	display: none;
	height: 0;
	line-height: 0;
}

.expandteam .social {
	padding-left: 0;
}

.extra-text nav span {
	display: block;
}

.formwrap {
	overflow: hidden;
}

.wpcf7-form p {
	padding: 0;
}

.wpcf7-form .button {
	margin-top: 25px;
	margin-right: 32px;
	line-height: 1;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7-mail-sent-ok {
	border-color: #13A224 !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-validation-errors {
	display: none !important;
	border-color: #e7543d;
	margin-left: 0;
	margin-right: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input.invalid,
textarea.invalid {
	color: #e7543d;
	box-shadow: 0 0 0;
}

input.invalid::-webkit-input-placeholder {
	color: #d94147;
	box-shadow: 0 0 0;
}

input.invalid::-moz-placeholder {
	color: #d94147;
	box-shadow: 0 0 0;
}

input.invalid:-ms-input-placeholder {
	opacity: 1;
	color: #b2b2b2;
	font-weight: 300;
}

textarea.invalid::-webkit-input-placeholder {
	color: #d94147;
	box-shadow: 0 0 0;
}

textarea.invalid::-moz-placeholder {
	color: #d94147;
	box-shadow: 0 0 0;
}

textarea.invalid:-ms-input-placeholder {
	color: #d94147;
	box-shadow: 0 0 0;
}

span.invalid-tip {
	display: none;
}

.post .no_sidebar {
	float: none;
	margin: 0 auto;
}

.blogbar .ava img {
	max-width: 100%;
	width: auto;
}

.blog h1, .blog h2 {
	display: block;
}

.heading h1, .heading h2 {
	display: inline-block;
}

.footer {
	min-height: 213px;
	height: auto;
}

.footer p {
	padding-bottom: 0;
}

#commentform .formwrap {
	overflow: visible;
}

.comment .ava img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.comment .info .comment-reply-link {
	color: #000;
}

.comment .info .comment-reply-link:hover {
	color: #e7543d;
}

#cancel-comment-reply-link {
	display: block;
}

/* Comments form */
input[type="url"] {
	font-size: 16px;
	color: #000;
	height: 45px;
	padding: 0 18px;
	width: 100%;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

h3.comment-reply-title {
	margin-bottom: 12px;
	font-size: 24px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	border: 1px solid #B3B3B3;
	border-bottom-color: transparent;
}

.comment-form p {
	position: relative;
	padding-bottom: 0;
}

p.comment-notes {
	padding-bottom: 30px;
}

.comment-form label {
	font-size: 17px;
	font-weight: 300;
	line-height: 46px;
	color: #666;
	position: absolute;
	left: -108px;
	width: 108px;
	font-family: 'Roboto Slab', serif;
}

.comment-form label.invalid {
	color: #e7543d;
}

.comment-form-author input {
	border-radius: 4px 4px 0 0;
}

.comment-form-email input[type="email"],
.comment-form-url input[type="url"],
.comment-form-comment textarea {
	border-top-color: #E0E0E0;
}

.comment-form-comment textarea {
	border-radius: 0 0 4px 4px;
	border-bottom-color: #B3B3B3;
}

.logged-in-as {
	margin-bottom: 10px;
}

.user-logged-in textarea {
	border-radius: 4px;
	border-top-color: #b3b3b3;
}

.comment-form #submit {
	font-size: 16px;
	color: #e7543d;
	height: 46px;
	padding: 0 30px;
	border-radius: 5px;
	border: 2px solid #E7543D;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin-top: 25px;
	line-height: 1;
}

.comment-form #submit:hover {
	background-color: #E7543D;
	color: #fff;
}

.content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 0 40px;
}

/* Headers fix */
.heading h1, .heading h2 {
	display: inline-block;
	padding: 0 35px;
	text-align: center;
}

/* Heading fixes */
.button-wrapper div {
	background-color: #fff;
	padding: 20px 52px 0;
	display: inline-block;
	position: relative;
	z-index: 1;
}

/* Buttons fixes */
.button.transparent.hover:hover {
	background-color: #707070;
	border-color: #707070;
	color: #fff;
}

/* Blockquote */
blockquote p:last-child {
	padding-bottom: .2em;
}

/* Pricings */
.pricing > * {
	text-align: center;
}

.pricing.col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 30px 20px;
}

.pricing.col.span_12_of_12, .plan-title.col.span_12_of_12 {
	width: 100%;
}

.pricing.col.span_11_of_12, .plan-title.col.span_11_of_12 {
	width: 91.66666663%;
}

.pricing.col.span_10_of_12, .plan-title.col.span_10_of_12 {
	width: 83.3333333%;
}

.pricing.col.span_9_of_12, .plan-title.col.span_9_of_12 {
	width: 75%;
}

.pricing.col.span_8_of_12, .plan-title.col.span_8_of_12 {
	width: 66.66666664%;
}

.pricing.col.span_7_of_12, .plan-title.col.span_7_of_12 {
	width: 58.33333331%;
}

.pricing.col.span_6_of_12, .plan-title.col.span_6_of_12 {
	width: 49.99999998%;
}

.pricing.col.span_5_of_12, .plan-title.col.span_5_of_12 {
	width: 41.66666665%;
}

.pricing.col.span_4_of_12, .plan-title.col.span_4_of_12 {
	width: 33.33333332%;
}

.pricing.col.span_3_of_12, .plan-title.col.span_3_of_12 {
	width: 24.99999999%;
}

.pricing.col.span_2_of_12, .plan-title.col.span_2_of_12 {
	width: 16.66666666%;
}

.pricing.col.span_1_of_12, .plan-title.col.span_1_of_12 {
	width: 8.33333333%;
}

.plan-title {
	margin: 0;
}

.plan-title h5 {
	font-weight: 400;
	margin-bottom: 23px;
	text-align: center;
}

/* Images */
img[class*="attachment-"] {
	height: auto;
 /* Make sure images with WordPress-added height and width >attributes are scaled correctly */;
}

/* Pricing */
.plan-title {
	padding-bottom: 0;
}

.content .blog object,
.content .blog embed,
.content .blog iframe {
	width: 100% !important;
}

pre {
	word-break: normal;
	white-space: pre-wrap
}

@media only screen and (max-width: 860px) {
	.pricing.col {
		width: 100% !important;
	}
}