/*
 Theme Name:   Salient Child
 Theme URI:    http://example.com/
 Description:  Salient Child Theme
 Template:     salient
 Version:      0.1
*/
/* COLOURS Main Blue #5EC0D6 | darker Blue #0478A8 | Green #4AAC92 | */

body.home .container-wrap {padding: 0 !important;}
body .container-wrap .container {max-width: 100%;}
body:not(.home) .container-wrap .container {max-width: 90%;}
body[data-header-resize="0"] .container-wrap {padding-top:15px;}

#top .container {
    max-width: 90%;
}
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a {
    margin: 0 25px !important;
    font-weight: 400;
}
/* Main Nav color */
header#top nav ul li a {
    color: #3c3f42 !important;
}
/* Start Dropdown menu styling css */
header#top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a {
    line-height: 25px!important;
	padding: 0.8em !important;
}
/* End Dropdown menu styling css */
#hero {
    position:relative;
}
#hero img {
    width: 100%;
}
#hero h1 {
    color: #fff;
}
.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin-top: 30px;
}
.btn {
    border-radius: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    align-items: center !important;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.btn.btn2 {
    background: #fff;
    color: #31B1C3;
}
.btn.btn1 {
    background: #31B1C3;
    color: #fff;
    margin-right: 15px;
}
.btn i {
    font-size: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.btn:hover {
    opacity: 0.7;
}

.heroContent h1 {
    color: #fff;
}
.heroContent {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%)translateX(25%);
        -ms-transform: translateY(50%)translateX(25%);
            transform: translateY(50%)translateX(25%);
    left: 3%;
    width: 40%;
}


/* Section 1 */
h1.sub {
    color: #31B1C3;
	font-weight:300;
	font-size: 41px;
}

.container.main-content p {
    font-size: 1.25em;
	line-height: 1.5;
}
.custom_divider {
    background: #31B1C3;
    height: 5px;
    width: 5%;
    margin: 1em 0 !important;
}
/* Section 1 */

/* Section 2 */
#tripleCtaContainer {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#tripleCtaContainer > .section1 {
    position: relative;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
#tripleCtaContainer img {
    width: 100%;
    height: 100%;
    margin: 0;
}
#tripleCtaContainer .text {
    font-size: 2em;
    height: 65px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(30, 30, 30, 0.8);
    width: 100%;
    color: #d9dadc;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    -webkit-transition: background-color .3s, color .3s, opacity .3s;
    -o-transition: background-color .3s, color .3s, opacity .3s;
    transition: background-color .3s, color .3s, opacity .3s;
}
.section1 {cursor: pointer;}
.section1:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 3;
}
.section1:hover > .text {
    background-color: rgba(49, 177, 195, 0.91) !important;
    color: rgba(0,0,0,0.6) !important;
    -webkit-transition: background-color .3s, color .3s, opacity .3s;
    -o-transition: background-color .3s, color .3s, opacity .3s;
    transition: background-color .3s, color .3s, opacity .3s;
}
/* this will change the 3 boxes on the home page */
.text {
    margin: 35px;
    width: 89% !important;
}
.section1 {/* this will change the 3 boxes on the home page */
    padding: 2.5em !important;
}

/* Section 2 */


