/*
 Theme Name:   Safe Trip Divi Child Theme
 Theme URI:    http://veedoo.io
 Description:  Safe Trip Divi Child Theme
 Template:     Divi
 Version:      1.0.0
 Text Domain:  safe-trip-child-theme
*/
/*...Header nav...*/


/*.et_pb_blog_grid .et_pb_image_container img{
        border: transparent 1px solid;
}
*/
#events_ban:after{
    background: url('/wp-content/uploads/sites/18/2017/07/texture.png') repeat !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.et_pb_section_0:after{
    content: "";
    background: url('/wp-content/uploads/sites/18/2017/07/texture.png') repeat !important;
    background-position: 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;

    }
.js .et_pb_blog_grid[data-columns] .column .et_pb_post{
    border: 1px  #E50003 solid;
}
.post-content p {
    margin-bottom: 15px;
}
.et_pb_post .more-link:hover{
    background-color: #fff;
    color:red;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]{
    background-color: #E50003;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
}
/*ERTICO BAR*/

.footer-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: #818280;
    clear: both;
    width: 100%;
    padding: 10px 0px 5px 0px;
}
.ertico-fixed-bar {
    position: relative;
    top: -6px;
    text-align:right; 
    color:#fff; 
    padding-right: 50px;
    
}
.ertico-fixed-bar .ertico__text1 {
    
    margin-right: 12px;
}

.ertico-fixed-bar .ertico__text2 {
    
    margin-left: 9px;
}
.ertico-fixed-bar .ertico__img {
    position: relative;
    top: 7px;
}
.ertico-fixed-bar .ertico__link {
    color: #fff;
}
.ertico-fixed-bar .ertico__link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom .footer-icon {
    width: 10%;
    float: left;
    text-align: center;
}
.footer-bottom .footer-link {
    width: 30%;
    float: left;
    text-align: center;
    color: #63a7e2;
    padding-top: 5px;
}
.footer-bottom a {
    color: #63a7e2;
}
.footer-bottom a:hover {
    color: #bde0fe;
    text-decoration: none;
}
/* Bottom Bar */

@media screen and (max-width: 600px) {
    .footer-bottom .footer-icon {
        width:100%;
    }
    .footer-bottom .footer-link {
        width:100%;
    }
    .footer-bottom{
        position: inherit;
    }
    .footer-bottom > div{
        float: none !important;
    }
    footer{
        padding-bottom: 0;
    }
    .company-logo{
        
        padding-left:10px;
        display: inline-block;
    }
}
#divi_pb_widget-2 > div > div{
    width: 100% !important;
}
#footer-widgets .footer-widget li:before{
    display: none;
}
#footer-widgets{
    padding: 0;
}



/* Mailing-list pop-up    */

#popmake-29914 {
    padding: 0 !important;
    border: none !important;
    border-radius: 14px !important;
}



.mailing-list__wrapper {
    text-align: center;
    border-radius: 12px;
    border: 1px solid #818280;
    padding: 20px 60px;
    box-shadow: 1px 4px 7.76px 0.24px rgba(0, 0, 0, 0.19);
    text-shadow: 1px 4px 7.76px rgba(0, 0, 0, 0.19);
}


    .mailing-list__title {
    color: #e50003;
    font-weight: bold;
    font-size: 45px;
    text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.24);
    margin: 10px;
}

.mailing-list__separator {
    background-color: rgba(0,0,0,.6);
    height: 3px;
    box-shadow: 1px 4px 5.88px 0.12px rgba(0, 0, 0, 0.09);
    text-shadow: 1px 4px 5.88px rgba(0, 0, 0, 0.09);
    margin-bottom: 12px;
}


.mailing-list__text {
    color: #000;
    font-size: 22px;
    line-height: 36px;
    margin-top: 0;
}


.mailing-list__link {
    display: inline-block;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #e50003;
    color: #fff !important;
    box-shadow: 1px 5px 6.32px 1.68px rgba(0, 0, 0, 0.24);
    text-shadow: 1px 5px 6.32px rgba(0, 0, 0, 0.24);
    text-decoration: none;
}



@media screen and (max-width: 700px) {
            #popmake-29914 {
              max-width: 65% !important;
                width: 65% !important;
            }
            .mailing-list__wrapper {
                padding: 5px;
            }

            .mailing-list__title {
                font-size: 25px;
            }

            .mailing-list__text {
                font-size: 14px;
            }
            
        }

@media screen and (min-width: 981px) {
    .tribe-events-page-template #et-top-navigation {
        padding-left: 180px !important;
    }

    .tribe-events-page-template #top-menu li {
        padding-right: 9px;
    }
    .document-wrapper {
        display: flex;
    }
    .document-wrapper .document-content {
        flex-grow: 1;
    }
}



