/*
Theme Name: MaxBotix
Author: BrightMarkMedia.com
Version: 1.2.0
*/

/* added a top margin for sticky top menu CDC 4/2/2018 */
body {
	margin-top: 48px;
	font-family: 'Montserrat', Arial, sans-serif !important;  
}

/* Indent for checkout review */
.shop_table.woocommerce-checkout-review-order-table .bundled_table_item .bundled_table_item_indent {
    padding-left: 32px !important;
}

/* Added simpler style for product page CDC 5/8/2018 */
.ddchild_.border.shadow {
    box-shadow: none;
}

.product_subtitle {
    margin-bottom: 0px;
    font-weight: 500;
}

.datasheet-link {
    margin-top: 15px;
    margin-bottom: 40px;
}

.beam-links.clearfix {
    margin-top: 0;
}

.beam-links.clearfix p {
    font-weight: 500;
}

/* Add Hover effect to social icons */
.socials a:hover path{
	color: #aaa;
	text-decoration: none;
}

/* Made Social Icon better alligned*/
.socials .fa-2x {
    position: relative;
    font-size: 1.7em;
    top: 3px;
}

/* Add hand pointer for non-linking menu item*/
.main-menus{
	cursor: pointer;
}

/* Add button hover effect */
.more-link:hover, .woocommerce ul.products li.product .product-arrow, .woocommerce-page ul.products li.product .product-arrow:hover{
    background-color: #66923a;
}

/* Add hover effects to hyperlinks*/
.topbar.custom-topbar a, .site-footer a, #mySidenav .side-info a, .sub-menu a, a.more{
    text-decoration: none !important;
    border-bottom: 0px solid;
}
.topbar.custom-topbar a:hover, .site-footer a:hover , #mySidenav .side-info a:hover, .sub-menu a:hover, a.more:hover{
    text-decoration: underline !important;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* Fix Downloads Page CDC 5/22/2018 */
.ProductDocs .alignnone {
    margin: 0;
}

/*Fix Font Weight in cart and checkout for product accessories CDC 5/15/2018*/
tr.cart_item.bundled_table_item td {
    font-weight: 400;
}
tr.cart_item td {
    font-weight: 600;
}

/* Redesign add to cart side panel for simple products CDC 5/15/2018*/
.woocommerce div.product form.cart p.price {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart p.price span.woocommerce-Price-amount.amount {
    position: relative;
    bottom: 3px;
}
.woocommerce div.product form.cart .bundle_price p.price {
	margin-bottom: 30px;
}

/* Redesign add to cart side panel updated for USB calbes 5/15/2018 */
.cart_group .bundled_product span {
    font-size: 15px;
    font-weight: 500 !important;
}
.quantity span{
    font-weight: 500;
}
div.single_variation_wrap.bundled_item_wrap .woocommerce-variation-price {
    display: none;
}
.woocommerce-variation-price {
    float: right;
    margin-bottom: 20px;
    top: 5px;
    position: relative;
}
.woocommerce-variation-price span.price {
    font-size: 15px !important;
    font-weight: 500;
}
.woocommerce div.product form.cart p.price {
    font-weight: 500;
}
p.price {
    position: relative;
    top: 10px;
}
.entry-summary .discount-display table>thead:first-child>tr:first-child>th, .entry-summary .discount-display table>thead:first-child>tr:first-child>td{
    display:none;
}
.entry-summary .discount-display th{
    background: #3d3d3d !important;
    color: #fff;
}
.entry-summary .discount-display th b, strong{
    font-weight: 500 !important;
}
.entry-summary .discount-display{
    font-size: 15px;
    font-weight:500;
}
div.single-cartnote{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
}
#complete_total{
    margin-bottom: 5px;
    font-weight: 500;
}
.discount-display{
    margin-top: -25px !important;
}

/* custom button for application selection guide CDC 4/5/2018 */
.hoverButton {
	border: 1px solid #b2b985;
	margin: 3px;
	padding: 4px;
	background-color: #f1f1f1;
}
.hoverButton:hover {
	background-color: #dcdcdc;
}
.hoverButton > a {
	text-decoration: none !important;
	font-weight: bold !important;
}
.hoverButton > a {
	font-size: 16px;
}
.content-column.one_third.hoverButton > a {
	font-size: 13px !important;
}

/* custom hover tips CDC 4/17/2018 */
.hovertip {
	position: initial;
    display: inline-block;
    border-bottom: 1px dotted black;
	visibility: visible;
}
.hovertip .tiptext {
    visibility: hidden;
    background-color: #3d3d3d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px;
	position: absolute;
    z-index: 1;
	top: 90%;
}
.hovertip:hover .tiptext {
    visibility: visible;
}

/* Assorted Changes for Product Filter and Related Pages CDC 5/7/2018*/
@media screen and (min-width: 992px) {
.entry-sidebar.sidebar-left.sidebar-filter {
    position: static !important;
    float: none;
    width: 100%;
}
.hovertip_filter .tiptext_filter {
    top: 360px;
    margin-top: auto;
}
.woof.woof_sid.woof_sid_auto_shortcode {
    display: block !important;
}
.woof_container_inner.woof_container_inner_environment {
    height: 150px;
}
.woof_redraw_zone {
    display: inline-flex;
}
.woof.woof_sid.woof_sid_auto_shortcode {
    overflow: auto;
}
.woof_container {
    width: 160px !important;
}
.woof_container_inner_beamangle {
    width: 300px;
}
.woof_container_inner_beamangle .woof_block_html_items {
    padding: 20px;
}
.entry-sidebar.sidebar-left.sidebar-filter h3 {
    font-size: 17px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-color: #999 !important;
}
.woof_block_html_items {
    height: 150px !important;
    width: 100% !important;
    opacity: 1 !important;
    border: 1px solid #999;
    background-color: #f1f2ec;
    overflow: auto !important;
    display: inherit !important;
}
aside.entry-sidebar h4 {
    font-size: 16px;
    height: 2em;
    margin: 0 0 5px 0;
}
.icheckbox_flat-green {
    margin: 7px 3px 0px 0px !important;
}
.woof_list label {
    font-weight: 500 !important;
}
.woof_sid_auto_shortcode .woof_container {
    margin: 5px;
}
.woof_submit_search_form_container {
    position: absolute;
    top: 41px;
    right: 32px;
}
.mobile-filter-toggle, .woof_front_toggle {
    display: none;
}
}
@media screen and (max-width: 991px) {
.hovertip_filter .tiptext_filter {
    top: auto;
    margin-top: 35px !important;
}  
}
.col-md-9 {
    float: none !important;
    width: 100% !important;
    position: static;
}
.product_content p {
    line-height: 2rem !important;
    font-weight: 400;
}
.sensors, .homebanner, .homebanner-h4 {
    display: none !important;
}
.entry-sidebar.sidebar-left.sidebar-filter {
    border-color: #999 !important;
}

.entry-sidebar.sidebar-left.sidebar-filter label {
    color: #111 !important;
}
.entry-sidebar.sidebar-left.sidebar-filter .icheckbox_flat-green {
    border-radius: 6px !important;
    box-shadow: inset 0px 0px 5px 1px #bbb;
}
.entry-sidebar.sidebar-left.sidebar-filter .icheckbox_flat-green.checked {
    box-shadow: inset 0px 0px 5px 1px #111;
}
.entry-sidebar.sidebar-left.sidebar-filter .icheckbox_flat-green.disabled {
    box-shadow: inset 0px 0px 5px 1px #ccc;
}
.entry-header.gireesh, .entry-content {
    float: none !important;
    width: 100% !important;
}
.entry-content {
    margin-top: 25px;
}
.woocommerce.archive .entry-header {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
}
aside.entry-sidebar h4 {
    cursor: text;
}
.hovertip_filter .tiptext_filter {
    visibility: hidden;
    background-color: #3d3d3d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    width: 95%;
}
.hovertip_filter:hover .tiptext_filter {
    visibility: visible;
}

