/*
Theme Name:   Modus child
Theme URI:    http://demo.arrowpress.net/modus/
Description:  Modus - Versatile office Wordpress theme.
Author:       AHT
Author URI:   https://www.arrowhitech.com/
Template:     modus
Version:      1.0
License:
License URI:
Tags:         one-column, two-columns, right-sidebar,  custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:  modus-child
*/


/** General **/
h1{
    color: #000;
}

/** Link Styling **/
a span.text{
    text-decoration: underline;
}

a span.text:hover{
    text-decoration: none;
}

.modus-icon.modus-icon-2 .modus-iconbox .box-icon a.title{
    padding: 5px 10px;
    border: solid 1px;
    white-space: nowrap;
}

.modus-icon.modus-icon-2 .modus-iconbox .box-icon .icon {
    margin-top: -20px;
}

.modus-icon-2.modus-icon .col-md-15 {
    /*left: 20%;*/
}

.product-page-image .wpb_wrapper .vc_single_image-wrapper{
    text-align: center;
}

.product-page-image .wpb_wrapper .vc_single_image-wrapper img{
    max-width: 80%;
}

.modus-headingtitle {
    visibility: visible !important;
}

.modus-box .layout1.style3 {
    margin-bottom: 25px;
}

/** Shop Shipping alert **/
.alert-container {
    color: #fff;
    border-color: #000;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #000;
    display: block;
    overflow: hidden;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-container p {
    color: #000;
    font-weight: 600;
    margin: 0;
}

/** How To Menu **/
#menu-how-to,
#menu-resources {
    display: flex;
    flex-wrap: wrap;
}

#menu-how-to .menu-item,
#menu-resources .menu-item {
    display: inline-block;
}

#menu-how-to .menu-item a,
#menu-resources .menu-item a {
    background-color: #e7ecea;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    font-family: 'Poppins';
    color: #000;
    padding: 25px;
    width: 263px;
    text-transform: uppercase;
}

#menu-how-to .menu-item.current-menu-item a,
#menu-resources .menu-item.current-menu-item a{
    background-color: #e28e41;
    color: #fff;
}

#menu-how-to .menu-item a:hover,
#menu-resources .menu-item a:hover{
    background-color: #e28e41;
    color: #fff;
}

/** Logo is black as default, and white when scrolled **/
.logo img{
    filter: invert(100%);
}

.is-sticky .logo img{
    filter: none;
}

@media (max-width:991px) {
    header .header.header-v2, header .header.header-v9, header:not(.is-sticky) .header_fixed .header.header-v9{
        background-color: #fff;
    }
}

/**
    Product grid changes
 */
.layout-metro .modus-column-custom{
    vertical-align: top;
}

.item-grid .product .product-thumbnails img {
    height: 200px;
    object-fit: cover;
}

.top-rated .item-grid .product .product-thumbnails img {
    height: auto;
    max-height: 500px;
}

.item-grid .product .info-bottom{
    padding: 10px;
}

.item-grid .product .info-bottom h2 {
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.item-grid .product .info-bottom a{
    height: 30px;
    display: block;
    position: relative;
}

.item-grid .product .info-bottom h2:hover {
    white-space: normal;
    position: absolute;
    background-color: #fff;
    z-index: 100;
    text-align: center;
}


/**
 Schweb Overrides for Woocommerce Product Page
 */
.woocommerce div.product form.cart .variations td.label{
    padding: 6px 0px;
}

.woocommerce div.product form.cart .variations label{
    font-size: 16px;
}

.woocommerce div.product .buttons-block form.cart .variations select{
    width: 100%;
    padding: 5px 20px !important;
    height: auto;
    font-size: 15px;
    letter-spacing: 1px;
}

.woocommerce div.product form.cart .reset_variations{
    width: 48px;
    margin: 0 0 0 auto;
}

/** Icon Box Changes **/
.modus-iconbox .box-icon .icon img{
    max-height: 50px;
    padding: 0;
}

.modus-icon.modus-icon-2 .modus-iconbox:hover > .box-icon .icon img{
    filter: invert(69%) sepia(63%) saturate(665%) hue-rotate(328deg) brightness(92%) contrast(92%);
}

/** Our Products Homepage Section **/
body.home .page-title-container {
    display: none;
}
body.home main.site-main > .page-title-container+.container.no_padding_top {
    padding-top: 0;
}

#our-products .modus-box .box-image img{
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

/** Resources Home Page Section **/

.resources-home .modus-headingtitle.default .shortcode-title.text-center h2{
    color: #fff;
    font-size: 40px;
}

.resources-home .widget .menu{
    padding: 0px 10px;
    border-left: solid 3px #fff;
    border-radius: 20px;
    margin: 0 0 0 0px;
    border-style: double;
}

.resources-home .widget.widget_nav_menu ul li {
    width: 80%;
    margin: 10px auto 10px 15px;
}

.resources-home .widget.widget_nav_menu ul li a {
    color: #fff;
    padding: 7px 0 9px;
    font-weight: 400;
    font-size: 24px;
    margin: auto;
    text-decoration: underline;
}

.resources-home .widget.widget_nav_menu ul li a:hover{
    text-decoration: none;
    color: #e28e41;
}

.resources-home .wpb_single_image .vc_figure {
    width: 100%;
}

.resources-home .wpb_single_image .vc_single_image-wrapper {
    border: solid 7px #fff;
    width: 100%;
}

.resources-home .wpb_single_image img {
    max-width: 100%;
    vertical-align: top;
    border: solid 1px #000;
    width: 100%;
    display: block;
}

/** Mobile Changes **/
@media (max-width: 991px) {
    #menu-footer{
        padding: 10px 0px;
        margin: 10px 0px;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
}

@media (max-width: 767px) {
    #modus-contact-2 h3.widget-title{
        display: none;
    }
}

.woocommerce div.product .buttons-block form.cart .variations select:hover,
.woocommerce div.product .buttons-block form.cart .variations select:focus,
.woocommerce-page.single .quantity .qty:hover,
.woocommerce-page.single .quantity .qty:focus,
.show-all .lt-show .custom_select:hover,
.show-all .lt-show .custom_select:focus,
.soft-category a.all:hover,
.soft-category a.all:focus,
textarea:focus {
    box-shadow: 0 0 5px #e28e41;
    cursor: pointer;
}

/*** ReCaptcha Hide */
.grecaptcha-badge {
    visibility: hidden;
}
