/* 
 Theme Name:     WebCat
 Author:         copyright ©  2020 K.Argyropoulos
 Author URI:     https://www.webcat.gr
 Template:       Divi
 Version:        v.1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.3.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* Disabled in mobile devices = Secondary menu (top-bar) and custom vertical navigation widget  */
@media only screen and (max-width:980px){
#top-header, #ver-nav {
display: none;
}
}

/* center aligns all content of the Vertical menu */
.et_menu_container{
	text-align: -moz-center;	
}

/*  vertical space between logo and menu */
 #top-menu-nav {
	padding-top: 100%;
}

/* Configures custom vertical navigation widget  */
.wp-caption {
	border: 0px;
	background-color: #ffffff;
	margin-top: 80%;
	max-width: 75%;
}
.wp-caption p.wp-caption-text {
	margin-top: -5px;
}


/* an animated gif set as the slider background in Divi page buider  */
#loader-holder
{ background: url("/wp-content/uploads/loader.gif") no-repeat;
 background-position:50% 20%;
}





