.site-info:after {
	content: "Copyright 2024 © Complement Coaching";
	display: block;
}

.hero-area-wrapper {
    padding-top: 120px;
}

.widget-area {
    border-top: 1px solid #ddd;
    clear: both;
    padding-bottom: 0px;
}

blockquote, .jetpack-social-navigation a, .jetpack-social-navigation a:visited, .dropdown-toggle, .dropdown-toggle:hover .dropdown-toggle:hover, .main-navigation.toggled ul a {
    color: #EC1E8C;
}

.widget-title .mc_embed_signup h2 {
    font-size: 1.6rem;
    line-height: 1.125;
    margin: 0 0 18px;
    text-transform: uppercase;
	  border-bottom-color: #fff;
}

.logo .custom-logo-link img {
    margin: 0 auto;
    position: relative;
    left: 0;
}

.logo .custom-logo-link {
    display: block;
    text-align: left;
}

.nav.navbar-nav {
    float: none !important;
}

.navbar-default .navbar-collapse {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.nav.navbar-nav li {
    float: none;
    display: block;
}
@media (min-width: 768px) {
.nav.navbar-nav li {
    display: inline-block;
}
}

.site-branding, .main-navigation {
	justify-content: center;
}

#mc_embed_signup h2 {
    font-size: 1.6rem !important;
    line-height: 1.125;
    margin: 0 0 18px;
    text-transform: uppercase;
    border-bottom-color: #fff;
}

#mc_embed_signup .button {
    background-color: #EC1E8C !important;
}

.button {
    background-color: #EC1E8C !important;
}


#mc_embed_signup form {
	padding: 0;
}

.search-form .search-field {
    -webkit-appearance: none;
    background: #eee;
    border: none;
    border-radius: 0;
    color: #444;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5% 20% 5% 5%;
    width: 100%;

}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 5% 20% 5% 5%;
    text-indent: 2%;
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	  
}

#mc_embed_signup .button {
    background-color: #EC1E8C;
}

.wp-caption .wp-caption-text {
    background: transparent;
    padding: 2px 0;
    color: #EC1E8C;
    text-align: center;
    position: relative;
}

.wp-caption p.wp-caption-text {
    font-size: 18px;
}






