/*
Theme Name: Brother Marcus Theme
Author: FORM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

@import url("assets/css/starter.css");

/* IE Hack */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
}

/* Product entry */



/* News entry */

.prev {
    text-align: right;
    margin-left: auto;
}

/* Contact */

.required.error {
    border: 1px solid red !important;
}

.success-message {
    text-align: center;
    padding: 1rem 0;
}

/* Header */

li.menu-item-197 a::after {
    display: none !important;
}

/* Cookies */

.has-cookie-bar #catapult-cookie-bar {
    padding: 25px 0 !important;
}

.cookie-bar-bar .ctcc-inner {
    justify-content: space-between !important;
    max-width: 87.5rem !important;
    margin: 0 auto;
    padding: 0 1.25rem !important;
}

.ctcc-left-side {
	font-weight: 600 !important;
}

.ctcc-more-info-link {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.ctcc-more-info-link {
	    display: block !important;
	}
}

.cookie-bar-bar button#catapultCookie {
    margin: 0 !important;
    border-radius: 500px !important;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
}

.cookie-bar-bar button#catapultCookie:hover {
	background-color: #3C3C3B !important;
	color: #fff !important;
}

/* CF7 */

.sent .section-signup {
	display: none !important;
}

.wpcf7-validation-errors {
	font-size: 0.85rem;
	color: #fff;
	text-align: center;
    margin: 2em 0 !important;
    padding: 15px !important;
    border: 2px solid rgba(255,255,255,0.25) !important;
    display: block;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    font-size: 0.85rem;
	position: relative;
	overflow: hidden;
	height: auto;
	width: auto !important;
	float: right;
}

.newsletter-signup span.wpcf7-not-valid-tip {
	bottom: 33px;
	padding-right: 20px;
}

footer span.wpcf7-not-valid-tip {
	bottom: 45px;
	padding-right: 22px;
}

.invalid .wpcf7-response-output {
	display: none !important;hideform
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0.5em 1em !important;
    text-align: center;
    font-size: 0.75rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-align: left !important;
    margin-top: 0.25rem !important;
    border: 1px solid #fff !important;
    text-align: center !important;
}

.newsletter-signup .ajax-loader {
    top: 16px;
    right: 135px;
}

.ajax-loader {
    position: absolute;
}

footer .ajax-loader {
    top: 12px;
    right: 40px;
}

.sent #hideform {
	display: none;
}

.wpcf7-mail-sent-ok {
	font-size: 0.85rem;
	color: #fff !important;
	text-align: center;
    margin: 2em 0 !important;
    padding: 15px !important;
    border: 2px solid rgba(255,255,255,0.25) !important;
}