/*
Theme Name:   New York Business Child Theme
Description:  Use this theme for implementations.
Author:       Disruptive Advertising - Coggins
Author URL:   https://disruptiveadvertising.com
Template:     new-york-business
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  new-york-business-child
*/

/* Write here your own personal stylesheet */
/*********************
FONT IMPORT
*********************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*********************
GLOBAL
*********************/
/** Basics **/
body .entry-content {
    padding: 0 0 35px;
}

h1, h2, h3, h4, h5, h6, p, a, .start-button, .testimonial-title, #main_Carousel .slider-title, .site-title a, .sub-header .title {
    font-family: Roboto, sans-serif !important;
    letter-spacing: .05em;
}

h2 {
    font-size: 24px;
    letter-spacing: .05em;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .05em;
    margin-bottom: 22px;
}

.bold {
    font-weight: 600;
}

.content-split {
    display: flex;
}

/** Banner / Search Bar **/
.sub-header {
    background-attachment: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-header div.title {
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 3px;
}

.header-search-form {
    float: none;
    width: 95vw;
    max-width: 550px;
    margin: 0 auto;
}

input#text-search {
    background: white;
    margin-bottom: 10px;
}

.header-search-form #btn-search-category {
    position: initial;
    width: 100%;
    border-radius: 3px;
}

.header-search-form #btn-search-category:after {
    content: 'Search Now';
    font-size: 18px;
    font-weight: 600;
}

form.search-box {
    background: transparent;
    border: none;
}

.search-box:hover {
    box-shadow: none;
}

.header-search-form #btn-search-category span {
    display: none;
}

/** Product Listing **/
p.woocommerce-result-count,
form.woocommerce-ordering {
    display: none;
}

.search ul.products {
    padding: 35px 0;
}

.woocommerce ul.products > li.product h2.woocommerce-loop-product__title {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

.woocommerce ul.products > li.product span.price {
    font-family: Roboto, sans-serif;
    text-align: left;
}

.woocommerce ul.products > li.product a.button {
    width: 100%;
    padding: 15px 1em;
}

.woocommerce nav.woocommerce-pagination {
    text-align: left;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers > li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers > li > span.current {
    background: initial;
    color: #222222;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers > li > a.page-numbers {
    color: #acacac;
}

/*********************
HEADER
*********************/
#masthead {
    z-index: 99999;
    box-shadow: none;
}

.site-header .container {
    max-width: initial;
}

.mini-header {
    background: #025da3;
}

.fa-map-marker:before {
    content: "\f041" !important;
}

.custom-logo-link {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

#main-nav .custom-logo-link img {
    height: 65px;
}

.vertical-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.menu-toggle {
    margin: 1px 0 2px auto;
}

#top-menu > li > a {
    font-size: 13px;
    font-weight: 600;
}

.main-navigation.toggled-on {
    position: relative;
}

.main-navigation.toggled-on .menu-menu-container {
    position: absolute;
    width: 100vw;
    top: calc(100% + 20px);
    right: calc(-15px);
    z-index: 9;
}

@media screen and (min-width: 48em) {
    .woocommerce-layout .main-navigation {
        display: initial;
    }

    .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
        text-align: right;
    }

    #main-nav .custom-logo-link img {
        height: 90px;
    }

    .my-nav-menu-search {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .vertical-center > div {
        width: auto;
        margin: 0;
        padding: 0;
    }

    #top-menu {
        padding: 0.75em 2em;
    }
}

/*********************
FOOTER
*********************/
.row.social-row {
    display: none;
}

.footer-section > .container {
    padding: 0;
    max-width: initial;
}

.footer-section > .container > aside.widget-area {
    border-bottom: 1px solid white;
    padding: 0 15px;
}

footer#colophon {
    background: #050708 !important;
}

.footer-section > .container > .row.menu-row {
    margin: 0;
    padding: 0 15px;
}

.footer-section > .container > .row.menu-row .bottom-menu {
    text-align: right;
}

#colophon h2 {
    font-size: 30px;
    letter-spacing: .02em;
    font-weight: 500;
}

.footer-section > .container > aside.widget-area a {
    display: block;
    margin: 25px 0;
}

