/*
Theme Name: GSDavidson
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900');
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.iframe_vedio iframe {
	min-height: 330px;
	padding-top: 38px;
	width: 100%;
}

.small {
	font-size: 14px!important;
	font-style: italic;
	padding-top: 20px;
}

.li-style>li {
	list-style: outside none none;
	position: relative;
}

.col-sm-6 ul li {
	list-style: outside none none;
	position: relative;
}

.Table.top_margin {
	padding-top: 38px;
}

.right-icon .top_margin {
	padding-top: 20px;
}

.top {
	background: #333;
	color: #aab0be;
	padding: 10px 0;
	position: relative;
}

.col-sm-3 .showcase2 img {
	max-height: 149px;
}

.top::before,
.top::after {
	background-color: #fff;
	position: absolute;
	content: '';
}

.block {
	display: block;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.block img {
	transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}

.block .block-caption {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: #fff;
	display: table;
	left: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	width: 100%;
}

.block:hover .block-caption {
	opacity: 1;
}

.block {
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.block img {
	transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}

.block .block-caption {
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	width: 100%;
}

.imge-top {
	padding-top: 26px;
}

.header__container {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.products {
	padding: 60px 0;
}

.product-details {
	padding: 10px;
	border: 1px solid #eee;
	text-align: center;
}

.img-responsive {
	display: inline-block;
}

#cssmenu .menu-home-container>ul>li:last-child>a {
	padding-right: 0;
}

.product-info {
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 20px;
	font-weight: bold;
}

.header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	line-height: 1.6;
}

.header .widget {
	margin-top: 20px;
	padding-top: 20px;
}

.header__widgets .widget:last-of-type {
	margin-bottom: 20px;
}

.header .widget-icon-box:first-of-type .icon-box {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.main-nav {
	background: #008000;
}

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

.header .icon-box__title {
	margin-top: 6px;
	margin-bottom: 0;
	display: inline-block;
	transition: all 100ms ease-out;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.header .icon-box__subtitle {
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.btn {
	font-weight: 700;
	position: relative;
	font-size: 12px;
	padding: 15px 30px;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
}

.btn:after {
	content: "";
	background: #4caf50;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 4px;
	opacity: 0.5;
	transition: 0.4s;
	transition-timing-function: cubic-bezier(.36, .99, .47, 1.09);
}

.btn-default {
	background: #008000;
	color: #fff;
}

.btn-default:hover {
	background: #0da20d;
	color: #fff;
}

.banner {
	position: relative;
	max-height: 450px;
	overflow: hidden;
	background-image: url(/wp-content/uploads/2019/04/cityscape2.jpg);
	background-position: 50% 65%;
}

.patented-key {
	background: #228B22;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}

.patented-key h1 {
	font-weight: bold;
	/*font-size: 56px;*/
}

.patented-key h3 {
	font-weight: bold;
	margin-top: 30px;
}

.top_margin img {
	margin-top: 38px;
}

.banner-caption {
	/*position: absolute; */
	left: 0;
	right: 0;
	bottom: 25%;
	text-align: center;
}

.banner-caption h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	font-family: 'Vollkorn', serif;
	letter-spacing: 5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
	padding: 100px;
}

.social-icons ul {
	margin-bottom: 0;
}

.home-capabititie {
	background: url(./images/bg_capabiliti.jpg) no-repeat center;
	/*min-height: 450px;*/
	padding-top: 0 !important;
	background-position: 50% 0;
	padding-bottom: 0 !important;
	text-align: center;
}

.home-capabititie .block-title-w {
	margin-top: 60px;
	margin-bottom: 60px;
}

.home-capabititie .block-title-w .block-title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.home-capabititie .block-title-w .sub-title {
	color: #fff;
	font-size: 24px;
}

.footer {
	background: #333 url(./images/footer-bg.png) no-repeat center center;
	background-size: cover;
	margin-bottom: 0;
	padding-top: 30px;
	font-weight: 600;
	color: #9e9e9e;
}

.product-img img {
	max-height: 240px;
}

a {
	color: #008000;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #194e1b;
	text-decoration: underline;
}

.footer li a {
	color: #9e9e9e;
}

.social-icons a {
	color: #fff;
	font-size: 16px;
}

.footer-social a {
	color: #fff;
	font-size: 24px;
}

.cart-btn {
	margin-top: 5px;
}

.footer-top {
	padding-bottom: 20px;
}

.footer-bottom {
	background: #222;
	padding: 15px;
	color: #fff;
}

