<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: DWTF
Author: Carl Spencer
Author URI: https://www.pickledesign.co.uk/
Description: Theme for the Dealing with the Feeling website
*/

/*

Colours:

#263722 - Dark green
#b26334 - Orange
#9dafb0 - Silver blue
#ddd2bc - Cream

*/


/* 404 */

#error-logo {
    width: 8%;
    height: auto;
    margin: 30px auto 46px auto;
}

#error-logo img {
    width: 100%;
    height: auto;
}

#error-content {
    width: 80%;
    height: auto;
    margin: 0px auto 0px auto;
}

#error-content p {
    font-weight: bold;
    margin: 10px 0px 16px 0px;
}

#error-content p a {
	color: #000;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

#error-content p a:hover {
    color: #b26334;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}


/* Standard Styles */

html {
	padding: 0;
	margin: 0;
    -webkit-text-size-adjust: none;
    background-color: #263722;
    font-family: 'millerdisplay';
    color: #000;
    background: url("images/background.png") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	margin: 0px 0px -4px 0px;
}

p {
	margin-top: 0;
}

.animated {
    opacity: 0;
    transition: 0.5s ease !important;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* Main Styles */

#banner-image {
	width: 100%;
	height: auto;
}

#banner-image img {
	width: 100%;
	height: auto;
}

#container {
	width: 100%;
	height: auto;
}

#container.top {
    background-color: #b26334 !important;
    color: #ddd2bc !important;
    padding-bottom: 20px;
}

#container-border {
    border-top: #000 solid 2px;
    border-bottom: #000 solid 2px;
    width: 100%;
    height: 16px;
}

#content-header {
    width: 100%;
    height: auto;
    margin: 0px auto 75px auto;
    text-align: center;
    padding-top: 75px;
}

#content-header span.heading {
    font-size: 2.0em;
    margin-bottom: 6px;
    display: block;
}

#content-header span.subheading {
    font-size: 1.40em;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#content {
    width: 860px;
    height: auto;
    margin: 0px auto 85px auto;
    text-align: center;
}

#content.info {
    width: 860px;
    height: auto;
    margin: 0px auto 85px auto;
    text-align: center;
    padding-top: 30px;
}

#container.main {
    background-color: #ddd2bc;
    padding: 60px;
    width: 540px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#container.main img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#main-content-title {
    width: 100%;
    height: auto;
    margin-bottom: 21px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

#container.lower {
    background-color: #9dafb0;
    padding: 20px 0px 50px 0px;
    margin-bottom: -16px;
    text-align: center;
}


/* Header */

#header {
    width: 100%;
    height: 235px;
    background-color: #263722;
    text-align: center;
    padding-top: 55px;
}

#header-logo {
    width: 100px;
    height: auto;
    margin: 0px auto 36px auto;
}

#header-logo img {
    width: 100%;
    height: auto;
}

#header a {
    font-size: 2.50em;
    color: #ddd2bc;
    text-decoration: none;
}

#sn-navigation {
    width: 100%;
    height: 68px;
    border-top: 2px #000 solid;
    background-color: #263722;
    text-align: center;
}


/* Home */

ul.quote-slider {
    overflow-x: hidden;
	width: 100%;
	height: 100px;
	list-style: none;
	display: block;
	position: relative;
    margin-top: 20px;
}


ul.quote-slider li {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60%;
    width: 60%;
    text-align: center;
    z-index: 5;
    font-size: 1.4em;
}

ul.quote-slider li q {
    font-style: italic !important;
}


/* About */

#circle-image {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 20px auto 0px auto;
    overflow: hidden;
    display: block;
}

#circle-image img {
    height: 100%;
    width: auto;
}

#circle {
    border: 1px solid #000;    
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 20px 6px 10px 10px;
    display: inline-block;
    position: relative;
}

#circle-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

#circle-content p {
    margin-top: 15px;
}

#circle-content p a {
    color: #000;
    text-decoration: none;
}

#circle-content p a:hover {
    color: #ddd2bc;
    text-decoration: none;
}


/* Rates */

#content-lower {
    width: 50%;
    height: auto;
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 20px 0px 50px 0px;
}

#lower-content-title {
    width: 100%;
    height: auto;
    margin-bottom: 21px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

#lower-content-text {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.90em;
}


/* Contact */

