/*
Theme Name: Behavioral Safety Products
Theme URI: http://wordpressguru.net
Version: 1.0
Description: Behavioral Safety Products custom theme by Wordpress Guru
Author: Wordpress Guru
Author URI: http://wordpressguru.net
template: bb-theme
*/

/*Footer Fix*/

/*remove posting dates*/
span.PostDate, .latest-news .fl-post-date {
    display: none;
}


/*homepage - project uploader  - styles */
.project_request button, input[type=button], input[type=submit] {
    color: #ffffff;
}

.project_request ul li.gfield {
    margin-top: 0px !important;
}

.project_request .gform_fileupload_multifile .gform_drop_area {
    padding: 13px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.project_request .gform_footer {
    padding: 0;
    margin: 16px 0 0;

   }

/* END homepage - project uploader  - styles */

/* HOMEpage - image credit */
.image-credit {
  width: 100%;
  text-align: right;
  font-size: 10px;
  color: #fff;
  padding-bottom: 5px;
  padding-right: 10px;
}

.image-credit a{
  color: #fff;
}

@media only screen and (max-width: 767px){
  .image-credit{
    display: none !important;
  }
}

/* new styles to override photogallery things and make them Flex instead of Float */

/* General styles */
ul.PhotoGallery{
  padding: 30px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;

}

ul.PhotoGallery li{
  display: flex;
  float: none !important;
  width: 17% !important;
  max-height: 102px;
  padding: 0 !important;
  overflow: hidden;
  margin: 4px;
  min-width: 105px;

}

ul.PhotoGallery li img {
  object-fit: cover;
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

.bsp-product-sheets .inner {
    padding-right: 10% !important;
    }

    .bsp-product-sheets {
    background: #000000 !important;
}

.bsp-latestnews .item-box {
    padding-right: 10px !important;
    margin-bottom: 30px !important;
}

.bsp-latestnews .row {
    margin-bottom: 0px !important;
}

.bsp-clients img {
    max-width: 70% !important;
    margin: 35px !important;
}


.fl-page-footer-widgets *, .fl-page-footer-widgets h1, .fl-page-footer-widgets h2, .fl-page-footer-widgets h3, .fl-page-footer-widgets h4, .fl-page-footer-widgets h5, .fl-page-footer-widgets h6 {
    text-align: center !important;
}

.fl-page-footer-widgets-row > div:nth-child(1) {
width: 100% !important;
border-right: 0 solid #4d4d4d !important;
margin-left: 0px !important;
}

.fl-page-footer-widgets-row > div:nth-child(2) .fl-widget {
    padding-left: 0px !important;
}

.fl-page-footer-widgets-row > div:nth-child(1) .fl-widget {
    padding-right: 0 !important;
}

.fl-page-footer-widgets-row > div:nth-child(2) {
width: 100% !important;
}

.fl-page-footer-widgets-row .menu-products-container ul li {
float: left;
width: 100% !important;
}

.fl-page-footer-widgets-row {
    margin-bottom: 50px !important;
}


}


/*END Footer Fix*/


.latest-news .fl-post-info {
    width: 55% !important;
    bottom: 116px !important;
}

.latest-news .fl-post .fl-post-thumb img {
    max-width: 50% !important;
    max-height: 350px !important;
    width: auto !important;
}

.search-results .latest-news .type-behavioral-safety-pr .fl-post-thumb {
    padding-left: 0 !important;
 }



.fl-page-header-fixed {
    box-shadow: 0px -1px 30px 0px rgba(0,0,0,0.59) !important;
}

/* Override */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: bold;
}
img {
	max-width: 100%;
}


/*hide cart icon*/
.cart-iconmenu {
    display: none !important;
}

/*** Global ***/

.more-news {
    margin-bottom: 50px;
    margin-top: 40px;
    text-align: right;
    margin-right: 124px;
}

.more-news span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}



div#homepage_slider {
    display: none !important;
}


#scb-wrapper img {
display: none !important;
}

#scb-wrapper {
padding-right: 3%;
}

#scb-wrapper p, #scb-wrapper ul, #scb-wrapper li, #scb-wrapper a, #scb-wrapper a span {
    font-weight: 300;
    text-transform: uppercase;
	font-family: "Lato", sans-serif !important;
	font-size: 14px;
}

/* ADJUST PRODUCT IMAGE SIZES*/
img.mfp-img {
  /* min-width: 500px;*/
   /* max-width: 500px;*/
    background-color: white;
    }


.fl-post-thumb.text-center.alignright p {
display: flex;
}

/* REMOVE options from cart page*/
.cart-product-options-add {
    display: none !important;
}

.cart-product-options-remove {
    display: none !important;
}

/* REMOVE SOCIAL ICONS FROM IMAGE BOX*/

.single-behavioral-safety-pr .fl-post-thumb .simplesocialbuttons.simplesocialbuttons_inline.simplesocial-round-icon button {
	display: none !important;
}

