/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/



/*Content Dropshadow*/
#main {
        -webkit-box-shadow: 0px 4px 5px 3px rgba(71,70,71,0.3);
        -moz-box-shadow: 0px 4px 5px 3px rgba(71,70,71,0.3);
        box-shadow: 0px 4px 5px 3px rgba(71,70,71,0.3);
}

/* 
Psychology today link */
#top h4 a:hover{
	 text-decoration:underline!important;
 color:#cc0606!important;
}

/* Post Title */
.avia-builder-el-0 .isotope-item h3{
 line-height:1.8em;
 font-weight:600;
 font-size:30px;
}
/* Entry Content */
.avia-builder-el-0 .isotope-item .entry-content{
 font-size:15px;
 line-height:1.5em;
 color:#636363;
 
}
/* Link */
.avia-builder-el-0 .entry-title a:link{
 text-decoration:none;
 color:#8323ca!important;
}
.avia-builder-el-0 .entry-title a:hover{
 text-decoration:underline!important;
 color:#cc0606!important;
}





/* Contact section */
#contact h3{
	font-size:3em
}
#contact p {
	font-size:1.3em;
	line-height:2em;
}

/* Main Form Container */
#contact .wpcf7-form {
    background-color: rgb(246 241 255 / 40%);
    padding: 20px;
    border-radius: 16px;
    border: 6px solid #DAD0EE;
}
/*  Labels  */
#contact .wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    color: #000;
}
/* Input Fields */
#contact .wpcf7 input[type="text"],
#contact .wpcf7 input[type="email"],
#contact .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #DAD0EE;
    border-radius: 8px;
	font-size:16px;
}


/* Submit Button */
#contact .wpcf7-submit {
    background-color: #B50101;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
}

#contact .wpcf7-submit:hover {
    background-color: #F10000;
}

/* Validation Messages */
#contact .wpcf7-validation-errors {
    background-color: #ffebee;
    color: #c62828;
    padding: 10px;
    border-radius: 4px;
}