/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
.font-weight-500{font-weight: 500 !important;}
.font-weight-600{font-weight: 600 !important;}
.color-white, .color-white p, .color-white div{color: #FFFFFF !important;}
.no-uppercase h3, .no-uppercase h4, .no-uppercase p, .no-uppercase h2{text-transform: none !important;}

button.vc_btn3 {
    background: #4cd964;
	transition: all 0.5s !important;
    font-weight: 500;
    text-transform: uppercase;
	font-size:21px !important;
    padding: 18px 32px !important;
    min-width: 200px;
}
button.vc_btn3:hover {
    background: #37fb59;
}
#section-footer, 
#section-footer div, 
#section-footer p{font-size:14px !important;}

ul.footer-menu {
    padding: 0 0 7px;
    margin: auto !important;
    display: table;
    list-style: none;
}
ul.footer-menu li {
    padding: 0 25px;
    display: block;
    float: left;
}
ul.footer-menu li a{padding: 0 !important;}
#section-footer p{margin-bottom: 0.5em;}

.content-page, .page-content{padding-bottom:0;}