/*STYLE SHORTCODE COLUMNS TO MAKE THEM ALL FIT. THIS IS FOR THE RESOURCES PAGE*/
.su-column-size-1-3 {
    width: 28.66% !important;
}

/*MOVE THE PRODUCT INFO BOX OFF OF THE PRODUCT IMAGE IN THE PRODUCT PAGE*/
.bsp-product-catalog .item-box .item-info {
    opacity: 1;
}

/*FIXING THE SINGLE PRODUCT PAGE SPACING*/
.row-jxt {
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;

}
.row-jxt:before {
    clear: both;
    content: " ";
    display: table;
}

.row-jxt:after {
    clear: both;
        content: " ";
    display: table;
}

.wpcf7-form input[type="submit"] {
	background-color: #2174ff;
	border: 0;
	padding: 15px 45px;
	letter-spacing: 1px;
	font-size: 18px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	outline: none;
}
.t-center {
	text-align: center;
}
.ease-in-out {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.fl-post-content select,
.fl-post-content input[type=text],
.fl-post-content input[type=password],
.fl-post-content input[type=email],
.fl-post-content input[type=tel],
.fl-post-content input[type=date],
.fl-post-content input[type=month],
.fl-post-content input[type=week],
.fl-post-content input[type=time],
.fl-post-content input[type=number],
.fl-post-content input[type=search] {
	height: 60px;
    padding: 0 30px !important;
    background-color: #fff !important;
    border: 1px solid #dddddd;
    font-size: 18px !important;
    color: #575757 !important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.fl-post-content select {
	margin-left: 0 !important;
	text-indent: 0 !important;
}
.clear_both {
	clear: both;
}

/* Theme Override */

.fl-sidebar-left {
	padding-right: 20px;
}
.fl-content-right {
	padding-left: 20px;
	border: 0;
}


/*** Header ***/
.fl-page-header-wrap {

}
.fl-custom-header .fl-page-header-container {
	width: auto;
	max-width: 1266px;
}
.fl-custom-header .fl-page-nav-search {
	width: 150px;
	position: relative;
	padding: 5px 0 0 12px;
}
.fl-custom-header .fl-page-nav-search a.fa-search {
    position: absolute;
    right: 10px;
    top: 16px;
    margin: 0;
    padding: 0;
    color: #575757;
    font-size: 12px;
    font-weight: bold;
}
.fl-custom-header form input.fl-search-input {
	font-size: 12px;
	background: #f7f7f7;
	color: #575757;
	border: 0;
}
.fl-custom-header .fl-page-nav-search form {
	display: block !important;
	box-shadow: none;
	position: static;
	padding: 0;
	border: 0;
	padding: 0;
	max-width: 100%;
}

/* Navigation */
.fl-custom-header .phonenum a {
	font-weight: bold;
	color: #18b5e9 !important;
}
.fl-page-nav ul.sub-menu {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #646971;
	border: 0;
}
.fl-page-nav ul.sub-menu a {
    color: #fff !important;
    text-transform: none;
    margin: 0 !important;
}
.fl-page-nav ul.sub-menu a:hover {
	background-color: #8a847f;
}

/* Slider */
.fl-page-slider .slide_txt .inner {
	font-size: 22px;
	padding-left: 58%;
	padding-top: 50px;
}
.fl-page-slider .slide_txt .inner h1 {
	font-size:53px;
    color: #000;
    margin-top: 0;
    font-weight: 300;
    line-height: .9;
}
.fl-page-slider .slide_txt .inner p {
	font-size: 28px;
}
.fl-page-slider .slide_txt .inner p strong {
	text-transform: uppercase;
	font-size: 16px;
}
.fl-page-slider .slide_txt .inner p a {
    color: #646971;
    font-size: 16px;
    border: 2px solid #646971;
    text-transform: uppercase;
    padding: 16px 30px;
    letter-spacing: 2px;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
}
.fl-page-slider .bx-wrapper {
	position: relative;
}
.fl-page-slider .bx-controls {
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -50px;
    width: 20px;
    text-align: center;
}
.fl-page-slider .bx-pager a {
	display: inline-block;
	text-indent: -999999px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	width: 12px;
	height: 12px;
	outline: none;
	position: relative;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
}
.fl-page-slider .bx-pager a.active:before {
	content: '';
	display: inline-block;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #fff;
    position: absolute;
    left: -6px;
    top: -6px;
    height: 20px;
    width: 20px;
    margin: 2px;
}
.fl-page-slider .bx-controls-direction a {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	left: 50%;
	margin-left: -10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.fl-page-slider .bx-controls-direction a.bx-prev:before {
	content:"\f077";
}
.fl-page-slider .bx-controls-direction a.bx-next:before {
	content:"\f078";
}
.fl-page-slider .bx-controls-direction a.bx-prev {
	top: -20px;
}
.fl-page-slider .bx-controls-direction a.bx-next {
	bottom: -20px;
}

/*** Content ***/

.bsp-product-sheets {
    background: url(img/bg-1.jpg) no-repeat center top;
    background-size: cover;
}
.bsp-product-sheets .inner {
	padding-right: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 16px;
}
.bsp-product-sheets .inner h1 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.bsp-testimonials,
.bsp-product-categories {
	padding-bottom: 50px;
}
.bsp-product-categories .section-title, .jxt-section-title {
    text-align: center;
    color: #646971;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 80px 0 40px;
}
.bsp-product-categories .section-title span, .jxt-section-title span {
	position: relative;
	display: inline-block;
}
.bsp-product-categories .section-title span:after {
	content: '';
	display: inline-block;
	width: 80%;
	border-bottom: 1px solid #646971;
}
.jxt-section-title span:after {
	content: '';
	display: inline-block;
	width: 80%;
	border-bottom: 1px solid #646971;
}

.bsp-product-categories .first-item {
	padding-right: 5px;
}
.bsp-product-categories .last-item {
	padding-left: 5px;
}
.bsp-product-categories .item-box {
	border: 1px solid #ebebeb;
	padding: 12px 12px 12px 20px;
	margin-bottom: 30px;
}
.bsp-product-categories .item-info {
	float: left;
}
.bsp-product-categories .item-info .inner-info {
	margin-right: 190px;
	padding-top: 18px;
}
.bsp-product-categories .item-info span {
	text-transform: uppercase;
	color: #898989;
}
.bsp-product-categories .item-info h2 {
	margin: 0 0 10px;
	color: #3a3a3a;
	font-size: 24px;
	line-height: 1;
}
.bsp-product-categories .item-info .link-learnmore {
	text-transform: uppercase;
	font-size: 14px;
}
.bsp-product-categories .item-img {
	float: right;
	border: 1px solid #ebebeb;
	padding: 12px 20px;
	line-height: 132px;
	height: 132px;
	width: 182px;
	vertical-align: middle;
	display: inline-block;
	margin-left: -182px;
	text-align: center;
}
.bsp-product-categories .item-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}
.bsp-testimonials .section-title {
	font-size: 31px;
	color: #3a3a3a;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bsp-testimonials .section-title:after {
	content: '';
	display: inline-block;
	width: 45%;
	border-bottom: 4px solid #e9e9e9;
}
.bsp-testimonials .section-title span {
	color: #a7a7a7;
	font-size: 21px;
	font-weight: normal;
	display: block;
}
.bsp-testimonials .item-box {
	border: 1px solid #dddddd;
	padding: 25px;
}
.bsp-testimonials .item-info {
    background: url(img/quote.png) no-repeat left top;
    padding-left: 70px;
    padding-bottom: 25px;
}
.bsp-testimonials .item-info h2 {
	margin: 0;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.bsp-testimonials .item-info span {
	font-style: italic;
}
.bsp-testimonials .item-testi {
    font-size: 16px;
    line-height: 1.5;
}
.bsp-testimonials .bx-controls-direction {
	text-align: right;
	padding-top: 20px;
}
.bsp-testimonials .bx-controls-direction a {
	display: inline-block;
	width: 50px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(img/arrow-left-gray.png);
}
.bsp-testimonials .bx-controls-direction a:hover {
	background-image: url(img/arrow-left-blue.png);
}
.bsp-testimonials .bx-controls-direction a.bx-next {
	background-image: url(img/arrow-right-gray.png);
	border-left: 1px solid #dddddd;
}
.bsp-testimonials .bx-controls-direction a.bx-next:hover {
	background-image: url(img/arrow-right-blue.png);
}
.bsp-latestnews {
	background: url(img/bg-3.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0 10px;
/*	color: #fff; */
}
.bsp-latestnews .section-title {
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
color: #fff;
	text-align: center;
	margin: 0 0 30px;
}
.bsp-latestnews .row {
	margin-bottom: 40px;
}
.bsp-latestnews .item-info h2 {
	line-height: .7;
	margin: 5px 0 10px;
}
.bsp-latestnews .item-info h2 a {
	font-size: 16px;
	color: #fff;
	vertical-align: top;
}
.bsp-latestnews .item-info span	{
	font-size: 10px;
	color: #c5c5c5;
}
.bsp-latestnews .item-box {
	padding-right: 160px;
}
.bsp-latestnews .item-content {
	font-size: 14px;
	color: #c5c5c5;
}
.bsp-latestnews .item-content a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
.bsp-latestnews .item-content a span {
	text-decoration: underline;
}
.bsp-clients {
	padding: 60px 0 40px;
	background-color: #ededed;
}
.bsp-clients img {
	margin: 0 60px 30px;
}
.link-moreclients {
	text-decoration: none !important;
	font-size: 16px;
	text-transform: uppercase;
	color: #193964 !important;
	padding: 15px 35px;
	border: 2px solid #193964;
	display: inline-block;
	font-weight: bold;
}
.architectural-toolbox .fl-page-title,
.blog .fl-page-title,
.single-post .fl-page-title,
body:not(.search-results).type-page .fl-post-header {
	padding: 60px 0 40px;
	background: url(img/bg-4.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-bottom: 60px;
}
.architectural-toolbox .fl-page-title h1,
.blog .fl-page-title h1,
.single-post .fl-page-title h1,
.type-page .fl-post-title {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 1;
}
.type-page .fl-post-desc {
	max-width: 70%;
	margin: 0 auto;
	font-size: 16px;
}

.search-results .latest-news .type-behavioral-safety-pr .fl-post-thumb{
	display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
	padding-left:100px;
	background: #fff;
}

/* Product Catalog */

.bsp-product-catalog .container {
	width: auto;
	max-width: 1330px;
}
.bsp-product-catalog .row {
	margin-bottom: 40px;
}
.bsp-product-catalog .item-box {
	border:1px solid #ebebeb;
	position: relative;
}
.bsp-product-catalog .item-info {
/*
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
*/
	background-color: #d6cec4;
	opacity: 0;
}
.bsp-product-catalog .item-box {
	border: 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
}
.bsp-product-catalog .item-box .item-info {
	opacity: 1;
}
.bsp-product-catalog .inner-info {
	padding: 12px 20px;
	font-size: 10px;
}
.bsp-product-catalog .inner-info h2 {
	font-size: 20px;
	line-height: 1;
	margin: 5px 0;
}
.bsp-product-catalog .inner-info * {
	color: #646971;
}
.bsp-product-catalog .link-learnmore {
	text-transform: uppercase;
	font-weight: bold;
}
.bsp-product-catalog .item-img {
	padding: 10px;
text-align: center;
}
.bsp-product-catalog .item-img img {
	max-width: 100%;
	    height: 200px;
    object-fit: contain;
}
.single-behavioral-safety-pr .fl-post-title {
	color: #646971;
	font-size: 24px;
}
.single-behavioral-safety-pr .product-description h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.single-behavioral-safety-pr .list-resources {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.single-behavioral-safety-pr .list-resources li {
	margin: 0 0 15px;
}
.single-behavioral-safety-pr .list-resources li a {
	color: #7d7d7d;
	text-decoration: none;
}
.single-behavioral-safety-pr .list-resources li span {
	padding-left: 10px;
	display: inline-block;
	font-weight: bold;
}
.single-behavioral-safety-pr .fl-post-thumb {
	background-color: #fdfdfd;
	border: 1px solid #ebebeb;
	padding: 10px;
	margin-left: 40px;
	max-width: 300px;
	text-align: center;
	overflow: hidden;
}
.single-behavioral-safety-pr .fl-post-thumb img {
	max-width: 100%;
	max-height: 360px;
	object-fit: contain;
	padding: 2px;
}

/* Contact */

.gform_wrapper {
	font-size: 16px;
}
.gform_wrapper .gfield_label {
	text-transform: uppercase;
}
.gform_wrapper .hide_label label {
	display: none !important;
}
.gform_wrapper ul li.gfield {
	margin-top: 30px !important;
}
.ginput_container_address input,
.ginput_container_address select {
	margin-bottom: 30px;
}
.gform_wrapper .gfield_label,
.gform_wrapper .gfield_required {
	color: #000;
}
.gform_wrapper textarea {
	background-color: transparent;
}
.gform_footer {
	text-align: center;
}
.gform_footer input[type="submit"] {
    text-decoration: none !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #646971 !important;
    padding: 15px 60px;
    border: 2px solid #646971;
    display: inline-block;
    font-weight: bold;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 1px;
}
.survey_fields li {
	float: left;
	width: 33.33%;
}
.survey_fields li input {
	float: left;
}
.survey_fields .ginput_container_radio label {
	font-size: 16px !important;
    font-weight: normal;
}

.ContactAddress label{
	display: none !important;
}

/* Blog */

.latest-news .fl-post {
    border: 0 !important;
    padding-bottom: 0 !important;
}
.latest-news .fl-except-container {
    position: relative;
    padding-bottom: 55px !important;
    margin-bottom: 60px;
}
.latest-news .fl-post .fl-post-thumb {
	margin-right: 45px;
	min-height: 450px;
	background-color: #313234;
	margin-bottom: 0;
}
.latest-news .fl-post .fl-post-thumb img {
	max-width: 100%;
}
.latest-news .fl-post-info {
	position: absolute;
    width: 58%;
    background: #fff;
    top: 65px;
    bottom: 0;
    right: 0;
	-webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 80px 0 rgba(0,0,0,.1);
}
.latest-news .fl-post-info .inner {
	padding: 40px 50px;
}
.latest-news .fl-post-more-link {
    text-decoration: none !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #646971 !important;
    padding: 15px 50px;
    border: 2px solid #646971;
    display: inline-block;
    font-weight: bold;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 1px;
    margin-top: 20px;
}
.latest-news .fl-post-date {
	font-size: 16px;
	color: #646971;
	font-weight: bold;
	margin-bottom: 30px;
}
.latest-news .fl-post-content {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}

/* Toolbox */

.search-toolbox input {
	width: 600px;
	margin: 0 auto;
	line-height: 70px;
	height: 70px;
	padding: 0 45px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(img/icon-search.png) no-repeat right center #fff;
}

/** Sidebar **/

.fl-sidebar .menu-products-container {
	background-color: #8a847f;
	color: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 20px 0;
}
.fl-sidebar .menu-products-container li {
	margin: 0;
}
.fl-sidebar .menu-products-container a {
	color: #fff;
	padding: 10px 35px;
	display: block;
	text-decoration: none;
}
.fl-sidebar .menu-products-container .current-menu-item a {
	background-color: #646971;
}

/*** Footer ***/

.fl-page-footer-wrap {
	clear: both;
    border: 0;
    background: #575757;
}
.fl-page-footer-widgets-container {
	padding-top: 50px;
}
.fl-page-footer-widgets,
.fl-page-footer {
	border:0;
}
.fl-page-footer-widgets {
	font-size: 12px;
	font-weight: 600;
}
.fl-page-footer-widgets .fl-widget .fl-widget-title {
	font-size: 14px;
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #878787;
}
.fl-page-footer-widgets .fl-widget .menu {
    font-size: 12px;
    line-height: 2;
}
.fl-page-footer-widgets p {
	line-height: 2;
	margin: 0;
}
.fl-page-footer-widgets-row {
	padding-top: 50px;
}
.fl-page-footer-widgets-row > div:nth-child(1) {
	width: 22%;
	border-right: 1px solid #4d4d4d;
}
.fl-page-footer-widgets-row > div:nth-child(1) .fl-widget {
	padding-right: 40px;
}
.fl-page-footer-widgets-row > div:nth-child(2) {
	width: 78%;
}
.fl-page-footer-widgets-row > div:nth-child(2) .fl-widget {
	padding-left: 40px;
}
.fl-page-footer-widgets-row .menu-products-container ul li {
	float: left;
	width: 25%;
}
.fl-page-footer-container {
	border-top: 1px solid #4d4d4d;
	padding-top: 40px;
}
.fl-page-footer .fl-page-footer-text {
	text-transform: uppercase;
	padding-bottom: 40px;
}
.fl-page-footer .fl-social-icons {
	margin-top: -6px;
}

/* Store Pages */
.StorePage .container {
    padding: 30px 35px 10px;
    border: 1px solid #ecedee;
    border-radius: 8px;
margin-top: 35px;
	margin-bottom: 35px;
}
.SelectedProducts {
    border: 1px solid #c8cbcd;
    border-radius: 8px;
	margin-bottom:45px;
	overflow: hidden;
}
.SelectedProducts h3 {
    font-size: 24px;
    background: #d7e1e2;
    margin: 0;
    color: #515151;
    padding: 15px 20px;
    border-radius: 0;
    border-bottom: 0;
    font-weight: 600;
}
.SelectedProducts ul {
	margin:0;
	padding:0;
}
.SelectedProducts ul li {
	list-style: none;
    padding: 0 20px 20px;
    border-bottom: 1px solid #c8cbcd;
    margin: 0 0 20px;
}
.SelectedProducts ul li:last-child {
    margin: 0;
    border-bottom: 0;
}
.SelectedProducts h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #5d9696;
    font-weight: 600;
    margin: 0 0 8px;
}
.SelectedProducts  h4 span {
    color: #999999;
}
.SelectedProducts p {
	margin:0 0 8px;
	color:#000000;
	font-size:18px;
}
.SelectedProducts p strong {
	color:#1e507c;
}
.SelectedProducts form {
    max-width: 380px;
}
.SelectedProducts form textarea {
    height: 45px;
}
.QouteForm input[type=text], .QouteForm input[type=email] {
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
    color: #848484;
}
.QouteForm textarea {
	padding:15px 20px;
	font-size: 16px;
    color: #848484;
	height:124px;
}
.QouteForm input[type=submit]{
    font-size: 20px;
    text-transform: uppercase;
    padding: 18px 50px;
    font-weight: bold;
}
.QouteForm h3 {
    font-size: 24px;
    color: #515151;
    font-weight: 600;
    margin: 0;
    padding: 20px 0 15px;
}
.FormTitle h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1;
}
.FormTitle p {
    font-size: 18px;
    color: #565656;
    margin: 0 0 34px;
}
.text-blue {
	color:#194982 !important;
}
.bg-transparent {
	background-color:transparent !important;
}
.bg-blue {
	background-color:#194982 !important;
}
.bg-lightblue {
	background-color:#428bca !important;
}
.bg-bluegreen {
	background-color:#5d9696 !important;
}
.text-white {
	color:#fff !important;
}
.StorePage  button {
    padding: 13px 30px 10px;
    font-size: 18px;
    text-transform: uppercase;
	letter-spacing:1px;
}
.no-border {
	border:0 !important;
}
.BspCart .SelectedProducts {
	margin-bottom:25px;
}
.BtnCont button {
	font-weight:bold;
	padding:18px 20px;
}
.StorePage td {
    min-width: 20px;
    padding: 20px;
    display: table-cell;
	border-bottom: 1px solid #c8cbcd;
}
.BspCart.StorePage td {
    border-right: 1px solid #c8cbcd;
}
.StorePage tr:last-child td {
	border-bottom:0;
}
.StorePage th {
    background: #d7e1e2;
	border-bottom: 1px solid #c8cbcd;
}
.StorePage .product-remove button {
   width: 180px;
}
.page-template-page-send-quote #fancybox-outer, .page-template-page-send-quote #fancybox-content {
    border-radius: 10px;
	background: #fff url(img/ThankYouBg.png) no-repeat center top;
}
.single-behavioral-safety-pr  #fancybox-outer, .single-behavioral-safety-pr  #fancybox-content {
    border-radius: 10px;
	background: #fff;
}
.page-template-page-send-quote #fancybox-close, .single-behavioral-safety-pr  #fancybox-close {
    top: -30px;
    right: -30px;
    width: 65px;
    height: 65px;
	background: url(img/CloseBtn.png) no-repeat center center;
}
.ThankYouPopupCont img.aligncenter {
	margin-top:70px;
}
.ThankYouPopupCont p {
    margin: 0 0 44px;
    font-size: 20px;
    color: #173f51;
    font-weight: bold;
}
.ThankYouPopupCont .btn {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .25px;
    padding: 15px 40px;
    margin: 0 0 40px;
}
.SelectedPopupCont {
    padding: 30px 10px 20px;
}
.SelectedPopupCont h2 {
    font-size: 24px;
    color: #515151;
    font-weight: bold;
    margin: 0 0 15px;
}
.SelectedPopupCont h3 {
    font-size: 18px;
    color: #5d9696;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.SelectedPopupCont textarea {
    background: #f1f6f6;
    height: 330px;
    resize: none;
    padding: 15px 20px;
    font-size: 16px;
    color: #848484;
	margin: 0 0 30px;
}
.SelectedPopupCont input[type=number] {
    height: 40px;
    background: #f1f6f6;
    width: 80px;
    font-size: 20px;
}
.SelectedPopupCont .custom-options select{
    height: 40px;
    background: #f1f6f6;
    width: 245px;
    font-size: 20px;
}
.SelectedPopupCont .quantity,
.SelectedPopupCont .custom-options,
.SelectedPopupCont .custom-option{
   padding: 5px 0;
    border-top: 1px solid #d9e9e9;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
.SelectedPopupCont .quantity strong,
.SelectedPopupCont .custom-options strong,
.SelectedPopupCont .custom-option strong{
    float: left;
    font-size: 18px;
    color: #1e507c;
    text-transform: uppercase;
    margin: 8px 12px 0 0;
}
.SelectedPopupCont .custom-options input,
.SelectedPopupCont .custom-option input{
    height: 40px;
    background: #f1f6f6;
    width: 280px;
    font-size: 20px;
    display: block;
}
.SelectedPopupCont .ProductDetails {
    border-bottom: 1px solid #d9e9e9;
    margin-bottom: 25px;
}
.SelectedPopupCont .col-sm-7 {
    padding-left: 50px;
}
.SelectedPopupCont .ProductDetails .col-sm-7 {
    border-left: 1px solid #d9e9e9;
}
.CtaCont div:first-child a {
    font-size: 16px;
    text-transform: uppercase;
    color: #428bca;
    font-weight: bold;
	padding-left:20px;
	background: url(img/BackArrow.png) no-repeat left center;
	margin-top: 10px;
    display: block;
}
.CtaCont div:last-child button {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .25px;
    text-transform: uppercase;
    padding: 15px 30px;
}

.product-combine-options {
    margin-bottom: 40px;
}

.product-combine-options .quantity input{
    width: 58px;
    display: inline-block;
    margin-left: 20px;
}
.product-combine-options .custom-option{
    margin-bottom: 10px;
}
.product-combine-options .custom-option input{
    width: 158px;
    display: inline-block;
    margin-left: 20px;
}

.multiple-product-options-remove,
.multiple-product-options-add{
    font-size: 20px;
    display: table;
}

.cart-product-options-remove {
    /*margin: -34px 0px 25px 0px;*/
    display: table;
}

.cart-product-options-add {
    margin: -14px 0px 25px 0px;
    display:table;
}

.behavioral-safety-pr .fl-post-title a.btn {
   font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #646971;
    padding: 7px 15px 6px;
    line-height: 1;
    margin: 8px 0px 10px 0;
}

#fl-post-500.behavioral-safety-pr .fl-post-title a.btn {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #646971;
    padding: 7px 15px 6px;
    line-height: 1;
    margin: 8px 0px 10px 0;
}
.NARFInner {
	max-width:400px;
	margin:0 auto;
}
.NARFInner h4 {
	font-size:15px;
}
.NewsAndResourceFeed h2 {
	text-align:center;
}
.NARFInner a:hover {
	color:#1a3a65 !important;
	text-decoration:none !important;
}

