/* 
 Theme Name:     Therapy Carrie 1.8
 Author:         Nice Grizzly | Creative Shop
 Author URI:     https://nicegrizzly.com
 Template:       Divi
 Description:    Custom theme by Nice Grizzly for Carrie Torn, LCSW
 Version:        1.8
*/

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

/* ----------- Theme customization starts here --------------------------- */
@import url("https://fonts.googleapis.com/css2?family=BioRhyme+Expanded&display=swap");
/* FONTS */
body {color:#333333;
font-family: 'Cormorant Garamond',Georgia,"Times New Roman",serif;
font-size: 20px;
}
a {color: #333333;}
h1 {font-family: 'Cormorant Garamond',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.3em;}
h2,h3{font-family: 'Cormorant Garamond',Georgia,"Times New Roman",serif;}
h4,h5{font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #6ba794!important;
    letter-spacing: 0.6em;
    line-height: 1.8em;}
/* HEADER */
#top-menu a {
    color: #333333!important;
}
.et_mobile_menu {
    border-top: 3px solid #6BA794;
}
.nav li ul, .et_mobile_menu {
    border-color: #6BA794;
}
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .mobile_menu_bar:after, .mobile_menu_bar:before {
    color: #6BA794;
}
#logo {
	filter: none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
/* BUTTONS */
.green_button_wrapper_center{
    text-align: center;
    padding-top: 18px!important;
    padding-bottom: 18px!important;
}
.green_button_wrapper_left{
    text-align: left;
    padding-top: 18px!important;
    padding-bottom: 18px!important;
}
.green_button {
    color: #FFFFFF!important;
    border-width: 3px!important;
    border-color: #6ba794;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    background-color: #6ba794;
    transition: all 300ms ease 0ms;
    padding-top: 18px!important;
    padding-bottom: 18px!important;
}
.et_pb_bg_layout_light.et_pb_button:hover, .et_pb_bg_layout_light .et_pb_button:hover {
    background-color: #6ba794;
}
.et-search-form, blockquote {
    border-color: #6ba794;
} 

/* FOOTER */
.et-social-icon a, #footer-bottom {    
	color: #bbb;
}
.grizzly {
	font-family: 'BioRhyme Expanded' !important;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;    
    font-size: 0.85em;
}
@media (max-width: 767px){
    h4,h5{
    letter-spacing: 0.3em;
    line-height: 1.6em;}
}
@media only screen and (min-width: 981px) {

}
