/*
Theme Name:     The Fox Child
Theme URI:      https://themeforest.net/item/the-fox-contemporary-magazine-theme-for-creators/11103012
Description:    Child theme for The Fox Theme
Author:         Your name here
Author URI:     https://themeforest.net/user/withemes/portfolio/
Template:       fox
Version:        1.0
Tags:           custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

/* General */

.post h3 {
	margin: 42px 0px 16px 0px;
}

.post h4 {
	margin: 36px 0px 16px 0px;
}

/* Responsive */

@media (max-width:600px) {
	.hide-mobile {
		display: none;
	}
	.widget56--id--10 {
		margin: 10px !important;
	}
} 

/* Email footer */ 

.email-footer {
	background: #fbf2d7;
	padding: 25px 35px 10px;
}

/* Menu */

.header_bottom56 .container .row {
    height: 36px !important;
}

.main_header56 .container {
    padding-bottom: 4px !important;
}

.main_header56 .container {
    padding-top: 0px !important;
}

.header_bottom56 {
	padding-bottom: 5px !important;
}


/* Email hero */

#email-hero {
	background: #fbf2d7;
}

#email-hero-content {
	max-width: 600px;
}

h2.hero-header {
	font-size: 42px !important;
}

p.email-list-description {
	font-size: 14px;
    max-width: 500px;
    margin-top: 10px;
}

/* Drip form */

.dripForm--email {
    display: flex;
    justify-content: space-between;
    font: .875rem / 1.5rem sans-serif;
    width: 100%;
}

.dripEmailDiv {
    width: 100%;
}

.dripEmailDiv > input[type=email] {
    width: 100%;
    border-width: 4px;
    border-color: #a29e9e;
}

.dripSubmitDiv > input[type="submit"] {
    height: 99%;
    margin-left: 15px;
    font-weight: 600;
    font-size: 16px;
}