<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Prophetic Cowboy
Theme URI:
Author: Ben J
Author URI: http://homeofchampions.co.uk
Description: Prophetic Cowboy theme
Version: 1
Text Domain: propheticcowboy
*/

/* Reset CSS -------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -------------------------- */
#project-wrapper,
body,
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #000;
    position: relative;
    min-width: 320px;
}

#page #project-wrapper,
#page .project {
    height: auto;
    min-height: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.size-small {
    font-family: 'Martel Sans', sans-serif;
    font-size: 14px;
    margin-top: 55px;
}

a {
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    word-wrap: break-word;
}

#wrapper,
.project {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-container-mobile.hidden {
    opacity: 0;
}

#page .project {
    background-color: #ababab;
}

#homepage #wrapper {
    padding: 20px;
    margin-bottom: 30px;
    width: auto;
    height: auto;
}

/* Project page -------------- */
.project {
    position: absolute;
    top: 0;
    left: 0;
    outline: 20px solid #fff;
    outline-offset: -20px;
}

article {
    position: absolute;
    bottom: 60px;
    left: 60px;
    color: #fff;
    max-width: 850px;
    padding-right: 60px;
}

#page article {
    position: relative;
    bottom: auto;
    max-width: none;
    left: 0;
    box-sizing: border-box;
    padding: 0 60px 60px;
    margin-top: 160px;
}

article h1,
article h2 {
    font-size: 35px;
    font-family: 'Martel Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 120%;
}

article a {
    color: #a39160;
    text-decoration: none;
}

article a:hover {
    color: #fff;
}

#page article h1:not(:first-child),
#page article h2:not(:first-child) {
    margin-top: 50px;
}

#page article h1,
#page article h2,
#page article a {
    color: #7f6e40;
}

article p {
    font-family: 'Lustria', serif;
    font-size: 22px;
    line-height: 170%;
    letter-spacing: 1.1px;
    position: relative;
}

#page img {
    max-width: 100%;
}

#page article p {
    font-size: 18px;
    padding-right: 15%;
}

nav li {
    position: absolute;
    color: #fff;
    font-family: 'Martel Sans', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 4px;
    cursor: pointer;
}

nav li.prev {
    top: 190px;
    left: 50px;
}

nav li.next {
    top: 220px;
    right: 50px;
}

nav li i {
    font-size: 37px !important;
    position: relative;
    top: 6px;
}

nav li.next i {
    margin-left: 7px;
}

nav li.prev i {
    margin-right: 7px;
}

/* Header ------------------- */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px 60px 60px;
    box-sizing: border-box;
    z-index: 100;
}

#page header {
    position: absolute;
}

#homepage header {
    background-color: #fff;
}

#logo {
    width: 360px;
    height: 44px;
    position: relative;
    display: inline-block;
    background-image: url(img/logo_white.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#homepage #logo {
    background-image: url(img/logo_black.png);
}

#menu-container {
    position: relative;
    height: 21px;
    width: 200px;
    bottom: 1px;
    float: right;
    cursor: pointer;
}

#menu-container a {
    color: #fff;
    text-decoration: none;
}

#homepage #menu-container a {
    color: #000;
}

#menu-container a:hover {
    text-decoration: underline;
    color: #a39160 !important;
}

#menu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 19px;
    display: inline-block;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

#menu-container:hover #menu {
    height: 2px;
}

#menu span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
}

#homepage #menu span {
    background-color: #000;
}

#menu span:first-child {
    top: 0;
}

#menu span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu span:last-child {
    bottom: 0;
}

#menu-container ul {
    position: absolute;
    width: 130px;
    right: 10px;
    top: 7px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.2s;
    transition: all 0.3s ease-in 0.2s;
}

#menu-container li {
    position: absolute;
    right: 0;
    width: 100px;
}

#menu-container li,
a.home {
    font-size: 16px;
    font-family: 'Martel Sans', sans-serif;
    text-transform: uppercase;
}

a.home {
    position: relative;
    top: 8px;
    font-size: 14px;
    color: #ccc;
    letter-spacing: 2px;
    text-decoration: none;
}

a.home:hover {
    color: #fff;
}

#menu-container li:last-child {
    right: 50%;
}

#menu-container:hover ul {
    right: 40px;
    width: 200px;
    opacity: 1;
}

#menu-container a:hover,
#menu-container .current-menu-item a {
    text-decoration: none;
    color: #a39160;
}

#page #menu-container a:hover,
#page #menu-container .current-menu-item a {
    color: #7F6E40 !important;
}

/* Homepage -------------------------- */

#panels {
    margin-top: 120px;
}

#panels a {
    text-decoration: none;
}

