/*!
 * Theme Name: 		   OceanWP Child
 * Text Domain: 	   oceanwp
 * Version:            1.0.1
 * Tested up to:       6.0.0
 * Requires at least:  5.6
 * Requires PHP:       7.2
 * Author:             Sally Omar
 * Author URI:         https://oceanwp.org/about-oceanwp/
 * Theme URI:          https://oceanwp.org/
 * Description:        OceanWP Child theme
 * Tags:               two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready
 * Template:  oceanwp
 * License: GNU General Public License v2.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 *
 * All files, unless otherwise stated, are released under the GNU General Public
 * License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned
 * with others.
 *
 * DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 * To add your own CSS, use a child theme: https://github.com/oceanwp/oceanwp-child-theme
 *
 * CSS file is in "assets/css"
 */

/*html, body, div, span:not(.elementor-icon), applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {*/
/*    font-size: 100% !important;*/
/*}*/
html, body{
        font-size: 100% !important;
}
.oceanwp-social-menu.simple-social ul li.oceanwp-phone a:hover {
    color: #4db237 !important;
}
.oceanwp-social-menu.simple-social ul li.oceanwp-phone a{
    font-size: 23px;
}

.site-footer .widget_nav_menu li {
    border-top: none;
    border-bottom: none;
}

#site-header.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
}
#print-button{
    float: right;
    margin-top: 15px;
}
.home-head-serv {
    text-align: center;
    border: 1px solid rgba(172, 176, 180, .25);
    padding-bottom: 7px;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%);
    background-color: #fafcfd;
    border-radius: 5px;
}

footer .widget-title::after {
    content: none !important;
}

footer .widget-title {
    font-weight: 500;
    font-size: 14px;
}

#mobile-dropdown-movers {
    display: none;
}

.movers-mobile-nav {
    display: none;
}

@media only screen and (max-width: 959px) {
    .action-link {
        padding-top: 10px;
    }

    .action-link a {
        padding: 10px 20px;
        background: #F65B09;
        border-radius: 5px;
        margin-top: 13px;
    }

    #site-header-inner {
        display: inline-block;
        max-width: 70%;
        float: left;
    }

    #mobile-dropdown-movers {
        display: inline-block !important;
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        float: right;
    }

    #mobile-dropdown-movers .oceanwp-social-menu {
        display: inline-block;
        font-size: 25px;
        float: left;
    }

    #mobile-dropdown-movers .nav-tabs {
        height: 100%;
        float: right;
        display: inline-block;
        z-index: 10;
        border-bottom: none;
        margin-top: 50%;
    }

    #mobile-dropdown-movers .nav-tabs .fa-bars {
        font-size: 19px;
    }

    .movers-mobile-nav li {
        text-align: center;
        list-style: none;
    }

    .movers-mobile-nav {
        clear: both;
        border-bottom: 1px solid #e1e1e1;
        box-shadow: 0 1px 1px #e1e1e1;
        background: #fff;
    }

    .movers-mobile-nav .action-link {

    }
}

.search-toggle-li {
    display: none;
}

#site-logo {
    padding-left: 5px;
}

.icon-handbag {
    color: #4db237 !important;
}

.woocommerce ul.products li.product .button {
    display: flex !important;
}
#menu-provider-menu li{
    list-style: none;
}
.provider-dashboard .movers-mobile-nav a{
    color:black!important;
}
.nav-tabs{
    display:none;
}
@media (max-width: 1300px) {
    .nav-tabs{
        display: block;
    }
}
#scroll-top{
    left: 20px;
    right:unset!important;
}
.order-details-page{
    clear: both;
}
.order-page-title{
    margin-bottom: 10px;
}
.card.shadow{
    width:100%
}