/*
Theme Name: All Ways Cleaning
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vividus
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.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
	font-family: 'Lato Black';
	src: url(./fonts/Lato-Black.ttf);
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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,
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. */
}

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	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: 1.5em;
	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: 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;
}

.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;
}

.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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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%;
}

/*--------------------------------------------------------------
## 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;
}

.active-overlay {
	pointer-events: none;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding:0 !important;
}

/*Custom Style*/

#page {
	overflow: hidden;
}
.wrapper,.vc_inner {
    max-width: 941px;
    margin: auto !important;
}

.home .site-content > .vc_row.wpb_row:first-child {
    padding: 0;
}

p, ul li,.gforms_confirmation_message .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    color: #393939;
}

.wpb_text_column p {
   /* margin-bottom: 25px !important;*/
}

.wpb_text_column p:last-child {
    margin-bottom: 0 !important;
}

/*.site-header*/
.site-header .site-branding {
    width: 330px;
    display: inline-block;
    vertical-align: middle;
}

header#masthead {
    padding: 20px 0;
    box-sizing: border-box;
}

.site-header .site-links {
    width: 604px;
    display: inline-block;
    vertical-align: middle;
}

.site-header .site-links * {
    font-size: 14px;
    line-height: 1;
}

.site-header .site-links .main-navigation a {font-family: 'Lato';font-weight: bold;color: #474747;text-transform: uppercase;}

.site-header .site-links .links .info {
    color: #ea5e34;
    font-weight: bold;
    text-decoration: none;
}

.site-header .site-links .links {
    margin-bottom: 11px;
    text-align: right;
}

.site-header .main-navigation {
    float: right;
    width: auto;
}

.site-header .main-navigation .menu > li {padding: 0 22px;}

.site-header .main-navigation .menu > li:after {content: "";display: block;position: absolute;width: 1px;height: 14px;background: #d0d1d2;top: 0;right: 0;}

.site-header .main-navigation .menu > li:last-child:after {
    display: none;
}

.site-header .site-links .main-navigation a:hover {
    color: #000;
}

.site-header .main-navigation .menu > li:last-child {
    padding-right: 0;
}

.site-header .site-links .links .info:hover {
    color: #466dab;
}

.site-header .site-links .links .info .fa {
    margin-right: 7px;
}

.site-header .site-links .links .info:first-child {
    margin-right: 14px;
}

.site-header .mobile-nav {
	display: none;
}

.mobile-nav .slicknav_menu .slicknav_btn {
    background: #EA5F2F;
}

.slicknav_nav a:hover {
    background: #EFEFEF;
    border-radius: 0;
}

.slicknav_nav a {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}


/*.rev_slider*/


.rev_slider .slider-text {
    white-space: pre;
    line-height: 1px !important;
    overflow: hidden;
}

.rev_slider .slider-text * {
	white-space: pre;
	/*float: left;*/
}

.rev_slider .slider-text .slider-title {
    font-size: 37px !important;
    font-family: 'Lato Black',sans-serif;
    margin: 0 0 0 0 !important;
    line-height: 41.2px !important;
    color: #466dab;
}

.rev_slider .slider-text .slider-content {
    font-size: 14px !important;
    margin: 0 0 8px 0 !important;
    font-family: 'Open Sans',sans-serif;
    line-height: 40px !important;
    color: #474747;
}

.rev_slider .slider-text .slider-btn {
    color: #FFF !important;
    font-family: 'Open Sans';
    font-size: 14px !important;
    background: #8d8f91;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    line-height: 18.02px !important;
    text-decoration: none;
    display: block;
    width:219.83px;
}

.rev_slider .slider-text .slider-btn:hover {
    background: #466dab;
}

.rev_slider .slider-text .holder {
    line-height: 1 !important;
    font-size: 0 !important;
    position: relative;
    padding-left: 13px !important;
    box-sizing: border-box;
}

.rev_slider .slider-text .holder:before {
	content: "";
	display: block;
	position: absolute;
	height: 83%;
	width: 1px;
	background: #466bae;
	top: -7px;
	bottom: 0;
	left: 0;
	margin: auto;
}


/*.site-content*/
.site-content p a {
	color:#F35B28;
	text-decoration: none;
}
.site-content .contact-info a {
    color: inherit;
    text-decoration: none;
}
	/*.cta-home*/
		.site-content .cta-home .vc_btn3-container .vc_btn3 {box-shadow: none;border-width: 1px;line-height: 1;padding: 12px 22px;font-weight: bold;font-family: 'Open Sans',sans-serif;text-shadow: none;}
		.site-content .cta-home .vc_custom_heading {float: left;margin: 0;}

	/*.intro-section*/

	.site-content .vc_inner .vc_column_container {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.site-content .vc_inner .vc_column_container:first-child {
	    padding-left: 0;
	}

	.site-content .vc_inner .vc_column_container:last-child {
	    padding-right: 0;
	}

	.site-content > .vc_row.wpb_row {
	    padding: 65px 0;
	}

	/*.custom-list*/
	.custom-list ul {
	    list-style: none;
	    margin: 0 0 0 18px;
	    padding: 0;
	    float: left;
	}

	.custom-list ul:first-child {
	    margin-left: 0;
	}

	.custom-list ul li {
	    padding: 0 0 0 31px;
	    position: relative;
	    font-size: 14px;
	    font-weight: 600;
	}

	.custom-list ul li:before {content: "";display: block;position: absolute;height: 100%;width: 18px;left: 0;background-image: url(/wp-content/themes/vividus/images/check-mark.png);background-repeat: no-repeat;background-position: center;}

	/*.gform_wrapper override*/
	.gform_wrapper {
		margin-bottom:0 !important;
	}
	.gform_wrapper .top_label input.large,
	.gform_wrapper .top_label select.large,
	.gform_wrapper .hidden_label input.large,
	.gform_wrapper .hidden_label select.large,
	.gform_wrapper textarea.large {
	    width:100% !important;
	    padding:12px 13px !important;
	    font-size:11px !important;
	    font-weight:700 !important;
	    color:#474747 !important;
	    margin: 0 0 9px 0 !important;
	    border-radius: 0 !important;
	    border-color: #b7b6b6 !important;
	}

	.gform_wrapper .top_label .gfield_label {
	    display: none !important;
	}

	.gform_wrapper .gform_footer.top_label {
	    margin: 0;
	    padding-top: 0;
	    padding-bottom:0;
	    position: relative;
	}

	.gform_wrapper .gform_footer.top_label input[type="submit"] {
	    padding: 9px 23px;
	    line-height: 11px;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-family: 'Open Sans',sans-serif;
	    font-weight: 500;
	    color: #FFF;
	    box-shadow: none;
	    background-color: #e95d33;
	    border-radius: 0;
	    border: 1px solid #e95d33;
	    margin-top: 5px;
	}

	.gform_wrapper .gform_footer.top_label:before {
		content: "*  REQUIRED";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 8px;
		font-size: 11px;
		color: #b7b6b6;
		font-family: inherit;
		font-weight: bold;
	}

	.gform_wrapper .gform_footer.top_label input[type="submit"]:hover {
	    background: #FFF;
	    color: #e95d33;
	}

	.gform_wrapper textarea.large {
		height:116px !important;
	}

	body .gform_wrapper label.gfield_label + div.ginput_container {
	    margin: 0 !important;
	}

	.gform_wrapper .top_label select.large {
	    color: #B5B5B5 !important;
	}
	.gform_wrapper .top_label select.large option:first-child {
		color:#B5B5B5;
	}

	/*.flexslider*/
	.site-content .wpb_gallery .wpb_flexslider .flex-control-paging {
	    display: none;
	}

	.site-content .flexslider {
	    margin-bottom: 13px;
	    overflow: hidden;
	    border: 0;
	}

	/*.contact-info*/
	.site-content .contact-info p {
	    color: #FFF;
	    position: relative;
	    text-transform: uppercase;
	    font-weight: bold;
	    letter-spacing: .5px;
	    line-height: 18.02px;
	    padding-left:21px;
	}

	.site-content .contact-info {
	    padding: 35px 37px;
	}

	.site-content .contact-info p:before {content: "";display: block;position: absolute;left: 0;top: 3px;width: 1px;height: 50px;background: #FFF;}

/*.site-footer*/
.site-footer {
    background-color: #ebeaea;
    padding: 23px 0;
}

.site-footer .footer-branding {
    float: left;
}

.site-footer .links,.site-footer .fb-btn {
    float: right;
    margin-top: 26px;
}

.site-footer .links {
    text-align: right;
    padding-top: 14px;
    line-height: 1;
    padding-right: 28px;
}

.site-footer .links .footer-nav.main-navigation {
    float: right;
    width: auto;
    margin-bottom: 8px;
}

.site-footer .links .copyright-text {
    clear: both;
    font-size: 11px;
    font-weight: bold;
    color: #3c5d98;
    margin-bottom: 0;
    line-height: 8px;
}

.site-footer .footer-nav a {
    text-transform: uppercase;
    font-weight: bold;
    color: #474747;
}

.site-footer .footer-nav li:after {content: "";display: block;position: absolute;width: 2px;height: 12px;background: #707070;right: 0;top: .5px;}

.site-footer .footer-nav li {
    position: relative;
    padding: 0 11px;
}

.site-footer .footer-nav li:last-child:after {
    display: none;
}

.site-footer .footer-nav li:last-child {
    padding-right: 0;
}

.site-footer .footer-nav a:hover {
    color: #000;
}

.site-footer .fb-btn {
    padding: 12px 25px;
    font-size: 10px;
    line-height: 12.3px;
    background-color: #466bae;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.site-footer .fb-btn .fa {
    font-size: 27px;
    float: left;
    margin-right: 12px;
    line-height: 23px;
    padding-top: 3px;
}

.site-footer .fb-btn .text {
    display: inline-block;
    text-align: left;
    margin-top: 1px;
}

.site-footer .fb-btn:hover {
    background-color: #10429b;
}

.bck-to-top {
	display: none;
	position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FFF;
    padding: 8px 13px 10px;
    border-radius: 50%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.45);
    color: #F1592B !important;
    transition: all 30ms ease-in-out;
    -o-transition:all 30ms ease-in-out;
    -ms-transition:all 30ms ease-in-out;
    -moz-transition:all 30ms ease-in-out;
    -webkit-transition:all 30ms ease-in-out;
    z-index: 99;
}

.bck-to-top:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    bottom: 18px;
    color: #446CB2 !important;
}



.services {
    /*background-color: rgba(255, 255, 255, 0.48);*/
    padding: 10px 4px 10px 4px !important;
    overflow: hidden;
    box-sizing: border-box;
}

body.home .gform_wrapper ul li.gfield {
    margin-top: 0;
}

/*Media Query*/
@media only screen and (max-width:1024px) {
	.wrapper, .vc_inner {
		width:800px;	
	}

	.wrapper,.vc_inner {
	    max-width: 800px;
	}

	.site-header .site-links {
	    width: auto;
	}

	.site-header .main-navigation .menu > li:first-child {
	    padding-left: 0;
	}

	.site-footer .footer-branding {
	    width: 159px;
	    padding: 16px 0;
	}
	.tb_testimonials_wrapper .testimonial .icon {
		width:160px;
	}
}

@media only screen and (max-width:824px) {
	.wrapper, .vc_inner {
		max-width: 600px;
	}
	.site-header .mobile-nav {
	    display: block;
	}
	.site-header .site-links .main-navigation {
	    display: none;
	}

	.site-header .site-links .links {
	    margin-bottom: 0;
	    text-align: left;
	}

	.site-header .site-links {
	    margin-top: 0;
	    position: absolute;
	    bottom: 16px;
	    left: 0;
	}

	.site-header .site-branding,.site-header .site-links {
	    float: none;
	    display: inline-block;
	    width: 100%;
	}

	.site-header .wrapper {
	    text-align: center;
	    position: relative;
	    margin-bottom: -47px !important;
	}

	.site-header .mobile-nav {
	    background-color: #426EAE;
	}

	.site-header .mobile-nav .slicknav_menu {
	    width: 600px;
	    margin: 0 auto;
	    background-color: inherit;
	}

	header#masthead {
	    padding-bottom: 0;
	    position: relative;
	}

	.site-header .site-links .links .info {
	    color: #FFF;
	}

	.site-header .site-branding {
	    margin-bottom: 60px;
	}

	.site-header .site-links .links .info:hover {
	    color: #EA5F2F;
	    text-shadow: 1px 0px 4px rgba(255, 255, 255, 0.51);
	}


	.site-content .cta-home .vc_custom_heading {
	    white-space: pre-wrap;
	    width: 67%;
	    line-height: 20px !important;
	}

	.custom-list ul {
	    margin: 0;
	}

	.tb_testimonials_wrapper .testimonial {
	    height: auto;
	    padding: 0 50px;
	}

	.tb_testimonials_wrapper .testimonial .content {
	    width: auto;
	}

	#connect-with-us .wpb_column.vc_column_container {
	    width: 100%;
	    padding: 0 15px;
	}

	.site-footer .footer-branding {
	    width: auto;
	    text-align: center;
	    padding-top: 0;
	}

	.site-footer .footer-branding, .site-footer .fb-btn, .site-footer .links {
	    float: none;
	}

	.site-footer .fb-btn {
	    width: 139px;
	    display: block;
	    margin: 0 auto;
	}

	.site-footer .links {
	    text-align: center;
	    padding: 0;
	    float: none;
	    margin-top: 20px;
	}

	.site-footer .links .footer-nav.main-navigation {
	    float: none;
	    overflow: hidden;
	}

	.site-footer .footer-nav li {
	    float: none;
	    display: inline-block;
	}

	.services {
	    background-color: rgba(255, 255, 255, 0.68);
	    padding: 20px !important;
	    text-align: center;
	}

	.services .wpb_wrapper {
	    display: inline-block;
	    text-align: left;
	}

}

@media only screen and (max-width:624px) {
	.wrapper, .vc_inner {
	    max-width: 402px;
	}

	.site-header .site-links .links .info {
	    display: block;
	    text-align: left;
	}

	.site-header .site-links {
	    bottom: 11px;
	}

	.site-header .mobile-nav .slicknav_menu {
	    width: 400px;
	    padding-right: 0;
	}

	.site-content .cta-home .vc_custom_heading {
	    width: 100%;
	    text-align: center !important;
	}

	.site-content .vc_btn3-container {
	    text-align: center !important;
	    padding: 50px 0 0;
	}

	.site-content .vc_inner .vc_column_container {
	    padding: 0 !important;
	    margin-bottom: 20px;
	}

	.site-content .vc_inner .vc_column_container:last-child {
	    margin-bottom: 0;
	}

	.site-content .vc_inner .services {
	    background: rgba(255, 255, 255, 0.63);
	    padding: 20px !important;
	}

	.custom-list ul {
	    margin-left: 10px;
	}


	.services .wpb_wrapper .custom-list ul:last-of-type {margin-left: 40px;}
}

@media only screen and (max-width:512px) {
	.wrapper, .vc_inner, .slicknav_menu {
		max-width: 100% !important;
	    width: 90% !important;
	}

	.services .wpb_wrapper .custom-list ul:last-of-type {
	    margin: 0;
	}

	.tb_testimonials_wrapper .testimonial {
	    box-sizing:border-box;
	    padding:0;
	}

	nav.footer-nav.main-navigation {
	    display: none;
	}

	.rev_slider .slider-text {
	    left: -37px;
	    width: 290px;
	    position: relative;
	}

	.rev_slider .slider-text * {
	    white-space: pre-wrap;
	    line-height: 1 !important;
	}
	.rev_slider .slider-text .slider-content {
		line-height: 1 !important;
	}

	.rev_slider .slider-text .slider-title br {
	    display: none;
	}
}

@media only screen and (max-width:468px) {
	.wrapper, .vc_inner {
		
	}
}

@media only screen and (max-width:360px) {
	.site-header .site-links .links * {
	    font-size: 11px;
	}

	.site-content .contact-info {
	    padding: 20px 15px;
	}

	.site-content .contact-info p {
	    font-size: 11px;
	    line-height: 1.4;
	}
}