.elementor-kit-234{--e-global-color-primary:#396146;--e-global-color-secondary:#191919;--e-global-color-text:#191919;--e-global-color-accent:#DB5239;--e-global-color-0982a59:#FFFFFF;--e-global-color-02afeca:#EAEEF3;--e-global-color-589c7ae:#DDDDDD;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-size:12px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-size:10px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;--e-global-typography-6e640d1-font-family:"Barlow";--e-global-typography-6e640d1-font-size:3rem;--e-global-typography-6e640d1-font-weight:600;--e-global-typography-6e640d1-line-height:1.1em;--e-global-typography-4857c84-font-family:"Barlow";--e-global-typography-4857c84-font-size:2.5rem;--e-global-typography-4857c84-font-weight:200;--e-global-typography-4857c84-line-height:1.1em;--e-global-typography-6a08d18-font-family:"Barlow";--e-global-typography-6a08d18-font-size:2.2rem;--e-global-typography-6a08d18-font-weight:400;--e-global-typography-6a08d18-line-height:1.1em;--e-global-typography-19d23c7-font-family:"Barlow";--e-global-typography-19d23c7-font-size:1.5rem;--e-global-typography-19d23c7-font-weight:400;--e-global-typography-19d23c7-line-height:1.5em;--e-global-typography-cd7ff77-font-family:"Barlow";--e-global-typography-cd7ff77-font-size:1.5rem;--e-global-typography-cd7ff77-font-weight:300;--e-global-typography-cd7ff77-line-height:1.4em;--e-global-typography-e2c4a05-font-family:"Barlow";--e-global-typography-e2c4a05-font-size:1.25rem;--e-global-typography-e2c4a05-line-height:1.5em;--e-global-typography-5ad8b9a-font-family:"Barlow";--e-global-typography-5ad8b9a-font-size:18px;--e-global-typography-5ad8b9a-font-weight:500;--e-global-typography-5ad8b9a-line-height:1em;--e-global-typography-dd3f7cf-font-family:"Barlow";--e-global-typography-dd3f7cf-font-size:14px;--e-global-typography-dd3f7cf-font-weight:500;--e-global-typography-dd3f7cf-line-height:1.5em;}.elementor-kit-234 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-234{--e-global-typography-6e640d1-font-size:2.5rem;--e-global-typography-4857c84-font-size:2rem;--e-global-typography-6a08d18-font-size:1.7rem;--e-global-typography-19d23c7-font-size:1.375rem;--e-global-typography-cd7ff77-font-size:1.25rem;--e-global-typography-e2c4a05-font-size:1.125rem;--e-global-typography-5ad8b9a-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-234{--e-global-typography-6e640d1-font-size:2.25rem;--e-global-typography-4857c84-font-size:1.75rem;--e-global-typography-6a08d18-font-size:1.375rem;--e-global-typography-19d23c7-font-size:1.125rem;--e-global-typography-cd7ff77-font-size:16px;--e-global-typography-e2c4a05-font-size:1rem;--e-global-typography-5ad8b9a-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* General */
a {
	color:#0000ff;
}
.elementor-widget-text-editor .elementor-widget-container a[href^="tel:"] {
    color: #0000ff !important;
}

.elementor-button-wrapper a:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.fas {
    font-family: "FontAwesome" !important;
    font-style: normal; 
}
.hidden-text{
	display: none;
}

/* Forms */
form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password]{
    background: #fff;
    max-width: 100%;
}
form input[type="submit"].button{
    background: var(--e-global-color-accent );
    color: #fff;
}


