/*
Theme Name: jfbodyworks
Theme URI: 
Author: Charnieze Taylor
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jfbodyworks
Tags: 

*/


/** Google Maps ACF Field **/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}


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;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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 {
	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;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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 {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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 {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
    color: #00b781;
    text-decoration: none;
}
a {
	color: #00b781;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul li {

}

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

.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: auto;
}

.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 {
}

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

@media screen and (min-width: 1430px) {
	.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-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer: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;
}

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

.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 .site-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 .site-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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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-col {
    font-size: 0;
}

.gallery-col-2 {
    width: 70%;
    margin: auto;
    display: block;
}

.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.33333%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/* CT Styles */
.banner {
    /*height: 700px;*/
    width: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

.banner img {
	width: 100%;
}

nav#site-navigation {
    vertical-align: top;
margin-top:30px;
    width: 70%;
    padding-left: 47px;
float:right;
}
.menu-menu-1-container ul li a {
    padding: 15px;
}
nav#site-navigation a {
box-sizing: border-box;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
nav#site-navigation a:hover {
    color: #fff;
    text-decoration:none; 
}
nav#site-navigation a:active {
    color: #fff;
}
.main-navigation li {
    display: inline-block;
 }
 .main-content {
 	width:100%;
 }
.menu-menu-1-container {
    display: block;
}
h1 {
    text-align: left;
    color: #fff;
    font: 60px 'Oswald',sans-serif;
    text-transform: uppercase;
    padding: 45px 0 15px;
    margin:0;
    font-weight: bold;
}
h3 {
	text-align: left;
	color:#fff;
	font-weight: normal;
	padding-right: 3em;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Oswald',sans-serif;
    margin-top: 9px;
}
h2 {
	color:#00b781;
	font-size: 2.5em;
	text-transform: uppercase;
}
.banner-text {
	width: 100%;
	margin-top: 12%;
	position: absolute;
	z-index: 2;
}

.banner-text-inner {
	width: 50%;
    float: right;
    background-color: rgba(0, 0, 0, .5); 
    margin: 0 1% 1% 1%;
    padding: 0 0 2% 2%;
}

.about-row {
    display: flex;
}

.col-1,
.col-2 {
	width: 49.8%;
	flex-grow: 1;
	margin:0;
}
.col-1 p,
.service-col p {
	font-size: 18px;
}
.col-2 img {
	height:100%;
	width: 100%;
}
.service-col {
	padding: 10px 10% 0 10%;
	margin-top: -7px;
box-sizing: border-box;
	text-align: center;
}
.col-1{
	vertical-align: top;
	padding: 10px 25px 0 3%;
}
p.services-para {
	font-size: 1em;
}
.row1{	
	width: 100%;
	text-align: center;
	margin-top: 4%;
}
.outter-div {
	background-color: #ededed;
	padding-bottom: 4%;
}
.service-box {
	width: 25%;
	display: inline-block;
box-sizing: border-box;
	padding: 2em;
	vertical-align: top;
}
.icon,
.icon-title {
	display: inline-block;
}
.icon-title {
	vertical-align: bottom;
}
.icon {
    vertical-align: super;
    padding-bottom: 10px;
}
.g-col1{
	color: #404040;
box-sizing: border-box;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.g-col1,
.g-col2,
.g-col3,
.g-col4 {
	display: inline-block;
}
.g-col1 {
	width: 100%;
	padding: 2%;
	vertical-align: top;
	text-align: center;
}
div.g-col2,
div.g-col3 {
	width: 25%;
    margin: 0;
    padding: 0;
}
.g-col2 img,
.g-col3 img {
	width: 100%;
	height: 100%;
}
.gallery-inner-col {
   width: 82%;
    margin: 5% auto 1% auto;
    display: block;
    border-bottom: #e6e6e6 solid 1.5px;
    padding-bottom: 6%;
    text-align: center;
}
.g-col4 {
	width: 50%;
}
div.g-col4, div.g-col2, div.g-col3 {
    height: 300px;
    width: 50%;
}
.g-col4 img{
	width: 100%;
	height: 100%;
}
.g-col2 {
	vertical-align: top;
}
 .second-col {
    display: block;
    width: 70%;
    margin: auto;
}
.g-col1-1,
.g-col1-2 {
    width: 50%;
    height:300px;
    display: inline-block;
}
.g-col1-1 img,
.g-col1-2 img {
	width:100%;
	height:100%;
}
.copy-col {
	color:#fff;
	padding-left: 10%;
	display: inline-block;
	width: 74%;
	vertical-align: super;
}
.copy-col2 {
	color:#000;
	padding-left: 10%;
	display: inline-block;
	width: 74%;
	vertical-align: super;
}
footer {
	background-color: #101010;
	padding: 1.5em;
}
.white {
	background-color: #fff;
	padding: 1.5em;
	margin-top: -16px;
}
.logo-div,
.menu-div,
.num-div {
	display: inline-block;
}
.logo-div {
	width: 25%;
}
.logo-img {
max-width: 100%;
max-height: 100%;
min-height: 121px;
}
.num-div {
	width: 20%;
	vertical-align: top;
    margin: 27px 0 0 0;
    font-size: 18px;
}
.number {
    color: #00b781;
    font-weight: bold;
    display: inline-block;
    margin: 1px 0 0 0;
    vertical-align: inherit;
    padding-left: 8px;
}
.menu-div{
	width: 60%;
}
nav#site-navigation a:active {
    color: #00b781;
}
.phone {
	width:25px;
}
.menu-bar {
    background-color: #000;
    padding: 30px 0 0 30px;
    font-size: 0;
}
.social-icons {
	display: inline-block;
}
.social-icons img {
	width: 30px;
    margin-right: 15px;
}
.google-plus {
    vertical-align: super;
}