/* dev-a changes */
span.item_suffix { display: none !important; }
.woocommerce div.product span.price { font-size: 1em; color: #111; }
.woocommerce div.product span.price:nth-child(1) { font-size: 1.25em; color: inherit; }
.single-cartnote { float: left; width: 100%; }
.woocommerce div.product form.cart .variations { margin-bottom: 0; }
.woocommerce div.product { margin-bottom: 5px; }
.bundled_product_summary:nth-child(5) .bundled_item_wrap { height: auto; overflow: initial; }
.bundled_product_summary:nth-child(5) .quantity_hidden { display: block !important; }
.bundled_product_summary .bundled_item_wrap { overflow: hidden; height: 0; }
.thumbnail_hidden .bundled_item_wrap { overflow: hidden; height: auto; }
.single_variation_wrap.bundled_item_wrap { height: 25px; margin-bottom: 0; }
.complete_total { font-size: 1.3em; line-height: 24px; clear: both; padding: 20px 0 0 0; text-align: right; }
.bundle-price p.price { display: none !important; }
.col-md-9 { float: right; }
/* CDC added max-width to help maintain site margins 5/1/2018 */
.main.container { 
    position: relative; 
	max-width: 1170px;
}
td.style_doc_column1 { display: none; }
td.style_doc_column2:before {
    content: '';
    display: block;
    float: left;
    width: 20px;
    height: 22px;
    margin-right: 10px;
    line-height: 45px;
    background: url(/wp-content/uploads/2017/05/pdf2.png);
    overflow: hidden;
    background-size: cover;
    background-position: -6px;
    background-repeat: no-repeat;
}
.search-closed { width: 44px !important; transition: all .5s;	-webkit-transition: all .5s; }
.search-open-mobile { position: absolute !important; width: 100% !important; left: 0 !important; }
.hide-element { display: none !important; }
aside.entry-sidebar h4 { font-size: 16px; }
td.label abbr { display: none; }
.woof_container_inner { cursor: pointer; }
.filter-toggle-button { cursor: pointer; }

/* square checkout iframe customization */
#sq-card-number {
    height: 55px!important;
    width: 200px!important;
}
#sq-expiration-date {
    height: 55px!important;
    width: 100px!important;
}
iframe#sq-postal-code {
    width: 76px!important;
    height: 55px!important;
}
iframe#sq-cvv {
    width: 65px!important;
    height: 55px!important;
}
.payment_method_square p.form-row.form-row-first, .payment_method_square p.form-row.form-row-last {
    float: none!important;
}
.payment_method_square p.form-row {
    display: inline-block!important;
    width:auto!important;
}

/* Hiding F-option and P-option product pages Add to cart buttons */
    li.post-17 .product_content h5 {display: none!important;}
    .single-product .post-17 .summary-right {display: none;}
    li.post-2665 .product_content h5 {display: none!important;}
    .single-product .post-2665 .summary-right {display: none;}
    li.post-740 .product_content h5 {display: none!important;}
    .single-product .post-740 .summary-right {display: none;}

/* filter css */

@media screen and (min-width: 992px) {
  .woof_sid_auto_shortcode { display: block; }
  aside.entry-sidebar.sidebar-left.sidebar-filter { position:absolute; top:48px; left:15px; }
}

/* CDC add position tag to prevent overlapping items on screen resize 4/3/2018 */
@media screen and (max-width: 991px) {
  aside.entry-sidebar { width: 100% !important; } 
  .woocommerce-tabs.wc-tabs-wrapper{
		width:58% !important;
	}
	aside.entry-sidebar.sidebar-left.sidebar-filter { position:static; }
	section.related.products{
		width:58% !important;
	}
}

@media screen and (max-width: 414px) {
.special-message p {
	width:100%; }
}


@media screen and (max-width: 768px) {
  .woof_sid_auto_shortcode { display: none; }
}

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

.kopa-promo-1-widget .slider-desktop {

background: url(/wp-content/uploads/2017/06/768x1024.jpg); }
  
}

.mobile-filter-toggle {
  float: right;
  cursor: pointer;
}

.mobile-filter-toggle:hover {
  text-decoration: underline;
}

.woof_reset_search_form {
	float: none !important; 
  color: #111 !important;
  display: block !important;
  width: 100%;
  max-width: 100%;
  border: 1px solid #324000 !important;
  margin-top: 8px !important;
  font-size: 16px !important;
}

.woof_checkbox_count{
    margin-left: 3px;
  	float: right;
}

.woof_checkbox_label{
    margin-left: 10px;
   width:80% !important;
    font-size: 13px;
}

.woof_sid_auto_shortcode{
    background: none !important;
    border: none !important;
    clear: both;
}

.woof_products_top_panel li{
    float: left;
    margin: 0 15px 0 0 !important;
    list-style: none !important;
  	background: #fff;
  	border-radius: 20px;
  	padding: 0 15px;
  	border: 1px solid #324000;
}

.woof_products_top_panel{
    overflow: hidden;
    line-height: 28px;
    margin: 5px 0 15px 0;
    display: none;
    position: relative;
    z-index: 99;
  	font-size: 12px;
}

.woof_sid_auto_shortcode.woof { padding: 0; box-shadow: none; }
.entry-sidebar ul li { background: none !important; }
.woof_sid_auto_shortcode .woof_container { width: 100%; float: left; }
.woof_list label { padding-bottom: 0 !important; width: 80% !important; }
.icheckbox_flat-green { float: left; }
.woof_products_top_panel { font-size: 12px; line-height: 28px; }

/* END FILTER CSS OVERRIDES */
/* CDC Bumped up font-weight to 400 from 300 4/5/2018 */
body {
    font-size: 16px;
	font-weight:400;
    line-height: 1.5;
    color: #111;
}
.box {
    text-align: center;
    padding: 15px;
}

.product_content p >  br{display: none} 
.left-div {
    display: inline-block;
    max-width: 300px;
    text-align: left;
    padding: 0px;
    margin: 15px;
    vertical-align: top;
    text-align: center;
}
.right-div {
    display: inline-block;
    max-width: 280px;
    padding: 0px;
    margin: 15px;
    text-align: center;
}
embed, iframe, object, video {
    width: 602px;
    height: 338px;
    vertical-align: middle;
}
@media screen and (max-width: 414px) {
	embed, iframe, object, video {
		width: auto;
		height: auto;
	}
}
/**
 * Common Colors
 */
/* Background colors */

body,
.navbar-toggle {
    background-color: #dce1b6;
}
.topbar,
.navbar-toggle .icon-bar,
.slide-content .btn-slide,
.more-link,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current,
.featured-item a,
a.view-all-btn,
.link-box a:hover,
.slick-dots li.slick-active button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #324000;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #66923a;
}
.site-header,
.slide,
.entry-sidebar,
.mb-section-dark {
    background-color: #dce1b6;
}
.slide-content .btn-slide:hover,
.featured-item a:hover,
a.view-all-btn:hover {
    background-color: #4c7b1b;
}
.docs ul,
.data-table tr td,
.link-box a {
    background-color: #fff;
}
/* Font colors */

