@charset "UTF-8";

/* Disable some admin features */

div#wpadminbar,
footer.entry-meta,
.box-article-bottom {
	display: none;
}

* {
    box-sizing: border-box;
}

body {
    background: url(/images/black-paper.png) #2b2b2b !important;
    color: #fff;
    font-family: 'Livory', serif;
    overflow-x: hidden;
    margin: 0 0 -40px !important;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
    color: transparent;
}

#loader {
    background: url(/images/black-paper.png) #2b2b2b !important;
}

/*-----------------------------------------------------------------------------------*/
/* Type */
/*-----------------------------------------------------------------------------------*/

body {
	font-size: 18px;
	line-height: 150%;
}

body,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, th, .toggle-title, .tabs-line a, #main .box-title, #footer .box-title, .post-password-form label {
	font-family: 'Livory', serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: inherit;
}

h1 {
	font-size: 3em;
	margin-bottom: 0.5em;
	font-family: 'Botanica Script', Livory, serif;
	font-weight: normal;
	color: #98CD33;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}

.swash {
	-webkit-font-feature-settings: 'swsh';
	-moz-font-feature-settings: 'swsh';
	font-feature-settings: 'swsh';
}

h2 {
	font: bold 2em/140% 'Livory', serif;
}

h3 {
	font-size: 1.75em;
	font-family: 'Botanica Sans', cursive;
	font-weight: normal;
	color: #57BAAE;
}

.col h3 {
	background: url(images/watercolor-line-1.png) no-repeat center -0.5em / 100% 165%;
	text-align: center;
	color: #CEC5B7;
	text-transform: uppercase;
	line-height: 200%;
}

.col h3:nth-of-type(1) {
	background: url(images/watercolor-line-3.png) no-repeat center -0.25em / 100% 115%;
}

.col h3:nth-of-type(2) {
	background: url(images/watercolor-line-1.png) no-repeat center -0.5em / 100% 165%;
}

.col h3:nth-of-type(3) {
	background: url(images/watercolor-line-2.png) no-repeat center -0.35em / 100% 135%;
}

h3.green-watercolor,
h3#comments {
		background: url(images/green-watercolor-line-1.png) no-repeat center -0.5em / 100% 165%;
		color: #A2C55C;
}

h4 {
	color: #969696 !important;
	font-size: 1.25em;
}

h2, h4 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

p:empty { /* Fix WP-generated extra paragraphs */
	display: none;
}

.big {
	font-size: 1.75em;
	line-height: 140%;
}

.box-article-teaser .big {
	color: #B1CFC1;
}

ol {
	margin-left: 25px;
}

li {
	margin-top: 15px;
}

ul, ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

ul li:before {
	content: "\f18c";
	font-family: FontAwesome;
	padding-right: 1em;
	margin-left: -1.85em;
	background: transparent;
	color: #98CD33;
}

.col-content ul li {
	padding-left: 0;
	margin-left: 2em;

}

ul.leaf li:before {
	content: "\f18c";
	content: "\f06c";
	color: #98CD33;
}

ol li:before {
	color: #98CD33;
}

.wpcf7 label {
	margin-bottom: 5px;
}

.icon-dropdown:before, #menu-main li.has-submenu > a:before {
	font-size: 0.5em;
}

blockquote cite {
    font-style: normal;
    color: rgba(96, 74, 39, 0.5);
    display: block;
    text-align: right;
    margin-top: 1em;
    font-family: 'Botanica Script', cursive;
}

blockquote cite:before {
	content: '\2014';
}

blockquote {
    clear: both;
    margin: 2em 0;
    font-size: 1.25em;
    line-height: 140%;
    padding: 30px;
    background: url(/images/handmade-paper.png) #eee;
    border-image: url(/images/handmade-paper-border.png) 5 5 5 5 repeat repeat;
    background-clip: padding-box;
    color: #604a27;
}

/*-----------------------------------------------------------------------------------*/
/* Sidebar */
/*-----------------------------------------------------------------------------------*/