/*Services page*/

.inner-div,
.inner-div-contact {
	width: 80%;
    display: block;
    margin: auto;
    padding: 2% 2% 0 2%;
    border-bottom: #e6e6e6 solid 1.5px;
    margin-bottom: 1%;
}
.inner-div-contact {
	border-bottom: none;
}
img.masonry-brick {
    border-radius: 5px;
}
.right-img,
.left-img {
display: inline-block;
margin:5px;
width: 48%;
}
.text-div {
    margin-bottom: 6%;
}
.img-div {
	 margin-bottom: 6%;
	 font-size: 0;
}
.l-col,
.r-col {
	display: inline-block;
	width: 50%;
}
.row-div {
	font-size: 0;
}
.r-col h5 {
    font-size: 16px;
}
.r-col {
    padding-bottom: 3%;
    vertical-align: top;
    padding-top: 3%;    
}
.left-align {
    vertical-align: top;
}
.contact-p {
    margin: 5px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
.right-align {
    width: 85%;
}
.left-align,
.right-align {
	display: inline-block;
}
p {
	font-size:18px;
}
.right-align-inner {
    padding: 3%;
    width: 355px;
    margin-left: 25%;
    background-image: url(/wp-content/themes/jfbodyworks/assets/images/dust_scratches.png);
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    width: 100%;
}
.menu-toggle {
	color: transparent;
    background-image: url(/wp-content/themes/jfbodyworks/assets/images/menu.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;	
	border: none;
box-sizing: border-box;
	width: auto;
}

li#menu-item-199 a {
    color: #00b781;
    font-weight: bold;
    display: inline-block;
    vertical-align: inherit;
    font-size: 18px;
    padding-top: 13px;
}
.phone_menu {
	background-image: url('/wp-content/themes/jfbodyworks/assets/images/phone.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 25px;
	padding-left: 25px;
	    margin-left: 5%;
}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0 {
	border-radius: 5px!important;
}
/*Media*/

/*@media only screen and (max-width: 1518px) {
	.right-img, .left-img{
		width: 48%;
	}
}*/

@media only screen and (max-width: 1476px) {
.service-col {
    padding: 10px 25px 0 30px;
	}
}

@media only screen and (max-width: 1462px) {
    .col-1 {
    padding: 0 40px 40px 40px;
	}
.col-2 {
    margin: auto;
   	}

.col-1 h2 {
    margin-top: 10px;
}
div.g-col1 {
    width: 100%;
    padding: 40px;
	}
.service-box {
    width: 32%;
	}
}

@media only screen and (max-width: 1429px) {
.main-navigation li {
    display: block;
    width: 100%;
margin: -1px;
	}

	.menu-toggle, .main-navigation.toggled ul {
    display: block;
    position: relative;
    box-shadow: none;
    width: 100%;
}

.phone_menu {
	background-image: none;
}

li#menu-item-199 {
	padding-left: 0;
}
.logo-div{
	width:100%;
}
nav#site-navigation a {
    width:100%;
    background-color: #e6e6e6;
    color: #00b781;
	}   
.menu-toggle {
	color: transparent;
    background-image: url(/wp-content/themes/jfbodyworks/assets/images/menu.png);
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    border: none;
    padding: 24px;
    margin: auto;
	}
nav#site-navigation{
box-sizing: border-box;
	padding-left: 0;
	width:100%;
	display: block;
margin-top:0;
	}
	.phone_menu{
	margin-left: 0;
	}
	
	.menu-toggle, .main-navigation.toggled ul{
	text-align: center;
	}
	nav#site-navigation a:hover{
		color: #000;
	}
