/*
Theme Name: Zeen Child
Theme URI: https://www.themeforest.net/user/codetipi
Template: zeen
Author: Codetipi
Author URI: https://www.codetipi.com
Description: A next generation WordPress theme with everything you need to take your site to the next level.
Tags: responsive
Version: 1.0.8.1.1540673091
Updated: 2018-10-27 22:44:51

*/

/* TMP FIX SIDEMENU (NOV18) */

.zeen-widget .sub-menu, .zeen-widget .standard-drop .sub-menu {
    visibility: inherit;
    opacity: inherit;
}

/* fix logo space for zeen white logo header (jul19) */




/* BLOGPOST DESIGN */

url fn n:before{
  content: "Text ";
}

body.single-post .entry-content > p:first-child
{
    font-size: 115% !important;
	font-weight: 600;
	font-family: Merriweather,serif;
}

body.single-post .entry-content > p:first-child:first-letter
{
  font-size: 380%;
  font-family: Tiempos,Georgia,serif;
  line-height: 0.6;
  float: left;
  padding-right: .125em;
  padding-top: .110em;
  color: #f442d7;
}

@media only screen and (min-width: 768px) {
.su-box {
	width: 45% ;
	float: right;
	margin: 0 2.2em 3em !important;
	}
}
.post-contents blockquote p {

position: relative;
margin-bottom: 1.5em;
padding: 0.5em 3em !important;
font-style: italic !important;
font-size: 21px !important;
font-weight: 900 !important;
line-height: 35px !important;
}

.post-contents blockquote::before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('https://www.transform-magazin.de/wp-content/plugins/shortcodes-ultimate/assets/images/quote.png');
    content: '';
}

/* SILBENTRENNUNG DEKATIVIERT
.single-content p{
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
 */


.su-note-inner {
 background-color: #f9f9f9 !important;
border-color: #000 !important;
	padding: 12px;

}

@media only screen {
[class*="su-column"] + [class*="su-column"]:last-child {
    float: right;
}
}
@media only screen and (max-width: 768px) {
.su-column {
    width: 100% !important;
    float: none !important;
    margin: 0 0 1.5em !important;
}
.su-row .su-column:last-child {
    margin-bottom: 0 !important;
}
}


/* WPP popular post widget */

.wpp-post-title {
	font-weight: 600;
	padding-top: 8px;
}
.wpp-excerpt:before{
    content:"\a";
    white-space: pre;
}

.wpp-excerpt {
	font-size: 90%;
	color: #cccccc;
	padding-bottom: 8em;
}

/* BLOG LINK DESIGN */

body.single-post p::selection {
    background-color: #db2ed8;
	color: white;
}

body.single-post p::-moz-selection {
    background-color: #db2ed8;
	color: white;
}

/* BLOG POST LINK DESIGN */

body.single-post .site-main p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 3px solid #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

body.single-post .site-main p a:hover, 
body.single-post .site-main p a:focus {
  
    background-color: #b4e7f8 ;
	-webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
}



/* SUPERQUOTE */

.wp-block-pullquote {
	color: #f442d7 !important;
	background: linear-gradient(left,#db2ed8,#f442d7)!important;
    background: -webkit-linear-gradient(left,#f442d7,#D949E9)!important;
    background-clip: border-box;
    font-family: Merriweather,serif !important;
	font-style: italic!important;
}

.superquote {
    display: block;
    font-size: 1.7em;
    line-height: 1.2em;
    font-family: "Heroic",Arial Narrow,Helvetica,sans-serif;
    font-weight: 600;
    border-left: 0 #fff !important;
    color: #f442d7;   
	background: linear-gradient(left,#db2ed8,#f442d7);
    background: -webkit-linear-gradient(left,#f442d7,#D949E9);
    background-clip: border-box;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    letter-spacing: 0.002em;
    font-style: italic;
    text-transform: uppercase;
    border-right: 0 #fff !important;
    margin: 0.2em 0.2em !important;
}

.superquote ::before{
    background: #000;
    content: "";
    height: 4px;
    right: 18px;
    margin-bottom: 9px;
    display: block;
    top: 0;
    left: 0;
}


/* COMMENTS AREA */
.comment-content p {
	font-size: 80%;
}

@media only screen and (max-width: 767px) {
.superquote {
    width: 93% !important;
    display: block;
    padding: 0.5em 1em;
} 
}
@media (min-width: 768px) {
.superquote {
    width: 63% !important;
    display: block;
    padding: 0.5em 1em;
}	
.su-pullquote-align-left {
    padding-left: 0;
    float: left;
    border-right: 5px solid #eee;
    margin: 0.5em 1.5em 1em 0;
}
.su-pullquote-align-right {
    padding-right: 0;
    border-left: 5px solid #eee;
    float: right;
    margin: 0.5em 0 1em 1.5em;
	} }