#main .box-title {
	border-bottom-color: rgba(255,255,255,0.2);
	color: #fff;
	font-family: 'Botanica Sans', sans-serif;
	font-size: 1.25em;
}

#main .box-title {
	color: #fff;
}

#main .box-title ~ ul {
	margin-top: 0;
}

.widget_twitter li,
.widget_recent_entries li {
	padding-left: 0;
}

.widget_twitter li:before,
.widget_recent_entries li:before {
	content: '';
	display: none;
}

.widget_recent_entries .post-date,
span.twitter-timestamp {
    display: block;
}

.widget_recent_entries .post-date:before,
span.twitter-timestamp:before {
	content: 'Posted on ';
}

.widget_recent_entries .post-date,
.widget_recent_entries .post-date:before,
span.twitter-timestamp {
	font-style: italic;
	color: rgba(255,255,255,0.3);
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: calc(33% - 10px);
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-of-type(3n+2),
#sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-of-type(3n+3) {
    margin-left: 15px !important;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-of-type(n+4) {
    margin-top: 15px !important;
}

/*-----------------------------------------------------------------------------------*/
/* Inputs */
/*-----------------------------------------------------------------------------------*/

input, select, textarea {
	padding: 10px;
	box-sizing: border-box;
}

input, select, textarea, span.wpcf7-list-item-label {
	font-family: Lato, sans-serif;
}

input {
	margin: 10px 0;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]), textarea, select,
.widget_search input[type="search"], .post-password-form input[type="password"], .inp-text {
	border: 1px solid #ddd;
	box-sizing: border-box;
	max-width: 100%;
	border-radius: 5px;
	box-shadow: none;
	transition: all 0.2s ease-in-out;
}

input[type="file"] {
	padding-left: 0;
	padding-right: 0;
}

select {
	padding: 5px;
	font-size: 1em;
	min-height: 44px;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus, textarea:focus,
.inp-text:focus, select:focus, .widget_search input[type="search"]:focus, .post-password-form input[type="password"]:focus {
	border-color: #97CA32;
	box-shadow: 0 0 0px 2px #97CA32;
}

input[type=submit], button, .button, .btn {
	font-family: 'Botanica Sans', 'Livory', serif;
	line-height: 100%;
	font-weight: normal;
	font-size: 1.5em;
	color: #fff;
	text-shadow: 0px 0.05em 0.05em rgba(0, 0, 0, 0.6);
	background: #99cc33;
	border: 0;
	outline: none;
	min-width: 150px;
	-webkit-transition: all .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em 0.7em 0.35em;
	border-radius: 8px;
}

input[type=submit]:hover, button:hover, .button:hover, .btn:hover {
	background: #034d83;
}

/* Reset some theme button settings */
.btn span {
	font: inherit;
	border: 0;
	padding: 0;
	color: inherit;
	background: transparent;
}

.btn:hover span {
	background: transparent;
	color: inherit;
}

input.search-field {
		padding: 15px !important;
}

input.search-submit, input.search-submit:hover {
	background: transparent;
	min-width: 0;
	box-shadow: none;
	margin: initial;
	border-radius: 0;
}

.btn.btn-accent {
	color: #fff !important;
	background: #5BC0B2;
}

.btn.btn-accent:hover {
	background: #99cc33;
}

.btn.btn-small {
	font-size: 1.1rem;
	padding-left: 0.75em;
	padding-right: 0.75em;
	min-width: 0;
}

/* Override theme styles for comment boxes */

.inp-fix {
	padding-right: 0;
}

.inp-fix input {
	line-height: 100%;
	height: 40px;
	padding: 10px;
	font-size: 1em;
}

textarea.inp-text {
	font-size: 1em;
}

/*-----------------------------------------------------------------------------------*/
/* Links */
/*-----------------------------------------------------------------------------------*/

#menu-main a {
	font-size: 1.25em;
	font: 1.25em 'Botanica Sans' Lato, sans-serif;
	color: #99cc33;
}