/* Top Nav */
#top .mainHeader.btClear.gutter {
    margin-top: 65px;
}
.btStickyHeaderActive.btStickyHeaderOpen #top .mainHeader.btClear.gutter{
    margin-top: 0;    
}
.top-header{
    width: 100vw;
    position: absolute;
    z-index: 99;
}
.top-header .container{
    display: flex;
    justify-content: space-between;
    width: 100vw;
    max-width: 1000px;
    margin: auto;
    padding: 15px 30px 10px;
    border-bottom: 1px solid #fff;
}
.top-header .container i.fa{
	margin-right: 4px;
}
.top-header .container .pull-left{
    display: flex;
    grid-gap: 20px;
}
.top-header .container .pull-right ul.list-inline{
    display: flex;
    list-style-type: none;
    margin: 0;
	grid-gap: 20px;
}
.top-header .container .pull-right ul.list-inline .btn-group{
    display: none;
}
.btMenuVertical .bt-vertical-header-top{
    margin-top: 55px;
}

.bt_bb_layout_wide .slick-dots {
    padding: 0 0px;
}
.btNewsletterButton .wpcf7-submit{
    color: var( --e-global-color-primary ) !important;
}
.btNewsletter.btOutline input.wpcf7-email{
    border: 2px solid var( --e-global-color-primary ) !important;
    border-radius: 3px !important;
    color: var( --e-global-color-primary ) !important;
}
.sub-menu .menu-item a.elementor-sub-item.elementor-item-active,
.elementor-3482 .elementor-element.elementor-element-9625d57.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects #menu-1-e45b0ca .sub-menu .menu-item a.elementor-sub-item:hover{
    color: #fff !important;
}
/* calculators */
#bt_bb_section64dadef9e9f8c{
    margin-top: 260px;
}

/* Compounds Tables */
.compounds table tr td:first-child{
text-align: right;
}
.fp-text{
    max-width: 1000px;
    padding: 1rem;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 18px;
    text-align: center;
    color: var( --e-global-color-primary );
    margin-bottom: 30px;
}
#main-cat,
.sub-cat,
.sub-sub-cat{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    grid-gap: 10px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 24px;
}
#main-cat .choice,
.sub-cat .sub-choice,
.sub-sub-cat .sub-sub-choice {
    position: relative;
    text-align: center;
    margin: 0;
}
#main-cat .choice input[type="radio"],
.sub-cat .sub-choice input[type="radio"],
.sub-sub-cat .sub-sub-choice input[type="radio"]{
    display: -moz-inline-stack;
    display: inline-block;
    margin-left: 1px;
    vertical-align: middle;
    position: absolute;
    left: -9999px;
}
#main-cat li input[type=radio]:checked+label{
    border-color: #FF4D2D;
    background-color: #FF4D2D;
    color: #fff;
    overflow: hidden;
}
#main-cat label,
.sub-cat label,
.sub-sub-cat label{
    display: block !important;
    position: relative;
    max-width: 100%;
    font-family: "Barlow", Sans-serif;
    font-weight: 500;
    background-color: transparent;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    color: #396146;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #396146;
    transition: all .3s;
    text-align: center;
}
#main-cat label:hover,
.sub-cat label:hover,
.sub-sub-cat label:hover{
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    overflow: hidden;
}

#main-cat label{
    font-size: 16px;
    color: #396146;
    line-height: 1;
    min-width: 80px;
}
#main-cat label:hover {
    border-color: #FF4D2D;
    background-color: #FF4D2D;
    color: #fff;
}

.sub-cat label{
    font-size: 13px;
    color: #396146;
    min-width: 60px;
}
.sub-cat li input[type=radio]:checked+label{
    background-color: #396146;
    color: #fff;
    overflow: hidden;
}
.sub-cat label:hover {
    background-color: #396146;
    color: #fff;
}

.sub-sub-cat label{
    font-size: 12px;
    color: #396146;
    min-width: 60px;
}
.sub-sub-cat li input[type=radio]:checked+label{
    background-color: #04A4C4;
    color: #fff;
    overflow: hidden;
}
.sub-sub-cat label:hover {
    background-color: #04A4C4;
    color: #fff;
}

.search-co-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0 0;
}
.search-co-wrap input[name="s-company"] {
    border: 1px solid #797979;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 10px 30px 10px 8px;
    width: 250px;
    background: #eee;
    opacity: 1;
    color: #474154;
    font-size: 1rem;
}

