/*
Theme Name: Soup Mail
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: LICENSE
Text Domain: soup-mail
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Soup Mail is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'Conv_AgendaLight';
	src: url('fonts/AgendaLight.eot');
	src: local('☺'), url('fonts/AgendaLight.woff') format('woff'),
					 url('fonts/AgendaLight.ttf') format('truetype'),
					 url('fonts/AgendaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AgendaMedium';
	src: url('fonts/AgendaMedium.eot');
	src: local('☺'), url('fonts/AgendaMedium.woff') format('woff'),
					 url('fonts/AgendaMedium.ttf') format('truetype'),
					 url('fonts/AgendaMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AgendaBold';
	src: url('fonts/AgendaBold.eot');
	src: local('☺'), url('fonts/AgendaBold.woff') format('woff'),
					 url('fonts/AgendaBold.ttf') format('truetype'),
					 url('fonts/AgendaBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {
	line-height: 42px;
	font-size: 40px;
	color: #5a5a5a;
}
h1 span {
	font-family: 'Conv_AgendaBold';
}
h2 {
	line-height: 40px;
	font-size: 35px;
}
h3 {
	line-height: 40px;
	font-size: 32px;
}
h4 {
	line-height: 25px;
	font-size: 25px;
	font-family: 'Conv_AgendaBold';
}
h5 {
	line-height: 25px;
	font-size: 20px;
	font-family: 'Conv_AgendaBold';
}

p {
	margin: 0 0 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	display: block;
	margin: 15px 0;
	font-size: 35px;
}
big span {
	font-size: 18px;
	color: #5b5b5b;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol,
li > ul,
li > ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
	width: 100%;
	margin-bottom: 11px;
	font-weight: normal;
}
label input {
	width: 100%;
	margin-top: 3px;
}
label textarea {
	margin-top: 3px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 8px 10px 8px 14px;
	border: 1px solid #c9c9c9;
	background-color: #f1f1ef;
}
input[type=submit] {
	min-width: 93px;
	border: none;
	padding: 9px 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #5b5b5b;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	resize: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}
a,
button,
input[type=submit] {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_green,
.btn_orange,
.contact .wpcf7-form input[type=submit] {
	min-width: 192px;
	padding: 11px;
	border: 1px solid #99cc33;
	text-transform: uppercase;
    text-align: center;
    font-size: 14px;
	font-family: 'Conv_AgendaMedium';
	color: #fff;
	background-color: #99cc33;
}
.btn_orange {
	border: 1px solid #db7a1b;
	background-color: #db7a1b;
}
.btn_green:hover,
.contact .wpcf7-form input[type=submit]:hover {
	border: 1px solid #99cc33;
	color: #99cc33;
	background-color: #fff;
}
.btn_orange:hover {
	border: 1px solid #db7a1b;
	color: #db7a1b;
	background-color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
	float: right;
}
.main-navigation .btn_green {
	vertical-align: middle;
}
.menu-primary-container {
	display: inline-block;
	vertical-align: middle;
}

.main-navigation ul:after,
.wpcf7-form:after {
    content: "";
	display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.main-navigation li {
	position: relative;
	margin-right: 24px;
	float: left;
}

.main-navigation a {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Conv_AgendaMedium';
	color: #fff;
}

.main-navigation ul ul {
	position: absolute;
	top: 1.4em;
	left: -999em;
	padding: 10px 15px 5px;
	border: 1px solid #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 99999;
}

.main-navigation ul ul li {
	margin: 0 0 5px;
}

.main-navigation ul ul a {
	width: 150px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #99cc33;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -16px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.footer .main-navigation {
	margin-right: 11px;
	float: none;
}
.footer .main-navigation li {
	margin-right: 0;
}
.footer .main-navigation a {
	padding: 0 16px;
	border-right: 1px solid #242323;
	line-height: 16px;
	text-transform: none;
	font-size: inherit;
	font-family: inherit;
	color: #242323;
}
.footer .main-navigation li:first-child a {
	padding: 0 16px 0 0;
}
.footer .main-navigation li:hover > a,
.footer .main-navigation li.focus > a {
	color: #fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*======= SOUP MAIL GENERAL STYLES =======*/

/******** mScroll plugin ********/
.mCSB_scrollTools {
	width: 4px;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	width: 3px;
	background-color: #fff;
}