#menu-main .current-menu-item > a,
#menu-main .current-menu-ancestor > a,
#menu-main .current_page_parent > a {
	  color: #5BC0B2 !important;
}

#menu-main .current-menu-item:hover > a,
#menu-main .current-menu-ancestor:hover > a,
#menu-main .current_page_parent:hover > a {
	  color: #21A291 !important;
}

#menu-main li:hover > a, #menu-main > ul > li:hover > a, #menu-main a:hover {
	color: #6DA006;
}

#menu-main li.has-submenu > a {
    padding-right: 15px;
    margin-right: -5px;
}

a {
	color: #5BC0B2;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

a:hover {
	text-decoration: none !important;
	color: #fff;
}

#logo a {
	border-bottom: 0 !important;
}

.toggle-menu span:before {
	content: '≡ Menu';
	font: bold 0.75em 'Livory', serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 5px 8px;
	border: 2px solid rgb(38, 109, 160);
	border-radius: 5px;
	background-color: #024F87;
	color: #fff;
}

.show-menu .toggle-menu span:before {
	content: '× Menu';
}

a.unstyled {
	border: 0;
	text-decoration: none;
	background: transparent;
}

/*-----------------------------------------------------------------------------------*/
/* Layout */
/*-----------------------------------------------------------------------------------*/

.grid {
	margin-left: 0;
}

h1 + .grid, .h1 + .grid {
	margin-top: 0;
}

.col {
	padding-left: 0;
	margin-left: 50px;
}

.col:first-of-type {
	margin-left: 0;
}

div#main {
	margin-top: 50px;
	padding-top: 0;
}

#main > div:only-of-type {
	padding-bottom: 0;
}

#logo img {
	max-width: 180px;
}

.grid-center * {
	text-align: center;
}

.circle {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

.clearfix {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.post .separator {
	display: none;
}

/* Footer */

#footer {
	border: none;
	font-family: Lato, sans-serif;
}

#footer #pre-footer {
	background: url(images/otis-redding.png) #024F87;
	color: #fff;
	padding: 10px 0;
}

#footer #pre-footer .grid {
	margin-top: 0;
}

#footer #post-footer {
    background-color: #266DA0;
    color: #fff;
    padding: 10px 0;
}

#footer #pre-footer p, #footer #post-footer p, #footer .widget_contact td {	
	font-size: 0.85rem;
	margin-bottom: 0px;
}

#footer .widget_contact td:first-of-type {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#footer #post-footer p {
	margin-bottom: 0;
}

#footer #post-footer .widget_social .icon {
	font-size: 1.25em;
	text-align: right;
}

#footer #post-footer a,
#footer #pre-footer a,
#footer #post-footer .widget_social a:hover {
    color: rgba(255, 255, 255, 0.5);
}

#footer #pre-footer a:hover,
#footer #post-footer a:hover {
	color: #99cc33;
}

#footer #post-footer .widget_social a {
    color: #fff;
}

#footer #pre-footer h2 {
	color: #5BC0B2;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#footer a {
	color: #4F4F4F;
	text-decoration: none;
}

#footer a:hover {
	color: #33adad;
	border-bottom-color: #33adad;
}

#footer .widget_nav_menu {
	width: 100% !important;
	display: block;
	padding-bottom: 0;
}

#footer .widget_social {
	text-align: right;
}

#footer .widget_social a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}

#footer .widgets .col.widget_nav_menu {
	width: 100%;
	display: block;
}

#footer .widgets .col {
	width: calc(33.333% - 33.333px);
}

#footer .widgets .col.widget_social {
	width: auto;
}

#footer #post-footer .grid {
	display: table;
	width: 100%;
	margin-top: 0;
}

#footer #post-footer .widgets .col.widget_text {
	margin-left: 0;
	display: table-cell;
	vertical-align: middle;
}

#footer .box-side {
	margin-bottom: 0;
	font-size: initial;
}

#footer #pre-footer #wpgmza_map {
	color: #000
}

#footer .btn {
	margin-top: 0.5em;
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/* Content */
/*-----------------------------------------------------------------------------------*/