#contact-box {
	width: 100%;
	height: auto;
    text-align: left;
}

#contact-field-text {
	width: 100%;
	height: auto;
    margin-bottom: -11px;
}

#contact-field {
	width: 100%;
    min-height: 30px;
    margin-bottom: 20px;
    outline: solid 1px #000;
}

#contact-field.large {
	width: 100%;
    min-height: 30px;
    margin-bottom: 15px;
    outline: solid 1px #000;
}

#contact-field .wpcf7-form-control {
	width: 98%;
	min-height: 28px;
	border: none;
	background: none !important;
	padding: 1px 1% 1px 1%;
}

#button-box {
    width: 25%;
    height: auto;
    text-align: center;
    margin-left: 75%;  
    background-color: #000;
}

#button-box input[type="submit" i] {
    -webkit-appearance: normal !important;
    user-select: none;
    white-space: normal !important;
    align-items: flex-start;
    text-align: center !important;
    cursor: default;
    color: #fff !important;
    background-color: transparent !important;
    box-sizing: content-box !important;
    padding: 5px 5% 5px 5% !important;
    text-transform: uppercase !important;
    border: none;
	border: 0;
	cursor: pointer;
    font-size: 1.0em;
    font-family: 'millerdisplay' !important;
    letter-spacing: 4px;
}

div.wpcf7 .ajax-loader, span.wpcf7-spinner {
	display: none !important;
}

iframe {
    margin: 20px auto 30px auto;
}


/* Footer */

#footer {
    width: 100%;
    height: auto;
    background-color: #b26334;
    text-align: center;
    padding-bottom: 40px;
}

#footer-top {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 40px 0px 40px 0px;
    text-align: center;
    margin-bottom: 30px;
}

#content.footer {
    width: 860px;
    height: auto;
    margin: 0px auto 0px auto;
    text-align: center;
}

img.icon-social {
    width: 70px;
    height: auto;
    margin: 30px 1px 0px 5px;
    display: inline-block;
}

img.icon-bcap {
    width: 35%;
    height: auto;
    margin: 0px 16px 0px 20px;
    display: inline-block;
    vertical-align: top;
}

img.icon-pt {
    width: 30%;
    height: auto;
    margin: 0px 16px 0px 20px;
    display: inline-block;
    vertical-align: top;
}


/* Screen Navigation */

#sn-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sn-navigation li {
	font-size: 1.20em;
	display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 246px;
    height: 46px;
    text-align: center;
    padding-top: 22px;
    margin-right: -4px;
}

#sn-navigation li:first-of-type {
    border-left: 2px solid #000;
}

#sn-navigation li:last-of-type {
    border-right: 2px solid #000;
}

#sn-navigation li a {
    color: #000;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

#sn-navigation li a:hover, #sn-navigation li.current-menu-item a, #sn-navigation li.current-page-ancestor a, #sn-navigation li.current_page_parent, #sn-navigation li.a current_page_item {
    color: #ddd2bc;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}


/* Text Styles */

p {
	font-size: 1.30em;
}

p strong {
    font-size: 1.20em;
}

p a {
    color: #000;
    text-decoration: underline;
}

p a:hover {
    color: #263722;
    text-decoration: underline;
}

#footer p {
	color: #263722;
	font-size: 1.0em;
}

#footer p a {
    color: #000;
    text-decoration: none;
}

#footer p a:hover {
    color: #ddd2bc;
    text-decoration: none;
}