article.post-2 .fl-post-content h2 {
	margin-top:0;
}
.architectural-toolbox .fl-page-title, .blog .fl-page-title, .single-post .fl-page-title, .type-page .fl-post-header {
    padding: 60px 0 40px;
    background: url(img/bg-4.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-bottom: 60px;
}

ul.PhotoGallery{padding:30px;margin:0;}
ul.PhotoGallery li{list-style:none;float:left;width:20%;padding:4px;}
ul.PhotoGallery li img{-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;}
ul.PhotoGallery li:hover img{transform:scale(1.05);}
.ColorSlider{max-width:600px;}
.carousel{position:relative;padding:0 85px;margin:10px 0 50px;}
.carousel .slides li{cursor:pointer;margin:0 3px;}
.carousel:hover .slides li{opacity:.7;}
.carousel:hover .slides li:hover{opacity:1;}
.single-behavioral-safety-pr .SocialShare{padding:20px 0 0;clear: left;}
.ColorSlider a.btn{text-transform:uppercase;border:1px solid;}
.ColorSlider ul{margin:0;padding:0;text-align:center;}
.ColorSlider ul li{list-style:none;}
.ColorSlider ul li img { width:100%;}
.ColorSlider .slider ul li{position:relative;}
span.caption{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:10px;background:rgba(0,0,0,0.5);color:#fff;text-shadow:0 0 3px rgba(0,0,0,0.3);text-align:left;}
.carousel ul.flex-direction-nav li a{display:block;width:30px;height:30px;position:absolute;top:50%;margin-top:-15px;background:url(img/navigation_buttons.png) no-repeat center top;}
.carousel ul.flex-direction-nav li a{display:block;width:30px;height:30px;position:absolute;top:50%;margin-top:-15px;text-indent:-99999px;}
.carousel ul.flex-direction-nav li a.flex-next{background:url(img/navigation_buttons.png) no-repeat center top;right:25px;}
.carousel ul.flex-direction-nav li a.flex-prev{background:url(img/navigation_buttons.png) no-repeat center -120px;left:25px;}
.carousel ul.flex-direction-nav li a.flex-next:hover{background-position:center -60px;}
.carousel ul.flex-direction-nav li a.flex-prev:hover{background-position:center bottom;}

.TechnicalResources ul {
	margin:0;
	padding:0;
}
.TechnicalResources ul li {
    width: 160px;
    float: left;
	list-style:none;
	margin:0 auto 15px;
}
.TechnicalResources ul li a {
	display:block;
	padding:75px 0 0;
	background-position:center top;
	background-repeat:no-repeat;
	font-size:16px;
	color:#363632;
	text-decoration:none !important;
	-webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;

}
.TechnicalResources ul li:hover a {
	color:#1a4781;
}

ul.testi-slider {
    list-style: none;
}

.cart-iconmenu{
width: 73px;
  background:url("img/cart-icon.png") no-repeat 19px 4px;
    text-indent: 99px;
    display: inline-block;
    overflow: hidden;
}



.jxt_nds_icon {
  width: 60px;
  height: 60px;
  background:url("http://besafeprod.com/wp-content/uploads/2020/09/Next-Day-03.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 4px;
  right: 222px;
  background-size: cover;
  z-index: 1;


}
.jxt_nds_icon_lower_left {
  width: 60px;
  height: 60px;
  background:url("http://besafeprod.com/wp-content/uploads/2020/09/Next-Day-03.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;

  background-size: cover;


}


/* JXT NEW FLAG */
.bsp-product-catalog .col-md-4 .inner.jxt_flag {
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.bsp-product-catalog .col-md-4 .inner.jxt_flag .jxt_new_flag {
  width: 105px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 90;
}

.bsp-product-catalog .col-md-4 .inner.jxt_flag .jxt_new_flag span {
  display: block;
  font: bold 13px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 25px;
  width: 143px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.bsp-product-catalog .col-md-4 .inner.jxt_flag .jxt_new_flag span:before,
.bsp-product-catalog .col-md-4 .inner.jxt_flag .jxt_new_flag span:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.bsp-product-catalog .col-md-4 .inner.jxt_flag .jxt_new_flag span:before { left: 0; }
.bsp-product-catalog .col-md-4 .inner.jxt_flag .jxt_new_flag span:after { right: 0; }







/* JXT NEW FLAG */
.behavioral-safety-pr .jxt_flag {
/*
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
*/
  position: relative;
  z-index: 90;
}

.behavioral-safety-pr .jxt_flag .jxt_new_flag {
  width: 105px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  right: -3px;
  z-index: 90;
}


.behavioral-safety-pr .jxt_flag .jxt_new_flag span {
  display: block;
  font: bold 13px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 25px;
  width: 143px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.behavioral-safety-pr .jxt_flag .jxt_new_flag span:before,
.behavioral-safety-pr .jxt_flag .jxt_new_flag span:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.behavioral-safety-pr .jxt_flag .jxt_new_flag span:before { left: 0; }
.behavioral-safety-pr .jxt_flag .jxt_new_flag span:after { right: 0; }
/* CHD Adjustments*/


.bsp-chd-over-hero{
  display: flex;
  background-color: #d6cec5;
  border-top: 2px solid #656971;
  border-bottom: 2px solid #656971;
  align-items: center;
  justify-content: center;
}

.bsp-chd-over-hero-text{
  display: flex;
  max-width: 1020px;
  width: 100%;
  font-size: 2.5em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  justify-content: center;
}


.bsp-chd-hero-container-background{
  display: flex;
  flex-direction: row;
  flex:1;
  background-image: url("http://besafeprod.com/wp-content/uploads/2020/09/bathroom-rendering-website-3-e1600782239534.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;

}

.bsp-chd-hero-container{
  display: flex;
  background-color: rgba(255,255,255,0);
  flex-direction: row;
  flex:1;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
  justify-content: center;
}

.bsp-chd-hero-row{
  max-width: 1020px;
  display: flex;
  flex:1;
  justify-content: flex-start;
  align-items: center;

}

.bsp-chd-hero-text-section{
  max-width: 600px;

}

.bsp-chd-hero-text-section h1{
  font-size: 2.9em;
  text-transform: uppercase;
}

.bsp-chd-hero-text-section p{
  font-size: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.bsp-chd-hashtag{
  background-color: #646971;
  margin-bottom: -10px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.bsp-chd-hashtag-inner{
  max-width: 1020px;
  align-items: center;
  justify-content: center;
  flex: 1;
  display: flex;
}

.bsp-chd-hashtag-inner h1{
  text-align: center;
  font-size: 4em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;

}

.bsp-chd-row {
display: flex;
flex: 1;
flex-direction: row;
margin-top: 40px;
margin-bottom: 40px;
font-size: 1.2em;

}

.bsp-chd-image{
flex: 1;
}

.bsp-chd-text-area{
flex:1;
padding-top: 10px;
padding-bottom: 10px;
}

.chd-image-left .bsp-chd-text-area {
padding-left: 20px
}
.chd-image-right .bsp-chd-text-area {
padding-right: 20px
}

.bsp-chd-row h2{
margin-top: 10px;
text-transform: uppercase;
margin-bottom: 20px;
font-size: 1.6em;
}

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

.bsp-chd-row{
flex-direction: column;
}

.chd-image-right{
flex-direction: column-reverse;
}


.chd-image-right .bsp-chd-text-area, .chd-image-left .bsp-chd-text-area{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0;
padding-right: 0;
}
}

.bsp-chd-hero-button{
  flex: 1;
  display: flex;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  font-family: Lato;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  visibility: visible;
  text-align: inherit;
  line-height: 17px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  border-color: rgb(138, 132, 127);
  border-style: solid;
  border-width: 3px;
  margin: 0px;
  border-radius: 0px;
  padding: 17px 30px;
  color: rgb(138, 132, 127) !important;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  align-self: flex-start;
  width: fit-content;
  margin-top: 20px;
}

.bsp-chd-hero-button:hover{
  background-color: rgb(138, 132, 127);
  color: rgb(255, 255, 255) !important;
}

.bsp-chd-hero-button a{
  color: rgb(138, 132, 127) !important;
}

.bsp-chd-hero-button a:hover{
  color: rgb(255, 255, 255) !important;
}


.bsp-chd-link-no-decoration{
  text-decoration: none !important;
}

.bsp-chd-link-no-decoration:hover{
  color: #fff !important;
}

@media only screen and (max-width: 1020px){
  .bsp-chd-hero-text-section, .bsp-chd-over-hero-text{
    padding: 30px;
  }
}

@media only screen and (max-width: 887px){
  .bsp-chd-hashtag-inner h1{
    font-size: 3em;
  }
}
@media only screen and (max-width: 664px){
  .bsp-chd-hashtag-inner h1{
    font-size: 2em;
  }
  .bsp-chd-over-hero-text{
    font-size: 1.9em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bsp-chd-hero-text-section h1{
    font-size: 1.7em;
  }
  .bsp-chd-hero-text-section p{
    font-size: 1.1em;
  }
  .bsp-chd-hero-container{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 450px){
  .bsp-chd-hashtag-inner h1{
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 1020px){
  .bsp-chd-hero-container{
    display: flex;
    background-color: rgba(255,255,255,0.3);
  }
}


/* =Responsive Structure
----------------------------------------------- */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (max-width: 1800px) {

}

@media (max-width: 1700px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {


}

@media (max-width: 1300px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1100px) {

}

@media (max-width: 991px) {


}

@media (max-width: 880px) {


}

@media (max-width: 767px) {


}
@media (max-width: 640px) {


}

@media (max-width: 480px) {


}