/*!
Theme Name: printerservices
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: printerservices
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

printerservices 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/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
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. */
}

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, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	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 {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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;
}
@media screen and (min-width: 1024px) {
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
}
.main-navigation ul ul a {
	width: 200px;
}

@media screen and (min-width: 1024px) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
}

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

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

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

@media screen and (min-width: 1024px) {
	.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,
.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-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;
}

/* Gallant Digital Edit */
/* GD */
/* Global Paddings */
.padding-tb-big{
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-tb-med{
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-tb-small{
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-tb-tin{
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-t-big{
	padding-top: 100px;
}
.padding-t-med{
	padding-top: 50px;
}
.padding-t-small{
	padding-top: 20px;
}
.padding-t-tin{
	padding-top: 10px;
}
.padding-t-xs {
	padding-top: 4px;
}
.padding-b-big{
	padding-bottom: 100px;
}
.padding-b-med{
	padding-bottom: 50px;
}
.padding-b-small{
	padding-bottom: 20px;
}
.padding-b-tin{
	padding-bottom: 10px;
}

.padding-tb-none,
.padding-tb-none .vc_col-sm-12 {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.padding-r-none {
	padding-right: 0px;
}
.margin-b-none {
	margin-bottom: 0px;
}


/* Side Paddings ( left, right ) */
.padding-side-big{
	padding-left: 20%;
	padding-right: 20%;
}
.padding-side-med{
	padding-left: 10%;
	padding-right: 10%;
}
.padding-side-small{
	padding-left: 5%;
	padding-right: 5%;
}
.padding-side-tin{
	padding-left: 2%;
	padding-right: 2%;
}
.padding-t-responsive {
	padding-top:110px;
}
@media only screen and (max-width:994px) {
    .padding-t-responsive {
        padding-top:200px;
    }
}
@media only screen
and (max-width:768px) {
	/* Global Paddings */
	.padding-tb-big{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding-tb-med{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.padding-tb-small{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.padding-t-big{
		padding-top: 30px;
	}
	.padding-t-med{
		padding-top: 20px;
	}
	.padding-t-small{
		padding-top: 10px;
	}
	.padding-b-big{
		padding-bottom: 30px;
	}
	.padding-b-med{
		padding-bottom: 20px;
	}
	.padding-b-small{
		padding-bottom: 10px;
	}
    .padding-t-responsive {
        padding-top:220px;
    }
	/* End of Global Paddings */
	/* Side Paddings ( left, right ) */
	.padding-side-big{
		padding-left: 0%;
		padding-right: 0%;
	}
	.padding-side-med{
		padding-left: 0%;
		padding-right: 0%;
	}
	.padding-side-small{
		padding-left: 0%;
		padding-right: 0%;
	}
	.padding-side-tin{
		padding-left: 0%;
		padding-right: 0%;
	}
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.padding-0 {
    padding-left: 0;
    padding-right: 0;
}
a:hover {
	text-decoration: none;
}
.margin-0 {
	margin: 0px;
}
textarea:focus, input:focus, button:focus {
    outline: none;
}
@media only screen and (max-width:1200px) {
	.container {
		width: 100%;
	}
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 300;
}
p {
	margin: 0px;
	font-size: 16px;
}
img {
	max-width: 100%;
}
.prim-color {
	color: #00aeef;
}
.page-content, .entry-content, .entry-summary {
	margin: 0px;
}

h1 {
	font-size: 46px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 26px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
@media only screen and (max-width:1244px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
}
@media only screen and (max-width:768px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
}
/* header */
.site {
	position: relative;
}
.site .site-header {
    background-color: rgba(247,247,247,0.95);
    z-index: 9;
    border-bottom: 7px solid rgba(192,192,192,0.28);
}
.home .site .site-header {
	position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}
.top-line {
	background-color: #00aeef;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}
.nav-and-logo {
	padding: 10px 0px;
}
.logo-wrapper {
	text-align: center;
}
.site-branding a img {
	max-width: 130px;
}
.phone-wrapper p {
	color: #000;
	font-weight: 600;
	font-size: 24px;
}
.phone-wrapper p a {
	color: #000;
}
.main-navigation {
	margin-top: 42px;
}
.main-navigation .menu {
	float: right;
}
.main-navigation .menu li {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}
.main-navigation .menu .current-menu-item a {
	color: #00aeef;
}
.main-navigation .menu li a {
	color: #000;
	padding: 0px 18px;
}
.main-navigation .menu li a {
	border-right: 2px solid #dbdbdb;
	font-weight: 500;
}
.main-navigation .menu li:last-child a {
	border-right: none;
	padding-right: 0px;
}
.main-navigation .menu li a:hover {
	color: #00aeef;
}
.main-navigation .menu li .sub-menu {
	box-shadow: none;
    padding: 20px 15px;
    padding-bottom: 20px;
    background-color: rgba(251,251,251,0.95);
	border: 2px solid #dbdbdb;
    border-top: none;
	margin-left: -2px;
}
.main-navigation .menu li .sub-menu li {
	margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbdbdb;
	text-align: left;
	text-transform: none;
}
.main-navigation .menu li .sub-menu li:last-child {
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.main-navigation .menu li .sub-menu li a {
	padding: 0px;
	border-right: none;
}
.main-navigation .menu li .sub-menu li a:hover {
	color: #00aeef;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:before {
	font-family: fontAwesome;
	content: "\f107";
	position: absolute;
    color: #00aeef;
	right: 8px;
	display: block;
}
.menu-expander {
	display: none;
}
@media screen and (max-width: 1200px) {
	.main-menu-holder {
		width: 100%;
	}
	.main-navigation {
		margin-top: 20px;
	}
	.main-menu-holder .menu {
		width: 100%;
		text-align: center;
	}
	.main-menu-holder .menu li {
		float: none;
		display: inline-block;
	}
}
@media screen and (max-width: 1023px) {
	.main-navigation {
		margin-top: -50px;
		text-align: right;
	}
	.main-navigation .menu-menu-1-container {
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
	}
	.main-menu-holder .main-navigation .menu-toggle {
		display: inline-block;
		border: none;
		background: none;
		box-shadow: none;
		padding: 0px;
	}
	.main-menu-holder .main-navigation .menu-toggle .fa {
		font-size: 45px;
		color: #00aeef;
	}
	.main-menu-holder .menu {
		padding-top: 30px;
		padding-bottom: 10px;
		position: absolute;
		z-index: 99;
		background-color: rgba(251,251,251,0.95);
		top: 22px;
		left: 0px;
		width: 100%;
	}
	.main-menu-holder .menu li {
		display: block;
		text-align: left;
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #e4e4e4;
	}
	.main-menu-holder .menu li:last-child {
		border-bottom: none;
	}
	.main-menu-holder .menu li a {
		border-right: none;
	}
	.main-navigation .menu li .sub-menu {
		margin-left: 0px;
		padding-left: 30px;
		margin-top: 6px;
		margin-bottom: 12px;
	}
	.menu-item-has-children:before {
		display: none;
	}
	.menu-item-has-children {
		position: relative;
	}
	.menu-expander {
		display: block;
		position: absolute;
		right: 16px;
		top: 1px;
	}
	.menu-expander .fa {
		color: #00aeef;
		font-size: 22px;
	}
	.menu-expander .fa-angle-up:before {
		content: '\f106'!important;
		font-family: fontAwesome;
	}
	.sub-menu-visible {
		left: 0px!important;
		position: relative!important;
		width: 100%;
		border: none!important;
	}
}
@media screen and (max-width: 767px) {
	.phone-wrapper p {
		font-size: 16px;
	}
}
@media screen and (max-width: 425px) {
	.top-line p {
		font-size: 13px;
	}
}
/* home page */
.banner-wrapper {
	margin: 0px!important;
	margin-top: -6px!important;
    z-index: -1;
}
.custom-banner {
	position: relative;
}
.custom-banner .vc_column-inner {
	padding: 0px!important;
}
.wpb_single_image, .wpb_content_element {
	margin-bottom: 0px!important;
}
/*
.caption-wrapper {
	position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}
*/
.caption-holder {
	width: 60%!important;
	padding: 30px 20px!important;
}
.home .caption-holder {
	width: 60%!important;
	padding: 30px 40px!important;
	
}
.home .caption-holder {
	background-color: rgba(251,251,251,0.5);
}
.caption-holder h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	margin: 0px;
    padding: 0px;
}
.home .caption-holder h1 {
	color: #000;
}
.caption-holder .subtitle p {
	font-size: 28px;
	margin-top: 0;
}
.caption-holder p {
    text-transform: none;
    margin-top: 22px;
	color: #fff;
}
@media screen and (max-width: 1244px) {
	.caption-wrapper {
		top: 46%;
		width: auto;
	}
}
@media screen and (max-width: 1200px) {
	.custom-banner .wpb_single_image img {
		max-width: 150%;
		transform: translateX(-29%);
	}
	.home .banner-wrapper {
		padding-top: 150px;
		padding-bottom: 150px;
		background-position: 70% center!important;
	}
}
@media screen and (max-width: 1100px) {
	.caption-holder {
		width: 67%!important;
	}
}
@media screen and (max-width: 991px) {
	.caption-holder {
		width: 80%!important;
	}
	.home .caption-holder {
		width: 80%!important;
	}
}
@media screen and (max-width: 767px) {
	.home .banner-wrapper {
		padding-top: 250px;
		padding-bottom: 150px;
	}
	.custom-banner .wpb_single_image img {
		max-width: 200%;
		transform: translateX(-40%);
	}
	.caption-holder {
		width: 80%!important;
	}
	.home .caption-holder {
		width: 90%!important;
	}
	.caption-holder h1 {
		font-size: 22px;
	}
	.caption-holder h2, .caption-holder p {
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 525px) {
	.custom-banner .wpb_single_image img {
		max-width: 270%;
		transform: translateX(-50%);
	}
	.caption-holder {
		width: 90%!important;
	}
	.home .caption-holder {
	    padding: 30px 20px!important;
	}
}
@media screen and (max-width: 375px) {
	.custom-banner .wpb_single_image img {
		max-width: 350%;
		transform: translateX(-55%);
	}
	.caption-holder {
		width: 100%!important;
	}
	.home .caption-holder {
		width: 100%!important;
	}
	.home .banner-wrapper {
		padding-top: 180px;
		padding-bottom: 70px;
		background-position: 80% center!important;
	}
}
/* features section */
.feature-wrapper {
	margin: auto!important;
    padding: 0px!important;
    margin-top: 20px!important;
}
.one-box {
    width: 32.3333%!important;
    margin: 0 0.5%;
	padding: 70px 20px;
}
.blue-bg {
	background-color: #00aeef;
}
.pink-bg {
	background-color: #ec008c;
}
.yellow-bg {
	background-color: #fff000;
}
.one-box p {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 12px;
	min-height: 48px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 0px 20px;
}
.one-box p {
	color: #fff;
}
.one-box p:hover {
	color: #fff;
}
.one-box:last-child p {
	color: #000;
}
.one-box:last-child p:hover {
	color: #000;
}
.one-box .wpb_single_image img {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
/* .one-box .wpb_single_image img:hover {
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
} */
.one-box>.vc_column-inner>.wpb_wrapper {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.one-box>.vc_column-inner>.wpb_wrapper:hover {
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media screen and (max-width: 1023px) {
	.one-box p {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.one-box {
		padding: 40px 20px;
	}
	.one-box p {
		min-height: 58px;
	}
}
@media screen and (max-width: 767px) {
	.one-box {
		float: left;
		padding: 20px 15px;
	}
	.one-box p {
		font-size: 12px;
	}
}
@media screen and (max-width: 525px) {
	.one-box {
		width: 100%!important;
		margin: 0 0.5%;
		margin-bottom: 6px;
	}
	.one-box p {
		line-height: inherit;
		min-height: inherit;
	}
}
.info-wrapper {
	margin-left: auto!important;
    margin-right: auto!important;
}
.info-wrapper .large-text p {
	font-weight: 500;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.info-wrapper p {
	font-weight: 300;
    font-size: 20px;
    color: #000;
    text-align: center;
	margin-top: 38px;
}
@media screen and (max-width: 1200px) {
	.info-wrapper .large-text p {
		font-size: 34px;
		line-height: 1.4em;
	}
	.info-wrapper p {
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.info-wrapper .large-text p {
		font-size: 28px;
		line-height: 1.4em;
	}
	.info-wrapper p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.info-wrapper .large-text p {
		font-size: 24px;
		line-height: 1.4em;
	}
	.info-wrapper p {
		font-size: 14px;
	}
}
@media screen and (max-width:425px) {
	.info-wrapper .large-text p {
		font-size: 18px;
		line-height: 1.4em;
	}
	.info-wrapper p {
		font-size: 14px;
	}
}
/* info section */
.info-box-wrapper {
	margin-left: auto!important;
    margin-right: auto!important;
}
.one-info-box p {
	margin-top: 32px;
	font-size: 16px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.info-box-wrapper { 
		margin-top: 26px;
	}
	.one-info-box {
		width: 33.33333%!important;
		float: left;
	}
	.one-info-box p {
		margin-top: 24px;
		font-size: 14px;
		font-weight: 300;
	}
}
@media screen and (max-width: 525px) {
	.one-info-box {
		width: 100%!important;
		margin-bottom: 40px;
	}
}
/* business section */
.floatable-right {
    position: absolute!important;
    width: 50%!important;
    height: 100%;
    right: 0px;
}
.floatable-right > .vc_column-inner {
	height: 100%;
}
.business-list-wrapper {
	
}
.business-list-wrapper > .vc_column-inner {
	padding-bottom: 40px;
	padding-top: 40px!important;
	padding-right: 60px!important;
}
.business-list-wrapper p {
	font-size: 43px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0px;
}
.business-list-wrapper p a {
	color: #fff;
}
.business-list-wrapper ul {
	padding: 0px;
    margin: 0px;
    list-style: none;
}
.business-list-wrapper ul li {
	margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid #43c7f8;
    font-size: 16px;
    color: #fff;
	position: relative;
}
.business-list-wrapper ul li:before {
	content: '';
    position: absolute;
    border-bottom: 1px solid #019ed9;
    bottom: 0px;
    height: 1px;
    width: 100%;
}
@media screen and (max-width: 1200px) {
	.business-list-wrapper p {
		font-size: 34px;
	}
}
@media screen and (max-width: 991px) {
	.business-list-wrapper p {
		font-size: 30px;
	}
	.business-list-wrapper ul li {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.business-list-wrapper p {
		font-size: 24px;
	}
	.business-list-wrapper ul li {
		font-size: 14px;
	}
	.business-list-wrapper > .vc_column-inner {
		padding-right: 15px!important;
	}
	.one-brand {
		width: 50%!important;
		float: left;
	}
}

/* about us page */
.page-content h3 {
	font-size: 40px;
	font-weight: 500;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.content-subtitle {
	margin-top: 20px;
}
.content-subtitle p {
	font-size: 20px;
	font-weight: 300;
}
.custom-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.custom-list ul li {
	padding-left: 38px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
	color: #000;
}
.custom-list ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 25px;
	content: '';
	background-image: url(images/list-bullet.png);
}
.custom-list ul li a {
	color: #00aeef;
}
.custom-list ul li a:hover {
	color: #008cc0;
}
.gray-bg-section {
	background-color: #f5f5f5;
}
.gray-bg-section .vc_column-inner {
	padding: 0px 30px!important;
}
.normal-content h3 {
	font-weight: 400;
    padding-bottom: 20px;
}
.normal-content h2 {
	padding-bottom: 20px;
	font-weight: 400;
}
.normal-content p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
.normal-content a {
	color: #00aeef;
}
@media screen and (max-width: 767px) { 
	.content-subtitle p {
		font-size: 18px;
	}
	.custom-list:last-child {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.gray-bg-section .vc_column-inner {
		padding: 0px 15px!important;
	}
	.gray-bg-section .vc_column-inner:last-child {
		margin-top: 20px;
		padding-bottom: 20px!important;
	}
}

/* printers page */
.printers-row {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d2d2d2;
}
.printers-row:last-child {
	border-bottom: none;
}
.one-printer-wrapper {
	
}
.printer-img-wrapper {
	width: 40%;
    float: left;
}
.printer-text-wrapper {
	width: 60%;
    float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.printer-text-wrapper h2 {
	margin-top: 30px;
	font-weight: 400;
	font-size: 20px;
}
.printer-text-wrapper h3 {
	font-weight: 300;
	font-size: 16px;
}
.printer-text-wrapper p {
	font-weight: 300;
}
@media screen and (max-width: 991px) { 
	.printer-text-wrapper h2 {
		margin-top: 0px;
	}
}
@media screen and (max-width: 767px) {
	.printer-text-wrapper h2 {
		margin-top: 30px;
	}
	.printers-row {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.one-printer-wrapper {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #d2d2d2;
	}
}
@media screen and (max-width: 475px) {
	.printer-text-wrapper h2 {
		margin-top: 0px;
	}
	.printer-text-wrapper h3 {
		margin-top: 10px;
		line-height: 1.3em;
	}
}

/*  supplies page */
.large-font-list ul li {
	font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #e4e4e4;
    line-height: 1em;
    padding-bottom: 16px;
    padding-left: 48px;
}
.call-us-info .vc_column-inner {
	padding-top: 0px!important;
}
.call-us-info p {
	font-size: 32px;
}

/* drivers page */
.drivers-wrapper {
	
}
.drivers-wrapper h2 {
	font-size: 26px;
	margin-top: 0px;
}
.drivers-wrapper p a {
	display: block;
	font-size: 12px;
}
.one-driver {
    margin-bottom: 20px;
    padding-bottom: 20px;
	padding-top: 20px;
    border-bottom: 1px solid #ddd;
}
.drivers-wrapper p {
	min-height: 48px;
}
@media only screen and (max-width:1244px) {
	.drivers-wrapper h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width:991px) {
	.drivers-wrapper p {
		min-height: 48px;
	}
}
@media only screen and (max-width:768px) {
	.drivers-wrapper h2 {
		font-size: 18px;
	}
}

/* testimonials page */
.one-testimonial {
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.no-border-b .one-testimonial {
	border-bottom: none;
}

/* contact us page */
#map {
	height: 400px;
}
.contact-box {
	text-align: center;
}
.contact-box .vc_icon_element {
	margin-bottom: 5px!important;
}
/* footer */
.footer-menu-wrapper {
	background-color: #f5f5f5;
}
.footer-menu-wrapper.menu {
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-menu-wrapper .menu li {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
}
.footer-menu-wrapper .menu li a {
	color: #000;
	padding: 0px 25px;
	border-right: 2px solid #dbdbdb; 
}
.footer-menu-wrapper .menu li:last-child a {
	border-right: none;
}
.footer-menu-wrapper .menu li a:hover {
	color: #00aeef;
}
.footer-menu-wrapper .widget {
	margin-bottom: 0px;
}
.site-footer {
	background-color: #f5f5f5;
	text-align: center;
	padding: 5px 0px;
    font-size: 12px;
    font-weight: 300;
}
.site-footer p {
	text-transform: uppercase;
}
@media screen and (max-width: 991px) {
	.footer-menu-wrapper .menu li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	.footer-menu-wrapper .menu li a {
		border-right: none;
	}
}
@media screen and (max-width: 425px) {
	.footer-menu-wrapper .menu li {
		width: 100%;
		margin-bottom: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #ddd;
	}
	.footer-menu-wrapper .menu li:last-child {
		border-bottom: none;
	}
}