.panel {
    background-size: cover;
    background-position: center;
    background-color: grey;
    height: 250px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.panel.panel-overlay {
    background-color: #a39160;
}

.panel .overlay {
    background-color: #a39160;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.panel:hover .overlay,
.panel.overlay-show .overlay {
    opacity: 1;
    left: 0;
}

.panel .overlay .overlay-content {
    font-family: 'Lustria', serif;
    font-size: 25px;
    line-height: 145%;
    box-sizing: border-box;
    padding: 40px;
    letter-spacing: 1px;
}

#panels .pure-u-1:not(.pure-u-md-1-2) p {
    max-width: 1050px;
    margin: 0 auto 25px;
}

.align-vertical,
.panel &gt; h2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#testimonials h2 {
    color: #fff;
    margin-bottom: 40px;
}

#panels h2,
#services h2 {
    text-transform: uppercase;
    font-family: 'Martel Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 35px;
    line-height: 150%;
}

.panel .read-more {
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 40px;
    font-family: 'Martel Sans', sans-serif;
    font-size: 20px;
}

#services {
    border-top: 1px solid #BFB18F;
    border-bottom: 1px solid #BFB18F;
    padding: 60px 0 30px;
    margin-bottom: 30px;
}

#services a {
    color: #000;
}

#services a:hover {
    text-decoration: underline;
}

#services h2 {
    color: #a39160;
    margin-bottom: 20px;
}

#services &gt; div {
    box-sizing: border-box;
    padding: 0 25px;
}

#services &gt; div:not(:last-child) {
    border-right: 1px solid #a39160;
}

#services li {
    font-family: 'Lustria', serif;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 145%;
}

#services .services-contact li:not(:last-child),
#services .services-twitter li:not(:last-child) {
    margin-bottom: 30px;
}

#services .services-services li:not(:last-child) {
    margin-bottom: 15px;
}

#services .services-twitter a:not(.follow) {
    text-decoration: underline;
}

#services .light {
    margin-top: 15px;
}

#services .light,
#services .light a {
    color: #a39160;
}

.legal-text {
    margin-top: 90px;
}

.legal-text p {
    font-size: 14px !important;
}

footer {
    font-family: 'Lustria', serif;
    font-size: 10px;
}

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

footer a:hover {
    text-decoration: underline;
}

/* slider dots -------------------- */
.slick-dots {
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:after {
    background: #fff;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-indent: -9999px;
    background: none;
    content: ' ';
}

.slick-dots li.slick-active:after {
    background: #fff;
}

article img {
    max-width: 100%;
}

/* Pure customisation ---------------- */

.pure-g.pure-g-padding {
    margin-left: -7px;
    margin-right: -7px;
}

.pure-g.pure-g-padding.pure-g-padding-large {
    margin-left: -15px;
    margin-right: -15px;
}

.pure-g.pure-g-padding.pure-g-padding-small {
    margin-left: -3px;
    margin-right: -3px;
}

.pure-g.pure-g-padding &gt; div {
    box-sizing: border-box;
    padding: 0 7px;
}

.pure-g.pure-g-padding.pure-g-padding-large &gt; div {
    padding: 0 15px;
}

.pure-g.pure-g-padding.pure-g-padding-small &gt; div {
    padding: 0 3px;
}

.pure-g.pure-g-padding-vertical &gt; div {
    margin-bottom: 14px;
}

.pure-g.pure-g-padding-small.pure-g-padding-vertical &gt; div {
    margin-bottom: 6px;
}

.pure-g.pure-g-padding-large.pure-g-padding-vertical &gt; div:not(:last-of-type) {
    margin-bottom: 30px;
}

.pure-g-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pure-g-flex &gt; [class *= "pure-u"] {
    display: flex;
    flex-direction: column;
}

/* Responsive ------------------------- */
#mobile-menu {
    display: none;
}

.desktop-hide {
    display: none;
}

