/*
 Theme Name:   Archi Child
 Theme URI:    http://archiwp.com/
 Description:  Archi Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net
 Template:     archi
 Version:      3.6.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  archi-child
*/

/*classes*/ 
.light-bg{
    background-color: #f2f2f2!important;
}

html{
    scroll-behavior: smooth;
}


#wrapper .vc_custom_1495596876295,
#wrapper .vc_custom_1666696083745,
#wrapper .vc_custom_1477024590600{
    background-color: #123680!important;
}

.wpb_wrapper .display-table {
    display: flex;
    margin-right: -1px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.wpb_wrapper .display-table .box-one-third{
    float: unset;
}

.main-footer .widget{
    padding-bottom: 0px;
}

.main-footer .widget address div strong, 
.main-footer .widget address span strong{
    min-width: unset;
}