/******** Main ********/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-size: 15px;
	font-family: 'Conv_AgendaLight';
	color: #5b5b5b;
	background-color: #f1f1ef;
}
body *,
body *:focus {
	outline: none;
}
.container {
	max-width: 898px;
	width: 100%;
}
.bg_overlay,
.inner .bg_overlay,
.main_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.inner .bg_overlay {
	background: rgba(66,66,68,.4);
}
.main_overlay {
	display: none;
}
.social_wrap {
	margin-bottom: 25px;
}
.social_wrap a {
	margin-right: 26px;
    font-size: 27px;
	color: #fff;
}
.social_wrap a:last-child {
	margin-right: 0;
}
.social_wrap + div > * {
	vertical-align: middle;
}
.marker_list {
	padding-left: 160px;
}
.marker_list li {
    position: relative;
    display: block;
    width: 400px;
    margin-bottom: 20px;
    padding-left: 32px;
    vertical-align: top;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.marker_list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 18px;
	background: url(img/marker.png) no-repeat;
	background-size: cover;
}

/******** Header & Footer ********/
.header {
	position: absolute;
	top: 0;
    width: 100%;
	padding: 33px 45px 20px;
	z-index: 10;
}
.admin-bar .header {
	padding: 55px 45px 20px;
}
.logo {
	display: inline-block;
	width: 125px;
	height: 24px;
	margin-top: 8px;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat;
	background-size: cover;
}
.mob_btn,
.mob_close_btn {
	display: none;
}
.footer {
	padding: 40px 60px 60px;
	color: #2c2b2b;
	background-color: #99cc33;
}
.footer > div > div {
	padding: 0;
}
.footer > div > div:first-child {
	margin-top: 10px;
}
.footer .text-right > div {
	display: inline-block;
	text-align: left;
}
.footer form {
	margin-top: 18px;
}
.footer input {
	min-width: 224px;
	border: none;
	padding: 9px 10px 9px 14px;
    background-color: #fff;
}
.footer input[type=submit] {
	min-width: 93px;
    margin-left: 10px;
	background-color: #5b5b5b;
}

