/*
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.   ***************/




/* Κρύψιμο του εξωφύλλου */
div[style*="border-radius: 50%"][style*="background: rgba(238, 238, 238, 0.1)"] {
    display: none !important;
}
/* Κρύψιμο της σκιάς του εξωφύλλου */
div[style*="filter: blur("][style*="opacity: 0.5"][style*="z-index: 0"] {
    display: none !important;
}

.page-id-296 
{
	width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.player-section								{ height:100%; }


/* PLAYER */
.small-player								{  }
.laternative-player							{ width:100%; height:100%; background-color:#ffffff!important; position: fixed !important; bottom: 0px!important; padding-top:20%; padding-left: 0px; padding-right: 0px; }


#radioplayer 								{ bottom: 0; position: fixed; width:100%; height:100%; }

.row-player 								{ height: 100vh!important; }


/* CONTACT FORM 7 */
.wpcf7 label 								{ font-size: 13px; line-height: 25px; font-weight: 400; }
.wpcf7 input[type='text']					{ font-size: 1.3em; color:#000; border-radius:5px; }
.wpcf7 textarea								{ font-size: 1.3em; color:#000; border-radius:5px; }
.wpcf7 input[type='submit']:not(.is-form)	{ background-color:#000; border-radius: 99px; }
.wpcf7 div.wpcf7-mail-sent-ok 				{ border: 0px solid #398f14; }

/* SEND MESSAGE ACCORDION */
.send-message-accordion .accordion-item .toggle 			{ display:none; }
.send-message-accordion .accordion-item .accordion-title 	{ border-top: 0px solid #ddd; }

/* WP RSS Aggregator styles */
.wp-rss-aggregator ul                           			{ list-style-type: none; padding-left: 3px; }
.wp-rss-aggregator li                           			{ position: relative; padding-left: 25px; margin-bottom: 20px!important; }
.wp-rss-aggregator li a:hover                   			{ text-decoration: none; border-bottom: #000000 0.1em solid; }
.wp-rss-aggregator li:before                    			{ position: absolute; top: 0; left: 0; font-size:0.95em; font-family: FontAwesome; content: "\f15c"; color: #fcaf80; }
.wprss-feed-meta                                			{ margin-top: 3px; font-size:90%; }
.wp-rss-aggregator li .time-ago                 			{ opacity: 0.5; margin-top:20px; }

.effect-snow 												{ animation: snow 40s linear infinite!important; opacity: .2; }


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
.laternative-player				{ padding-top:70%; }

}