/*
Theme Name: radio
Description: Radio Theme
Author: Joinweb
Author URI: https://www.joinweb.gr
Template: JoinwebBasic
Version: 1.0.0
*/


/***************** General **********************
*************************************************/

body,
html
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 10px;
}
.outerWrapper 
{
    padding: 40px;
}
a:focus,
button:focus
{
	outline: none;
	border: none;
}

.left,
.right
{
	width: 45%;
    display: inline-block;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear{
	clear:both;
}

body
{
	font-size: 1.4rem;
}

a{
	text-decoration: none;
} 

figure {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .outerWrapper {
        padding: 20px;
    }
}

/********************** TopBar *********************
***************************************************/

.topbar
{
	padding: 25px 40px 15px 40px;
	font-size: 1.5rem;
}

.topbar_info  
{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap:wrap;
	align-items: center;
}
.topbar_info li
{
	margin-bottom: 12px;
}

ul.social_list li{
	margin: 0 10px;
}

.topbar_info li img
{
	margin-right: 5px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	width: 20px;
}

/**************** Main Content ********************
**************************************************/
#mainContent
{
	position: relative;
	padding-bottom: 20px;
}
#mainContent:after
{
	content: "";
    display: block;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.main 
{
	z-index: 2;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section
{
	margin-bottom: 40px;
}

h2.section_title
{
	
   	font-size: 2.0rem;
  	font-weight: 300;
  	margin: 40px 0 20px 0;
  	text-transform: uppercase;
}

.mainGrid
{
	grid-template-columns: 1fr 300px;
	grid-template-areas: "main sidebar";
}

.mainContent{
	grid-area:main;
}
.sidebar
{
	grid-area: sidebar;
}

.home .sidebar
{
	margin-top: 89px;
}

.wrapperMain
{
	z-index: 9;
	position: relative;
}
h1.titlePage
{
  font-size: 2rem;
  font-weight: 300;
  margin: 15px 0;
}
iframe{max-width: 100%;}

/***************** Logo ******************************
****************************************************/

.logoWrapper
{
	position: relative;
	z-index: 9;
}
.logoGrid
{
	grid-template-columns: 1fr 2fr;
	grid-template-areas: "logo menu";	
}

.header_logo
{
	grid-area:logo;
}

.header_logo img
{
	height: 120px;
	width: auto;
	margin: 15px 0;
}
.mainMenu
{
	grid-area: menu;
}
.hidden-all-but-xs
{
	display: none;
}

/***************** Menu ******************************
****************************************************/

.mainMenu a {
	color: #4a4a4a;
	transition: 0.5s;
}
.mainMenu a:focus,
.mainMenu a:active,
.mainMenu a:hover {
	color: #858585;
}
.menuLines {
	display: none;
}
.mainNavbar {
	height: 90px;
}

.mainMenu .current-menu-item {
	border-bottom: 2px solid #ED1B24;
}

.mainMenu .navbar-nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 50px;
}

.mainMenu .navbar-nav li {
	padding: 8px 0;
	margin: 0 20px;
}

.mainMenu .navbar-nav li a {
	font-size: 18px;
	font-weight: bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

.menuToggler {
	background: transparent;
	position: absolute;
	right: 0;
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	transform: translate(0%, -50%);
}
.menuToggler span,
.menuToggler span:before,
.menuToggler span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 35px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
	color: #fff;
}
.menuToggler span:before {
	top: -10px;
}
.menuToggler span:after {
	top: 10px;
}
.menuToggler span,
.menuToggler span:before,
.menuToggler span:after {
	transition: all 0.5s ease-in-out;
}
.menuToggler.active span {
	background-color: transparent;
}
.menuToggler.active span:before,
.menuToggler.active span:after {
	top: 0;
}
.menuToggler.active span:before {
	transform: rotate(135deg);
}
.menuToggler.active span:after {
	transform: rotate(-135deg);
}

/***************** Slider **************************
****************************************************/

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.bx-wrapper .bx-controls .bx-next {
   background: url(img/next.svg) rgba(0, 0, 0, 0.5) no-repeat!important;
   border: inset 4px rgba(0, 0, 0, 0); 
}   
.bx-wrapper .bx-controls .bx-prev {
   background: url(img/back.svg) rgba(0, 0, 0, 0.5) no-repeat!important; 
   border: inset 4px rgba(0, 0, 0, 0); 
}

.bx-wrapper .bx-controls-direction a
{
	width: 30px!important;
	height: 30px!important;
}

.msg a, 
.msg h2
{
	text-shadow: 0 1px 0 #000000;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #f9f9f9;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
}
.bx-pager.bx-default-pager
{
    position: absolute;
    bottom: 18px;
    right: 20px;
    text-align: right;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
}
.bx-wrapper .bx-pager.bx-pager-link.active
{
	background-color: #3F4B53;
}

.bx-wrapper article::before {
      content: "";
    display: block;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
}

/* new widhget */
.sliderGrid
{
	grid-template-columns: 1fr 300px;
    grid-template-areas: "main widget";
}
.sliderSection_,
.postInfo
{
	grid-area:main;
}
.widgetArea1 {
	grid-area: widget;
}
/**/

/***************** Blog **************************
****************************************************/

.gridBlogs
{
	grid-template-columns: 1fr 1fr;
    grid-template-areas: "first second";
}

.blogPost
{
	margin-bottom: 20px;
}

.postExcerpt p
{
  line-height: 1.5;
}

h3.postTitle
{  
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0;
}
.navigation
{
	text-align: center;
}


/***************** Single **************************
****************************************************/

.singleTitle
{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 15px 0;
}

.date
{
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/***************** Live / Streaming ****************
****************************************************/

#MusesRadioPlayer-HTML5-player-0
{
	max-width: 100%!important;
	margin: 0 auto;
}


/***************** Banner / Contact ****************
****************************************************/

input[type="text"],
input[type="email"]
{
	padding: 10px 0;
}

input,
textarea
{
	width: 100%;
	border-radius: 1px;
	margin-bottom: 20px;
}

.wpcf7-textarea{
	height: 80px;
}

input[type="submit"]
{
	border-radius: 1px;
	padding: 15px 20px;
   	font-size: 1.4rem;
  	font-weight: bold;
  	text-transform: uppercase;
  	
}

.wpcf7 label 
{
	font-size: 1.4rem;
  	font-weight: bold;
}


/***************** Schedule ************************
****************************************************/

.schedule
{
	padding-bottom: 40px;
}

.ui-accordion .ui-accordion-header:focus
{
	outline: none;
}

.ui-accordion .ui-accordion-header
{
	margin-top: 35px;
	font-size: 1.8rem;
	border-radius: 1px;
	padding: 15px 22px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.ui-accordion-content, .ui-widget-content
{	
	font-family: 'Ubuntu', sans-serif;
}

.ui-accordion .ui-state-active, .ui-accordion .ui-widget-content .ui-state-active
{
	box-shadow: none!important;
	border-bottom: none!important; 
}
.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s,
.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e
{
	display: none;
}

.show
{
	margin-bottom: 35px;
}
.show-time
{
	margin-right: 5px;
}

.show-time,
.show-show
{
	 font-size: 1.6rem;
	 font-weight: bold;
}

.show-summary
{
	font-size: 1.4rem;
  	font-weight: normal;
	line-height: 1.5;
}
.show-summary p
{
	margin-top: 10px;
}

/******************** Sidebar *********************
***************************************************/

.sidebar ul, .widgetArea1 ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar .section_title
{
	margin-top: 0; 
}

/* new Widget */
.sidebar .section_title,
.widgetArea1 .section_title
{
	margin-top: 0; 
}

/***Kagkouria ON**/
.sidebar li {
	margin-bottom: 36px;

}
.widgetArea1 li:first-child
{
	margin-bottom: 15px;
}

.widgetArea1 li:first-child + li h2.section_title{
	margin-bottom: -2px;
}

/***Kagkouria OFF**/

/**/

.sidebar li img
{
	margin: 0 auto;
    display: block;
}
.widget-container.cat-post-widget h3 a{
	font-size: 2rem;
	font-weight: 300;
	margin:40px 0 20px 0;
	text-transform: uppercase;
	color: #000;
}
.cat-post-title
{
	color: #000;
	font-weight: bold;
	font-size: 1.6rem!important;
	display: block;
	margin: 10px 0;
}
.cat-post-item p {
	color: #000;
}

/******************** Footer *********************
***************************************************/ 

footer
{
	padding: 15px 40px;
	font-size: 1.2rem;
}
footer a
{
	font-size: 1.2rem;
}

.footer_info li
{
	margin-right: 20px;
}

.footerGrid
{
	grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
}

.contactInfo
{
	grid-area:left;
}

.messageInfo
{
	grid-area:right;
	text-align: right;
}
.footer_info img
{
	width: 16px;
}

/******************** Mobile ***********************
***************************************************/

@media screen and (max-width: 1220px) {
	.left, .right
	{
		width: 100%;
	}
	.left {
	    margin-right: 0;
	}
}

@media screen and (max-width: 992px) {
	.topbar_info
	{
		justify-content:center;
	}
	.topbar_info li 
	{
	    margin-bottom: 20px;
	    margin-right: 30px;
	}
	.mainGrid{
		grid-template-columns: 1fr;
		grid-template-areas: "main" "sidebar";
	}

	.logoGrid{
		
	    grid-template-columns: 1fr;
	    grid-template-areas: "logo" "menu";
	}
	.hidden-all-but-xs
	{
		display: block;
	}
	
	.mainNavbar {
		height: auto;
	}
	.menuLines {
		display: block;
		float: right;
		margin-top: 24px;
		position: absolute;
		top: 40px;
		right: 0;
	}
	.menuLines button {
		background: transparent;
		border: none;
		cursor: pointer;
		text-align: right;
		float: right;
	}
	.mainMenu .navbar-nav {
		margin: 0;
		padding: 0;
		list-style: none;
		flex-direction:column;
	}
	.mainMenu li {
		text-align: right;
		padding: 8px 10px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	.mainMenuContainer {
		background: transparent;
		margin-bottom: 40px;
	}
	#mainMenu {
		display: none;
	}
	 .mainGrid
	{
		grid-template-columns: 1fr;
		grid-template-areas: "main" "sidebar";
	}
	.sliderGrid
	{
		grid-template-columns: 1fr;
	    grid-template-areas: "widget" "main";
	}
}

@media screen and (max-width: 768px) {

	.header_logo
	{
		margin-bottom: 20px;
	}

	.contactGrid
	{
		grid-template-columns: 1fr;
	    grid-template-areas: "banner"
	    					  "form";
	}
	

	.banner{
		text-align: center;
		margin-bottom: 20px;
	}

	.footerGrid
	{
		grid-template-columns: 1fr;
	    grid-template-areas: "left"
	    					  "right";
	}  
	.contactInfo
	{
		margin-bottom: 12px;
	}
	.footer_info.inlineList
	{
		justify-content: center;
	}
	.messageInfo
	{
		text-align: center;
	}
	.gridBlogs
	{
		grid-template-columns: 1fr;
	    grid-template-areas: "first" "second";
	}
	#MusesRadioPlayer-HTML5-player-0
	{
		max-width: 300px!important;
		margin: 0 auto;  
	}


}

iframe {max-width: 100%;}
.bx-wrapper img{height: auto;}
#st-1 .st-btn[data-network='whatsapp']
{
	display: inline-block!important;
}