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

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

/* Instagram */

.eapps-instagram-feed-posts-grid-load-more-container {
	display: none !important;
}

/* CF7 */

.wpcf7-form.sent .footer-newsletter-success {
	display: block !important;
}

.wpcf7-form.sent .footer-newsletter-heading {
	display: none !important;
}

.wpcf7-form.sent .heading-sm {
	display: none !important;
}

.wpcf7-form.sent .field-email {
	display: none !important;
}

.wpcf7-form.sent .wpcf7-submit {
	display: none !important;
}

.wpcf7-form.sent .wpcf7-form-control-wrap {
	display: none !important;
}

.wpcf7-form.sent .contact-form-block {
	display: none !important;
}

.wpcf7-form.sent .contact-form-footer {
	display: none !important;
}

.footer-newsletter form button {
	top: 78% !important;
}

.wpcf7-not-valid-tip {
	color: red;
	font-weight: normal;
	display: block;
	position: absolute !important;
	right: 20px !important;
	top: 5px !important;
	font-size: 13px !important;
	z-index: 9;
}

.newsletter-signup-success {
	display: none;	
}

.sent .newsletter-signup-success {
	display: block;	
}

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

.contact-form textarea {
	height: 57px !important;
}

/* Cookies */

@media screen and (max-width: 820px) {
	.cc-window.cc-banner {
	    display: block !important;
	    text-align: center;
	}
	.cc-banner .cc-message {
		margin: 0;
	}
	.cc-link {
	  display: block;
	}
	.cc-compliance {
	  display: inline-flex;
	}
}

.cc-btn {
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.cc-btn:hover {
	background-color: #333 !important;
}

.cc-link {
	text-decoration: none;
	color: #fff !important;
	transition: all 0.2s ease;
	opacity: 0.6;
}

.cc-link:hover {
	color: #fff !important;
	
}

.cc-revoke.cc-bottom {
	display: none !important;
}

a.pagination-disabled {
    pointer-events: none;
    cursor: default;
}