/* Footer */
#footer {
    padding: 2% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
}
#footer-menu {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#footer-menu ul li {
    padding: 1.25% 0;
    display: inline-block;
    margin: 0 35px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #000;
}
#footer > div {
    margin-bottom: 35px;
}
#copyright {
    text-transform: uppercase;
}
/* Footer */
/* Start ---------------------------------------------------------------- size charts css */
.table-container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-header {
    background: #0478A8;
    width: 100%;
    display: block;
    color: white;
    padding: 10px;
}
.table-field {
  /*  -webkit-box-flex: 1;
        -ms-flex: 1 1 20px;
            flex: 1 1 20px; */
    text-align: center;
    border: 1px 0 1px 1px solid black;
    border-collapse: collapse;
    border-top: 1px solid #0478A8;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column ;
            flex-direction:column ;
    font-size: 0.9em !important;
}
.table-field:hover {
    background: #e7e7f3;
    -webkit-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
}
.table-field.field1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0.1;
    border-left: 1px solid black;
}
/* End ------------------------------------------------- size charts css */
.product-bullet .far,
.product-bullet .fas {
	color:green;
}
/* Start --------------------------------------------------------------  General fixes and WOOCOMMERCE*/
body.page-id-103 h2 {
    color: #00cee5;
    font-size: 2em;
}
body.page-id-103 li {
    font-size: 1.2em;
}
.fixEdges {
    padding: 0 10%;
}
.pLeft {
    padding: 0 8px;
}
body.single-product div.product .product_title { /* Single Product Title */
    color: #0478A8 !important;
    font-size: 2.1em;
}
.woocommerce-Price-amount.amount { /* Single Product Price */
    font-size: 0.9em;
    color: #787575;
}
.single.single-product .container.main-content p {
    font-size: 1.05em;
}
#single-meta {
    display:none;
}
h3.pList {
  color: #0478a8;
}
div.wpcf7-mail-sent-ok {
    color: #398f14;
}
a.shipping-calculator-button {
    display: none !important;
}
.cart_totals h2 {
    color: #00cee5;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
    font-family: 'Open Sans';
    font-weight: 400;
  line-height: 23px;
  font-size: 1.5em !important;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0.5em 0 0.3em 0;
}
body.home .container-wrap {
    margin-top: 0px;
    padding-top: 0;
}
.shop_table td, .shop_table th {
    font-size: 1.3em;
}
.woocommerce .cart .quantity {
    -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
            transform: scale(.75);
}
.incGST {
    color: #000;
}
.woocommerce div.product div.images .flex-control-thumbs li { /* Product thumbnails smaller */
	width: auto;
}
/*
 .tax-product_cat .container:nth-child(2) { 
    margin: 0;
}
*/
.tax-product_cat .inner-wrap h1,
.inner-wrap h1 {
	text-align: center;
}
#page-header-wrap {
    height: 150px !important;
}
#page-header-bg {
    height: 148px !important;
}
p.leg-length {
	padding-bottom:0!important;
}
.woocommerce-ordering { /* remove the default ordering on cat pages */
    display: none;
}
/*==checkoutpage-start*/
.checkout.woocommerce-checkout #billing_email_field  {
    width: 49%;
    float: left;
}
 .checkout.woocommerce-checkout #custom_field_employee_field {
    width: 49%;
    float: right;
    clear:right;
    margin-bottom: 20px;
}
#custom_field_infinite_badge_field {
    display: block;
    clear: both;
}
#custom_field_infinite_badge_field label span
{
display: block;
color: #515151 !important;
font-size: 12px;
line-height: 14px;
}
#custom_field_infinite_badge_field label span.optional
{
 display:none;
}
#custom_field_infinite_badge_field .radio {
   display: inline-block !important;
