/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/******* START GFORM STYLE **********/

body a {
  color: #007AC2;
}

body a:hover {
  color: #000;
}

body .gform_heading {
	display:none;
}

body .gform-body.gform_body label {
    font-weight: 600;
    color: #262525;
}

body .gform-theme--foundation .gfield .ginput_password.large, body .gform-theme--foundation .gfield input.large, body .gform-theme--foundation .gfield select.large,body .gform-theme--foundation .gfield textarea {
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0, .21) !important;
    padding: 13px !important;
    height: auto !important;
    line-height: normal;
	box-shadow:none;
}

body .gform-theme--foundation .gfield .ginput_password.large::placeholder, body .gform-theme--foundation .gfield input.large::placeholder, body .gform-theme--foundation .gfield select.large::placeholder, body .gform-theme--foundation .gfield textarea::placeholder {
    color: rgb(0, 0, 0, .21);
}

body .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

body .gform-body.gform_body label.gfield_consent_label {
    font-weight: normal;
}

body .gform-body.gform_body label.gfield_consent_label a {
    color: #2364aa;
}

body .gform-body.gform_body label.gfield_consent_label a:hover {
    color: #262525;
}

body .gform-footer.gform_footer .gform_button {
    width: 100% !important;
    display: block !important;
	border-radius:10px !important;
}

body .gform-footer.gform_footer.top_label {
    display: block !important;
}

body .gform-footer .gform_button.button {
	background: #007AC2 !important;
    border: 0 !important;
    font-weight: bold !important;
    padding: 18px 15px !important;
}

body .gform-footer .gform_button.button:hover {
	background:#FAF8F5 !important;
	color:#007AC2 !important;
}
/******* END GFORM STYLE **********/

/******* TABLE STYLE **********/
.table {
    background-color: #E8EEF5;
    border: 3px solid #B3C7DE;
    width: 100%;
    table-layout: fixed;
	border-radius:16px;
}
.table tr th {
    font-weight: 600;
    padding: 25px;
    border-bottom: 1px solid #B3C7DE;
    border-right: 1px solid #B3C7DE;
    vertical-align: middle; font-size: 17px;
}
.table tr th:last-child {
	border-right:0;
}
.table-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.table-heading img {
    margin-right: 10px;
}
.table-heading p {
    line-height: 120%
}
.table-heading p span {
    font-weight: normal;
}
.table tr td {
    padding: 15px 25px;
    line-height: 100%;
    text-align: center;
    border-right: 1px solid #B3C7DE;
}

.table tr td:last-child {
	border-right:0;
}
.table tr td:first-child {  font-weight: 600; }
.table tr:not(:last-child) td {
    border-bottom: 1px solid #B3C7DE;
}
.table tr td label {
    text-transform: uppercase;
    font-weight: 500;
}

.sizing-popup-wrapper .popup-element.title h2 {
    color: #007AC2;
}

.sizing-popup-wrapper .sizing-table table th {
    background-color: #007AC2;
    color: #fff;
    border-color: #004e7c;
}

.custom-coupon-form input#custom_coupon_code {
  margin-bottom:10px;
}

@media (max-width: 992px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
	
	.gform-theme--foundation .gfield--width-half {
        grid-column: span 12 !important;
    }
}
/******* END TABLE STYLE **********/

ul.products h2.woocommerce-loop-product__title {
    font-size: clamp(18px, 16.674px + 0.277vw, 22px);
    margin: 10px 0;
}

ul.products span.woocommerce-Price-amount.amount {
    font-size: clamp(18px, 16.674px + 0.277vw, 22px);
    font-weight: bold;
    color: #2364aa;
}

ul.products  a.button.add_to_cart_button {
    display: block;
    margin-top: 10px;
}

ul.products {
	padding:0;
}

ul.products li {
	list-style:none;
}

.mc4wp-form-fields label {
    color: #262525;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}

.mc4wp-form-fields label input {
    margin-top: 15px;
    font-size: 16px;
    border-radius: 10px;
    padding: 14px 20px;
    line-height: normal;
}

.mc4wp-form-fields {display: flex;flex-wrap: wrap;align-items: end;column-gap: 13px;row-gap:10px;}

.mc4wp-form-fields input.singup {
    background: #2364aa;
    font-weight: bold;
    border: 0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
}

.mc4wp-form-fields input.singup:hover {
	background:#FAF8F5;
	color:#2364aa;
}

.dlist li {
    list-style:none;
    position: relative;
    padding-left: 30px;
}
.dlist li a {
    text-decoration: underline;
}
.dlist li a:hover {
	text-decoration:none;
}
.dlist li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/footlogics-us/assets/images/bullet-icon.png) no-repeat left top;
    left: 0;
    width: 16px;
    height: 14px;
    top: 4px;
}

body ul.products a.button.add_to_cart_button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
}