/*
Theme Name: Fakeblog Isola
Description: Das neue Fakeblog Template
Author: Floyd
Template: isola
Version: 1.0

Tracks WordPress Theme, Copyright 2014 Compete Themes
Tracks is distributed under the terms of the GNU GPL
*/

@import url("../isola/style.css");

/* Content */

.hentry {
  border: none;
  padding: 1em 0;
}

#metaauthor {
	font-size: smaller;
	color: darkgray;
	margin: -24px 0px 24px 0px;
}

.entry-meta,
.entry-footer a,
.edit-link {
  display: inline-block;
  float: none;
}

.entry-footer {
	padding-top: 1em;
	border-top: 1px solid #E5E5E5;
	margin-top: -2em;
}

img {
  border: 1px solid #d5d5d5;
  padding: 0.2em;
}

.wp-caption img[class*="wp-image-"] {
  border: 1px solid #d5d5d5;
  padding: 0.2em;
}

.page-header {
  /*border-bottom: 1px solid #efefef;*/
  border:none;
}

.site-footer {
border-top: 1px solid #efefef;
font-weight:normal;
text-transform: none;
font-size: smaller;
letter-spacing: normal;
}

.site-header-image {
  height: 200px;
  display: block;
  margin: 0 auto;
 /* border: 2px solid green; */
}

.site-header-image div {
  overflow: hidden;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 1470px;
  margin: 0 auto;
}

/* FORMULARE */

textarea {
  background: white;
  border: 1px solid #CCC;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px;
}

textarea:focus, textarea:active {
  background: white;
  border: 1px solid #CCC;
  outline: none;
}

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  margin: 0 0 26px;
  padding: 10px;
  clear: both;
  width: 100%;
}
/*Comments End*/


/* Text elements */

.entry-content {
font-size: 18px;
}

#metaauthor {
font-size: 14px;
color: #999;
margin: -24px 0px 24px 0px;
text-transform: uppercase;
}

#metaauthor a {
	color: #999;
}

#metaauthor a:hover {
	color: #2479DD;
}

/* Headings */
h1.entry-title {
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  margin-top: 26px;
	margin-right: auto;
	margin-bottom: 26px;
	margin-left: auto;
}

h1.entry-title a {
	color: #000;
}

h1.entry-title a:hover {
	color: #2479DD;
}

h1.site-title a {
	color: #777777;
}

h1.site-title a:hover {
	color: #2479DD;
}

/*site-title {
font-size: 1em;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
font-style: normal;
line-height: 2;
clear: none;
font-weight: bold;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
z-index: -1;
}*/

/*Text elements end



/* Links */
a {
  color: #2479DD;

}
a:visited {
  color: #2479DD;
}
a:hover, a:focus, a:active {
  color: #68a9f6;
}

.scplayer{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
}
.scplayer .scpreview{
    display: block;
}
.scplayer a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.40) url(images/icon_play.png) center no-repeat;
    text-indent: -3000px;
}

blockquote {
    font-size: 21px;
    padding-left: 51px;
    font-style: normal;
	}

/* Post Like System */
@font-face {
  font-family: "like_font";
  src: url("./fonts/like_font.eot");
  src: url("./fonts/like_font.eot?#iefix") format("embedded-opentype"),
       url("./fonts/like_font.woff") format("woff"),
       url("./fonts/like_font.ttf") format("truetype"),
       url("./fonts/like_font.svg#like_font") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "like_font";
    src: url("./fonts/like_font.svg#like_font") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
/*.icon-sharetwitter:before;
.icon-sharefacebook:before;*/
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-like:before { content: "\f1ae"; }
.icon-unlike:before { content: "\f1ae"; }
/*.icon-sharetwitter:before { content: "\f081"; }
.icon-sharefacebook:before { content: "\f082"; }*/
.icon-gear:before { 
	content: "\f110";
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}

@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

a.jm-post-like {
	/*font-weight: normal;*/
	display: inline-block;
	width: auto;
	/*color: #d726dd;*/
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
	
	padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    font-family: Helvetica;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	letter-spacing: 3px;
	/*text-transform: uppercase;*/
	color: #FFF;
	line-height: 1em;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

a.jm-post-like:hover {
	opacity: .7;
}

a.jm-post-like.liked { color: #d726dd; }

a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #da5adf;
}

/* COMMMENTS */

.comments-title,
.comment-reply-title {
  line-height: 1.5em;
}

/* COMMMENTS END */

/* PREVIOUS/NEXT POSTS HIDE */
.single .post-navigation {
  display: none;
}
/* PREVIOUS/NEXT POSTS HIDE END */


/* SHARE BUTTONS */

/*.share-button_facebook {
	background: #3c5898;
	}
	
	.sharing-col {
        padding: 0px;
        border:1px solid red;
        margin: 0px;
        margin-top: 20px;
        float: left;
}*/
	
.share-col {
        padding: 0px;
        margin: 0px;
        float: left;
}

.share-btn {
	display: inline-block;
	padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    font-family: Helvetica;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	letter-spacing: 3px;
	/*text-transform: uppercase;*/
	color: #FFF;
	line-height: 1em;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.share-btn:hover {
	opacity: .7;
}


#share-facebook {
	background-color: #3B5998;
	color:#FFF;
}
#share-twitter {
	background-color: #55ACEE;
	color:#FFF;
}
#share-google {
	background-color: #DD4B39;
	color:#FFF;
}
/* #share-whatsapp {
	background-color: #449924;
	color:#FFF;
	display:none;
}*/
#share-revolution {
	background-color: #a14b9e;
	color:#FFF;
}



.col-sm-3 {
	width: 20%;
}