ul#recentcomments:empty:after {
	content: 'No recent comments';
	font-style: italic;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.wpcf7-mail-sent-ng { /* Contact Form */
  border: 2px solid #33C951;
  background: rgba(0, 0, 0, 0.93);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block !important;
  padding: 10px 20px;
  margin-top: 0;
}

/*-----------------------------------------------------------------------------------*/
/* Page-Specific */
/*-----------------------------------------------------------------------------------*/

/* Contact */

#post-8 a.social-icon .icon:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#post-8 a.social-icon .icon:before {
    font-size: 2.5em;
    margin-right: 0.5em;
}

#post-8 .icon-social-facebook:before {
    color: #3b5998;
}

#post-8 .icon-social-twitter:before {
    color: #00aced;
}

#post-8 .icon-social-instagram:before {
    color: #3f729b;
}

/* Job Application */

.post-47 form h3:first-of-type {
    margin-top: 0;
}

.post-47 form div {
    margin-bottom: 10px;
}

.job-application-columns > div {
    width: calc(50% - 10px);
    float: left;
}

.job-application-columns > div:last-of-type {
    margin-left: 20px;
}

.post-47 small {
    opacity: 0.75;
    font-style: italic;
}

input[type="date"] {
    padding: 7px;
    min-width: 100%;
}

/* Blog */

.message-notice {
    background: transparent;
    font-family: 'Botanica Script', cursive;
    font-size: 2em;
    text-align: center;
    opacity: 0.5;
}

.single-post .pager-articles, .single-post .pager-articles .separator { /* Rm underline on single blog posts */
	display: none;
}

h1.entry-title ~ .box-article-top p { /* "Posted by..." next to image underneath single blog post title */
	 line-height: 40px;
}

.box-author { /* Author box underneath posts */
	background: #F7F7F7;
	padding: 15px;
}

.box-author img {
	margin-top: -4px !important;
}

.box-author h3 {
	font-size: 120%;
}

span.post-author-img img, /* Custom class in child theme's functions.php */
.comment .title img,
.box-author img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	/* Galaxy S4 border-radius issue correction */
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

span.post-author-img {
	float: left;
	padding-right: 15px;
}

.post-author-img ~ .line {
	display: none;
}

.post-author-img ~ .line:after {
	display: block;
}

.post-author-img ~ .line ~ strong:before { /* Move the Leave a Comment link to a new line */
	content: '\a';
	white-space: pre;
}

article.hentry p.small { /* The "Posted by..." paragraph */
	display: inline-block;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #969696;
}

/* Comments */

.comment .title .h6 { /* Name of commenter */
	margin-bottom: 0;
}

.comment .title span.date {
	display: block;
}

ul.children { /* Nested comments */
	margin-left: 0px !important;
}

ul.children > li {
	padding-left: 60px;
}

ul.children .comment .title .img {
	width: 40px;
}

span.author-tag {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.85em;
	line-height: 1em;
	background: #CAC6B6;
	color: #fff;
	padding: 4px 5px 3px;
	margin-left: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
}

.post-foot {
	color: #E2E2E2;
}

/* Contact Forms */

.wpcf7-form br {
    display: none;
}

.wpcf7-form > p > label,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 100%;
}

#post-24 .wpcf7-form > p > label {
    float: left;
    width: 50%;
    padding-right: 2em;
    font-size: 1.2em;
}

#post-24 .wpcf7-form p > span {
    float: right;
    width: 50%;
}

#post-24 .wpcf7-form p {
    clear: both;
}

#post-24 .wpcf7-form p > span label {
    width: 100%;
    float: right;
}

#post-24 .wpcf7-form p > span label:first-of-type {
    width: 100%;
}

span.wpcf7-list-item {
    display: block;
}

.wpcf7-form p span:last-of-type {
    margin-bottom: 2em;
}

.wpcf7-form p span span:last-of-type {
    margin-bottom: 0;
}

:checked + span {
    font-weight: bold;
    color: #60C0B2;
}

