/*
Theme Name: Native Mobile
Theme URI: clemensotto.com
Author: Clemens Otto
Author URI: https://clemensotto.com
Description: Custom Apfellike Mobile Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: native-mobile
Domain Path: /languages/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
@import url("assets/css/ratchet.css");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

/*---------------------------
CUSTOM CSS
*/
li.ticker-news img {
	display: none;
}
.ticker-news-post img.single-img {
	display: none;
}
li#single p {
	color: rgb(68, 68, 68);
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	word-break: break-word;
}
.page-header {
	padding: 7px;
	overflow: hidden;
}
.page-header h1 {
	font-size: 30px;
	text-align: left;
	padding-right: 10px;
	margin: 0 10px 0 10px;
	border-right: 1px solid #fff;
	float: left;
	text-transform: uppercase;
}
.page-header span {
	font-size: 16px;
	float: left;
	padding-top: 5px;
	font-weight: 200;
}
h3, h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}
h2 {
	font-size: 24px;
	margin-top: 5px;
}
#cab-author {
	display: none;
}
.su-youtube, span.embed-youtube {position: relative;padding-bottom: 55%;padding-top: 15px;height: 0;overflow: hidden;}
.su-youtube iframe, .span.embed-youtube iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.tiled-gallery {
	overflow: hidden;
}
.tiled-gallery img {
	width: 100%;
}
.top-banner {
	margin-left: 5px 0 5px -25px;
}
/**
 * Settings
 * -----------------------------------------------------------------------------
 */
div#settings {
	padding: 10px;
	background-color: #313131;
}

div.contentSettings, header.barSettings {
	background-color: #313131;
	color: #111111;
}

header.barSettings {
margin-top: 5px;
height: 64px;
border-color: #313131;
}

div.contentSettings {
margin-top: 25px;
text-align:center;
}

.left {
text-align:left;
}

.logo-img {
    background: url(assets/img/apfellike.png) center no-repeat;
    width: 600px;
    height: 600px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.logo-img a {
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100em;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.bar-tab {
	height: 50px!important;
	max-height: 50px!important;
	overflow: hidden!important;
}

/**
 * Slider
 * -----------------------------------------------------------------------------
 */
.slide-text {
	color: #fff;
	padding: 20px 10px;
	font-size: 16px;
	position: absolute;
	width: 100%;
	white-space:normal;
	bottom: 0;
}
.slide-text div#date {
	padding: 2px 15px;
	background: #fff;
	color: #797979;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.slide-text div#titel {
	float: right;
	font-weight: 500;
	text-shadow: 4px 2px 4px #404040;
}
.slide-info {
	width: 100%;
	height: 100%;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.slider#fullscreen {
	height: 100%;
}
.slider#fullscreen .slide-group {
	height: 100%;
}
.slider#fullscreen .slide-text div#titel {
	font-size: 34px;
	font-weight: 300;
	line-height: 110%;
}
.slider#fullscreen .slide-info {
	width: 100%;
	height: 100%;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 80%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.bar .icon {
	padding: 10px 10px;
	margin-right: -10px;
}
div#menu li.table-view-cell {
	color: #fff;
	text-align: center;
	padding: 75px 15px 10px 15px;
	width: 50%;
	float: left;
	border-bottom: 0px;
	height: 110px;
	vertical-align: bottom;
}
div#menu li.table-view-cell#news {
	background: url(assets/img/news.png) #44b2e3 top center no-repeat;
	background-size: 40% auto;
	background-position-y: 15px;
}
div#menu li.table-view-cell#top-story {
	background: url(assets/img/top-story.png) #f1c40f top center no-repeat;
	background-size: 40% auto;
	background-position-y: 15px;
}
div#menu li.table-view-cell#video {
	background: url(assets/img/video.png) #eb6f6f top center no-repeat;
	background-size: 40% auto;
	background-position-y: 15px;
}
div#menu li.table-view-cell#review {
	background: url(assets/img/review.png) #2ecc71 top center no-repeat;
	background-size: 40% auto;
	background-position-y: 15px;
}

.pull-left:before {
content: '';
}

.text-center {
text-align:center;
}

.bg-news {
background-color: #44b2e3;
color: #fff;
}

.bg-video {
background-color: #eb6f6f;
color: #fff;
}

.bg-review {
background-color: #2ecc71;
color: #fff;
}

.bg-top-story {
background-color: #f1c40f;
color: #fff;
}

.table-view-cell#single {
    position: relative;
    padding: 11px 15px 11px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.table-view-cell#single p img {
    width: 100%;
    height: auto;
}
.post-warp {
	margin-left: 7px;
	margin-right: 7px;
	background-color: #efefef
}
.single-img {
	margin-bottom: -20px;
}
.comment-form {
	margin: 10px 0;
}
.comment-form .form-allowed-tags {
	display: none;
}
.comments-title {
	font-size:20px;
	padding: 10px 0px;
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-title {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}
.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
	margin-left: 10px;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/**
 * 6.3 Comment
 * -----------------------------------------------------------------------------
 */

.comment-list {
	list-style: none;
}
.comment-list .comment-author-data a {
	font-size: 18px;
	color: #363636;
}
.comment-list .comment-author-data small a#author-link {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #a1a1a1;
}
.comment-list .table-view-cell {
	padding: 11px 10% 11px 15px;
}


.comment-avatar {
left: 0;
}

.comment-author-data {
	float:left;
	margin-left:20px;
	padding-top: 6px;
}

img.avatar {
	float:left;
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.comment-container-main {
	padding-bottom:65px;
}

.display-none {
	display:none;
}

.pace .pace-progress {
  background: #d6352b;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}
.comment-content #more {
	margin-bottom: 10px;
}

.notfound-error {
	text-align: center;
}
.notfound-error img {
	width: 80%;
	height: auto;
	max-width: 400px;
}

.sharing-button {
	width: 330px;
	height: 44px;
	padding: 2px 10px;
	margin: 0 auto;
}
.sharing-button div {
	float: left;
	margin: 3px;
}
.sharing-button #fb {
	background: url(assets/img/icon/fb-icon.png) no-repeat;
	width: 116px;
	height: 38px;
}
.sharing-button #tw {
	background: url(assets/img/icon/tw-icon.png) no-repeat;
	width: 113px;
	height: 38px;
}
.sharing-button #co {
	background: url(assets/img/icon/co-icon.png) right no-repeat;
	width: 60px;
	height: 38px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.sharing-button #fb {
	background: url(assets/img/icon/fb-icon-2x.png) no-repeat;
	background-size: 116px 38px;
}
.sharing-button #tw {
	background: url(assets/img/icon/tw-icon-2x.png) no-repeat;
	background-size: 113px 38px;
}
.sharing-button #co {
	background: url(assets/img/icon/co-icon-2x.png) no-repeat;
	background-size: 53px 38px;
}
}

.hidden-div {
display:none;
}

img.img-responsive {
width:200px;
height:200px;
}

.bar-info {
  padding-bottom: 270px;
  heght:270px;
}