.col-sm-4 {
	width: 40%;
}

@media(max-width: 768px) {
	.col-sm-3, .col-sm-4{
		width: 100%;
	}
        .share-col {
                margin-top: 0px;
        }

}

/* SHARE BUTTONS END */


/* SPREADSHIRT SHOP */

/************ Spreadshirt Shop *************/

#shop{

}

#shop .product {
	width:300px;
	margin-right:18px;
	float: left;
    padding-bottom: 6px;
    border: 1px dashed #CCCCCC;
	margin-bottom: 35px;
}

#shop .productright {
	width:300px;
	float: left;
    padding-bottom: 6px;
    border: 1px dashed #CCCCCC;
	margin-bottom: 35px;
}

#shop .product img {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
}

#shop .productright img {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
}

#shop .product h2 {
	margin: 10px 22px 0px 22px;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom: 11px;
	font-size: 22px;
}

#shop .productright h2 {
	margin: 10px 10px 0px 10px;
	border-bottom:1px dashed #CCCCCC;
}

/* #shop .product p {
	margin: 4px 22px 0px 22px;
	padding: 10px 0 5px 0;
}

#shop .productright p {
	margin: 4px 22px 0px 22px;
}*/

#preis {
	border-top:1px dashed #CCCCCC;
	height:25px;
	margin:4px 22px 40px 22px;
	padding: 20px 0 9px;
}

#hinweis {
	border-top:1px dashed #CCCCCC;
	margin: 4px 22px 7px;
    padding: 10px 0 0 0;
	
}

h1.shop-title {
    color:#333333;
	font-size:30px;
	line-height:33px;
}

.shopclear{
    clear:both;
	padding-top:20px;
}

.css_btn_class {
	font-size:15px;
	font-weight:normal;
	padding:9px 15px;
	background-color:#3d94f6;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #1570cd;

}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #1e62d0), color-stop(0%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 105%, #3d94f6 0% );
	background:-ms-linear-gradient( top, #1e62d0 105%, #3d94f6 0% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	
}.css_btn_class:active {
	position:relative;
	top:1px;
}

.produkt1 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112561292/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt1:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15545825,width=250,height=250.png');
}

.produkt2 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112561493/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt2:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15545825,width=250,height=250.png');
}

.produkt3 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112561178/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt3:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15545744,width=250,height=250.png');
}

.produkt4 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112561463/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt4:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15545744,width=250,height=250.png');
}

.produkt5 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/110895748/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt5:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15541636,width=250,height=250.png');
}

.produkt6 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112561170/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt6:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15541636,width=250,height=250.png');
}


.produkt7 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/110993226/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt7:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15552312,width=250,height=250.png');
}

.produkt8 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112564467/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt8:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15552312,width=250,height=250.png');
}




.produkt9 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112564025/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt9:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15551262,width=250,height=250.png');
}

.produkt10 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/110975085/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt10:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15551262,width=250,height=250.png');
}

.produkt11 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112563950/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt11:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15551163,width=250,height=250.png');
}

.produkt12 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112563982/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt12:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/2505685,width=250,height=250.png');
}

.produkt13 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112563426/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt13:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/2505670,width=250,height=250.png');
}

.produkt14 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/112564001/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt14:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/3631639,width=250,height=250.png');
}

.produkt15 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/111458354/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt15:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15586040,width=250,height=250.png');
}

.produkt16 {
	margin: 15px 0 10px 22px;
    padding-bottom: 7px;
	display: block;
	width: 250px;
	height: 250px;
	background-image: url('http://image.spreadshirt.net/image-server/v1/products/111458404/views/1,width=250,height=250.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}

.produkt16:hover {
	background-image: url('http://image.spreadshirt.net/image-server/v1/designs/15586040,width=250,height=250.png');
}




/************ Spreadshirt Shop Ende *************/

/* PLUGIN RELATED POSTS */

.yarpp-thumbnail {height: 200px !important;}
.yarpp-thumbnail-title {font-size:1.1em !important; max-height: 4em !important}
.yarpp-related-widget {text-align:center !important;}

/* PLUGIN RELATED POSTS END */

@media screen and (max-width: 479px) {
	.site-header-image {
	/*height: 20%;
	max-height: 150px;
	border:2px solid yellow;*/
	display:none;
	}
}

@media screen and (min-width: 40em) {
	h1.entry-title {
  font-size: 45px;
	}
}


@media screen and (min-width: 60em) {
  .site-content,
  .site-footer {
    border-left: none;
    border-right: none;
  }
  
  .entry-meta,
.entry-footer a,
.edit-link {
  display: inline-block;
  float: none;
}

.entry-footer {
	padding-top: 1em;
	border-top: 1px solid #E5E5E5;
}

.site-footer {
border-top: 1px solid #efefef;
font-weight:normal;
text-transform: none;
font-size: smaller;
letter-spacing: normal;
}

 .site-header-image {
  height: 35%;
  max-height: 250px;
 /* border:2px solid red;*/
}

h1.entry-title {
  font-size: 55px;
}
  
}

@media screen and (min-width: 80em) {
  .site-content,
  .site-footer {
    border-left: none;
    border-right: none;
  }
  
h1.entry-title {
  font-size: 55px;
}
  
  .entry-meta,
.entry-footer a,
.edit-link {
  display: inline-block;
  float: none;
}

.entry-footer {
	padding-top: 1em;
	border-top: 1px solid #E5E5E5;
}

.hentry {
    padding: 1em 0;
  }
  
  .site-header-image {
  height: 40%;
  max-height: 270px;
  /*border:2px solid blue;*/
}
  
}

