/**
* Theme Name: Leedo Child
* Description: This is a child theme of Leedo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/vlthemes">VLThemes</a>
* Template: leedo
* Version: 1.0.0
*/

p {
    margin: 0 0 30px;
    line-height: 24px !important;
}



span.strings{
	margin-left: 20px !important;
	
}

#box-wineidentitycheck {
    background: purple;
        padding: 50px 30px;
    color: #fff;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #000 !important;
    background-color: #FFF !important;
    font-weight: 700 !important;
    border-radius: 50px 50px 50px 50px !important;
}

@media (min-width: 768px)
.vlt-is--footer-fixed .vlt-site-wrapper {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media(max-width: 768px){
	.text-start, .text-end {
		display: none;
	}
}