/*Table*/
.compounds{
    display: flex;
    grid-gap: 10px;
    margin: 50px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#tableOne.table-compounds thead tr th{
    color: var(--e-global-color-0982a59 );
    background-color: var(--e-global-color-accent );
    
}
#tableThree.table-compounds{
    width: 100% !important;	
}

.table-compounds{
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.5;
		width: 100%;
		max-width: 1000px;
}
.table-compounds thead tr th {
    text-align: left;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    padding: 10px;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    outline: none;
}
.table-compounds tbody tr {
    background: #ffffff;
}
.table-compounds tbody tr:nth-child(even) {
    background: #f4f4f4;
}
.table-compounds tbody tr td {
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-text-font-weight );
    line-height: var(--e-global-typography-text-line-height );
}
.table-compounds tbody tr td {
    text-align: left;
    border: none;
    padding: 6px 10px;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
}
.table-compounds tbody tr td{
    border-bottom: 1px solid #c5c5c5;
}

.table-compounds thead tr th:first-child{
    min-width: 140px;
}
.table-compounds tr th:nth-child(2){
    min-width: 220px;
}
.table-compounds tr th:nth-child(3){
    min-width: 160px;
}
.table-compounds tr th:nth-child(4),
.table-compounds tr th:nth-child(5){
    min-width: 100px;
}
.sub-sub-cat a {
    font-size: 12px;
    color: #396146;
    min-width: 60px;
    display: block !important;
    position: relative;
    max-width: 100%;
    font-family: "Barlow", Sans-serif;
    font-weight: 500;
    background-color: transparent;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #396146;
    transition: all .3s;
    text-align: center;
}
.sub-sub-cat a:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    overflow: hidden;
    background-color: #04A4C4;
    color: #fff;
}

@media (max-width: 600px){
    .table-compounds thead tr th,
    .table-compounds tbody tr td{
        font-size: 12px;
        padding: 6px;
    }
    #main-cat label, 
    .sub-cat label, 
    .sub-sub-cat label{
        padding: 6px;
        font-size: 14px;
    }
    #main-cat, .sub-cat, .sub-sub-cat{
        grid-gap: 6px;
        margin: 0 auto 16px;
    }
    .table-compounds thead tr th:first-child{
        min-width: 131px;
    }
}
@media (max-width: 450px){
    .compounds{
        overflow: auto;
        justify-content: start;
        align-items: start;
    }
    .compounds .table-compounds{
        width: 450px;
    }
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 3px;
    background-color: #04A4C4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #fff;
}

.elementor-3482 .elementor-element.elementor-element-9625d57.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects #menu-1-e45b0ca .sub-menu li a:hover, .elementor-3482 .elementor-element.elementor-element-9625d57.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects #menu-1-e45b0ca  li a.highlighted {
    color: #000 !important;
    fill: #000 !important;
}

#mc_embed_signup .inner-wrapper .email {
    border-color: white;
		background-color: white;
    color: #000;
    font-weight: 400;
}

#mc_embed_signup .inner-wrapper .email {
    border-color: white;
    color: #000;
    font-weight: 400;
}

.well {
	    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
		align-self: center;
}

/*.row {*/
/*    margin-right: -15px;*/
/*    margin-left: -15px;*/
/*}*/

.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
		display: table
}

.form-horizontal .control-label {
    padding-top: 7px;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
		cursor: default;
		text-align: right;
		margin-right: 20px;
}

@media (min-width: 768px){
.col-sm-5 {
    width: 41.66666667%;
}
}

@media (min-width: 992px){
.col-md-5 {
    width: 41.66666667%;
}
}

@media (min-width: 768px){
.col-sm-6 {
    width: 50%;
}
}

@media (min-width: 768px){
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
}

@media (min-width: 768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

input:not([type='checkbox']):not([type='radio']), textarea, select {
    margin-top: 10px;
}

.col-sm-offset-1 {
    margin-left: 8.33333333%;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
}

.elementor-4851 .elementor-element.elementor-element-d52faf8 {min-height:600px}
}/* End custom CSS */