.footer-section > .container > aside.widget-area a img {
    box-shadow: none;
    width: 100%;
    max-width: 220px;
}

.footer-section > .container > .row.menu-row .bottom-menu ul > li {
    line-height: 1.4;
}

.footer-section > .container > aside.widget-area p.footer-rights {
    font-size: 12px;
    color: #cd2127;
}

@media screen and (max-width: 767px) {
    .footer-section > .container > .row.menu-row .bottom-menu {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .footer-section > .container > .row.menu-row .bottom-menu ul > li {
        font-size: 14px;
        line-height: 1.5;
    }
}

/*********************
HOME PAGE
*********************/
/** Search Section **/
#home-search {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2020/03/thumb_0032_1024.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
}

/** Popular Section **/
body.home .entry-content > h2:first-child {
    color: #3ba0f4;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (min-width: 48em) {
    #home-search {
        height: 500px;
    }

    body.home .entry-content > h2:first-child {
        font-size: 38px;
    }
}

/*********************
SEARCH PAGES
*********************/
body.search .woocommerce-breadcrumb {
    display: none;
}

/*********************
ABOUT US
*********************/
.page-id-137 .content-split {
    align-items: flex-end;
}

.page-id-137 .content-right {
    display: none;
}

.page-id-137 .content-right img {
    position: absolute;
    bottom: 0;
}

@media (min-width: 1200px) {
    .page-id-137 .content-right img {
        position: absolute;
        bottom: -100px;
    }
}

@media (min-width: 48em) {
    .page-id-137 #content {
        position: relative;
        z-index: 999999;
    }

    .page-id-137 .content-right {
        display: block;
        min-width: 297px;
        margin-left: 9%;
        position: relative;
    }
}

/*********************
CART
*********************/
body.woocommerce-cart .sub-header {
    display: none;
}

.cart-heading {
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 25px;
}

.cart-heading h1 {
    margin: 0;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: .05em;
}

.cart-heading a {
    background: #3ba0f4;
    color: white;
    padding: 10px;
    width: 196px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
}

.cart-heading a:hover,
.cart-heading a:active,
.cart-heading a:focus {
    background-color: #dfdcde;
    color: #515151;
}

.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper a.button.wc-forward {
    display: none;
}

