/*
 Theme Name:   Wild Book Child
 Theme URI:    http://themeforest.net/user/nordstudio
 Description:  Wild Book Child Theme
 Author:       Nord Studio
 Author URI:   http://themeforest.net/user/nordstudio
 Template:     wildbook
 Version:      1.4.2
 License:      
 License URI:  http://themeforest.net/licenses
 Tags:         brown, gray, silver, white, light, two-columns, left-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 Text Domain:  wild-book-child
*/

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

.top-nav .nav-menu > li > a {
	font-size: 16px!important;
	line-height: 16px!important;
	text-shadow: 0px 1px 2px #000;
}

.scrolled .top-nav .nav-menu>li>a {text-shadow:none;}

#hidden,
.hidden{
	display: none !important;
}

.slideContent h1 {
	display: block;
	margin-bottom: 0 !Important;
}

@media (max-width: 620px) {
	.slideContent {
		bottom: auto !important;
		padding: 1em 2em !important;
		width: 21em !important;
		top: 40px;
	}
}

@media screen and (max-width: 820px) {
	.top-nav .nav-menu {
	    background: white !important;
	    top: 39px;
	} 
}

/* CF7 Styles */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form p {
	width: 100%;
	margin-bottom: 15px;
}
.wpcf7-form .row {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form .field-100 {
    padding: 0 10px;
}
.wpcf7-form .row .field-50 {
    width: 50%;
    padding: 0 10px;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-select {
    width: 100%;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding: 5px 0;
	margin: 0;
}
.wpcf7-form .wpcf7-checkbox#sms-opt-in .wpcf7-list-item {
	width: 100%;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 10px;
}
.wpcf7-form input[type="submit"].btn {
    background-color: #960048;
    width: 100%;
	font-size: 14px;
    font-weight: 600;
    padding: 15px;
}
.wpcf7-form input[type="submit"].btn:hover {
    background-color: #c2d502;
	color: #960048;
}

/*.avondale .top-nav .nav-menu > li.avondale-phone-location {
	display:block;
}
.top-nav .nav-menu > li.avondale-phone-location {
	display:none;
}
.avondale .top-nav .nav-menu > li.hockessin-phone-location {
	display:none;
}
.avondale .top-nav .nav-menu > li.lewes-phone-location {
	display:none;
}

.lewes .top-nav .nav-menu > li.lewes-phone-location {
	display:block;
}
.top-nav .nav-menu > li.lewes-phone-location {
	display:none;
}
.lewes .top-nav .nav-menu > li.hockessin-phone-location {
	display:none;
}
.lewes .top-nav .nav-menu > li.avondale-phone-location {
	display:none;
}*/

.single-press_release .wp-block-gallery{
	margin-bottom: 24px;
}

.single-press_release .content-container > .entry-content,
.single .content-container > .entry-content{
	max-width: 1320px;
}