/*
Theme Name: Bucket Child
Theme URI: http://pixelgrade.com/demos/bucket
Author: PixelGrade Team
Author URI: http://pixelgrade.com
Description:  BUCKET is an indispensable Magazine Style WordPress Theme aimed at providing you with an easy-to-use tool to share your discoveries and showcase the latest findings.
Template: bucket
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bucket_txtd
Tags: black, orange, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */



/* retina display logo issue */
@media only screen and (min-width: 900px) {

    .site-logo img.has--2x-image {
        max-width: 100%;
    }
}


/*TopNavi Schrift Farbe*/
.nav--top > li a {
    color: #1A1717;
}

/*TopNavi HG Farbe*/
.navigation--top {
    background-color: #53868B;
    font-size: 0.85714rem;
    line-height: 2.01;
}
.sub-menu,
.nav--top li{
    background-color: #53868B;
}

@media only screen and (max-width: 900px){
    .sub-menu{
        background-color: transparent;
    }
}

.nav--top > li a{
    /* color:#fff; */
}

.nav-inverse-main .nav--main > li:hover > a{
    color: #aaa;
}

.nav--main__wrapper.sticky .nav--main a:hover,
.nav--main__wrapper.sticky .nav--main a:focus{
    color: #fff;
}

/*Topnavi SocialIcons Farbe*/
.pixcode--icon.square, .pixcode--icon.circle {
    background-color: #53868b;
    color: #1A1717;
}

/*Topnavi Suchbutton HG Farbe*/
.header-bar .search-submit {
    background: none repeat scroll 0 0 #53868B;
}

/*Topnavi Suchbutton Farbe*/
.header-bar--top .search-submit {
    color: #1A1717;
}


/*Topnavi Suchform*/
.header-bar .search-query {
    background: none repeat scroll 0 0 #53868B;
    color: #1A1717;
}


/*Navigation Layout zweite Zeile für Exzerpts */
.article--billboard-small__title { height: auto !important; }
.article--billboard-small .article__description { display: none; }
.article--billboard-small__title .hN { font-size: 19px; }


@media only screen and (min-width: 900px){
    .article--billboard-small .article__content {
        bottom: 0;
        height: 145px;
        left: 0;
        position: absolute;
    }
    .article--billboard-small__title .hN{
        font-size: 15px;
    }
}

/*Schrift Navi größer*/
.navigation--main {
    font-size: 1.1rem;
    line-height: 1.85615;
}

/*Mehr-Button in Navi raus*/
.article--billboard-small .small-link { display: none; }


/*Farbe HG Container transparent*/
.container {
    margin: 0 auto;
    max-width: 1096px;
    background-color: rgba(255, 255, 255, 0.7);
}

/*Teaser-Heads Farbe*/

.article__title--inverse, .article--grid__title, .article--list__link .article--list__title, .article--slider__title, .latest-comments__title{
    color: #1A1717;
}

/*Balken Farbe*/
.heading--main {
    background-color: #1A1717;
}


/*Kategorie in Blog-Übersicht raus*/
.split__title { display: none; }

/*Buttons Design*/
#mc_embed_signup{background: ; clear:left; font:14px "PT Sans",sans-serif; }


/*Blogheadlines Teaser ohne Hover*/
.article--grid__title:after {
    backface-visibility: hidden;
    background-color: #7ac5cd;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0.89);
    transition: all 0.15s ease 0s;
    width: 100%;
    z-index: -1;
}


/*Blogheadlines Teaser mit Hover*/

.article--billboard > a:hover .article__title:before, .article--billboard > a:hover .article--list__title:before, .article--billboard > a:hover .latest-comments__title:before, .article--grid__header:hover .article--grid__title h3, .article--grid__header:hover .article--grid__title:after {
    background-color: #53868b;
}

/*Kategorien und Links unter Artikel größer*/
.btn--primary, .btn--secondary, .btn--tertiary
{font-size: 1rem;}

/*Autorenname in Artikeln weg*/
.article__author-name { display: none; }

/*Zitate Bug*/
blockquote p:before {
    content:"";
}
blockquote p:first-of-type:before {
    content: "\201C";
    content: open-quote;
}
blockquote p:last-of-type:after {
    content: "\201D";
}

/*Grafiken auf Blogroll-Bildern ausschalten*/
/*.article--grid__thumb.article__featured-image .post-format-icon {display: none}*/


/*Aehnliche Artikel Groeßer machen*/
.related-projects_item .article--billboard-small .article__title,
.related-projects_item .article--billboard-small .article--list__title,
.related-projects_item .article--billboard-small .latest-comments__title {
    height: auto;
    line-height: 1;
    /*max-height: 7.143rem;*/
    max-height: none;
}

@media only screen and (max-width : 600px) {
    .pp_content{
        width:100% !important;
    }
    .pp_content_container .pp_left,
    .pp_content_container .pp_right{
        padding: 0 !important;
    }
    .pp_content{
        height: auto !important;
    }
    .pp_content_container iframe{
        height: 250px !important;
        width: 100% !important;
    }

    .pp_content_container .pp_details{
        background:#fff;
        width: 100% !important;
        padding:0 10px;
    }
    a.pp_close{
        right:10px !important;
    }
    .pp_bottom{
        z-index:-1;
    }
}

