<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'CocoGoose_prothin';
    src: url('fonts/cocogoose_pro_thin-webfont.woff2') format('woff2'),
         url('fonts/cocogoose_pro_thin-webfont.woff') format('woff'),
         url('fonts/cocogoose_pro_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Billy_Ohio_regular';
    src: url('fonts/billy_ohio-webfont.woff2') format('woff2'),
         url('fonts/billy_ohio-webfont.woff') format('woff'),
         url('fonts/billy_ohio-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.home-testimonials .sp-button.sp-selected-button,
.home-testimonials .sp-button:hover {
	background-color: #c1a06d !important;
}

.hide {
	display: none;
}

.ctf-heading h1,
.single-clan_tartan h1 {
	color: #585858 !important;
}

.whiteongrey h1 {
	color: #fff !important;
}

.single-clan_tartan .single-content img {
	width: 100% !important;
	object-fit: cover;
    height: 420px;
}

.clan-tartan-button a {
	background: #C1A06D;
	padding: 15px 30%;
	opacity: 1 !important;
}

.clan-tartan-button:hover a {
	border: 1px solid #C1A06D !important;
	background: #fff !important;
}
.clan-tartan-button:hover a {
	color: #C1A06D !important;
}

.post-type-archive-clan_tartan .site-main {
	padding-top: 40px;
}

.woocommerce ul.products li.product .price {
	font-size: 1em !important;
}

.tc-slide-group {
	background: rgba(255, 255, 255, 0.70);
}

.tc-slide-group .tp-parallax-wrap {
	padding: 40px;
}

.single-product #main {
	padding-top: 60px;
}

.woocommerce-cart h2,
.woocommerce-checkout h3
{
	font-family: "CocoGoose_prothin" !important;
}

.woocommerce .products .product {
    text-align: center;
}
.woocommerce .button {
    background: #c1a06d!important;
    color: #ffffff!important;
    border-radius: 0!important;
}

.woocommerce .product_meta a {
    color: #c1a06d !important;
}

/*
.woocommerce .woocommerce-checkout #customer_details p.form-row label {
    display: inline-block;
}
*/
.footer-cols .wpb_content_element {
	font-size: 12px;
}

.footer-builder a {
	color: #c1a06d !important;
	text-decoration: none !important;
}
.footer-builder a:hover {
	text-decoration: underline !important;
}

.wpex-social-bg.wpex-facebook, .wpex-social-bg-hover.wpex-facebook:hover {
    background: #3b5998;
}
.wpex-social-bg.wpex-instagram, .wpex-social-bg-hover.wpex-instagram:hover {
    background: #305777;
}

.rets-form-headings {
	font-family: "CocoGoose_prothin";
    font-weight: 600;
    font-size: 24px;
	text-decoration: underline;
}

.rets-form-full,
.rets-form-half {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}

.rets-form-full { width: 100%; }
.rets-form-half { width: 48%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: flex !important;
	float: left;
}
.ea-standard {
    width: auto !important;
}

.ea-standard #booking-overview table {
	width: 100%;
	margin-bottom: 40px;
}
.ea-standard #booking-overview .ea-label,
.ea-standard #booking-overview .value {
	opacity: 1 !important;
	font-weight: 600;
}
.ea-standard .step.final h4 {
	font-family: "CocoGoose_prothin" !important;
    font-size: 1.1em !important;
	white-space: normal;
}

.ea-standard .step label.error {
    text-align: left;
	padding-left: 40px;
}

.book-app {
	display: none !important;
	color: rgb(255, 255, 255);
    background-color: rgb(193, 160, 109);
}

#site-navigation .dropdown-menu &gt;.book-app.current-menu-item &gt;a,
#site-navigation .dropdown-menu &gt;.book-app.current-menu-parent &gt;a {
    color: #fff;
}

.book-app-t {
	color: rgb(255, 255, 255);
    background-color: rgb(193, 160, 109);
}

.top-bar-menu li {
    padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
	.content-moved-left .vc_column-inner {
		margin-left: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 50px;
	}
	.content-moved-left .vc_column-inner h3 {
		text-align: center !important;
	}
	.rets-form-full,
	.rets-form-half {
        width: 100%;
        margin-right: 0;
    }
}</pre></body></html>