/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

#popular-searches {display:none;}

#hide-popular-searches {display:none;}

.no-space{
margin:0px auto!important;
padding:0px!important;
}

.vmd-footer.no-space > h3 {
    color: #86754d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 10px;

}

.vmd-footer-container { display: block;
    width: 100%;
}

.vmd-footer {
 display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1078px;
    padding: 0 0 50px;
    width: 95%;
}

.vmd-footer a{
   color: #999999!important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
font-size:14px;
}

.vmd-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.vmd-footer a:hover{
color:#00aacb!important; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

@media (max-width: 799px) { .vmd-footer {
padding: px 10px 50px;
text-align: left; 
display:block;}
}