/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */




@media only screen and (min-width: 768px) {

    .news-excerpt p { 
        width: 90%; 
    }

    /* Seitenleiste Beiträge in Verbindung für  Plugin: 
    Recent Posts Widget With Thumbnails */

    .rpwwt-post-title {
        color: #414141;
        text-decoration: none;
        font-weight:700;
        line-height: 19px !important;  
    }
    .post-title {
        color: #414141;
        text-decoration: none;
        font-weight:700;
    }

    /* line height titelzeile Recent Posts Widget With Thumbnails */

    #rpwwt-recent-posts-widget-with-thumbnails-2 li { 
        line-height:0.8em  !important;
    }

    .rpwwt-post-title a {
        line-height: 19px !important;  
    }


    .rpwwt-post-title:hover {
        color: #e3000f !important;  
        text-decoration:none !important;  
    } 


    .rpwwt-post-excerpt {
        font-size:14px;
        line-height: 1.4em;
    } 

    .rpwwt-widget li {
        padding: 30px 0 30px 0;
        border-bottom: 1px solid #dddddd !important;
    } 
     } 

    /*  ------------------------------------
    .rpwwt-post-excerpt:after {
        content: "";
        display: block;
        background: url(https://echte-männer-reden.de/images/pfeil/EMR-Pfeil-rot30.png) no-repeat;
        width: 1.5vw;
        height: 1vw;
        position: absolute;
        bottom: 20px;
        right: 0px;
        background-size:contain;
    } 

     ------------------------------------ */

    .rpwwt-post-excerpt a {
        color: #e3000f !important;  
        text-decoration:none;
        font-size:1.6em !important;  
    } 


    #top .custom-color-heading a {
        font-weight:600 !important;
        font-size:1.05em;
    }


     .av-special-heading-tag a:hover::before {
        content: "";
        display: block;
        background: url(https://xn--echte-mnner-reden-wqb.de/images/EMR-Pfeil-weiss75.png) no-repeat;
        width: 63px;
        height: 50px;
        position: absolute;
        left: -90px;
        background-size:contain;
    }

    .av-subheading.av_custom_color {
        opacity:1!important;
    }



    /* Grauer Kasten Pfeile */
    .check-list li:before {
        content: "";
        display: block;
        background: url(https://xn--echte-mnner-reden-wqb.de/images/EMR-Pfeil-schwarz20.png) no-repeat;
        width: 1.5vw;
        height: .8vw;
        position: absolute;
        right: 15px;
        background-size: contain;
        margin-top: 9px;
    }

    /* zu: 3. (PDF Seite 7) runde Aufzählungszahlen  -> die Klasse bullits im Editor hinzufügen */
    .bullits{
        counter-reset: list-counter;
        list-style: none;
    }
    .bullits ol{
        list-style: none;
    }
    .bullits li{
        padding-left: 10px;
    }
    .bullits li:before{
        position: absolute;
        left: 0;
        content: counter(list-counter);
        counter-increment: list-counter;
        color: red;
        font-family: inherit;
        font-size: 70%;
        font-weight: bold;
        text-align: center;
        width: 22px;
        height: 22px;
        background: white;
        border-radius: 1.7ch;
        margin-top: 2px;
        line-height: 200%;
    }
    /* zu: 3. (PDF Seite 7) keine Demo */   
    .check-list li::before {
        content: "";
        display: block;
        background: url(https://xn--echte-mnner-reden-wqb.de/images/EMR-Pfeil-schwarz20.png) no-repeat;
        background-size: auto;
        width: 1.5vw;
        height: .8vw;
        position: absolute;
        right: 15px;
        background-size: contain;
        margin-top: 8px;
        transform: rotate(0deg);
    }
    /* zu: 4. (PDF Seite 9) Aktuelles */   
    .pfeil .av-masonry-entry-content{
        padding-right: 20px;
    }

.av-masonry-entry .av-masonry-entry-content
{
  margin-top:10px;    
min-height:60px !important;
    }


    .pfeil .av-masonry-entry-content:after {
        content: "";
        display: block;
        background: url(https://xn--echte-mnner-reden-wqb.de/images/EMR-Pfeil-rot30.png) no-repeat;
        width: 20px;
        height: 16px;
        position: absolute;
        right: 15px;
        bottom: 20px;
        background-size: contain;
    }


    /* bersicht Berater portfolio grid background Ü*/	

    .grid-entry .grid-content{
        background: #f1f1f1 !important;
    }
    .grid-entry .grid-entry-title {
        background: #f1f1f1 !important;
    }
}




/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}