.footer-top__headings {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.block:hover .block-caption {
	opacity: 1;
	background: #008000 !important;
}

.block:hover .block-caption a {
	color: #fff !important;
}

@media (min-width: 992px) {
	.top::before {
		bottom: -2px;
		left: 0;
		height: 22px;
		width: calc(50% - 570px + 320px);
	}
	.top::after {
		bottom: -14px;
		width: 28px;
		height: 28px;
		-webkit-transform: rotate(145deg);
		-ms-transform: rotate(145deg);
		transform: rotate(145deg);
		left: calc(50% - 570px + 303px);
	}
	.header__logo {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding-top: 15px;
		width: 25%;
	}
	.header__widgets {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 0;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 75%;
	}
	.header .widget {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	.header__widgets .widget:last-of-type {
		margin-bottom: 0;
	}
	.header .widget {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	.header .icon-box {
		display: inline-block;
		margin-right: 20px;
		padding-left: 20px;
		padding-top: 6px;
		border-left: 1px solid #eee;
		border-bottom: 0;
		width: auto;
	}
}

@media (max-width: 991px) and (min-width:768px) {
	.header__widgets {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 0;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	.header .widget {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	.header__widgets .widget:last-of-type {
		margin-bottom: 0;
	}
	.header .widget {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	.header .icon-box {
		display: inline-block;
		margin-right: 20px;
		padding-left: 20px;
		padding-top: 6px;
		border-left: 1px solid #eee;
		border-bottom: 0;
		width: auto;
	}
	.header__logo {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding-top: 15px;
		width: 100%;
		text-align: center;
	}
}

.page p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #999;
}

.middle-area h3 {
	color: #008000;
	padding: 20px 0;
}

.page h2 {
	border-bottom: 1px solid;
	color: #008000;
}

.page .right-icon li::before {
	background: rgba(0, 0, 0, 0) url("./images/ok.png") no-repeat scroll center center / 20px auto;
	content: "";
	height: 25px;
	left: -36px;
	position: absolute;
	top: 6px;
	width: 25px;
}

.col-sm-4 ul li {
	list-style: outside none none;
	position: relative;
}

.right-icon>li {
	line-height: 40px;
}

.page .banner-caption {
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.Table {
	width: 100%;
}

.Table {
	display: table;
}

.Title {
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.Heading {
	display: table-row;
	font-weight: bold;
	text-align: center;
}

.Row {
	display: table-row;
}

.Cell {
	display: table-cell;
	border: solid;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (max-width:767px) {
	.banner-caption h1 {
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 18px;
		text-align: center;
	}
	.home-capabititie .block-title-w .block-title {
		color: #fff;
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.page h2 {
		border-bottom: none;
		color: #008000;
	}
	.home-capabititie .block-title-w .sub-title {
		color: #fff;
		font-size: 18px;
	}
	.home-capabititie .block-title-w {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.products {
		padding: 30px 0;
	}
	.patented-key h1 {
		font-weight: normal;
		font-size: 20px;
	}
	.patented-key h3 {
		font-weight: normal;
		margin-top: 20px;
		font-size: 16px;
	}
	.patented-key {
		background: #228B22;
		color: #fff;
		text-align: center;
		padding: 10px 0 20px;
	}
	.footer {
		font-weight: normal;
	}
	.product-details {
		margin-bottom: 15px;
	}
	.top {
		text-align: center;
	}
	.social-icons {
		text-align: center;
	}
	#cssmenu ul ul li {
		background: #269828;
	}
	.header__logo {
		width: 100%;
		padding-top: 15px;
		text-align: center;
	}
	.header__widgets {
		width: 100%;
		text-align: center;
	}
	.header .widget {
		margin-top: 0px;
		padding-top: 10px;
	}
	.btn {
		font-weight: 700;
		position: relative;
		font-size: 12px;
		padding: 8px 20px;
		border: none;
		text-transform: uppercase;
		border-radius: 0px;
	}
	.request-quote {
		margin-bottom: 10px;
	}
}




#cclbrand h2,#cclbrand h3 {
	color: #d44349;
}

#medecobrand h2,#medecobrand h3 {
	color: #585858;
}

#cibrand h2,#cibrand h3 {
	color: #e7212c;
}

#plbrand h2,#plbrand h3 {
	color: #326ac3;
}

#codebrand h2,#codebrand h3 {
	color: #e6a227;
}

#vsrbrand h2,#vsrbrand h3 {
	color: #9d0a0e;
}

#pllogo {
	background-color: #555;
}

#codelogo img {
	padding: 15px;
	background-color: #000001;
}

.entry-content img {
	padding: 5px;
}