min-width: 150px;
font-size: 16px;
line-height: 24px;
vertical-align: top;
}
.infine_badge_purchse {
 border: 1px solid #cc1616;
padding: 10px;
color: #cc1616;
margin-bottom: 25px;
}
.infine_badge_purchse a
{
text-align: right;
float: right;
text-decoration: underline;
font-weight: bold;
}
#custom_field_facility_name {
       border: 1px solid #ccc !important;
    box-shadow: none !important;
    border-radius: 4px;
}
#custom_field_other_facility_field {
    margin-top: 20px;
}
.checkout .woocommerce-billing-fields {
    padding-bottom: 0px !important;
}
#customer_details .form-row.form-row-wide.create-account.woocommerce-validated {
  margin-top:0px  !important;
}
.woocommerce-account-fields {
    margin-bottom: 10px;
}
.woocommerce-additional-fields__field-wrapper {
    padding-right: 45px;
}
.order-total .woocommerce-Price-amount.amount
{
  font-size: 18px;
color: #383d3a;
}
.dd_label_payment {
    border: 1px solid #cccccc;
    padding: 10px;
}
.dd_label_payment input
{
  vertical-align:middle;
}
.payment_box.payment_method_comm_web {
    margin-bottom: 20px !important;
}
.wc_payment_method.payment_method_payroll_deduction
{
margin-top: 20px !important;
}
#wc-payroll_deduction-cc-form label
{
display: inline-block;
min-width: 105px;
}
#wc-payroll_deduction-cc-form {
margin: 0px !important;
padding-left: 10px !important;
border-bottom: 1px solid #cccccc !important;
margin-bottom: 20px !important;
}
#wc-payroll_deduction-cc-form .clear
{
padding:0px;
}
.payment_box.payment_method_payroll_deduction {
padding-bottom: 0px !important;
padding-left: 0px !important;
}
.payment_box.payment_method_payroll_deduction p {
    padding-left: 40px !important;
}
#wc-payroll_deduction-cc-form {
    padding-left: 50px !important;
}
#billing_country_field
{
 display:none;
}
#custom_field_other_facility {
    background-color: transparent;
}
.payroll_message_div span
{
color: #383d3a;
font-weight: bold;
}
/*==checkoutpage-end*/
.woocommerce-price-suffix { /* incl gst on product archive pages */
    color: #a2a2a2;
}
.woocommerce-error li {
    color: red !important;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
/* START ----------------------------------------------   fields factory on badge */
.wccpf-field.badge-name { 
    width: 225px !important;
}
.wccpf_label {
    padding-left: 11px !important;
	font-weight: 900;
    font-size: 15px !important;
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color:#fff ;
}
body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
     border: none !important;
}
body:not(.woocommerce-cart) .main-content td {
    border: none !important;
}
/* END ---------------------------------------------   fields factory on badge */
/* -----------------------------------------------  END General fixes and woocommerce*/

.open-tc-wrap {
    margin: 20px 0;
    padding: 0 15px;
}
.woocommerce-terms-and-conditions-wrapper {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05);
    padding:1.618em;
    margin-bottom: 30px;
    display:none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
    border:0;
    box-shadow: none;
    background: transparent;
    display: block !important;
    max-height: 100% !important;
    margin: 0;
    padding: 0;
}
.woocommerce-terms-and-conditions-wrapper p.form-row {
    margin: 0;
    padding: 0;
}

body.single-product .entry-summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .out-of-stock {
    width: 100%;
    border: 1px solid;
    border-radius: 0;
    color: #ff0000 !important;
    margin:0;
}
.single_add_to_cart_button.button.alt.wc-variation-is-unavailable {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
#header-outer header#top nav >ul.buttons {
    right: 40px;
}
body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart {
    padding:10px;
    background:#fff;
}
body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart h2.widgettitle {
    font-size:20px;
}
body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    flex-wrap: wrap;
}
body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item > a {
    max-width: 90px;
    padding: 0 !important;
}
body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .product-meta .remove_from_cart_button {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 30px !important;
    width: 30px !important;
    margin-bottom: 0 !important;
}
body[data-dropdown-style="minimal"] #header-outer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .product-meta a:not(.remove_from_cart_button) {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.gcds-product-popup-wrap {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
    z-index: 9999;
    display: none;
}
.gcds-popup-container {
    position: absolute;
    background: #fff;
    max-width: 480px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 50px 30px 30px;
    font-size: 16px;
}
.gcds-popup-close {
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

/*
 * -------------------------------------------------------------------------- Media Queries  */
@media(max-width:1250px) { 
header#top nav > ul > li > a, .span_3 .pull-left-wrap > ul > li > a, body.material #search-outer #search input[type="text"], #header-secondary-outer .nectar-center-text, #slide-out-widget-area .secondary-header-text { /* Make menu fit into area */
    font-size: 14px;
}
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a { /* Make menu fit into area */
    margin: 0 7px !important;
}
}