.woocommerce-notices-wrapper a.restore-item {
    font-style: italic;
    text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-message {
    border: none;
    padding: 1em 2em;
    border-bottom: 2px solid #3ba0f4;
    background: transparent;
}

.woocommerce-cart-form table.shop_table {
    border: none;
}

.woocommerce-cart-form table.shop_table th.product-name,
.woocommerce-cart-form table.shop_table th.product-price,
.woocommerce-cart-form table.shop_table th.product-quantity,
.woocommerce-cart-form table.shop_table th.product-subtotal {
    font-size: 24px;
    letter-spacing: .05em;
}

.woocommerce-cart-form table.shop_table thead > tr > th {
    border-bottom: 1px solid #222;
    padding-bottom: 3px;
}

.woocommerce-cart-form table.shop_table tbody td.product-remove a {
    color: #222 !important;
    border: 1px solid #222;
    border-radius: 2px;
    font-size: 18px;
}

.woocommerce-cart-form table.shop_table tbody td.product-remove a:hover,
.woocommerce-cart-form table.shop_table tbody td.product-remove a:active,
.woocommerce-cart-form table.shop_table tbody td.product-remove a:focus {
    color: white !important;
    background: #3ba0f4;
    border-color: #3ba0f4;
}

.woocommerce-cart-form table.shop_table tbody .product-thumbnail {
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce-cart-form table.shop_table tbody .product-thumbnail img {
    width: 120px;
}

.woocommerce-cart-form table.shop_table tbody td.product-name,
.woocommerce-cart-form table.shop_table tbody td.product-price,
.woocommerce-cart-form table.shop_table tbody td.product-quantity input,
.woocommerce-cart-form table.shop_table tbody td.product-subtotal {
    font-size: 18px;
    color: #222;
    line-height: 1.3;
}

.woocommerce-cart-form table.shop_table tbody td.product-name a {
    color: #222;
}

.woocommerce-cart-form table.shop_table tbody td.product-quantity div.quantity {
    position: relative;
}

.woocommerce-cart-form table.shop_table tbody td.product-quantity input {
    border-radius: 2px;
    border-color: #222;
    display: block;
    text-align: left;
    max-height: initial;
    width: 5em;
    padding: 10px 10px 10px 15px;
}

.woocommerce-cart-form table.shop_table tbody td.product-name dl.variation {
    margin: 0;
}

.woocommerce-cart-form table.shop_table tbody td.product-name dl.variation dt.variation-Linkedto {
    display: block;
    float: none;
    font-weight: 400;
}

.woocommerce-cart-form table.shop_table tbody td.product-name dl.variation dd.variation-Linkedto p {
    font-size: 18px;
    font-weight: 400;
}

.woocommerce table.shop_table tbody > tr:last-child > td.actions {
    height: 64px;
    box-sizing: border-box;
}

.woocommerce table.shop_table tbody > tr:last-child > td.actions .coupon {
    height: 100%;
}

.woocommerce table.shop_table tbody > tr:last-child > td.actions .coupon input#coupon_code {
    width: 260px;
    background: #EDEDED;
    border: none;
    height: 100%;
    margin-right: 12px;
}

.woocommerce table.shop_table tbody > tr:last-child > td.actions  button.button {
    background: #3ba0f4;
    color: white;
    padding: 10px;
    width: 196px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    height: 100%;
}

.woocommerce table.shop_table tbody > tr:last-child > td.actions  button.button:hover,
.woocommerce table.shop_table tbody > tr:last-child > td.actions  button.button:active,
.woocommerce table.shop_table tbody > tr:last-child > td.actions  button.button:focus {
    background-color: #dfdcde;
    color: #515151;
}

.woocommerce table.shop_table tbody > tr:last-child > td.actions .coupon + button.button {
    background: transparent;
    color: #222;
    border: 1px solid #222;
}

.cart-collaterals a.checkout-button.button.alt.wc-forward {
    margin-bottom: 0;
}

.cart-collaterals a.checkout-button.button.alt.wc-forward:hover,
.cart-collaterals a.checkout-button.button.alt.wc-forward:active,
.cart-collaterals a.checkout-button.button.alt.wc-forward:focus {
    background-color: #dfdcde;
    color: #515151;
}

.cart-collaterals .cross-sells {
    display: none;
}

.cart-collaterals .cart_totals {
    background: #EDEDED;
    padding: 2.5em 3em;
}

.cart-collaterals .cart_totals h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 38px;
    font-weight: 600;
}

.cart-collaterals .cart_totals > table {
    border: 0;
}

.cart-collaterals .cart_totals > table tr {
    font-size: 24px;
}

.cart-collaterals .cart_totals > table tr > * {
    padding: 0 12px 10px;
}

.cart-collaterals .cart_totals > table tr.order-total > * {
    padding-top: 10px;
    border-top: 2px solid #d3ced2;
}