.menu-bar {
	padding: 0;
}

}


@media only screen and (max-width: 1411px) {
.col-1 p, .service-col p {
    font-size: 16px;
    margin:0;
	}
.col-1 h2 {
    margin-top:0;
	}
.r-col {
	padding-left: 0;
	}
}

@media only screen and (max-width: 1330px) {
	/*.right-align-inner {
	margin-left: 5%;
	}*/
}

@media only screen and (max-width: 1310px) {
.banner-text {
	display: none;
	}
/*.l-col{
	width:100%;
	}
.r-col {
	width: 100%;
	padding-top: 3%;
	padding-left: 0;
	padding-bottom: 0;
	}
.right-align-inner {
    width: 100%;
    text-align: center;
    margin-left: 0;
	}
.left-align{
	width: 100%;
	}*/
}



@media only screen and (max-width: 1230px) {
    .col-1 h2 {
    margin-bottom:0;
	}
	.service-box {
    width:45%;
	}
}

@media only screen and (max-width: 1179px) {
	.right-align-inner{
		margin-left: 20%;
	}
}

@media only screen and (max-width: 1100px) {
.banner{
	height: auto;
	}
}

@media only screen and (max-width: 980px) {
	.l-col{
	width:100%;
	}
.r-col {
	width: 100%;
	padding-top: 3%;
	padding-left: 0;
	padding-bottom: 0;
	}
.right-align-inner {
    width: 100%;
    text-align: center;
    margin-left: 0;
	}
.left-align{
	width: 100%;
	}
}

@media only screen and (max-width: 850px) {
.banner{
	height: auto;
	}
}

@media only screen and (max-width: 820px) {
.copy-col {
    padding-left: 0;
    width: 100%;
    text-align: center;
	}
.social-icons {
	width: 100%;
	text-align: center;
	float: none;
}

}


@media only screen and (max-width: 784px) {
	.service-box {
   		width: 65%;
	}
	.gallery-col-2 {
    	width: 100%;
    }
    .second-col {
    	width: 100%;
	}

	.about-row{
		display: block;
text-align:center;

	}

	.col-1, .col-2 {
	    width: 100%;
	    display: block;
box-sizing: border-box;
}
}

@media only screen and (max-width: 657px) {
	.right-img, .left-img{
		width: 100%;
	}
}

@media only screen and (max-width: 588px) {

.copy-col2 {
    width: 100%;
    text-align: center;
    padding-left: 0;
	}

.social-icons {
    width: 100%;
    text-align: center;
}	
}
@media only screen and (max-width: 580px) {
	.g-col1-1, .g-col1-2, .g-col2 {
    width: 90%;
    margin: auto;
    display:block;
}
div.g-col2, div.g-col3 {
	width:90%;
	margin: auto;
	}
	.copy-col2 {
	padding-left: 0;
	}
}

@media only screen and (max-width: 520px) {
.service-box {
   width: 80%;
	}
}

@media only screen and (max-width: 404px) {
h2 {
    font-size:2em;
}
}

@media only screen and (max-width: 380px) {
	.col-1 h2 {
	    font-size:2em;
	}

	.service-box {
    	width: 100%;
	}

	h2,.col-1 h2 {
    	font-size: 1.5em;
padding-top:10px;
	}
}

ul.menu ul {
display:none;
}
ul.menu li:hover {
z-index:999;
}
ul.menu li:hover > ul {
display:block;
/*position:absolute;
float:left;*/
}

ul.sub-menu {
    background-color: rgba(0, 183, 129, .5);
}

.left-align {
    padding-right: 5px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    font-size: 18px;
}