a,
a:hover,
.primary-menu > ul,
.nav-links a.page-numbers,
.mb-section .more {
    color: #111;
}
.topbar,
#cart-link,
.slide,
.more-link,
.more-link:hover,
.more-link:focus,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current,
.link-box a:hover,
.highlight h3,
.site-footer,
.footer-top,
.featured-item a,
a.view-all-btn {
    color: #fff;
}
.entry-meta,
.subtitle,
.docs h3,
.woocommerce .product-category-title {
    color: #505050;
}
/* Border colors */

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    border-color: #bec58b;
}
.woocommerce .related.products h2,
.woocommerce .up-sells.upsells h2 {
    border-color: #bec58b;
}
.blog .entry,
.search .entry,
.archive .entry,
.post-list .entry,
.blog .entry:last-child,
.archive .entry:last-child,
.post-list .entry:last-child,
.page-header,
.entry-header {
    border-color: #c1c796;
}
.nav-links .page-numbers,
.slick-dots li button {
    border-color: #324000;
}
/* Elements */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
	letter-spacing:0.5px !important;
    color: inherit;
}
h3 {
    font-size: 22px;
}
a,
a:hover {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
blockquote {
    border-color: #9caa37;
}
button,
input,
select,
textarea {
    background-color: #fafafa;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    font-weight: normal;
}
button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}
input,
textarea {
    background-image: none;
    border: 1px solid #e7e7e7;
    color: #707070;
}
input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #333;
}
input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: 0.5;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #324000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 7px 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.button:focus,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #b4bb85;
    outline: 0;
    color: inherit;
    text-decoration: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    width: 100%;
}
input,
textarea {
    padding: 7px 5px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
table {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
td,
th {
    padding: 0;
    padding: 8px;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, .1);
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
}
thead th {
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
thead td {
    border-bottom-width: 2px;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table > tbody + tbody {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.entry-summary table,
.entry-summary table td,
.entry-summary table th,
.entry-summary table thead td,
.entry-summary table thead th {
    border: 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-color: inherit;
}
article:before,
article:after {
    content: "";
    clear: both;
    display: table;
}
.screen-reader-text {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.list-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
ul.list-tick,
ul.list-dot {
    list-style: none;
    padding-left: 0;
}
ul.list-tick li,
ul.list-dot li {
    line-height: 1.2;
}
ul.list-tick li {
    margin-bottom: 15px;
    padding-left: 35px;
    min-height: 21px;
    background: url(assets/img/list-style-tick.png) no-repeat 0 3px;
}
ul.list-dot li {
    margin-bottom: 15px;
    padding-left: 24px;
    min-height: 21px;
    background: url(assets/img/list-style-dot.png) no-repeat 0 3px;
}
/**
 * Topbar
 */

.topbar {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    padding: 10px 0 7px;
}
.topmenu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}
.topmenu li {
    float: left;
    margin-right: 20px;
}
.topmenu li a {
    color: inherit;
}
.search-container {
  	transition: all .5s;
  	-webkit-transition: all .5s;
    float: right;
}
.search-container {
    width: 185px;
    position: relative;
}
.searchform {
    position: relative;
}
.searchform input[type=text] {
    padding: 8px 35px 8px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    border-radius: 15px;
    outline: none;
    color: inherit;
    line-height: 1;
    width: 100%;
    height: 34px;
    display: block;
    color: #111;
    font-size: 14px;
}
.searchform input[type=text]:focus {
    border-color: #efefef;
}
.searchform input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent url(assets/img/search.png) no-repeat center center;
    text-indent: -9999px;
    border: none;
    box-shadow: none;
    outline: none;
    width: 40px;
}
#cart-link {
    position: absolute;
    right: 100%;
    padding: 0 10px 0 0;
    font-size: 20px;
}
/**
 * Site Header
 */

.site-header {
    padding: 25px 0 0;
}
.site-header > .container {
    position: relative;
}
.navbar-toggle {
    position: absolute;
    top: 0;
    margin: 0;
    border-color: #aebc4c;
}
.branding {
    float: left;
    margin-right: 30px;
}
.branding .logo {
    margin-bottom: 15px;
    display: block;
}
/**
 * Menu Style
 */

.primary-menu {
    font-size: 14px;
}
.primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.primary-menu li {
    position: relative;
    margin-bottom: 25px;
}
.primary-menu > ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px 15px;
    transition: all 200ms ease-in-out;
}
.primary-menu > ul li.current-menu-item > a,
.primary-menu > ul li.current-menu-ancestor > a {
    font-weight: bold;
}
/* 1st level */

.primary-menu > ul {
    float: right;
}
.primary-menu > ul > li {
    float: left;
    padding-right: 50px;
}
.primary-menu > ul > li:last-child {
    padding-right: 0;
}
.primary-menu > ul > li > a {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    padding: 41px 0 22px;
    background-position: 50% 7px;
    background-repeat: no-repeat;
    background-size: auto 24px;
    text-align: center;
}
.primary-menu > ul > li.icon-home > a {
    background-image: url("assets/img/menu-icon0.png");
}
.primary-menu > ul > li.icon-industries > a {
    background-image: url("menu-icon1.png");
}
.primary-menu > ul > li.icon-products > a {
    background-image: url("assets/img/menu-icon2.png");
}
.primary-menu > ul > li.icon-solutions > a {
    background-image: url("assets/img/menu-icon3.png");
}
.primary-menu > ul > li.icon-support > a {
    background-image: url("assets/img/menu-icon4.png");
}
.primary-menu > ul > li.icon-contact > a {
    background-image: url("assets/img/menu-icon4.png");
}
.primary-menu > ul > li.icon-aboutus > a {
    background-image: url("assets/img/menu-icon5.png");
}
.primary-menu > ul > li.icon-news > a {
    background-image: url("assets/img/news.png");
}
.primary-menu > ul > li.icon-tutorials > a {
    background-image: url("assets/img/tutorials.png");
}
/* 2nd level */

.primary-menu > ul > li > .sub-menu {
    left: 0;
    top: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}
/* nth level */

.primary-menu .sub-menu {
    position: absolute;
    width: 220px;
    z-index: 500;
    background-color: #c1c796;
    transition: all 200ms ease-in-out;
    visibility: hidden;
    padding: 10px 0;
    opacity: 0;
    border-radius: 2px;
}
.primary-menu .sub-menu a {
    background-color: #c1c796;
}
.primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.primary-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.primary-menu .sub-menu > li:hover > a {
    background-color: #afb77b;
}
/**
 * Mega Menu
 */

.primary-menu > ul > li.has-mega-menu {
    position: static;
}
.primary-menu > ul > li.has-mega-menu > a {
    position: relative;
}
.primary-menu > ul > li.has-mega-menu > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -12px;
    z-index: 499;
    border: 12px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
}
.primary-menu > ul > li.has-mega-menu:hover > a:after,
.primary-menu > ul > li.has-mega-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.primary-menu > ul > li.has-mega-menu > .sub-menu {
    /*width: 100%;
	width: calc(100% - 30px);*/
    
    width: 750px;
    padding: 10px 15px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: 0;
}
.primary-menu > ul > li.has-mega-menu .sub-menu > li:hover > a {
    background-color: transparent;
}
/* Column container */

.primary-menu > ul > li.has-mega-menu {
    position: relative !important;
}
.primary-menu > ul > li.has-mega-menu > .sub-menu > li {
    width: 45%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}
/* Column Title Item */

.primary-menu > ul > li.has-mega-menu > .sub-menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #aeb389;
    padding-left: 0;
    margin-bottom: 5px;
    padding-bottom: 7px;
}
/* Column inner */

.primary-menu > ul > li.has-mega-menu > .sub-menu > li > .sub-menu {
    position: static;
    padding: 0;
}
.primary-menu > ul > li.has-mega-menu > .sub-menu > li > .sub-menu > li > a {
    background-image: url(assets/img/menu-item-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 7px;
}
.primary-menu > ul > li.has-mega-menu > .sub-menu > li > .sub-menu > li:hover > a {
    text-decoration: underline;
}
.primary-menu > ul > li.has-mega-menu > .sub-menu > li > .sub-menu > li.btn-view-all > a {
    display: inline-block;
    background: #486b24 url(assets/img/menu-btn-arrow.png) no-repeat 85% 9px;
    color: #fff;
    font-size: 13px;
    padding: 5px 35px 5px 20px;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 10px;
}
/**
 * Mobile Menu
 */

#mobile-menu {
    display: none;
}
/**
 * Slider
 */