.wpcf7-response-output, div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
    background: no-repeat url(images/paper-doodles-large.png) center 48px, url(images/handmade-paper.png) #eee;    background-clip: padding-box;
    border-image: url(images/handmade-paper-border.png) 5 5 5 5 repeat repeat;
    text-align: center;
    color: #604a27;
    border-color: transparent !important;
    padding: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

span.wpcf7-not-valid-tip {
    color: #EF294F;
    font-size: 0.75em;
    font-family: Lato, sans-serif;
}

span.wpcf7-not-valid-tip:before {
    content: "\f06a";
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

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

div.wpcf7 img.ajax-loader {
	margin: 0 auto;
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/* Media Queries */
/*-----------------------------------------------------------------------------------*/

@media (min-width: 1000px) {	
	.hidden-lg {
		display: none;
	}

	.widget_social {
		float: right;
	}

	.page-template-page-job .title-btn {
		float: right;
		margin-top: 0.5em;
	}

	.page-template-page-job h1.entry-title {
		display: inline-block;
	}
}

@media (max-width: 1000px) {
	/* General Grid */
	.row-main {
		border-width: 0 30px;
	}

	/* Menu */

	#menu-main a, #menu-main a:hover {
		border: 0;
		text-decoration: none;
	}

	#menu-main li:hover > a {
		text-shadow: 1px 1px 1px #fff;
	}

	#menu-main ul {
		display: none;
		margin-top: 20px;
	}

	.show-menu #menu-main ul {
		display: block;
	}

	#menu-main li {
		display: block;
		margin: 0 0 20px;
	}

	#menu-main li ul {
		margin: 0 10px;
		margin-top: 0;
		background: transparent;
		border: 0;	
		padding: 0;
	}

	#menu-main li ul:before, #menu-main li ul:after {
		content: '' !important;
		border: 0;
	}

	#menu-main li ul li a:before {
		content: "\f06c";
		font-family: FontAwesome;
		padding-right: 0.5em;
	}

	#menu-main li.has-submenu > a:before {
		display: none
	}

	#menu-main > ul {
		text-align: left;	
		background-color: #222;
		padding: 20px 20px 5px;	
		background: url(images/handmade-paper.png) #eee;
		border-image: url(images/handmade-paper-border.png) 5 5 5 5 repeat repeat;
		background-clip: padding-box;
	}

	/* Footer */

	#footer .widgets .col,
	#footer #post-footer .widgets .col.widget_text {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	#footer #pre-footer .widgets .col:nth-of-type(n+2) {
		margin-top: 25px;
	}

	#footer #post-footer .grid,
	#footer #post-footer .widgets .col.widget_text {
		display: block;
		width: 100%;
	}	

	#footer .widgets .col.widget_social {
		width: 100%;
	}

	#footer .widget_contact td:nth-of-type(odd) {
		text-align: right;
	}

	#footer .widget_contact td:nth-of-type(even) {
		text-align: left;
	}

	#footer .widget_contact td {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Display */

	.hidden-md {
		display: none;
	}

	h1 {
		font-size: 3em;
	}

	h2 {
		font-size: 1.8em;
	}

	/* Job App */

	.job-application-columns > div {
		width: 100%;
		float: none;
	}

	.job-application-columns > div:last-of-type {
		margin-left: 0px;
	}

	.job-application-resume {
		margin-top: 25px;
	}

	.page-template-page-job .title-btn {
		font-size: 1.25em;
	}
}

