/*
 Theme Name:   MQ-Cute
 Theme URI:    http://www.generatepress.com/MQ/
 Description:  MQ is a CUTE WP child theme. Using Rookie you can alter the child theme to your taste in minutes. MQ is mobile responsive, W3C Markup Validated, Schema.org integrated, search engine friendly, cross browser compatible, WooCommerce compatible and 100% translatable. See more about GeneratePress here: http://generatepress.com
 Author:       Drew
 Author URI:   http://www.blindvisions.de
 Template:     cutewp
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow

MQ, Copyright 2018 Drew
MQ is distributed under the terms of the GNU GPL
MQ is a child theme of Cute WP */

/*------Body------ */

body {
	/*background-image: linear-gradient(90deg, #f2ebeb, #ccc6c6, #f2ebeb);*/
	background-image: linear-gradient(90deg, #98ccff, #023668, #98ccff);
}

/* Fonts */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;outline:0;
	padding:0;
	vertical-align:baseline;
}
html {
	font-family:"Verdena", sans-serif !important;
}
pre,samp,button,input,select,textarea, blockquote:before,blockquote:after, blockquote p, .cutewp-primary-nav-menu a{
	font-family:"Verdena", sans-serif !important;
}
.widget_tag_cloud, .page-title, .cutewp-page-header, .cutewp-sidebar-widget-areas .widget .cutewp-widget-title{
	font-family:"Verdena", sans-serif !important;
	font-size: 14px;
}
.cutewp-primary-nav-menu a{
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
}
h1 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
h2 {
	font-size: 22px;
	padding-top: 1em;
	margin-bottom: 5px;
	line-height: 1.5em;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1em;
}
h4 {
	font-size: 18px;
	line-height: 2.5em;
}
strong{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:bold!important;
	margin:0;outline:0;
	padding:0;
	vertical-align:baseline;
}
.playlink{
	font-size: 18px;
	line-height: 2.5em;
	font-weight: bold;
	font-family:"Verdena", sans-serif;
	color: black!important;
	text-decoration: none;
	text-shadow: 2px 2px 3px #777;
}

/*------Bullet Points------*/
ul, .widget ul {
	margin-left: 15px!important;
	list-style-type: disc!important;
}

/*-----Post Thumbnails-----*/
.cutewp-grid-post-thumbnail-img, .attachment-post-thumbnail, .cutewp-post-thumbnail-single {
	max-width: 144px;
	max-height: 144px;
	margin: 2px 1px 0 1px!important;
	float:left;
}
.alignright {
	float: right !important;
	display: flex !important;
	margin: 10px 10px 10px 10px;
}
.post-title, .cutewp-entry-meta-single {
	float: right;
	margin-top: 1em;
	
}
/*-----Post Content-----*/
.entry-title {
	font-family:"Verdena", sans-serif !important;
	font:normal bold 26px;
	color:#000000;
}
.entry-content {
	margin-top: 1px;
}

/*-----Post Navigation-----*/
.nav-previous{ 
	background:  #ffffff !important; 
	border-width: 5px;
	border-style: solid;
	border: 5px 5px 5px 5px;
	border-color: #ffffff;
	float:right !important;
	text-align:right !important;
	font-weight: bold;
	text-shadow: 2px 2px 3px #777;
}
.nav-next {
	background:  #ffffff !important; 
	border-width: 5px;
	border-style: solid;
	border: 5px 5px 5px 5px;
	border-color: #ffffff;
	float:left !important;
	text-align:left !important;
	font-weight: bold;
	text-shadow: 2px 2px 3px #777;
}

/*-----Ausrichtung der Post Images zurücknehmen-----*/
.alignnone{
	clear:both !important;
}
/*-----Site header-----*/
.site-header {
	position:relative;
 /*	background-color:#98ccff;*/
	/*background-image: linear-gradient(90deg, #f2ebeb, #ccc6c6, #f2ebeb);*/
    background-image: linear-gradient(90deg, #98ccff, #023668, #98ccff);
}
.inside-header {
	padding: 0px;
}

/*-----Menu-----*/
#cutewp-primary-navigation{
	margin-left:0;
	margin-right:0;
	background-color:#ffffff;
	}

	/*-----Sub-Menu-----*/


/*-----Protokoll Tabelle-----*/
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 0.5em;
    width: 100%;
}
table.prottab { width:100%;}
td.inter { width:28%;}
td.album { width:39%;}
td.titel { width:28%;}
td.track { width:5%;}

td.inter, td.album, td.titel, td.track {
	font-weight: bold;
}

/*------Cover Tabelle------*/
.tabcover {
    border: none;
}
.player {
	width: 24%;    
	border: none;
    font-weight: bold;
    /*background-color: #6da8e5;*/
	background-image: linear-gradient(#059efb, #ffffff);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 5px 5px 12px;
}
.top {
    width: 24%;
	border: none;
    font-weight: bold;
    /*background-color: #6da8e5;*/
	background-image: linear-gradient(#059efb, #ffffff);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 5px 5px 5px;
}
.cover
{
    width: 24%;
    text-align: center;
    border: none;
    padding: 10px 5px 5px 5px;
}
.cover4
{
    width: 12%;
    text-align: center;
    border: none;
    padding: 10px 5px 5px 5px;
}
.middle
{
    width: 4%;
    border:none;
    padding: 10px 5px 5px 5px;
}
/*------hochgestellt------*/
sup {
   font-size: 60%;
   position: relative;
   line-height: 0;
   vertical-align: baseline;
   top: -0.6em;
}