@media (pointer: coarse) and (hover: none){
	body:hover{
		cursor: pointer;
	}
}
.form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input, input:focus {
	outline: none;
}

select:focus {
	border: none;
	outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

.form-control:focus {
	border: 1px solid #ccc;
}

iframe {
	max-width: 100%;

}

a, .btn {
	transition: all 0.3s ease-in-out;
}

a {
	color: #111;
	outline: 0;
}

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	margin-bottom: 20px;
	color: #111;
	font-size: 30px;
	text-transform: capitalize;
}

h3 {
	color: #343434;
	font-size: 19px;
}

a:hover, a:focus, a:active {
	color: #343434;
	text-decoration: none;
	outline: 0;
}

img[usemap], map area {
	outline: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

body {
	color: #343434;
	background: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/* carousel */
.container.wrapper .carousel-indicators li {
	padding: 7px;
	margin-left: 2px;
	margin-right: 2px;
}

/*remove padding*/
.no-padding {
	padding: 0 !important;
}

.no-padding-l {
	padding-left: 0;
}

.no-padding-r {
	padding-right: 0;
}

.no-padding-t {
	padding-top: 0;
}

.no-padding-b {
	padding-bottom: 0;
}

.no-padding-lr {
	padding-left: 0;
	padding-right: 0;
}

.no-padding-tb {
	padding-top: 0;
	padding-bottom: 0;
}

/*adds padding*/
.add-padding {
	padding: 15px;
}

.add-padding-l {
	padding-left: 15px;
}

.add-padding-r {
	padding-right: 15px;
}

.add-padding-t {
	padding-top: 15px;
}

.add-padding-b {
	padding-bottom: 15px;
}

.add-padding-lr {
	padding-left: 15px;
	padding-right: 15px;
}

.add-padding-tb {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*remove margin*/
.no-margin {
	margin: 0;
}

.no-margin-l {
	margin-left: 0;
}

.no-margin-r {
	margin-right: 0;
}

.no-margin-t {
	margin-top: 0;
}

.no-margin-b {
	margin-bottom: 0;
}

.no-margin-lr {
	margin-left: 0;
	margin-right: 0;
}

.no-margin-tb {
	margin-top: 0;
	margin-bottom: 0;
}

/*add margin*/
.add-margin {
	margin: 15px;
}

.add-margin-l {
	margin-left: 15px;
}

.add-margin-r {
	margin-right: 15px;
}

.add-margin-t {
	margin-top: 15px;
}

.add-margin-b {
	margin-bottom: 15px;
}

.add-margin-lr {
	margin-left: 15px;
	margin-right: 15px;
}

.add-margin-tb {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*Minus margin*/
.minus-margin {
	margin: -15px;
}

.minus-margin-l {
	margin-left: -15px;
}

.minus-margin-r {
	margin-right: -15px;
}

.minus-margin-t {
	margin-top: -15px;
}

.minus-margin-b {
	margin-bottom: -15px;
}

.minus-margin-lr {
	margin-left: -15px;
	margin-right: -15px;
}

.minus-margin-tb {
	margin-top: -15px;
	margin-bottom: -15px;
}

table, td, th {
	padding: 5px;
	border: 1px solid #ccc;
}

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

	.responsive table, .responsive td, .responsive th {
		padding: 0;
		border: none;
	}

	/* Force table to not be like tables anymore */
	.responsive table, .responsive thead, .responsive tbody, .responsive th, .responsive td, .responsive tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}

	.responsive td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 5px;

	}

	.responsive td {
		clear: both;
	}

	.responsive td:after {
		display: table;
		content: " ";
		clear: both;
	}

	.responsive td:before {
		left: 0;
		top: 0;
		width: 45%;
		padding-right: 0;
		white-space: normal;
		position: relative;
		float: left;
		margin-right: 10px;
		font-weight: 600;
	}

	/*Label the data*/
	.responsive td:before {
		content: attr(data-label);
	}

	.responsive td:nth-of-type(1) {
		padding-left: 5px;
		font-weight: bold;
	}

	.responsive td:nth-of-type(1):before {
		content: '';
	}
}

.form-control {
	color: #000;
	border-radius: 0;
}

.form-control ::-webkit-input-placeholder {
	color: #000;
}

.form-control :-moz-placeholder {
	color: #000;
}

.form-control ::-moz-placeholder {
	color: #000;
}

.form-control :-ms-input-placeholder {
	color: #000;
}

.form-control :placeholder-shown {
	color: #000;
}

.newsletter-signup .form-control {
	padding: 20px 15px;
}

ul.form {
	padding-left: 0;
	list-style: none;
}

ul.form li {
	padding: 0 !important;
}

.btn-default, .btn-primary, #searchsubmit {
	/*padding: 10px 18px;*/
	color: #fff;
	background: #111;
	border-color: transparent;
}