/******** Homepage ********/
.top_banner {
	position: relative;
	padding-top: 155px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.top_banner h2 {
	color: #fff;
}
.top_banner .container {
	position: relative;
}
.home .top_banner h2 {
	line-height: 42px;
	font-size: 40px;
}
.inner .top_banner {
	min-height: 368px;
	padding-bottom: 50px;
}
.device_wrap {
	position: relative;
	bottom: -115px;
	width: 625px;
	height: 360px;
	margin: -85px auto 0;
	background: url(img/dev_tablet.png) no-repeat top center;
	background-size: cover;
}
.device_wrap:after {
	content: "";
	display: inline-block;
	width: 161px;
	height: 326px;
	margin: 70px 45px 0 0;
	background: url(img/dev_mobile.png) no-repeat;
	background-size: cover;
	float: right;
}

.capabilities {
	padding: 140px 0 60px;
	font-size: 18px;
}
.capabilities ul {
	margin-top: 70px;
}
.capabilities h5 {
	margin-right: 10px;
}
.capabilities .icon {
	margin: 0 auto 15px;
}
.capabilities .item_1 .icon {
	width: 66px;
	height: 50px;
	background: url(img/icon_file.png) no-repeat;
	background-size: cover;
}
.capabilities .item_2 .icon {
	width: 62px;
	height: 52px;
	background: url(img/icon_share.png) no-repeat;
	background-size: cover;
}
.capabilities .item_3 .icon {
	width: 53px;
	height: 52px;
	background: url(img/icon_search.png) no-repeat;
	background-size: cover;
}

.inner_wrap {
	margin-bottom: 20px;
	font-size: 0;
	box-shadow: 0 7px 23px -7px #999;
	background-color: #fff;
}
.inner_wrap:last-child {
	margin-bottom: 0;
}
.inner_wrap > div {
	position: relative;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	font-size: 15px;
}
.block_right {
	height: 460px;
	background-size: cover !important;
}
.inner_wrap h3,
.create h3,
.plan_inc h3,
.social h3 {
	margin-bottom: 45px;
}
.inner_wrap .bg_overlay {
	background: rgba(153,153,153,.4);
}
.width_control {
	width: 482px;
	padding: 0 90px 0 30px;
	line-height: 25px;
	float: right;
}
.inner_wrap.another .width_control {
	padding: 0 30px 0 90px;
	float: none;
}

.create {
	padding: 45px 0 75px;
}
.create .btn_green {
	min-width: 330px;
	font-size: 24px;
}

/******** Pricing page ********/
.plan_types {
	padding-bottom: 20px;
}
.plan_types .container {
	max-width: 710px;
	height: auto;
	display: table;
	table-layout: fixed;
}
.plan_types .container > div {
	display: table-cell;
	padding: 0;
	vertical-align: top;
	background-color: #fff;
	float: none;
}
.plan_types .container > div:first-child {
	border-right: 10px solid #f1f1ef;
}
.plan_types .container > div:last-child {
	border-left: 10px solid #f1f1ef;
}
.plan_types h4 {
	margin-bottom: 30px;
}
.plan_types li {
	margin-bottom: 30px;
}
.basic_plan {
	padding: 15px 30px 25px;
	border-bottom: 2px solid #99cc33;
	font-size: 18px;
}
.basic_plan big {
	color: #99cc33;
}
.profi_plan {
	position: relative;
    top: -47px;
    margin-bottom: -47px;
	padding: 0 30px 45px;
	border-bottom: 2px solid #db7a1b;
	font-size: 18px;
	box-shadow: 0 2px 18px -3px #424244;
	background: #fff;
}
.profi_plan p:first-child {
	margin: 0 -30px 35px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	background-color: #db7a1b;
}
.profi_plan big {
	color: #db7a1b;
}
.plan + div {
	padding: 25px 30px 20px;
}
.plan + div p {
	line-height: 20px;
	font-size: 12px;
}

.plan_inc {
	margin-bottom: 20px;
	padding: 35px 0 45px;
	background-color: #fff;
}

/******** Contact page ********/
.page-id-26.inner .top_banner, 
.page-id-102.inner .top_banner { background-position: center center !important; }
 
.description {
	padding: 45px 0 35px;
	font-size: 18px;
}
.description .container {
    max-width: 710px;
}

.contact {
	padding: 35px 0 40px;
	background-color: #fff;
}
.contact .wpcf7-form {
	max-width: 84%;
    margin: 35px auto 0;
	text-align: left;
}
.contact .wpcf7-form .col-sm-6 {
	padding: 0 15px 0 0;
}
.contact .wpcf7-form .col-sm-6 + .col-sm-6 {
	padding: 0 0 0 15px;
}
.contact .wpcf7-form .col-sm-12 {
	margin-top: 30px;
}
.contact .wpcf7-form label {
	font-size: 13px;
}
.contact .wpcf7-form input {
	font-size: 15px;
}
.contact .wpcf7-form textarea {
	min-height: 308px;
	font-size: 15px;
}
div.wpcf7 .ajax-loader {
    display: block;
	margin: 10px auto 0;
}
div.wpcf7-response-output {
	display: inline-block !important;
    width: 100%;
    margin: 0;
}

.social {
	padding: 35px 0 55px;
}
.social .social_wrap {
	margin-bottom: 0;
}
.social .social_wrap a {
	margin-right: 37px;
	font-size: 44px;
	color: #4c4c4c;
}
.social .social_wrap a:last-child {
	margin-right: 0;
}
.social .fa-linkedin {
	vertical-align: text-bottom;
}

.tabby { border-bottom: 1px solid #c9c9c9; margin-top: 20px; }
.tabby li { background: #FFF; padding: 10px; font-size: 18px; border: 1px solid #c9c9c9; top: 1px; position: relative; z-index: 1; margin-right: 5px; display: inline-block; }
.tabby li.active { color: #333; border-bottom: 1px solid transparent; }
.tabby li a { color: #5b5b5b; }
.tabby li a:hover { color: #99cc33; }

/******** Standard pages ********/
h2.entry-title,
h2.widget-title,
h2.comments-title,
h2.widgettitle {
	margin: 10px 0;
	line-height: 36px;
    font-size: 32px;
}
h3.comment-reply-title {
	line-height: 34px;
    font-size: 30px;
}
.error404,
.search,
.single,
.archive {
	background-color: #fff;
}
.error404 .header,
.search .header,
.single .header,
.archive .header {
	position: static;
	padding: 24px 45px 33px;
	background-color: #db7a1b;
}
.error404 .main-navigation ul ul,
.search .main-navigation ul ul,
.single .main-navigation ul ul,
.archive .main-navigation ul ul {
	background-color: #db7a1b;
}
.page-header {
	margin: 0;
}
.search-form label {
	width: 75%;
}
.widget-area {
	padding-top: 21px;
}
.widget-area.col-sm-4 {
    padding-right: 0;
}
.widget-area label {
	width: calc(100% - 100px);
}
.entry-content img,
.comments-area img {
	display: inline-block;
	width: auto;
}
.left_0 {
	padding-left: 0;
}