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

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

/* CF7 */

.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;
}

span.wpcf7-not-valid-tip {
    font-size: 0.85rem;
    position: relative;
    text-indent: -500px;
    overflow: hidden;
    height: 1px;
    width: 100%;
    background-color: 
    red;
    bottom: 25px;
}

.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;
}

/* 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: 300 !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: #2C4355 !important;
}