#searchsubmit:hover, #searchsubmit:focus #searchsubmit:active, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
	color: #fff;
	background: #333;
	border-color: transparent;
}

.searchform input {
	padding: 5px;
}

#searchsubmit {
	padding: 5px 15px;
}

.search-page .title {
	text-transform: capitalize;
}

.search-page a:hover .title {
	color: #777;
}

.search-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb {
	color: #979797;
	background-color: transparent;
	font-size: 13px;
	padding: 0;
}

.breadcrumb a {
	color: #979797;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #111;
}

.breadcrumb .active {
	color: #111;
}

/**
 * 	Blog Post/page layouting
 */

.post-box {
	transition: opacity .8s ease-in-out;
}

.post-box:hover {
	opacity: .6;
}

.post-box-inner {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	box-shadow: 0 0 3px #999;
	padding-bottom: 15px;
	min-height: 528px;
}

.post-title {
	font-size: 22px;
	margin-bottom: 10px;
	height: 87px;
	overflow: hidden;
	display: block;
	text-align: center;
}

.post-link {
	color: #666;
	font-weight: 100;
	font-size: 20px;
}

.post-link:hover {
	color: #A3AF89;
}

.post-content {
	overflow: hidden;
	max-height: 170px;
	margin-bottom: 5px;
}

.post-date {
	color: #999;
	font-size: 13px;
	padding-bottom: 5px;
}

.post-image {
	margin-bottom: 10px;
	height: 160px;
	overflow: hidden;
	position: relative;
}

.post-image img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#blog-pagination-top > .pagination-link,
#blog-pagination > .pagination-link {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	margin-left: -1px
}

.blog-pagination > li > a {
	color: #a6a398;
	padding: 5px 11px;
	position: relative;
	line-height: 1.4;
	text-decoration: none;
	border: 1px solid #ddd;

}

.blog-pagination > li > a:hover {
	background: #E7E7E7;
	border: 1px solid #E7E7E7;
	cursor: pointer;
}

.blog-pagination > .active > a {
	background: #ccc;
	border-color: #ccc;
	color: #fff;
	cursor: default;
}

.blog-pagination > .active > a:hover {
	background: #ccc;
	border-color: #ccc;
}

.blog-pagination > .disabled > a,
.blog-pagination > .disabled > a:hover {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: default;
}

#blog-pagination-top,
#blog-pagination {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	height: 30px;
	margin-bottom: 15px;
}

.post-categories .categories li {
	background: none;
}

.post-categories li a:hover {
	opacity: .6;
}

#post-categories .categories {
	font-weight: 100;
	color: #666;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#post-categories li {
	background: none;
	font-weight: 100;
	margin-bottom: 0;
	color: #111;
	font-size: 15px;
}

#post-categories li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

.blogposts {
	padding-left: 0px;
	padding-right: 0px;
}

.blog-row {

}

.post-full-link {
	font-weight: 600;
	margin-top: 2px;
}

.blog-row > a {
	height: auto;
}

@media (max-width: 991px) {
	#blog {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.post-image {
		overflow: hidden;
		height: auto;
	}

	.post-image img {
		position: inherit;
	}

	.post-title {
		height: auto;
		overflow: hidden;
	}

	.post-content {
		max-height: none;
		overflow: hidden;
	}

	.post-box-inner {
		min-height: 0;
		height: auto;
	}
}

/* header*/

.logo img {
	display: inline-block;
}

.navbar-default {
	border: none;
	background: none;
}

.navbar-collapse {
	width: 100%;
}

.contact-info ul,
.contact-info li {
	list-style: none;
	padding: 0;
	margin: 0;
}

header.affix {
	position: relative;
}

header .social {
	float: right;
}

.social li {
	background: #a6a398 url(/images/social_media_icons.png) no-repeat scroll 0 0;
	float: left;
	height: 25px;
	margin: 4px;
	width: 25px;
}

