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

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

/* IE Hack */

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

/* Team */

@media screen and (max-width: 1024px) {
	.view-bio {
		display: inline-block !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: 400 !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: #D79242;
	color: #fff !important;
}