/*
Theme Name: Life Cycles Astrology
Description: Nashville Astrology 
Author:   electric after divi
Template: Divi
*/

@import url("../Divi/style.css");

.wp-caption {
    border: 0 solid #ddd;
    background-color: #ffffff;
}
.main_title {
    margin-bottom: 20px;
    display: none;
}

/* Styling Contact Form 7 */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: ##F8F8F7 !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 5px !important;
font-size: 16px;
color: #222 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.wpcf7-submit {
color: #2EA3F2 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: #eeeeee !important;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #ADD8E6 !important; 
border-color:#ADD8E6 !important; 
}
.wpcf7 select {
    background-color: ##F8F8F7;
    border: none;
    border-radius: 5px 5px 5px 5px;
    margin: 0;
    padding: 5px 10px 5px;
    text-indent: 0px;
    z-index: 100;
font-size: 16px;
}

/* Style Footer Credits - Lines 948 & 949 

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}
*/