/*
Theme Name: Outside Biz Card Theme
Theme URI: 
Author: Kishmish Inc.
Author URI: 
Description: Theme for Outside Operations Inc
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: outside-biz-card-theme
Tags: 
*/

.shadow-box {
    filter: drop-shadow(-4px -3px 17px #00000077);
}

.round-box {
    border-radius: 10px;
}

.round-box .slick-list {
    border-radius: 10px 10px 0 0;
}

.wp-block-cb-carousel .slick-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bg-dark-green {
    background-color: #304a24;
}

@media screen and (max-width:781px) {
    header .header-logo, header .header-contact {
        text-align: center;
    }
    
    header .header-contact {
        margin-top: 24px;
    }
}

@media (min-width:782px) {
    header .header-logo {
        text-align: left;
        margin-left: 2rem;
    }

    header .header-contact {
       text-align: right;
       margin-right: 2rem;
    }
}