/*
 Theme Name: Twenty Sixteen Child
 Theme URI:    http://hosilinz.at/twenty-fifteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Moritz Dafert
 Author URI:   http://hosilinz.at/
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
 Text Domain: twentysixteen-child
*/


h1>a,h2>a,h2,h3>a, .menu-item>a, p.site-description{
	color: #E20074 !important;
}
.widget{
	border-color: #E20074 !important;
}
body {
	background: #E20074;
	/* Fallback for when there is no custom background color defined. */
}



/* Blog Entries
================================================== */
article.article-preview {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  margin-left: 1em;

}

.article-preview h2 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Droid Serif', Georgia, Sans-serif;
}

.article-preview-content {
	padding-left: 10px;
}

.article-preview-content p:last-child {
	margin: 0;
}

.article-preview-thumbnail {
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
  .article-preview-thumbnail{
    max-width: 25%;
    width: 100%;
  }
  article.article-preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
}
/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
  article.article-preview {
    margin-left: 0;
  }
}

.article-preview-info {
  font-size: 0.8em;
}

.article-preview-thumbnail img {
	border-radius: 8px;
	box-shadow: 0px 1px 1px rgba(153,153,153,0.6);
}

.article-preview-thumbnail img:hover {
	opacity: 0.8;
	box-shadow: 0px 3px 3px rgba(153,153,153,0.6);
}

/* Slider
================================================== */

/* FlexSlider Necessary Styles*/
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.flexslider ul {
    margin: 0;
}

.flexslider span.genericon.g-align-middle {
  vertical-align: middle;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

/*homepage slider*/
#home-slider-wrap {
	margin-bottom: 30px;
	border: 10px solid #eee;
	position: relative;
}

#home-slider-loader {
	font-size: 24px;
	color: #000;
	margin: 30px auto;
	text-align: center;
}

#home-slider .flexslider-container {
    position: relative;
}

/*next/prev arrows*/
#home-slider .flex-direction-nav{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
}

#home-slider .flex-direction-nav li a.flex-next,
#home-slider .flex-direction-nav li a.flex-prev {
    float: left;
	height: 25px;
	line-height: 25px;
	width: 25px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    background: #000;
    color: #fff;
	opacity: 0.8;
}

#home-slider .flex-direction-nav li a.flex-next:hover,
#home-slider .flex-direction-nav li a.flex-prev:hover {
	opacity: 1;
    background-color: #e20074;
}


/*caption*/
#home-slider .slide-inner{
	position: relative;
}
#home-slider .flex-caption {
	position: absolute;
	top: 20px;
	left: 20px;
    background: #000;
	background: rgba(0,0,0,0.7);
    color: #fff;
    max-width: 70%;
    color: #fff;
	font-size: 20px;
    font-weight: normal;
	font-family: 'Droid Serif';
    padding: 15px;
    text-align: center;
	border-radius: 2px;
    box-sizing: border-box;
}

#home-slider .flex-caption p,
#home-slider .flex-caption h2,
#home-slider .flex-caption h3 {
    color: #fff;
    font-weight: 500;
}

#home-slider .flex-caption p:last-child {
    margin: 0;
}