.cart-collaterals .cart_totals > table tr > td {
    text-align: right;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .woocommerce-cart-form table.shop_table thead {
        display: initial;
    }

    .woocommerce-cart-form table.shop_table thead > tr {
        display: flex;
    }

    .woocommerce-cart-form table.shop_table thead > tr th:nth-child(-n+2) {
        display: none;
    }

    .woocommerce-cart-form table.shop_table th.product-name {
        width: 99px;
        font-size: 19px;
        padding: 0 0 3px 0;
        line-height: 1;
    }

    .woocommerce-cart-form table.shop_table thead > tr th:nth-last-child(-n+3) {
        width: calc(33% - 33px);
        text-align: center;
        font-size: 14px;
        padding: 0 0 3px 0;
    }

    .woocommerce-cart-form table.shop_table tbody .cart_item {
        display: flex;
        flex-wrap: wrap;
        padding: 12px 0;
        border-bottom: 2px solid #eee;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent;
    }

    .woocommerce-cart-form table.shop_table tbody .product-remove {
        padding: 0 12px 0 0;
        order: 5;
        border: none;
    }

    .woocommerce-cart-form table.shop_table tbody .product-thumbnail {
        display: block !important;
        width: 99px;
        min-width: 99px;
        padding: 0;
        margin-bottom: 10px;
        order: 1;
        border: none;
    }

    .woocommerce-cart-form table.shop_table tbody .product-thumbnail img {
        width: 100%;
    }

    .woocommerce-cart-form table.shop_table tbody td:before {
        display: none;
    }

    .woocommerce-cart-form table.shop_table tbody td.product-name {
        order: 6;
        font-size: 13px;
        width: calc(100% - 42px);
        text-align: left !important;
        padding: 0;
        border: none;
    }

    .woocommerce-cart-form table.shop_table tbody td.product-price {
        order: 2;
    }

    .woocommerce-cart-form table.shop_table tbody td.product-quantity {
        order: 3;
        min-width: initial;
    }

    .woocommerce-cart-form table.shop_table tbody td.product-quantity input {
        margin: 0 auto;
        width: 100%;
        font-size: 13px;
        padding: 6px 10px 6px 5px;
    }

    .woocommerce-cart-form table.shop_table tbody td.product-subtotal {
        order: 4;
    }

    .woocommerce-cart-form table.shop_table tbody td:nth-last-child(-n+3) {
        width: calc(33% - 33px);
        text-align: center !important;
        font-size: 13px;
        border: none;
    }

    .woocommerce-cart-form table.shop_table tbody td.product-name dl.variation dd.variation-Linkedto p {
        font-size: 13px;
    }

    .woocommerce-cart-form table.shop_table tbody > tr:last-child {
        border: none;
        margin-top: 23px;
    }

    .woocommerce table.shop_table tbody > tr:last-child > td.actions {
        height: initial;
        width: 100%;
    }

    .woocommerce table.shop_table tbody > tr:last-child > td.actions .coupon {
        height: 45px;
        padding-bottom: 0 !important;
        margin-bottom: 12px;
    }

    .woocommerce table.shop_table tbody > tr:last-child > td.actions .coupon input#coupon_code {
        width: calc(100% - 152px)
    }

    .woocommerce table.shop_table tbody > tr:last-child > td.actions .coupon button.button {
        float: none !important;
        width: 140px !important;
    }

    .woocommerce table.shop_table tbody > tr:last-child > td.actions .coupon + button.button {
        height: 45px;
        width: 135px !important;
    }
}

@media screen and (max-width: 570px) {
    .cart-heading {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px;
    }

    .cart-heading h1 {
        font-size: 23px;
        line-height: 1.2;
    }

    .cart-heading a {
        font-size: 12px;
        width: 135px;
    }
    
    div.cart-collaterals {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
        width: initial !important;
    }
    
    .cart-collaterals .cart_totals {
        padding: 2em 2em;
    }
}

/*********************
CONTACT US
*********************/
.page-id-56 .content-split {
    justify-content: center;
}

.page-id-56 .content-left {
    flex-grow: 1;
    max-width: 600px;
}

.page-id-56 .content-right {
    width: 250px;
    min-width: 250px;
    margin-left: 45px;
}

.page-id-56 .content-left p:last-child {
    font-weight: bold;
}

.wpcf7 p {
    margin-bottom: 12px;
}

.wpcf7 label {
    font-weight: 400;
    text-indent: 5px;
    line-height: 21px;
}

.wpcf7 input:not([type="submit"]), .wpcf7 textarea {
    border-radius: 2px;
    border-color: #333333;
    padding: 5px 10px;
}

.wpcf7 input[name="your-name"] {
    padding-right: 28px;
}

.wpcf7 textarea {
    height: 75px;
}

.wpcf7 input[type="submit"] {
    width: 100%;
    letter-spacing: .05em;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
    background-color: #dfdcde;
    color: #515151;
}

@media screen and (max-width: 570px) {
    .page-id-56 .content-split {
        flex-wrap: wrap;
    }

    .page-id-56 .content-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-id-56 .content-right {
        width: 100%;
        margin: 0;
    }
}

/*********************
PRODUCT PAGES
*********************/
body.single-product .sub-header,
body.single-product.woocommerce div.product .product_title {
    display: none;
}

body.single-product.woocommerce nav.woocommerce-breadcrumb {
    border: none;
    padding-left: 0;
    color: #ACACAC;
}

body.single-product.woocommerce nav.woocommerce-breadcrumb a {
    color: #ACACAC;
    text-decoration: underline;
}