@font-face {
    font-family: 'millerdisplay';
    src: url(fonts/miller-display/miller_display_regular-webfont.woff2) format('woff2'),
         url(fonts/miller-display/miller_display_regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prestige';
    src: url(fonts/prestige/prestigeelitestd-bd-webfont.woff2) format('woff2'),
         url(fonts/prestige/prestigeelitestd-bd-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Small */

@media only screen and (max-width: 449px) {
    
    
    /* 404 */

    #error-logo {
        width: 20% !important;
        height: auto;
        margin: 30px auto 26px auto !important;
    }
    
    
    /* Unique */
    
    #container.mobile-text {
        hyphens: auto !important;
    }
    
    #container.mobile-text p {
    	font-size: 1.0em !important;
    }

    #container.mobile-text p strong {
        font-size: 1.0em !important;
    }
   

    /* Main Styles */

    #banner-image {
    	width: 100%;
    	height: 300px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    #banner-image img {
	    width: auto !important;
	    height: 300px !important;
        position: absolute !important;
        top: 0 !important;
        left: -50% !important;
    }

    #content-header {
        width: 100%;
        height: auto;
        margin: 0px auto 16px auto !important;
        text-align: center;
        padding-top: 20px !important;
    }

    #content-header span.heading {
        font-size: 1.30em !important;
        margin-bottom: 6px;
        display: block;
    }

    #content-header span.subheading {
        font-size: 1.0em !important;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    #content {
        width: 90% !important;
        height: auto;
        margin: 0px auto 35px auto !important;
        text-align: center;
    }

    #container.main {
        background-color: #ddd2bc;
        padding: 20px 5% 20px 5% !important;
        width: 70% !important;
        margin: 0px auto 0px auto;
        text-align: left;
    }

    #main-content-title {
        width: 100%;
        height: auto;
        margin-bottom: 16px !important;
        text-align: center;
        font-size: 1.2em !important;
        font-weight: bold;
    }

    #container.lower {
        background-color: #9dafb0;
        padding: 20px 0px 50px 0px;
        margin-bottom: 0 !important;
        text-align: center;
    }


    /* Header */

    #header {
        width: 100%;
        height: auto !important;
        background-color: #263722;
        text-align: center;
        padding: 75px 0px 11px 0px !important;
    }

    #header-logo {
        width: 18% !important;
        height: auto;
        margin: 0px auto 16px auto !important;
    }

    #header a {
        font-size: 1.10em !important;
        color: #ddd2bc;
        text-decoration: none;
    }


    /* Home */

    ul.quote-slider {
        overflow-x: hidden;
    	width: 100%;
    	height: 250px !important;
    	list-style: none;
    	display: block;
    	position: relative;
        margin-top: 20px;
    }


    ul.quote-slider li {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -60%;
        width: 60%;
        text-align: center;
        z-index: 5;
        font-size: 1.3em;
    }


    /* Contact */

    #button-box {
        width: 35% !important;
        height: auto;
        text-align: center;
        margin-left: 65% !important;  
        background-color: #000;
    }

    #button-box input[type="submit" i] {
        -webkit-appearance: normal !important;
        user-select: none;
        white-space: normal !important;
        align-items: flex-start;
        text-align: center !important;
        cursor: default;
        color: #fff !important;
        background-color: transparent !important;
        box-sizing: content-box !important;
        padding: 5px 5% 5px 5% !important;
        text-transform: uppercase !important;
        border: none;
    	border: 0;
    	cursor: pointer;
        font-size: 0.90em !important;
        font-family: 'millerdisplay' !important;
        letter-spacing: 4px;
    }

    iframe {
        margin: 20px 5% 30px 5% !important;
        width: 90% !important;
        height: 350px !important;
    }


    /* Footer */

    #footer-top {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px 0px 20px 0px !important;
        text-align: center;
        margin-bottom: 30px !important;
    }

    #content.footer {
        width: 90% !important;
        height: auto;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    img.icon-social {
        width: 15% !important;
        height: auto;
        margin: 30px 1px 0px 5px;
        display: inline-block;
    }

    img.icon-bcap {
        width: 50% !important;
        height: auto;
        margin: 20px auto 21px auto !important;
        display: block !important;
        vertical-align: baseline !important;
    }

    img.icon-pt {
        width: 50% !important;
        height: auto;
        margin: 0px auto -6px auto !important;
        display: block !important;
        vertical-align: baseline !important;
    }


    /* Text Styles */

    p {
    	font-size: 1.10em !important;
    }

    p strong {
        font-size: 1.10em !important;
    }

    #footer p {
    	color: #263722;
    	font-size: 0.90em !important;
        width: 90% !important;
        margin-left: 5% !important; 
    }
    
}


/* Small Phones */

