/*
 Theme Name:   Kids Cottage 2020
 Theme URI:    https://thebeingagency
 Description:  Kids Cottage 2020 - Kingster Child Theme by Goodlayers
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/


.wp-core-ui .button-primary {
    background: #c5396e;
    border-color: #c5396e #c5396e #c5396e;
    box-shadow: 0 1px 0 #c5396e;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #c5396e, 1px 0 1px #c5396e, 0 1px 1px #c5396e, -1px 0 1px #c5396e;
}

/* Fixed menu reset */
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo-inner {
	max-width: 122px;
}

/* Homepage */
.home .gdlr-core-blog-thumbnail img {
    max-height: 230px;
    object-fit: cover;
}

.homepage-feat-links .gdlr-core-column-service-media img {
	max-height: 230px;
	min-height: 230px;
    object-fit: cover;
}

/* Contact form reset */
.gform_fields .gfield_label {
	display: none !important;
}

/* Community Lounge */
.gdlr-core-sidebar-item {
	background-color: #eeece6;
	padding: 20px 40px;
}

/* Login form */
#loginform label {
	font-weight: 600;
	width: 100%;
	display: block;
}

#loginform label {
	margin-right: 20%;
}

#loginform input:not(#rememberme){
    width: 38%;
    padding: 5px 4px;
}

/* News and events page */
.gdlr-core-blog-grid .gdlr-core-blog-thumbnail,
.gdlr-core-blog-widget .gdlr-core-blog-thumbnail {
    border-radius: 0;
}

.page-id-2724 .gdlr-core-page-builder-body img {
    min-height: 266px;
    object-fit: cover;
 }

 /* Accordion reset */
 .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-content {
    padding: 12px 25px 24px;
}

/*404 page reset*/
.kingster-not-found-wrap .kingster-not-found-background {
	background-image: url(images/404-bg.jpg);
}
.kingster-not-found-container form {
	display: none;
}