.social a {
	display: block;
	height: 25px;
	text-indent: -1000em;
	text-align: left;
}

.social li:hover,
.social li:focus,
.social li:active {
	opacity: .6;
}

.social li:first-child {
	margin-left: 0;
}

.social li:last-child {
	margin-right: 0;
}

.social .facebook {
	background-position: center 0;
	background-color: #4d70a8;
}

.social .twitter {
	background-position: center -35px;
	background-color: #00bbf2;
}

.social .google_plus {
	background-position: center -70px;
	background-color: #e3401d;
}

.social .blog {
	background-position: center -105px;
	background-color: #0da8ac;
}

.social .youtube {
	background-position: center -140px;
	background-color: #cb3737;
}

.social .pinterest {
	background-position: center -175px;
	background-color: #cb3737;
}

.social .instagram {
	background-position: center -210px;
	background-color: #444444;
}

.social .linkedin {
	background-position: center -245px;
	background-color: #1687b1;
}

.social .tumblr {
	background-position: center -280px;
	background-color: #36465d;
}

/* PAGE */
.thumbnail-side {
	text-align: center;
}

.thumbnail-side img {
	display: inline-block;
}

/* Contact Page Map Styling */

#map_canvas {
	height: 292px;
	width: 100%;
}

/** Reason to buy carousel */

@media (min-width: 768px) {
	#usp .carousel-inner > .item {
		display: block;
	}
}

#usp {
	position: relative;
	margin-top: 15px;
	z-index: 1;
	margin-left: -15px;
	margin-right: -15px;
}

ul.header-usp {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-usp li {
	padding-right: 0;
	font-size: 15px;
}

.header-usp li:before {
	content: '';
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 10px;
	background: url('/vertical/wp-content/themes/vertical_core/images/usp-header.png') no-repeat left top;

}

.header-usp li.usp-1:before {
	background-position: left top;
}

.header-usp li.usp-2:before {
	background-position: left -104px;
}

.header-usp li.usp-3:before {
	background-position: left -208px;
}

.header-usp li.usp-4:before {
	background-position: left -312px;
}

.header-usp .the-title {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 18px;
	font-weight: bold;
}

.header-usp .col-md-4 {
	width: 22.6%;
}

/* Extra small devices */
@media (max-width: 549px) {
	.header-usp li:nth-child(n+2) {
		display: none;
	}

	.header-usp li.active {
		display: block;
	}

	.header-usp .col-md-4 {
		width: 300px !important;
		margin: auto;
	}
}

/* Sub-small devices */
@media (min-width: 550px) and (max-width: 767px) {

	.header-usp li {
		position: relative;
		min-height: 1px;
		/*min-width: 320px !important;*/
	}

	.col-xss-6 {
		width: 50%
	}

}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
	.header-usp li:nth-child(n+4) {
		display: none !important;
	}

	.header-usp li {
		font-size: 12px;
	}

	.header-usp .title {
		font-size: 17px;
	}

}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
	.header-usp li:nth-child(n+5) {
		display: none;
	}

	.header-usp li {
		font-size: 12px;
	}

	.header-usp .title {
		font-size: 19px;
	}

}

/* Large devices */
@media (min-width: 1200px) {
	.header-usp li {
		font-size: 15px;
	}

	.header-usp .title {
		font-size: 21px;
	}

	.header-usp .col-md-4 {
		width: 22%;
	}
}

/* the-banners-case */
.the-banners-case {
	text-align: center;
}

.the-banners-case .carousel-inner > .item > img {
	display: inline-block;
}

.jhide {
	display: none;
}

@media (max-width: 374px) {
	.g-recaptcha {
		-webkit-transform: scale(0.9);
		-webkit-transform-origin: 0 0;
		transform: scale(0.9);
		transform-origin: 0 0;
	}
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.panel-title a {
	display: block;
	margin: -10px -20px;
	padding: 10px 15px;
}

.tab_section {
	min-height: 290px;
}

.tab-content > .tab-pane {
	background: none;
	border: none;
}

.tab-content.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}

.tab-content.panel-group .panel + .panel {
	margin-top: 0;
}

.tab-content h2, .tab-content h3, .tab-content h4 {
	margin-top: 0;
	font-size: 20px;
}