@media(max-width:991px)
{
.checkout .col2-set .col-1 {
    width: 100% !important;
}
.checkout .col2-set .col-2 {
    width: 100% !important;
    margin-top: 20px !important;
}
.checkout .woocommerce-shipping-fields, .checkout .woocommerce-billing-fields {
    padding-right: 0px !important; 
}
.woocommerce-additional-fields__field-wrapper {
    padding-right: 0px !important;
}

}
@media screen and (max-width:767px){
#billing_first_name_field , #billing_last_name_field , #billing_email_field , #custom_field_employee_field {
float:none !important;
 width: 100% !important;
}
#custom_field_infinite_badge_field .radio {
    min-width: 70px;
}
#custom_field_infinite_badge_field label , #custom_field_other_facility_field label 
{
font-size: 19px !important;
line-height: 20px;
}
#custom_field_infinite_badge_field label span
{
margin-top: 10px !important;

}
#wc-payroll_deduction-cc-form , .payment_box.payment_method_payroll_deduction p , .payment_box.payment_method_comm_web {
    padding-left: 0px !important;
    padding-right:0px !important;
}
    #top .container {
    max-width: 90% !important;
    }
    body .container-wrap .container {
        max-width:100% !important;
    }
    body:not(.home) .container-wrap .container {
        max-width:90% !important;
    }
    .heroContent {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    left: 0;
    -webkit-transform: translateY(44%);
        -ms-transform: translateY(44%);
            transform: translateY(44%);
    padding: 15px;
    border: 1px solid #fff;
    }
    .heroContent h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    }
    .heroContent .btns {
    margin: 0;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    }
    .heroContent .btn {
    font-size: 3.5vw;
    padding: 0;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .heroContent .btn i {
        top: 0;
        font-size:25px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .btn.btn1 {
        margin-right: 10px;
    }
    .btn i::before {
    top: 3.5px;
    position: relative;
    }
    h1.sub {
        margin-bottom:25px;
    }
    #tripleCtaContainer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #tripleCtaContainer > .section1 {
        display: -webkit-box;
        display: flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    #tripleCtaContainer .text {
    font-size: 1.3em;
    height: 50px;
  }
  #footer {
        padding: 20px 0;
    }
  #footer-menu, #copyright {
    text-align: center;
    max-width: 83% !important;
    }
    #footer-menu ul li {
    padding: 1.25% 0;
    display: block;
    margin: 5px 35px;
    }
    html .woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, html .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
    margin-right: 10px !important;
    }
    header#top #mobile-cart-link, header#top .mobile-search {
        top: 5px;
    }
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
}
#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 20px;
}
} 

@media screen and (min-width:768px) and (max-width:1024px){
    #footer-menu ul li {
        margin: 0 20px !important;
    }
    .btn {
        font-size: 1em;
    }
} 
@media screen and (max-width:600px){
.table-header {
    padding: 2px;
}
.single.single-product .table-container1 .table-field,
.single.single-product .table-container2 .table-field,
.single.single-product .table-container3 .table-field { /* If 2 and 3 are used */
    font-size: 0.85em !important;
}
}
@media screen and (max-width:400px){
.single.single-product .table-container1 .table-field,
.single.single-product .table-container2 .table-field,
.single.single-product .table-container3 .table-field { /* If 2 and 3 are used */
    font-size: 0.8em !important;
}
.infine_badge_purchse a {
    float: none;
}
}
.woocommerce div.product form.cart div.quantity.buttons_added { 
float : left;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
 clear : both;
}
.woocommerce-product-details__short-description .table-container1 { margin-bottom : 10px;}
.dd_variations { float : left } 
body:not(.woocommerce-cart) .main-content table.variations.dd_variations_quanity { margin-top : 15px; }
@media screen and (max-width:355px){
.dd_variations {
    float: none;
}
}
.woocommerce-Price-amount.amount{
    font-size: 1em;
} 
.woocommerce-checkout-review-order .woocommerce-Price-amount.amount, body:not(.woocommerce-cart) .main-content .woocommerce-checkout-review-order-table .shipping td
{
   font-size: 1.2em; 
}
body:not(.woocommerce-cart) .main-content td { }
.woocommerce-checkout-review-order-table .product-info .amount
{
    font-size : 16px !important;
}
body[data-header-resize="0"].woocommerce-checkout .container-wrap { padding-top : 55px;}
.woocommerce div.product form.cart .variations select { height : 38px; }
.dd_billing_p {
    padding-bottom: 5px;
}