body.single-product h2.title-alt {
    font-size: 38px;
    margin: 0;
}

body.single-product p.product-address {
    font-size: 24px;
    margin-bottom: 24px;
}

body.single-product.woocommerce div.product p.price {
    color: #222222;
    font-size: 18px;
    margin-bottom: 24px;
}

.woocommerce-product-details__short-description {
    background: #EDEDED;
    font-size: 14px;
    padding: 2.5em 2em;
    margin-bottom: 24px;
}

.woocommerce-product-details__short-description ul {
    margin-bottom: 0;
}

.woocommerce-product-details__short-description ul li {
    letter-spacing: .05em;
}

.woocommerce-product-details__short-description ul li:not(:last-child) {
    margin-bottom: 6px;
}

.woocommerce-product-details__short-description ul + p,
.woocommerce-product-details__short-description ul + div {
    margin-top: 12px;
    margin-bottom: 5px;
}

body.single-product.woocommerce div.product form.cart div.quantity {
    margin-right: 6px;
}

body.single-product.woocommerce div.product form.cart div.quantity input {
    height: 45px;
    max-height: 45px;
    text-align: center;
    background: #EDEDED;
    border: none;
    border-radius: 2px;
}

body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: #3ba0f4;
    color: white;
    padding: 10px;
    width: 196px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    height: 45px;
}

body.single-product.woocommerce div.product form.cart div.wc-force-sells {
    margin-top: 32px;
}

body.single-product.woocommerce div.product form.cart div.wc-force-sells p {
    margin-bottom: 8px;
}

body.single-product.woocommerce div.product form.cart div.wc-force-sells ul {
    margin-bottom: 0;
}

body.single-product.woocommerce div.product form.cart div.wc-force-sells ul li {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .05em;
}

body.single-product section.related.products {
    clear: both;
    position: relative;
    padding: 100px 0 40px;
    z-index: 9;
}

body.single-product section.related.products:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% - 60px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #EDEDED;
    z-index: 0;
}

body.single-product section.related.products h2,
body.single-product section.related.products ul {
    position: relative;
    z-index: 9;
}

body.single-product section.related.products h2 {
    font-size: 38px;
    font-weight: 600;
}

body.single-product section.related.products ul {
    margin-bottom: 0;
}

body.single-product .container {
    margin-bottom: 0;
}

body.single-product .woocommerce-product-gallery div.flex-viewport {
    margin-bottom: 12px;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs:after {
    content: '';
    position: absolute;
    width: 16.5%;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(34 34 34 / 80%);
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

.slick-list{
    padding: 0 16.5% 0 0 !important;
}

.slick-slide {
    padding: 0 12px 0 0;
}

i.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    color: white;
    cursor: pointer;
    z-index: 9;
}

i.slick-arrow.slick-disabled {
    display: none !important;
}

i.slick-arrow:before {
    position: relative;
    z-index: 9;
}

i.slick-arrow:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 21px;
    background: #222222;
    z-index: 1;
}

i.fa-arrow-circle-right.slick-arrow {
    right: 6%;
}

i.fa-arrow-circle-left.slick-arrow {
    left: 6%;
}

@media screen and (max-width: 991px) {
    body.single-product h2.title-alt {
        font-size: 30px;
    }

    body.single-product p.product-address {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    body.single-product.woocommerce #content div.product div.summary {
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
        margin-bottom: 0;
    }

    body.single-product h2.title-alt,
    body.single-product p.product-address,
    body.single-product.woocommerce div.product p.price,
    body.single-product.woocommerce div.product form.cart {
        width: 100%;
    }

    body.single-product h2.title-alt {
        order: 1;
    }

    body.single-product p.product-address {
        order: 2;
    }

    body.single-product.woocommerce div.product p.price {
        order: 3;
    }

    body.single-product.woocommerce div.product form.cart {
        order: 4;
        margin-bottom: 3em;
    }

    body.single-product .woocommerce-product-details__short-description {
        order: 5;
        display: block;
        position: relative;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0;
        width: 100vw;
    }

    body.single-product section.related.products {
        padding-top: 15px;
    }

    body.single-product section.related.products:before {
        display: none;
    }

    body.single-product section.related.products h2 {
        font-size: 30px;
    }
}