/* Enter Your Custom CSS Here */
.textwidget p img
{
 	border-radius:50%;
    box-shadow:0 0 10px #000;
}

#main-content a {
    text-decoration: underline;
}

#main-content a:hover{
    text-decoration: none;
}

/**************************** toggle custom 3 **************************/

.toggle_custom_3.et_pb_toggle {
    border: none;
    border-bottom: 4px solid #ddd !important;
    transition: 0.4s
}

.toggle_custom_3.et_pb_toggle_open{
    border-bottom: 4px solid #9D2235 !important;
    }

.toggle_custom_3 .et_pb_toggle_title:before {
    font-size: 50px !important ;
    content: "3" !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.toggle_custom_3.et_pb_toggle_open .et_pb_toggle_title:before {
    color: #9D2235;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*Email variable to place in the (Sent to Email) of the gravity form*/
/*{admin_email}*/