/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* ΛΟΓΟΤΥΠΟ */
#logo { 
	text-align: center; 
}

/* TEXT ΑΝΤΙ ΓΙΑ ΛΟΓΟΤΥΠΟ */
p.logo-tagline { 
	margin: 0; 
    font-size: 12px;
    line-height: 12px;
    font-style: inherit;
    text-transform: capitalize; 
}

/* LIST CHECK ICON */
ul li.bullet-checkmark:before {
    color: rgba(0, 0, 0, 0.3);
}

/* VIDEO COLUMN */
.video-col .video.video-fit.mb {
    margin-bottom: 10px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}