.slide {
    min-height: 600px;
    font-size: 18px;
    padding: 30px 0;
    display: table !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide-content {
    display: table-cell;
    vertical-align: middle;
}
.slide-content h1 {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
}
.slide-content .btn-slide {
    color: inherit;
    display: inline-block;
    padding: 10px 27px 10px;
    border-radius: 45px;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0;
    text-decoration: none;
}
/**
 * Main Body
 */

.template-home .main {
    padding-bottom: 0;
    margin-top: 0;
}
.main {
    padding-bottom: 50px;
    margin-top: 20px;
}
.breadcrumbs {
    padding: 20px 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #767676;
}
.breadcrumbs span {
    display: inline-block;
    margin: 0 10px;
}
.breadcrumbs span span {
    margin: 0;
}
.breadcrumbs span:first-child {
    margin-left: 0;
}
.entry:before,
.entry:after {
    content: "";
    display: table;
    clear: both;
}
.blog article,
.search article,
.archive article,
.post-list article {
    padding: 30px 0;
    border-bottom: 1px solid #c1c796;
}
/* All article margin formatting */
/* CDC decreased font-size to 17 from 19 4/5/2018 */
.single-post article { 
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
}
.blog .page-header {
    display: none;
}
.blog article:first-child,
.search article:first-child,
.archive article:first-child,
.blog .page-header + article,
.post-list article:first-child {
    border-top: 1px solid #c1c796;
}
.post-thumbnail {
    float: left;
    margin-right: 25px;
}
.post-body {
    overflow: hidden;
}
.page-header,
.entry-header {
    padding: 0 0 10px;
    border-width: 0 0 0px 0;
    border-style: solid;
    margin: 0 0 00px;
}
g581 .no-results .page-header {
    padding-bottom: 5px;
}
.post-body .entry-header {
    padding: 0;
    border: none;
    margin: 0;
}
.page-title,
.entry-title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
}
.post-body .entry-title {
    font-size: 18px;
}
.blog .entry-title,
.archive .entry-title {
    margin-bottom: 3px;
}
.entry-title a {
    color: inherit;
    text-decoration: none;
}
.entry-meta {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
}
.post-body .entry-meta {
    color: #333;
}
.blog .entry-meta,
.archive .entry-meta {
    margin-bottom: 5px;
}
.entry-meta span {
    margin-right: 10px;
    padding-right: 15px;
    border-color: #707070;
    border-width: 0 1px 0 0;
    border-style: solid;
}
.entry-meta span:last-child {
    border-right: 0;
}
.subtitle {
    font-size: 16px;
    line-height: 1.5;
}
.subtitle > *:last-child {
    margin-bottom: 0;
}
.related-links {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.related-links li {
    font-weight: bold;
    font-size: 14px;
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 5px 0;
    border-right: 1px solid #aaa;
    line-height: 1;
}
.related-links li:first-child,
.related-links li:last-child {
    border: 0;
    padding: 0;
}
.related-links li a {
    font-weight: normal;
}
.share-post {
    font-size: 0;
    margin: 10px 0 0;
}
.share-post a {
    width: 55px;
    height: 25px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    color: #fff;
    background: #a2a684;
    font-size: 15px;
    margin-right: 1px;
}
.share-post .fa {
    line-height: 25px;
}
.share-post .facebook {
    background-color: #3b5998;
}
.share-post .twitter {
    background-color: #28aae1;
}
.share-post .linkedin {
    background-color: #0073b2;
}
.share-post .google-plus {
    background-color: #df3d1b;
}
.entry-content {
    line-height: 1.643;
    overflow: hidden;
    position: relative;
}
.blog .entry-content,
.archive .entry-content {
    line-height: 1.5;
}
.entry-sidebar {
    padding: 15px 18px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #b9bf97;
    width: 260px;
    margin-left: 40px;
    float: right;
}
.page .entry-content.has-sidebar > div {
    width: calc(100% - 300px);
    float: left;
}
.entry-sidebar.sidebar-left {
    margin-left: 0;
    margin-right: 40px;
    float: left;
}
.sidebar-filter {
    position: relative;
}
.sidebar-filter.sidebar-expand {
    padding-bottom: 30px;
}
.sidebar-filter.sidebar-collapse h3 {
    border-bottom-width: 1px;
}
.sidebar-filter .toggle-filters {
    float: right;
    margin-top: -50px;
}
.sidebar-filter.overlay:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 5000;
}
.entry-sidebar h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #acb56d;
}
.entry-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.entry-sidebar ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    background: url(assets/img/angle-right-green.png) no-repeat 0 6px;
}
.entry-sidebar ul li a {
    color: inherit;
}
.more-link {
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
}
.more-link:hover,
.more-link:focus {
    text-decoration: none;
}
.nav-links {
    margin-top: 30px;
}
.nav-links .page-numbers {
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    transition: 200ms all ease-in-out;
    border-color: #a8ae79;
}
/* Download List */

.docs {
    margin-bottom: 30px;
}
.docs h3 {
    font-size: 18px;
    font-weight: normal;
}
.docs table {
    border: 0;
}
.docs td,
.docs th {
    border-width: 0 0 1px 0;
    padding-left: 0;
    padding-right: 0;
}
.docs td:nth-child(odd),
.docs th:nth-child(odd) {
    text-align: left;
    padding-right: 8px;
}
.docs td:nth-child(even),
.docs th:nth-child(even) {
    text-align: right;
    padding-left: 8px;
}
.docs a[href$=".pdf"] {
    padding-right: 32px;
    background: url(assets/img/pdf.png) no-repeat right top;
    display: inline-block;
}
.docs .white-box {
    background: #fff;
    padding: 17px 25px 25px;
}
/* Data-table */

.data-table {
    margin-bottom: 40px;
}
.data-table tr td {
    font-size: 16px;
    padding: 12px 15px !important;
    width: 50%;
}
/* Link Box */

.link-box {
    margin-top: 30px;
}
.link-box a:nth-child(4n) {
    margin-right: 0;
}
.link-box a {
    text-align: center;
    width: calc(25% - 30px);
    padding: 35px 10px;
    margin: 0 25px 30px 0;
    display: inline-block;
    font-size: 24px;
    vertical-align: text-top;
    border-radius: 5px;
    text-decoration: none;
    transition: 200ms all ease-in-out;
}
/**
 * Footer
 */