@media only screen and (min-width : 450px) and (max-width: 699px) {
    
    
    /* 404 */

    #error-logo {
        width: 10% !important;
        height: auto;
        margin: 30px auto 26px auto !important;
    }

    #error-content p {
        font-weight: bold;
        margin: 10px 0px 16px 0px;
        font-size: 1.0em !important;
    }
    
    
    /* Main Styles */

    #content-header {
        width: 100%;
        height: auto;
        margin: 0px auto 20px auto !important;
        text-align: center;
        padding-top: 20px !important;
    }

    #content-header span.heading {
        font-size: 1.80em !important;
        margin-bottom: 6px;
        display: block;
    }

    #content-header span.subheading {
        font-size: 1.20em !important;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    #content {
        width: 90% !important;
        height: auto;
        margin: 0px auto 35px auto !important;
        text-align: center;
    }

    #content.info {
        width: 90% !important;
        height: auto;
        margin: 0px auto 35px auto !important;
        text-align: center;
        padding-top: 30px;
    }

    #container.main {
        background-color: #ddd2bc;
        padding: 20px 5% 20px 5% !important;
        width: 80% !important;
        margin: 0px auto 0px auto;
        text-align: left;
    }


    /* Header */

    #header {
        width: 100%;
        height: auto !important;
        background-color: #263722;
        text-align: center;
        padding-top: 70px !important;
        padding-bottom: 6px !important;
    }

    #header-logo {
        width: 15% !important;
        height: auto;
        margin: 0px auto 16px auto !important;
    }

    #header a {
        font-size: 1.80em !important;
        color: #ddd2bc;
        text-decoration: none;
        margin: 0 !important;
    }


    /* Home */

    ul.quote-slider {
        overflow-x: hidden;
    	width: 100%;
    	height: 160px !important;
    	list-style: none;
    	display: block;
    	position: relative;
        margin-top: 20px;
    }


    iframe {
        margin: 20px auto 30px auto;
        width: 60% !important;
        height: 400px !important;
    }


    /* Text Styles */

    p {
    	font-size: 1.10em !important;
    }

    p strong {
        font-size: 1.0em !important;
    }

    #footer p {
    	color: #263722;
    	font-size: 0.90em !important;
    }
    
    
    /* Hidden */
    
    
}


/* Large Phones */

@media only screen and (min-width : 700px) and (max-width: 959px) {
    
    
    /* 404 */

    #error-logo {
        width: 10% !important;
        height: auto;
        margin: 30px auto 26px auto !important;
    }

    #error-content p {
        font-weight: bold;
        margin: 10px 0px 16px 0px;
        font-size: 1.0em !important;
    }
    
    
    /* Main Styles */

    #content-header {
        width: 100%;
        height: auto;
        margin: 0px auto 20px auto !important;
        text-align: center;
        padding-top: 20px !important;
    }

    #content-header span.heading {
        font-size: 1.80em !important;
        margin-bottom: 6px;
        display: block;
    }

    #content-header span.subheading {
        font-size: 1.20em !important;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    #content {
        width: 90% !important;
        height: auto;
        margin: 0px auto 35px auto !important;
        text-align: center;
    }

    #content.info {
        width: 90% !important;
        height: auto;
        margin: 0px auto 35px auto !important;
        text-align: center;
        padding-top: 30px;
    }

    #container.main {
        background-color: #ddd2bc;
        padding: 20px 5% 20px 5% !important;
        width: 80% !important;
        margin: 0px auto 0px auto;
        text-align: left;
    }


    /* Header */

    #header {
        width: 100%;
        height: auto !important;
        background-color: #263722;
        text-align: center;
        padding-top: 70px !important;
        padding-bottom: 6px !important;
    }

    #header-logo {
        width: 15% !important;
        height: auto;
        margin: 0px auto 16px auto !important;
    }

    #header a {
        font-size: 1.80em !important;
        color: #ddd2bc;
        text-decoration: none;
        margin: 0 !important;
    }


    /* Home */

    ul.quote-slider {
        overflow-x: hidden;
    	width: 100%;
    	height: 160px !important;
    	list-style: none;
    	display: block;
    	position: relative;
        margin-top: 20px;
    }


    iframe {
        margin: 20px auto 30px auto;
        width: 60% !important;
        height: 400px !important;
    }


    /* Text Styles */

    p {
    	font-size: 1.10em !important;
    }

    p strong {
        font-size: 1.0em !important;
    }

    #footer p {
    	color: #263722;
    	font-size: 0.90em !important;
    }
    
    
    /* Hidden */

}


/* Desktop */

@media only screen and (min-width: 960px) and (max-width: 1599px) {
    
}


/* Large Desktop */

@media only screen and (min-width : 1600px) {
    
}</pre></body></html>