@media (min-width: 701px) {
	/* Support columns for >701px */
	.col-1-1 {
		width: 100%
	}

	.col-1-1.col-fixed {
		width: 100%;
		max-width: 1150px;
	}

	.col-1-2 {
		width: calc(50% - 25px);
	}

	.col-1-2.col-fixed {
		width: 100%;
		max-width: 550px;
	}

	.push-1-2 {
		left: 50%;
	}

	.pull-1-2 {
		left: -50%;
	}

	.col-1-3 {
		width: calc(33.333% - 33.333px);
	}

	.col-1-3.col-fixed {
		width: 100%;
		max-width: 350px;
	}

	.push-1-3 {
		left: 33.333%;
	}

	.pull-1-3 {
		left: -33.333%;
	}

	.col-2-3 {
		width: calc(66.666% - 16.666px);
	}

	.col-2-3.col-fixed {
		width: 100%;
		max-width: 750px;
	}

	.push-2-3 {
		left: 66.666%;
	}

	.pull-2-3 {
		left: -66.666%;
	}


	.col-1-4 {
		width: calc(25% - 12.5px);
	}

	.col-1-4.col-fixed {
		width: 100%;
		max-width: 250px;
	}

	.push-1-4 {
		left: 25%;
	}

	.pull-1-4 {
		left: -25%;
	}

	.col-2-4 {
		width: calc(50% - 25px);
	}

	.col-2-4.col-fixed {
		width: 100%;
		max-width: 550px;
	}

	.push-2-4 {
		left: 50%;
	}

	.pull-2-4 {
		left: -50%;
	}

	.col-3-4 {
		width: calc(75% - 37.5px);
	}

	.col-3-4.col-fixed {
		width: 100%;
		max-width: 850px
	}

	.push-3-4 {
		left: 75%;
	}

	.pull-3-4 {
		left: -75%;
	}

	.col-1-5 {
		width: calc(20% - 40px);
	}

	.col-1-5.col-fixed {
		width: 100%;
		max-width: 190px;
	}

	.push-1-5 {
		left: 20%;
	}

	.pull-1-5 {
		left: -20%;
	}

	.col-2-5 {
		width: calc(40% - 40px);
	}

	.col-2-5.col-fixed {
		width: 100%;
		max-width: 430px;
	}

	.push-2-5 {
		left: 40%;
	}

	.pull-2-5 {
		left: -40%;
	}

	.col-3-5 {
		width: calc(60% - 10px);
	}

	.col-3-5.col-fixed {
		width: 100%;
		max-width: 670px;
	}

	.push-3-5 {
		left: 60%;
	}

	.pull-3-5 {
		left: -60%;
	}

	.col-4-5 {
		width: calc(80% - 10px);
	}

	.col-4-5.col-fixed {
		width: 100%;
		max-width: 910px;
	}

	.push-4-5 {
		left: 80%;
	}

	.pull-4-5 {
		left: -80%;
	}

	/* Contact */

	.grid .col input.wpcf7-form-control.wpcf7-submit {
		margin-left: 0;
	}
}

@media (max-width: 700px) {
	body {
		font-size: 16px;
	}

	p.img-content {
		text-align: center;
	}
	
	.col {
		margin-left: 0px;
	}

	/* Contact Form */

	.wpcf7-form > p > label,
	.wpcf7-form p > span {
		width: 100%;
		display: block;
	}

	.wpcf7-form > p > label {
		margin-bottom: 0.5em;
	}

	h1, h2 {
		text-align: center;
	}

	.page-template-page-job h1.entry-title, .page-template-page-job .title-btn {
		float: none !important;
	}

	.page-template-page-job h1.entry-title {
		display: block;
	}

	.page-template-page-job .title-btn {
		margin-top: 0;	
	}

	.page-template-page-job .job-btn-container {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media (max-width: 600px) {
	#menu-main ul {
		display: none;
		margin-top: 20px;
	}

	.show-menu #menu-main ul {
		display: block
	}

	#menu-main li {
		display: block;
		margin: 0 0 20px;
	}

	#menu-main li.has-submenu > a:before {
		display: none
	}

	#footer .col {
		width: 100% !important;
		text-align: center;
		margin: 0 auto 10px;
	}

	#footer .col .menu li {
		display: block;
		padding-left: 0;
	}

	#footer .col .menu {
		-webkit-columns: 2;
			 -moz-columns: 2;
				columns: 2;
		-webkit-column-gap: 50px;
			 -moz-column-gap: 50px;
				column-gap: 50px;
		text-align: left;
	}
}

/* Old IE */

.ie7 #loader, .ie8 #loader {
    display: none;
}