/*
 Theme Name:   Divi-Child-Theme
 Theme URI:    http://divi.space/
 Description:  Child theme created by Click-Thru Consulting for Portage Park Dental
 Author:       Click-Thru Consulting
 Author URI:   http://www.clickthruconsulting.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.footer-widget #text-2 { float: none; }
body #GMapsID {width: 100% !important;}
#GMapFindPanel input[type='text']{width:96% !important;padding:10px 2% !important; line-height:20px !important;height:auto !important;}
#GMapFindAddress {width: 100% !important;}
#GMapFindPanel {margin: -35px 0 0 10px;max-width: 350px;width:100% !important;}
.wpcf7-form li { margin-bottom: 10px !important; }
#et-top-navigation { text-align: right; }
.holder .mask { width: 100%; }

@media all and (max-width: 980px) {
    .footer-widget:nth-child(n) { width: auto !important;  margin: 0 !important; }
}

@media all and (max-width: 768px) {
    .et_boxed_layout #page-container { width: 100%; }    
}

@media all and (max-width: 480px) {
    #header_on_phone .span7:first-child { text-align: center; }
    .wpcf7 .cf7s-pina-colada { padding: 10px !important; }
    .wpcf7 .cf7s-pina-colada fieldset { padding: 10px; }
    .wpcf7-form label, .wpcf7-form .wpcf7-list-item-label, .wpcf7-form p { font-size: 14px; }
    .wpcf7-form h3 { font-size: 23px; }    
}


/* Alert */

#alert {
    position: relative;
    
}

#alert a{

font-family:"Open Sans", Arial, sans-serif;

}

#alert:hover:after {
    background: hsla(0,0%,0%,.8);
    border-radius: 3px;
    color: #f6f6f6;
    content: 'Click to learn more';
    font: bold 12px/30px sans-serif;
    height: 30px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 120px;
}
#alert:hover:before {
    border-bottom: 10px solid hsla(0,0%,0%,.8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 40px;
    width: 0;
}
#alert:target {
    display: none;
}
.alert {
    background-color: #699001;
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #ffffff;
    display: block;
    font: bold 16px/40px sans-serif;
    /* height: 30px; */
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -45px;
    width: 100%;
    -webkit-animation: alert 1s ease forwards;
       -moz-animation: alert 1s ease forwards;
        -ms-animation: alert 1s ease forwards;
         -o-animation: alert 1s ease forwards;
            animation: alert 1s ease forwards;
}

/* Animation */

@-webkit-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-moz-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-ms-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-o-keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@keyframes alert {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}

/*
background-image: -webkit-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.05) 25%,
                      hsla(0,0%,0%,.05) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.05) 75%,
                      hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%, 
*/
                      hsla(0,0%,0%,.1));