/*videoslider white area workaround*/
.advanced-slider img {
    visibility: inherit;
}

/*Zitate Layout*/
blockquote {
    color: #53868b;
    font-family: "Arvo",serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.51;
    padding-left: 6.85714rem;
    padding-top: 1.71429rem;
    position: relative;
}
blockquote {
    text-indent: -0.41em;
}

/*Zitate Layout 2*/
.block2 {
    color: #1A1717;
    font-family: "PT Sans",sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.51;
    padding-left: 6.85714rem;
    padding-top: 1.71429rem;
    position: relative;
}

/*ueberschrift zeilenabstand*/
.h2, .arqam-widget-counter li span, .beta {
    font-size: 1.64286rem;
    line-height: 1.5;
}

.h3 {
    font-size: 1.64286rem;
    line-height: 1.5;
}

.heading--video{
    position: relative;
    color:#fff;
    background:#000;
    margin:0;
    font-size: 1.64286rem;
}
.heading--video span{
    display: inline-block;
    padding:12px;
    z-index:-1;
    background: #51868c;
}

@media only screen and (max-width : 600px)  {

    blockquote:before{
        width: 2.14286rem;
    }
    blockquote:after{
        font-size:3.57143rem;
        bottom:0;
    }
    blockquote, .block2{
        padding-left: 3.25714rem;
    }
}

@media only screen and (max-width : 1024px)  {
    body.custom-background{
        background:none !important;
    }
}

@media only screen and (min-width : 600px) {
    .sidebar--moved{
        margin-top: 5em;
    }
}


.subscribe-to-comments,
#mc4wp-checkbox{
    padding-left: 1.71429rem;
}

.subscribe-to-comments input,
.subscribe-to-comments label{
    display: inline-block;
    vertical-align: middle;
}


.broeck-fixed_post_nav{
    display: none;
}

@media only screen and (min-width : 1111px) {

    .broeck-fixed_post_nav{
        overflow: hidden;
        display: block;
    }

    .broeck-fixed_post_nav a {
        position: fixed;
        z-index:1000;
        top:400px;
        padding:20px;
        height: 90px;
        background: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        overflow: hidden;
        max-width: 50px;
    }
    .broeck-fixed_post_nav a span{
        display: inline-block;
        position: relative;
        padding: 10px;
        color:#fff;
        font-family: Arvo, serif;
        font-size: 18px;
        white-space: nowrap;
    }
    .broeck-fixed_post_nav a.prev span{
        text-align: left;
    }
    .broeck-fixed_post_nav a.next span{
        text-align: right;
    }

    .broeck-fixed_post_nav a:hover,
    .broeck-fixed_post_nav a:focus{
        padding:22px;
        max-width:60%;
        top:398px;
        background: #53868b;
    }

    .broeck-fixed_post_nav a:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        border: 0 solid #1a1717;
        border-bottom-width: 2px;
    }

    .broeck-fixed_post_nav a.prev {
        left:0;
    }
    .broeck-fixed_post_nav a.prev:after {
        left: 15px;
        border-left-width: 2px;
        border-left-width: 0.14286rem;
        -webkit-transform: translateZ(0) rotate(45deg);
        -moz-transform: translateZ(0) rotate(45deg);
        -ms-transform: translateZ(0) rotate(45deg);
        -o-transform: translateZ(0) rotate(45deg);
        transform: translateZ(0) rotate(45deg); }

        .broeck-fixed_post_nav a.next {
            right:0;
        }
        .broeck-fixed_post_nav a.next:after {
            right: 15px;
            border-right-width: 2px;
            border-right-width: 0.14286rem;
            -webkit-transform: translateZ(0) rotate(-45deg);
            -moz-transform: translateZ(0) rotate(-45deg);
            -ms-transform: translateZ(0) rotate(-45deg);
            -o-transform: translateZ(0) rotate(-45deg);
            transform: translateZ(0) rotate(-45deg); }


        }

        .clearfix:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .clearfix {
            display: inline-block;
        }

        html[xmlns] .clearfix {
            display: block;
        }

        * html .clearfix {
            height: 1%;
        }


        .page-template-page-builder-php .sidebar{
            padding: 75px 0 0 0 !important;
        }

        @media screen and (min-width: 600px){
            .archive.category .sidebar,
            .page-template-page-builder-php .sidebar{
                margin: 0 0 0 0;
                width: 102%;
                padding-left: 1.71429rem;
            }



            .archive.category .sidebar > .widget,
            .page-template-page-builder-php .sidebar > .widget{
                width: 48%;
                margin-right: 2%;
                float: left;
            }
        }

        @media screen and (min-width: 900px) {
            .archive.category .sidebar,
            .page-template-page-builder-php .sidebar{
                width: 102.333%;
            }

            .archive.category .sidebar > .widget,
            .page-template-page-builder-php .sidebar > .widget{
                width: 31%;
                margin-right: 2.3333%;
            }

        }