@media screen and (max-width: 45em) {
    body:not(#homepage) {
        overflow: hidden;
    }

    .desktop-hide {
        display: block;
    }

    #mobile-menu {
        display: block;
        position: fixed;
        background-color: #fff;
        top: -90px;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        z-index: 200;
        padding-top: 40px;
        height: 90px;
        text-align: center;
        -webkit-transition: top 0.2s ease-in-out;
        transition: top 0.2s ease-in-out;
    }

    #mobile-menu-close {
        position: fixed;
        right: 15px;
        width: 15px;
        height: 25px;
        display: none;
        top: 27px;
        z-index: 300;
        border-bottom: 2px solid #000;
    }

    article h1, article h2 {
        font-size: 29px;
    }

    #mobile-menu-close.show {
        display: block;
    }

    #mobile-menu.show {
        top: 0;
    }

    #mobile-menu li {
        display: inline-block;
    }

    #mobile-menu li:not(:last-child) {
        margin-right: 16px;
    }

    #mobile-menu a {
        color: #000;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Martel Sans', sans-serif;
        text-decoration: none;
    }

    #mobile-menu .current_page_item a {
        color: #7f6e40;
    }

    .mobile-hide {
        display: none;
    }

    header {
        padding: 40px 20px 20px;
    }

    #homepage #wrapper {
        padding: 10px;
    }

    #logo {
        width: 210px;
        height: 26px;
    }

    #services {
        padding-top: 20px;
    }

    #services &gt; div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #a39160;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #menu-container {
        width: 100%;
        top: -29px;
        right: -5px;
    }

    #menu-container,
    #menu {
        height: 14px;
    }

    #menu,
    #menu-container {
        width: 15px;
    }

    #menu-container ul {
        display: none;
    }

    #panels {
        margin-top: 90px;
    }

    #panels h2 {
        line-height: 120%;
    }

    #panels .overlay h2 {
        font-size: 27px;
    }

    #services &gt; div {
        padding: 0 5px;
    }

    #page img {
        margin-top: 20px;
        width: 100%;
    }

    .panel {
        padding: 0;
    }

    .panel .overlay .overlay-content {
        padding: 20px;
    }

    .project {
        outline: none;
        position: fixed;
        overflow: hidden;
    }

    #page .project {
        position: absolute;
        height: 100%;
    }

    .project-image-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4)
    }

    .project-container-mobile {
        position: fixed;
        top: 100px;
        height: -moz-calc(100% - 100px);
        height: -webkit-calc(100% - 100px);
        height: calc(100% - 100px);
        overflow-x: scroll;
        -webkit-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in;
    }

    article {
        position: relative;
        bottom: auto;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 10px 30px;
        box-sizing: border-box;
    }

    article p {
        font-size: 17px;
        font-weight: 300;
        line-height: 160%;
    }

    nav {
        display: none;
    }

    .pure-g.pure-g-padding.pure-g-padding-large {
        margin-left: -10px;
        margin-right: -10px;
    }

    #page article {
        margin-top: 0;
        padding: 0 10px 30px;
    }

    #page article p {
        width: 100%;
        padding-right: 0;
    }

    img.alignright {
        position: relative;
        right: auto;
        display: block;
        margin: 0 auto 20px;
    }

    .panel .overlay {
        opacity: 1;
        left: 100%;
    }

    .panel:hover .overlay {
        left: 100%;
    }

    .panel.overlay-show .overlay {
        left: 0;
    }

    .panel .overlay .overlay-content {
        font-size: 14px;
    }

    #pointer {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        color: #fff;
    }

    #pointer &gt; div {
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #pointer img {
        width: 50px;
    }

    #pointer i {
        font-size: 29px;
    }

    #pointer p {
        font-family: 'Martel Sans', sans-serif;
        letter-spacing: 3px;
        margin-top: 20px;
        font-size: 17px;
        text-transform: uppercase;
    }

    #testimonials h2 {
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .slick-dots {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .legal-text {
        margin-top: 20px;
    }

    .size-small {
        font-size: 9px;
        line-height: 12px;
        margin-top: 20px;

    }
}
@media only screen and (max-device-width: 1130px) {
    #testimonials h2 {
        margin-bottom: 20px;
    }
    #testimonials .size-small {
        margin-top: 20px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #testimonials h2 {
        margin-bottom: 0;
    }

    .slick-dots {
        margin-top: 5px;
    }

    .size-small {
        margin-top: 10px !important;
    }

    header {
        padding: 40px 40px 60px;
    }

    #logo {
        width: 275px;
        height: 34px;
    }

    #menu-container:hover ul {
        width: 160px;
    }

    #menu-container li {
        width: 80px;
        top: -3px;
    }

    #menu-container li:last-child {
        text-align: center;
    }

    .panel .overlay .overlay-content {
        font-family: 'Lustria', serif;
        font-size: 19px;
        line-height: 145%;
        box-sizing: border-box;
        padding: 40px;
        letter-spacing: 1px;
    }

    .size-small {
        font-size: 10px;
        line-height: 12px;
        margin-top: 10px;
    }

    .slick-dots {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    #testimonials h2 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    a.home {
        position: relative;
        top: 0px;
        font-size: 14px;
        color: #ccc;
        letter-spacing: 2px;
        text-decoration: none;
    }

    #testimonials p:not(.size-small) {
        line-height: 25px;
        font-size: 17px;
    }

    #testimonials .overlay-content {
        padding: 20px;
    }
}</pre></body></html>