/*
Theme Name: Divi Child Theme
Description:
Author:   Mike Forest
Template: Divi
*/

@import url("../Divi/style.css");


p.powerpress_links.powerpress_links_mp3 {
    padding-bottom: 0px!important;
}

#podcast-main-post li, .podcast-main-post li { padding-bottom:22px!important; padding-left:12px!important;
}

ul #podcast-main-post ul, .podcast-main-post ul {margin-left:20px!important;}


.picColor {  /* optin form button */
    font-size: 25px;
    font-family: OpenSans !important;
    font-weight: 800;
    color:#333;
    width: 380px;
    height: 70px;
}

#yellow-button {
color: #333;
font-size: 20px;
font-weight:800;
padding: 20px;
background: #fffe6d;
border-bottom: 6px solid #ffdc18;
border-radius: 5px;

}

#yellow-button:hover {
color: #000;
font-size: 20px;
padding: 20px;
text-shadow: 0px 0px 1px rgba(30, 30, 30, 0.36);
background: #ffdc18;
border-bottom: 6px solid #ffdc18;
}

@media only screen and (max-width: 1100px) {
    .picColor {  /* optin form button */
    font-size: 25px;
    font-family: Josefin Slab !important;
    font-weight: 800;
    color:#333;
    width: 300px;
    height: 70px;
}
}

a.white-link  {   /* some links need to be white */
color:#fff!important;
}

a.white-link:hover { /*color for hover white links */
color:#999!important;
}

.nocaps h4 a { text-transform:none;}


/* code for optin-cat-button-4050, the basic MET Starter button
Adjusts padding and width of Divi-styled buttons*/
a.optin-cat-button-4450, a.optin-cat-button-4450:hover {
    padding: 15px 20px 9px 20px;
    width:80%!important;
}

.et_pb_widget ul li { /*adds margin to sidebar lists */
    margin-bottom: 1.6em;
    margin-top: .7em;
}

blockquote {
    background: #fff;
    font-family: Georgia, Times, serif;
    padding: 20px 40px;
    border-left: solid 5px #999;
    box-shadow: 0 0 8px #dedede;
    line-height: 28px;
    font-style: italic;
    margin:20px 20px 20px 20px;
}
blockquote { border-color:#666666!important;}
blockquote p:last-of-type { padding-bottom:20px;}


.hover_shadow {
    transition:0.5s;
}
.hover_shadow:hover {
       box-shadow: 0 0 50px rgba(0, 130, 206, 0.35);
}