/* tab content */
@media (max-width: 767px) {
	.tab_section .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
	}

	.tab_section h4.accordion-click a.collapsed:before {
		content: "\e080";
	}

	.tab_section h4.accordion-click a:before {
		content: "\e114";
		font-family: 'Glyphicons Halflings';
		margin-right: 10px;
	}

}

@media (min-width: 768px) {
	.tab_section .collapse:not(.accordion) {
		display: block;
		height: auto !important;
	}

	.tab_section .collapsing:not(.accordion) {
		position: static;
		height: auto !important;
		overflow: visible;
	}

}

/*alert overwrides*/
.bs-callout {
	padding: 10px 15px;
	margin-bottom: 20px;
	border-left: 5px solid grey;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}

.bs-callout-success {
	background-color: #F3FCF2;
	border-color: #47B844;
}

.bs-callout-danger {
	background-color: #fdf7f7;
	border-color: #d9534f;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-warning {
	background-color: #fcf8f2;
	border-color: #f0ad4e
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

.bs-callout-info {
	background-color: #f2f2f2;
	border-color: #5bc0de
}

.pg-orders .bs-callout-info {
	border: 1px solid #ddd;
	border-top: 0;
}

.bs-callout-info h4 {
	color: #474541;
}

.bs-callout-info h2 {
	margin-top: 0;
}

.row.bs-callout {
	margin-left: 0;
	margin-right: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-right {
	text-align: right;
}

.block {
	display: block;
}

label.inline {
	padding-top: 5px;
}

.navbar-toggle {
	padding: 5px 10px;
}

@media (max-width: 767px) {
	.blog-row {
		margin-left: 0;
		margin-right: 0;
	}
}

table.fixed {
	table-layout: fixed;
	width: 100%;
}

.table-responsive table {
	table-layout: unset;
}

.datepicker table {
	table-layout: unset;
	border: none;
}

/** move me to where datatables are */
table td[data-content='yes'] {
	text-indent: -1000em;
	line-height: 0;
}

table td[data-content='yes'] span:after {
	position: relative;
	top: 1px;
	display: block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e013";
	text-indent: 0;
}

table td[data-content='no'] {
	text-indent: -1000em;
	line-height: 0;
}

table td[data-content='no'] span:after {
	position: relative;
	top: 1px;
	display: block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e014";
	text-indent: 0;
}

.pos-r {
	position: relative;
}

pre {
	text-align: left;
	position: relative;
	z-index: 10;
}

table.xe-notice {
	position: relative;
	z-index: 10;
}

/** Panel Accordion */
.panel-accordion > .nav-tabs {
    border-bottom: none;
}

.panel-accordion > .nav-tabs a {
    transition: none;
}

.panel-accordion > .panel-group > .panel {
	margin: 0;
	border: none;
}

.panel-accordion > .panel-group {
	margin: 0;
}

.panel-accordion > .panel-group > .panel > .panel-collapse > .panel-body {
	border: none;
}

.panel-accordion > .panel-group> .panel > .panel-heading a {
	color: #fff;
}

.panel-accordion > .panel-group > .panel > .panel-collapse {
    border: 1px solid #ddd;
}

/*panel-group accordion v2*/
.panel-group.accordion .panel{
	border-radius: 0;
	box-shadow: none;
}
.panel-group.accordion .panel-title a{
	position: relative;
	padding-right: 45px;
}
.panel-group.accordion .panel-title a:after{
	font-family: 'Glyphicons Halflings'; 
	content:"\e113";
	position: absolute;
	right:15px;
	top: 10px;
}
.panel-group.accordion .panel-title a.collapsed:after{
	content:"\e114";
}
.panel-group.accordion .panel-default>.panel-heading:hover{
	background: #e8e8e8;
}


.has-feedback.has-success small.help-block.manual {
	display: none;
}

.mainmenuList li a{
	position: relative;
	z-index: 991;
}

@media (min-width: 768px) {
	.mainmenuList .page__item.dropdown:hover > .dropdownMenu {
		display: block;
	}
}

/* footer grid */
.footer__grid{
	display: grid;
	gap: 30px;
}

.footer__grid--4{
	grid-template-columns: repeat(4, 1fr);
}

@media(max-width:991.98px){
	 .footer__grid--4{
		grid-template-columns:  repeat(2, 1fr);;
	}
}

@media(max-width:767.98px){
	.footer__grid--4{
		grid-template-columns: 1fr;
	}
}