.site-footer {
    background-color: #5a6929;
}
.site-footer a,
.site-footer a:hover,
.site-footer a:focus {
    color: inherit;
}
.footer-top {
    background-color: #324000;
    padding: 50px 0;
}
.widget {
    width: 22%;
    float: left;
    padding: 0 15px;
    margin: 20px 0;
}
.widget:nth-child(4n+1) {
    clear: both;
}
.widget:first-child,
.widget:nth-child(4n+1) {
    width: 32%;
    margin-right: 2%;
}
.widget-title {
    margin: 0 0 15px;
    font-weight: bold;
}
.widget ul {
    padding: 0;
    list-style: none;
}
.widget ul li {
    font-size: 16px;
    margin-bottom: 8px;
}
.footer-bottom {
    padding: 25px 0;
}
.site-footer .socials {
    float: right;
}
.site-footer .socials span {
    display: inline;
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}
.site-footer .socials a {
    margin-left: 10px;
}
.site-footer .socials a img {
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.site-footer .copyright {
    padding-right: 30px;
    overflow: hidden;
    margin-top: 15px;
}
/**
 * WP Classes
 */

.alignleft {
    float: left;
    margin: 0 35px 30px 0;
}
.alignright {
    float: right;
    margin: 0 0 30px 35px;
}
.aligncenter {
    display: block;
    margin: 30px auto;
}
.alignnone {
    margin: 30px 0;
}
/* Slick slider */

.slick-arrow {
    width: 34px;
    height: 34px;
    background-size: 100%;
    z-index: 10;
    border-radius: 50%;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    left: 0;
    background-image: url(assets/img/angle-left-o.png);
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
    background-image: url(assets/img/angle-right-o.png);
    right: 0;
}
.slick-arrow:before,
.slick-arrow:after,
.slick-dots li button:before,
.slick-dots li button:after {
    content: none;
}
.slick-dots {
    width: auto;
    left: 0;
    right: 0;
}
.slick-dots li {
    width: 16px;
    height: 16px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}
/* Responsive Youtube video */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**************
   Components
**************/
/* CDC Bumped up font-weight to 400 from 300 4/5/2018 */
.mb-section {
    padding: 70px 0 100px;
    font-size: 16px;
    font-weight: 400;
}
.mb-section-text {
    line-height: 1.875;
}
.mb-section-title {
    font-size: 32px;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    margin-top: 0;
    margin-bottom: 30px;
}
@media only screen and (min-width:260px) and (max-width:768px)
{
.mb-section-title{font-size: 24px}
}
.mb-section-title h2 {
	
	font-weight: 500 !important;
    letter-spacing: 0.5px !important;
	
}

.mb-section .more {
    font-weight: bold;
    padding-right: 15px;
    background: url(assets/img/angle-right-green.png) no-repeat right center;
}
/* CDC Bumped up font-weight to 400 from 300 4/5/2018 */
.mb-section ul {
    font-size: 16px;
	font-weight:400;
}
/* Env Box */

.envbox-wrap > div:nth-child(4n+1) {
    clear: both;
}
.envbox {
    max-width: 230px;
    border: 1px solid #324000;
    margin: 0 auto 30px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.envbox a {
    text-decoration: none;
}
.env-thumb {
    height: 115px;
    overflow: hidden;
}
.env-thumb img {
    display: block;
    width: 100%;
}
.env-text {
    font-size: 14px;
    text-align: center;
    padding: 10px 10px 50px 10px;
    position: relative;
}
.env-text h3 {
    font-size: 16px;
    margin: 10px 0;
}
.env-text:after {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: url(/wp-content/uploads/2017/01/arrow-button.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -18px;
}
/* Highlights */

.highlight {
    font-size: 17px;
    position: relative;
    margin: 25px 0;
}
.highlight img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.highlight h3 {
    position: absolute;
    background: rgba(50, 64, 0, 0.83);
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
}
/* Featured Items */

.featured-items {
    padding-top: 120px;
}
.featured-item {
    font-size: 18px;
    outline: none;
    margin-bottom: 40px;
    color: #000;
}
.featured-item .product-thumb {
    display: inline-block;
}
.featured-item span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.featured-item h2 {
    font-size: 28px;
    font-weight: 500;
	letter-spacing:0.5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d0d4b7;
    padding-bottom: 6px;
    margin-top: 15px;
}
.featured-item h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}
.featured-item p {
    font-size: 18px;
    margin-bottom: 25px;
}
.featured-item a,
a.view-all-btn {
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none;
}
.featured-items .slick-slider {
    padding-left: 40px;
    padding-right: 40px;
}
/* Post Grid */

.post-grid {
    padding-bottom: 80px;
    font-size: 17px;
    line-height: 1.353;
    color: #2c2c2c;
}
.post-grid .post-carousel {
    padding-bottom: 90px;
}
.post-grid .post-carousel * {
    outline: none;
}
.post-grid-item img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.post-grid-item p {} .post-grid-item a {} .post-grid .slick-arrow {
    top: auto;
    bottom: 0;
}
.post-grid .slick-prev {
    left: 50%;
    margin-left: -38px;
}
.post-grid .slick-next {
    right: 50%;
    margin-right: -38px;
}
/* Narrow Search Filter */

.optgroup {
    padding-bottom: 10px;
    border-bottom: 1px solid #acb56d;
    margin-bottom: 20px;
}
.optgroup:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.optgroup .optgroup-label {} .optgroup .optgroup-label .optctrl {
    float: left;
    padding: 0 7px 0 0;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
}
.optgroup .optgroup-label h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 20px;
}
.optlist {} .optlist li {
    padding-left: 0 !important;
    background: none !important;
    margin-bottom: 5px !important;
}
.optlist li input[type=checkbox]:not(.anything),
.optlist li input[type=radio]:not(.anything) {
    display: none;
}
.optlist li label {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    display: block;
}
.optlist li label span {
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.optlist li:not(.anything) label {
    padding-left: 25px;
    position: relative;
}
.optlist li:not(.anything) label:before {
    content: "";
    color: #497d13;
    font: normal normal normal 14px FontAwesome;
    line-height: 18px;
    text-align: center;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #acb56d;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.optlist li:not(.anything) input[type=checkbox]:checked + label:before,
.optlist li:not(.anything) input[type=radio]:checked + label:before {
    content: "\f00c";
}
.btn-more-opts {
    background: #5a6929;
    color: #fff;
    padding: 10px 20px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.btn-more-opts:hover,
.btn-more-opts:focus {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    #mobile-menu {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
	.phone-number {
  	display: none;  
  }
}

@media screen and (max-width: 991px) {
    .search-container {
        width: 185px;
    }
    .branding {
        width: 200px;
    }
    .primary-menu > ul > li {
        padding-right: 30px;
    }
    .primary-menu > ul > li > a {
        padding-top: 30px;
        background-position: 50% 0;
        background-size: auto 20px;
    }
    .primary-menu .sub-menu .sub-menu {
        right: 100%;
        left: auto;
    }
    .primary-menu > ul > li.has-mega-menu > .sub-menu > li {
        width: 50%;
    }
    .primary-menu > ul > li.has-mega-menu > .sub-menu > li:nth-child(2n+1) {
        clear: both;
    }
    .primary-menu > ul > li.has-mega-menu > .sub-menu > li > .sub-menu > li.btn-view-all > a {
        margin-bottom: 10px;
    }
    .entry-sidebar,
    .page .entry-content.has-sidebar > div {
        float: none;
        width: auto;
        margin: 0 0 40px 0;
    }
    .link-box a {
        width: calc(50% - 30px);
        padding: 25px 10px;
        font-size: 22px;
    }
    .envbox-wrap > div:nth-child(2n+1) {
        clear: both;
    }
    .widget {
        width: 50% !important;
    }
    .widget:nth-child(4n+1) {
        clear: none;
    }
    .widget:nth-child(2n+1) {
        clear: both;
    }
    .widget:first-child,
    .widget:nth-child(4n+1) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .topmenu,
    .search-container {
        width: auto;
        float: none;
        overflow-x: hidden;
    }
    .topbar {
        padding-bottom: 18px;
    }
    .branding {
        float: right;
      	margin-right: 0;
    }
    #desktop-menu {
        display: none;
    }
    .primary-menu {
        margin: 0 -15px;
    }
    .primary-menu > ul {
        float: none;
    }
    .primary-menu > ul li a {
        padding: 3px 15px;
        margin-bottom: 2px;
    }
    .primary-menu > ul li:last-child > a {
        margin-bottom: 0;
    }
    .primary-menu > ul > li {
        float: none;
        padding-right: 0;
    }
    .primary-menu > ul > li > a {
        font-size: 14px;
        line-height: 1.5;
        padding: 3px 15px;
        text-align: left;
        background-image: none !important;
    }
    .primary-menu > ul > li:hover > a {
        background-color: #afb77b;
    }
    .primary-menu .sub-menu {
        position: static;
        visibility: visible;
        opacity: 1;
        width: auto;
        border: 0 !important;
        padding: 0 0 0 15px;
        margin-top: 2px;
    }
    .primary-menu > ul > li.has-mega-menu > .sub-menu {
        padding: 0 0 0 15px;
        box-shadow: none;
    }
    .primary-menu > ul > li.has-mega-menu > a:after {
        content: none;
    }
    .primary-menu > ul > li.has-mega-menu > .sub-menu > li {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    .breadcrumbs {
        display: none;
    }
    .blog .page-header {
        display: block;
    }
    .blog .page-header + article {
        padding-top: 0;
        border-top: none;
    }
    .post-thumbnail {
        float: none;
        margin: 0 0 25px;
    }
    .link-box a {
        width: 100%;
    }
    .widget {
        width: auto !important;
        float: none;
        margin-bottom: 40px;
    }
    .widget:last-child {
        margin-bottom: 0;
    }
    .site-footer .socials {
        float: none;
    }
}
/* Image drowdown */

.dd.ddcommon {
    width: 100% !important;
}
.dd.borderRadius,
.borderRadiusTp {
    border-radius: 0;
}
.dd {
    border: 0;
    outline: none;
}
.dd .ddTitle {
    background: #d06f20;
    color: #fff;
}
.dd .ddTitle .ddTitleText {
    padding-left: 10px;
}
.dd .divider {
    display: none;
}
.dd .ddChild {
    left: 0;
}
.dd .ddChild li {
    background-color: #eee;
    border-bottom: 1px solid #bbb; /*removed dotted border CDC 5/8/2017*/
}
.dd .ddArrow {
    background-image: url(assets/img/open_close.png);
}
.ddcommon .ddArrow:hover {
    background-position: 0 0;
}
.dd .ddTitle .ddTitleText img {
    padding-right: 8px;
}
/* Formassembly shortcode */

.wFormContainer {
    max-width: none !important;
    width: 100% !important;
    border-color: #c1c796 !important;
}
.wForm table {
    table-layout: fixed;
}
.wForm fieldset {
    margin-top: 25px !important;
}
.wForm fieldset legend {
    border-bottom: none;
}
.wForm .oneField input,
.wForm select,
.wForm textarea {
    background: #fff !important;
    border-color: #ddd !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.wFormContainer .supportInfo a {
    font-size: inherit !important;
}
/* Woocommerce */

.post-type-archive-product .entry-header {
    border-bottom: none;
}
/* CDC Bumped up font-weight to 400 from 300 4/5/2018 */
.woocommerce .product-subcat-title {
    margin-top: 0;
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1c796;
    margin-bottom: 30px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
    background: transparent;
    padding: 0 0 15px;width: 100%;
    margin: 0;
}
.woocommerce ul.products li.product > img,
.woocommerce-page ul.products li.product > img {
    padding: 15px;
}
.woocommerce ul.products li.product .product_content,
.woocommerce-page ul.products li.product .product_content {
    padding: 0 15px;
    font-size: 14px;
    border-top: 1px solid #ddd;
    float: right;
    width: 70%;
    text-align: left;
    height: inherit!important;
}
.woocommerce ul.products li.product .product-arrow img,
.woocommerce-page ul.products li.product .product-arrow img {
    display: inline;
    width: auto;
    margin: 10px 0 0 0;
}
.woocommerce ul.products li.product .product-arrow,
.woocommerce-page ul.products li.product .product-arrow {
    display: inline-block;
    background: #324000;
    padding: 7px 15px;
    color: #fff;
    border-radius: 20px;
}
.single-product .page-title {
    position: relative;
    margin-bottom: 50px;
}
.single-product .page-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #bec58b;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.single-product .page-title span {
    position: relative;
    z-index: 10;
    padding-right: 20px;
    background: #dce1b6;
}
.product-image {
    background: #fff;
    overflow: visible;
    width: 28%;
    border-radius: 4px;
    float: left;
}
.woocommerce ul.products li.product p a{padding-left: 5px}
.product-image img {
    width: 100%;
    height: auto;
}
.woocommerce ul.products li.product .beam-thumb img {
    width: 30%;
    height: auto;
    margin: 0;
    padding: 29px 10px 0px 10px;
    float: right;
}
.woocommerce ul.products li.product h5 {
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
    vertical-align: middle;
}
.woocommerce.single div.product .product_title {
    margin: 0;
}
.woocommerce.single div.product .product_subtitle {
    font-size: 18px;
}
.woocommerce.single div.product .product_desc {
    margin-top: 20px;
}
.woocommerce.single div.product .datasheet-link {
    font-weight: bold;
    font-size: 22px;
    height: 30px;
    margin-bottom: 15px;
    padding: 0 16px 0 0;
    white-space: nowrap;
}
.woocommerce.single div.product .cert-links a {
    margin-right: 15px;
}
.woocommerce.single div.product ul.beam-links {
    list-style: none;
    padding: 0;
    margin: 30px -15px 0;
}
.woocommerce.single div.product ul.beam-links li {
    font-size: 13px;
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.woocommerce.single div.product ul.beam-links li:nth-child(2n+1) {
    clear: both;
}
.woocommerce.single div.product ul.beam-links li img {
    max-width: 100%;
}
.entry-summary:before,
.entry-summary:after {
    content: "";
    display: table;
    clear: both;
}
.summary-left {
    width: 48%;
    float: left;
    margin-bottom: 15px; /*adjusted bottom margin CDC 5/8/2017*/
}
.summary-right {
    width: 48%;
    float: right;
}
.woocommerce ul.products li.product a img {
    width: 65%;
    height: auto;
    display: block;
    padding: 0 0px 0 10px;
    margin: 0;
    box-shadow: none;
    float: left;
}
.summary-right .bundled_product_summary .details {
    float: none;
}
.summary-right .bundled_product_summary {
    padding-bottom: 10px;
}
.woocommerce div.product.bundled_product {
    padding-left: 0;
}
.woocommerce div.product .bundled_product_title,
.bundled_product_summary .bundled_item_cart_content {
    overflow: hidden;
}
.woocommerce div.product .bundled_product_title,
.woocommerce div.product .bundled_product_title label {
    font-weight: normal;
}
.woocommerce div.product .bundled_product_title label {
    padding-bottom: 0;
    display: block;
}
.woocommerce .bundled_product_summary .bundled_product_images {
    display: none;
}
.woocommerce .bundled_product_checkbox {
    float: right;
}
.single-cartnote {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0px 0;
}
.bundled_product.thumbnail_hidden .cart .variations {
    width: 100%;
}
.bundled_product .cart .variations tr:first-child td:first-child {
    padding-top: 0;
}
.bundled_product .cart .variations td {
    display: block;
    text-align: left;
    font-size: 1em;
    color: inherit;
}
.bundled_product .cart .variations td.label {
    padding-top: 10px;
}
.reset_variations {
    display: none !important;
}
.bundled_product .cart .variations select {
    margin: 0 0 15px;
    border: 1px solid #e6e6e6;
    padding: 6px;
    display: block;
    width: 100%;
}
.bundle_wrap {
    margin-top: 10px;
}
.bundle_form .bundle_price {
    float: right;
}
.woocommerce div.product p.price {
    margin: 0;
    color: #111;
}
.woocommerce div.product form.cart p.price {
    float: right;
}
.woocommerce div.product .single_add_to_cart_button {
    display: block;
    width: 100%;
    font-size: 1.4em;
    margin: 10px 0;
}
.discount-display {
    margin: 20px 0;
    font-size: 14px;
    box-shadow: none; /*Removed shadow CDC 5/8/2018*/
}
.discount-display table.table {
    box-shadow: 0 0 0 1px grey; /*Added shadow to replicate border on table only CDC 5/15/2018*/
}
.entry-summary .discount-display table>thead:first-child>tr:first-child>th,
.entry-summary .discount-display table>thead:first-child>tr:first-child>td {
    border-top: 0;
    background: #3d3d3d;
    color: #fff;
}
.entry-summary .discount-display table tbody tr:nth-child(odd) > td {
    background: #eee; /*Changed background to grey CDC 5/8/2018*/
}
.entry-summary .discount-display table tbody tr:nth-child(even) > td {
    background: #eee; /*Changed background to grey CDC 5/8/2018*/
}
.entry-summary .discount-display .table>tbody>tr>td,
.entry-summary .discount-display .table>thead>tr>th {
    padding: 1px; /*reduced padding to 1px from 2px CDC 5/8/2018*/
}
.bundle_form + .discount-display {
    margin-top: -35px;
}
.woocommerce #content div.product .woocommerce-tabs {
    margin: 30px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 1.5em 2em;
    border-radius: 0 4px 4px 4px;
}
.woocommerce div.product .woocommerce-tabs .panel-title {
    margin-bottom: 25px;
    font-size: 22px;
}
.woocommerce div.product .woocommerce-tabs .panel>.table:first-child>tr:first-child th,
.woocommerce div.product .woocommerce-tabs .panel>.table:first-child>tr:first-child td {
    border-top: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs .panel>.table tr>th:last-child,
.woocommerce div.product .woocommerce-tabs .panel>.table tr>td:last-child {
    border-right: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs .panel>.table tr:last-child>th,
.woocommerce div.product .woocommerce-tabs .panel>.table tr:last-child>td {
    border-bottom: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs .panel>.table tr>th:first-child,
.woocommerce div.product .woocommerce-tabs .panel>.table tr>td:first-child {
    border-left: 1px solid #ddd;
}
.woocommerce .related.products,
.woocommerce .up-sells.upsells {
    margin-top: 80px;
}
.woocommerce .related.products h2,
.woocommerce .up-sells.upsells h2 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 15px;
    border-width: 0 0 1px 0;
    border-bottom-style: solid;
    margin-bottom: 30px;
}
.woocommerce .cross-sells h2 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 15px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 28%;
    padding: 15px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
	opacity: 1 !important;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 72%;
    padding-left: 30px;
}
.woocommerce-MyAccount-navigation {} .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation li {
    padding: 8px 0 8px 0;
}
.woocommerce table.variations .label,
.woocommerce table.variations .value {
    display: block;
    text-align: left;
    padding-right: 0 !important;
}
.woocommerce table.variations .label {
    padding: 0;
    font-weight: bold;
    color: #111;
}
.woocommerce table.variations .label label {
    font-size: 16px;
}
.woocommerce table.variations select {
    border-color: #fafafa;
    padding: 5px 7px;
    width: 100%;
}
.shop_table.cart .bundled_table_item .product-thumbnail img {
    display: none;
}
.shop_table.cart .bundled_table_item .product-name {
    padding-left: 44px;
}
.bundled_table_item .bundled_table_item_indent {
    padding-left: 0 !important;
}
@media screen and (max-width: 999px) {
    .summary-left,
    .summary-right {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .woocommerce.single div.product ul.beam-links li {
        font-size: 15px;
    }
}
@media screen and (max-width: 800px) {
    .single-product .page-title:after {
        content: none;
    }
    .single-product .page-title span {
        background: transparent;
    }
    .single-product .page-title {
        border-bottom: 1px solid #bec58b;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        max-width: 355px;
        width: auto;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        padding-left: 0;
        width: 100%;
    }
    .woocommerce.single div.product ul.beam-links li {
        width: 100%;
    }
    .woocommerce.single div.product ul.beam-links li img {
        width: 355px;
    }
    .sidebar-filter .toggle-filters {
        display: inline !important;
    }
    .sidebar-filter .product-filters {
        display: none;
    }
    .sidebar-filter {
        padding-bottom: 0;
    }
    .sidebar-filter h3 {
        border-bottom-width: 0;
    }
}
.woocommerce .entry-sidebar,
.woocommerce-page .entry-sidebar {
    width: 24.590163934426229508196721311475%;
    margin-right: 0;
}
.woocommerce.archive .entry-header {
    border: none;
}
.woocommerce.archive .entry-header,
.woocommerce .entry-sidebar + .entry-content,
.woocommerce-page .entry-sidebar + .entry-content {
    width: 75.409836065573770491803278688525%;
    float: right;
    overflow: visible;
    padding-left: 2.8688524590163934426229508196721%;
}
  .term-header {
    margin-bottom: 30px;
    border-top: 1px solid rgba(47, 77, 16, 0.35);
    padding-top: 25px;
}
.woocommerce.archive .term-title {
    margin: 0 0 15px 0;
    font-size: 22px;
}
.woocommerce.archive .term-description {} .woocommerce ul.products li.product h3 {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0px;
}
.woocommerce.archive ul.products li.product,
.woocommerce-page.archive ul.products li.product {
    width: 100%;
}
.woocommerce.archive ul.products li.last,
.woocommerce-page.archive ul.products li.last {
    margin-right: 3.8%;
}
.woocommerce.archive ul.products li.first,
.woocommerce-page.archive ul.products li.first {
    clear: none;
}
.woocommerce.archive ul.products li:nth-child(3n),
.woocommerce-page.archive ul.products li:nth-child(3n) {
    margin-right: 0;
}
.woocommerce.archive ul.products li:nth-child(3n+1),
.woocommerce-page.archive ul.products li:nth-child(3n+1) {
    clear: both;
}
@media screen and (max-width: 991px) {
    .woocommerce.archive ul.products li:nth-child(3n),
    .woocommerce-page.archive ul.products li:nth-child(3n) {
        margin-right: 3.8%;
    }
    .woocommerce.archive ul.products li:nth-child(3n+1),
    .woocommerce-page.archive ul.products li:nth-child(3n+1) {
        clear: none;
    }
    .woocommerce.archive ul.products li:nth-child(2n),
    .woocommerce-page.archive ul.products li:nth-child(2n) {
        margin-right: 0;
    }
    .woocommerce.archive ul.products li:nth-child(2n+1),
    .woocommerce-page.archive ul.products li:nth-child(2n+1) {
        clear: both;
    }
    .woocommerce ul.products li.product a img {
        width: 100%;
        padding: 0 15px;
    }
    .woocommerce ul.products li.product .beam-thumb img {
        width: 85px;
        padding: 0 30px 6px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
}
@media screen and (min-width: 1200px) {
    .primary-menu > ul > li.has-mega-menu > .sub-menu {
        width: 600px !important;
        left: 50% !important;
    }
    .primary-menu > ul > li.has-mega-menu {
        position: relative!important;
    }
}
@media screen and (min-width: 800px) {
    .sidebar-filter .product-filters {
        display: block !important;
    }
    .primary-menu > ul > li.has-mega-menu > .sub-menu {
        width: calc(100% - 30px);
        left: 15px;
    }
    .primary-menu > ul > li.has-mega-menu {
        position: static !important;
    }
    .product_content p {
        margin: 0 0 10px;
        line-height: 16px;
    }
}
@media screen and (max-width: 800px) {
    .woocommerce.archive .entry-header,
    .woocommerce .entry-sidebar,
    .woocommerce-page .entry-sidebar,
    .woocommerce .entry-sidebar + .entry-content,
    .woocommerce-page .entry-sidebar + .entry-content {
        width: auto;
        float: none;
    }
    .woocommerce.archive .entry-header,
    .woocommerce .entry-sidebar + .entry-content,
    .woocommerce-page .entry-sidebar + .entry-content {
        padding-left: 0;
    }
}
@media screen and (max-width: 479px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        margin-right: 0 !important;
        clear: both !important;
    }
}
@media screen and (max-width: 414px) {
    .woocommerce.single div.product .datasheet-link {
        background-position: 54.5% 20%;
    }
    .owl-carousel-1 .button-wrapper {
        bottom: 10px;
    }
    .owl-carousel-1 .kopa-btn-1 {
        margin: 6px 0 0;
    }
    .owl-carousel-1 .entry-content h4 {
        font-size: 17px;
        padding-top: 59px;
    }
}
@media screen and (max-width: 375px) {
    .woocommerce.single div.product .datasheet-link {
        background-position: 61% 20%;
    }
    .owl-carousel-1 .button-wrapper {
        bottom: 10px;
    }
    .owl-carousel-1 .kopa-btn-1 {
        margin: 4px 0 0;
    }
    .owl-carousel-1 .entry-content h4 {
        font-size: 17px;
        padding-top: 53px;
    }
}
@media screen and (max-width: 320px) {
    .woocommerce.single div.product .datasheet-link {
        background-position: 74.5% 20%;
    }
    .owl-carousel-1 .entry-content h4 {
        font-size: 14px;
        padding-top: 45px;
    }
}
.sprite {
    background-image: url(assets/img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-menu-icon0 {
    width: 30px;
    height: 24px;
    background-position: -5px -5px;
}
.sprite-menu-icon2 {
    width: 21px;
    height: 23px;
}
.sprite-menu-icon4 {
    width: 24px;
    height: 23px;
    background-position: -45px -38px;
}
.sprite-menu-icon5 {
    width: 24px;
    height: 23px;
    background-position: -76px -5px;
}
.sprite-news {
    width: 28px;
    height: 24px;
    background-position: -79px -38px;
}
.sprite-tutorials {
    width: 28px;
    height: 24px;
    background-position: -5px -72px;
}
@media screen and (max-width: 1300px) {
    .woocommerce ul.products li.product .product_content,
    .woocommerce-page ul.products li.product .product_content {
        width: 70%;
    }
}
@media screen and (max-width: 980px) {} @media screen and (max-width: 800px) {
    .product-image {
        padding: 0 5px 10px 5px;
        background: #fff;
        overflow: hidden;
        width: 40%;
        height: 160px!important;
        border-radius: 4px;
        float: left;
    }
    .woocommerce ul.products li.product .product_content,
    .woocommerce-page ul.products li.product .product_content {
        width: 60%;
    }
    .woocommerce ul.products li.product a img {
        width: 65%;
        padding: 0;
        margin: 0;
    }
    .woocommerce ul.products li.product .beam-thumb img {
    width: 26%;
    padding: 34px 9px 0 0;
    margin-top: -10px;
    float: right;
}
    .woocommerce ul.products li.product h5 {
        padding-left: 5px;
        font-size: 14px;
    }
    
     .woocommerce ul.products li.product p {
    margin: 0 0 10px;
    line-height: 20px;
}
}
@media screen and (max-width: 650px) {
    .woocommerce ul.products li.product a img {
    width: 100%;
    padding: 0 10px;
    margin: 0;
}
    .woocommerce ul.products li.product .beam-thumb img {
    width: 50px;
    padding: 0px 5px 22px;
    margin: 0px auto 0;
    float: none;
    position: relative;
    top: -13px;
}
    .woocommerce ul.products li.product .product_content,
    .woocommerce-page ul.products li.product .product_content {
        width: 70%;
    }
   .product-image {
    width: 28%;
    height: 190px!important;
}
}
@media screen and (max-width: 550px) {
    .woocommerce ul.products li.product .product-arrow,
    .woocommerce-page ul.products li.product .product-arrow {
        position: absolute;
        left: 0;
        text-align: center;
    }
    .product-image {
        background: #fff;
        width: 30%;
        border-radius: 4px;
        float: left;
        height: 153px!important;
    }
    .woocommerce ul.products li.product .product_content,
    .woocommerce-page ul.products li.product .product_content {
        width: 70%;
    }
    .beam-thumb {
        float: none;
        width: 42px;
        text-align: center;
        padding-left: 0;
        padding-top: 0;
        margin: 0 auto;
    }
    .woocommerce ul.products li.product .beam-thumb img {
        text-align: center;
        margin: -5px auto 0;
        width: 30px;
    }
    .woocommerce ul.products li.product a img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 0em;
        box-shadow: none;
        float: none;
    }
    .woocommerce ul.products li.product h5 {
        display: block;
        padding-left: 14px;
        font-size: 16px;
        vertical-align: middle;
        margin-top: 11px;
        text-align: left;
        float: left;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 0 15px;
    }
    .product_content p {
        min-height: 130px;
    }
}
@media screen and (max-width: 480px) {
    .woocommerce ul.products li.product .product_content,
    .woocommerce-page ul.products li.product .product_content {
        width: 70%;
      	font-size: 11px;
    }
   .woocommerce ul.products li.product .beam-thumb img {
    top: 22px;
    width: 50px;
}.woocommerce ul.products li.product h3 {
   
    padding-top: 12px;
}
    .product_content p {
    min-height: inherit;
}.woocommerce ul.products li.product .product-arrow, .woocommerce-page ul.products li.product .product-arrow {
    position: relative;
    left: 0;
    text-align: center;
  	font-size: 7px;
}
.woocommerce ul.products li.product h5 {
    float: right;
    padding: 0;
    font-size: 8px;
}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0 0px;
}.woocommerce.archive .term-description {
    font-size: 14px;
    line-height: 18px;
}
}

/* Custom Menu Desktop */

.primary-menu .sub-menu {
    width: 320px;
}

.primary-menu li {
    margin-bottom: 0;
}

.primary-menu > ul > li > a {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-right: 0 !important;
}

.main-menu > li > a > span {
    display: block;
    padding-top: 15px;
}

.main-menu > li.top-icon > i._mi {
    width: 24px;
    height: 23px;
    font-size: 2.2em;
    margin-top: 0;
}

.sf-arrows .sf-with-ul:after {
    border-top: none;
    border-left: none;
    content: "\f345";
    font-family: dashicons;
    font-weight: bold;
    font-style: normal;
    top: 32%;
}

.has-description.depth2 img, .depth2 img {
    max-width: 74px;
    float: left;
    display: block;
    max-height: 57px;
}

.has-description.depth2 span, .depth2 span {
    font-weight: bold;
}
.has-description.depth2 span.menu-item-description, .depth2 span.menu-item-description {
    padding-left: 80px;
}

.has-description.depth2 span.menu-item-description, .depth2 span.menu-item-description {
    font-size: 13px;
    display: block;
    font-weight: normal;
}

/* Custom Menu Mobile */
@media screen and (max-width: 1024px) {
    .primary-menu.mobile-menu > ul {
        padding-bottom: 18px;
    }
  
  	.topmenu li { margin-right: 10px; }

    .primary-menu > ul > li > a {
        font-size: 14px;
        line-height: 1.5;
        padding: 3px 18px !important;
        text-align: left;
        background-image: none !important;
        font-weight: bold;
    }

    .primary-menu.mobile-menu li.depth0 .sf-arrows .sf-with-ul:after {
        display: none;
    }

    .sidenav {
        z-index: 99;
        background-color: #c1c796;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin: 0 -22px;
      	clear: both;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.7em;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: -24px;
        right: 7px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .cd-navigation {
        margin-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        list-style: none;
    }

    .sidenav .cd-navigation .sub-menu {
        display: none;
        list-style: none;
        position: relative;
    }

    .sidenav .cd-navigation .sub-menu li {
        position: relative;
        clear: both;
        overflow: hidden;
    }
    .sidenav .cd-navigation .sub-menu li.depth2 {
        border-top: 1px solid #b2b985;
    }
    .sidenav .cd-navigation .sub-menu li.depth2:last-child {
        border-bottom: 1px solid #b2b985;
    }

    .sidenav .cd-navigation .menu-item-has-children > a::after {
        content: '';
        display: block;
        height: 9px;
        width: 6px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1em;
        background: url('./assets/img/cd-arrow.svg') no-repeat center center;
        background-size: 9px 9px;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .sidenav .cd-navigation .menu-item-has-children > a.submenu-open::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .primary-menu .sub-menu .sub-menu {
        right: auto;
        left: auto;
    }
    .primary-menu .sub-menu {
        width: 100%;
    }

    .primary-menu .sub-menu > li:hover > a {
        background-color: transparent;
    }
    .primary-menu.mobile-menu .sub-menu {
        padding: 0;
    }
}

.primary-menu > ul > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0 !important;
}
.depth2 {
    clear: both;
}

@media screen and (min-width: 1025px) {

    .primary-menu > ul > li.parent-menu > a {
        position: relative;
    }

    .primary-menu > ul > li.parent-menu > a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 36%;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 12px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    .primary-menu > ul > li.parent-menu:hover > a:before {
        opacity: 1;
    }

    .primary-menu > ul > li.parent-menu > a:after {
        display: none;
    }

    .primary-menu > ul > li.parent-menu > .sub-menu {
        left: -92%;
        top: 100%;
        border-top: 2px solid rgba(0, 0, 0, 0.2);
    }

    .has-description.depth2 span, .depth2 span {
        font-weight: bold;
        line-height: 18px;
    }

    .primary-menu > ul > li.icon-home > a { background-image: url("assets/img/menu-icon0.png"); }
    .primary-menu > ul > li.icon-industries > a { background-image: url("assets/img/menu-icon1.png"); }
    .primary-menu > ul > li.icon-products > a { background-image: url("assets/img/menu-icon2.png"); }
    .primary-menu > ul > li.icon-solutions > a { background-image: url("assets/img/menu-icon3.png"); }
    .primary-menu > ul > li.icon-support > a { background-image: url("assets/img/menu-icon4.png"); }
    .primary-menu > ul > li.icon-contact > a { background-image: url("assets/img/menu-icon4.png"); }
    .primary-menu > ul > li.icon-aboutus > a { background-image: url("assets/img/menu-icon5.png"); }
    .primary-menu > ul > li.icon-news > a { background-image: url("assets/img/news.png"); }
    .primary-menu > ul > li.icon-tutorials > a { background-image: url("assets/img/tutorials.png"); }

    .depth2 {
        padding: 15px 0!important;
    }
    .primary-menu > ul li.depth2 a {
        padding-left: 0;
        padding-right: 0;
    }
    .depth2 + .depth2 {
        border-top: 1px solid #b1b884;
    }

    .primary-menu .sub-menu > li:hover > a {
        background-color: transparent;
    }
    .primary-menu .sub-menu > li.depth1:hover > a {
        text-decoration: underline;
    }
    .primary-menu .sub-menu .sub-menu {
        top: 8px;
        left: 100%;
        border-radius: 0 3px 3px 0;
        padding: 0 13px;
        border-left: 1px solid #b1b884;
    }
}

.special-message {
  
display:block;
  padding-top:30px;

  
}

.special-message p {
  
    line-height:18px;
    font-size:16px;
    color:#111;
  text-align:center;

}




.new-content
{
  display:block; 
}

.homebanner
{
  display:block; 
  width:920px;
}

.col-xx-1 {
    width: 58.33333333%;
}
/*16-03-18*/
#side-content .topbar button.navbar-toggle {
    background-color: transparent !important;
}
#side-content .topbar button.navbar-toggle span{
    color: #fff !important;
    background-color: #fff !important;
}
.top-logo { max-width: 100% !important; }
#side-content .topbar.custom-topbar { z-index: 101; background-color: #22320E; }
#menu_hed_close::after {
    content: "\f060";
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 100 !important;
}
#mySidenav .closebtn::after {
    content: "\f060";
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 100 !important;
}
#mySidenav .closebtn {
    top: -9px !important;
    left: 16px !important;
    right: auto !important;
    text-decoration: none;
    color: #fff !important;
}
#mySidenav .top-logo-open { left:50px !important; }
.menu-open #mySidenav .closebtn { display: block !important; }
#mySidenav .closebtn { display: none !important; }
/*16-03-18*/
/*.main_side_content .breadcrumbs, .main_side_content .site-footer { margin-left: 287px; }*/
@media only screen and (min-width: 1451px) and (max-width: 1600px) {
.container { width: 100% !important; }
#side-content .topbar .container { padding-left: 240px; }
}
@media only screen and (min-width: 1025px) and (max-width: 1450px) {
.container { width: 100% !important; }
#side-content .topbar .container { padding-left: 287px; }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
#mySidenav { display: none; }
#main_container_full { margin-left: 0px !important; }
}