/*
 Theme Name: Great Synthesizers 2018
 Theme URI:
 Description: Great Synthesizers 2018
 Author: von webster
 Author URI: https://goo.gl/forms/HR5GcuVtJqp8ZQZT2
 Template: weta
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Great Synthesizers 2018
*/

@font-face {
    font-family: 'Genericons-Neue';
    src: url('genericons/Genericons-Neue.eot'),
         url('genericons/Genericons-Neue.woff2') format('woff2'),
         url('genericons/Genericons-Neue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.genericons-neue-webster:before {
	content:"\f508";
}

#front-sidebar-two .adrotate_widgets {
	padding-bottom: 45px !important;
}

.entry-header {
	padding: 0px 0 10px 0 !important;
}

.entry-footer {
	display: none !important;
}

.entry-comments {
	display: none !important;
}

.comments-area {
	padding-top: 20px !important;
	border-top: 1px solid #f0037f !important;
}

.archive-header {
	display: none !important;
}

a:link, a:hover, a:active, a:focus {
	text-decoration: none;
}

.page-links {
	font-size: 26px;
	padding-bottom: 20px;
}

.wp-playlist {
border: 1px solid #f0037f !important;
}

.lightgrey-box {border: 1px solid #a9a9a9;}

.dkpdf-button-container {
    float: none !important;
}

a.excerpt-more-link {
    color: #f0037f;
}

.widget_search .searchform, .widget_search .searchform #s {
	width: 100%;
}

.widget_soundcloud_is_gold_widget {
	padding-bottom: 28px !important;
}

/* Alle Button */
a.standard-btn.xlarge-btn {
	width: 100% !important;
}
a.standard-btn.black-btn {background: #f0037f; color: #fff; }

a.standard-btn:hover {background: #ededee;}

/* Weta Widget Transparent Backgroung */
.column-area .rp-one-column-overlay .centered-wrap .centered .overlay, .column-area .widget_weta_slider .centered-wrap .centered .overlay {
	background-image: url("https://greatsynthesizers.com/wp/wp-content/uploads/2018/09/transparent.png");
	background-color: transparent;
	background-repeat: repeat;
	}

/* Footer */
.widget_categories ul.children {padding-left: 0px !important;}
.textwidget ul {padding-left: 0px !important;}

/* Credit */
#colophon #site-credit {
margin: 10px 0 0 0;
font-family: 'Genericons-Neue';
}

#colophon #site-credit ul.credit, li.wp-credit {
padding: 0px;
text-align: center;
}

#colophon #site-credit ul.credit, li.wp-credit a:hover {
color: #f0037f;
}

/* Media Element Player styles */

/* Player background */
.mejs-mediaelement,
.mejs-container.mejs-container,
.mejs-container .mejs-controls,
.mejs-container .mejs-embed,
.mejs-container .mejs-embed body {
  background-color: #ededee !important;
}

.mejs-container .mejs-time {
  color: #555;
}

/* Progress and audio bars */

/* Progress and audio bar background */
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: #fff;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #ccc;
}

/* Player controls */
.mejs-container .mejs-button > button {
  background-image: url(images/mejs-controls-dark.svg) !important;
}

/* Track progress bar background (amount of track fully loaded)
  We prefer to style these with the main accent color of our theme */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #fff;
}

/* Current track progress and active audio volume level bar */
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #f0037f;
}

/* Captions - Track titles / subtitles, time */
.wp-playlist-light .wp-playlist-caption,
.wp-playlist-light .wp-playlist-item-length {
  color: #555;
}

/* Captions - Current track */
.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title {
  font-size: 16px;
}

.wp-playlist-light .wp-playlist-item-album {
  font-style: normal;
}

.wp-playlist-light .wp-playlist-item-artist {
  text-transform: none;
  opacity: .8;
}

/* Playlist items */
.wp-playlist-light .wp-playlist-item {
  padding: 5px 0;
  border-bottom-color: #ededee;
}

.wp-playlist-light .wp-playlist-item:last-child {
  padding-bottom: 0;
}

.wp-playlist-light .wp-playlist-playing {
  border-bottom-color: #f0037f;
}

.wp-playlist-light .wp-playlist-item-length {
  top: 5px;
}