<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: The Holiday Tracker Blog V2
Theme URI: http://blog.theholidaytracker.co.uk/
Description: The Holiday Tracker WordPress theme
Version: 2
Author: Anthony Burns
Author URI: http://www.burnsdevelopment.co.uk
*/



body {
    margin: 0;
    font-family: 'Heebo', sans-serif;
}

/* Header */

div.header {
    background-color: #cf1f1f;
}

div.header div.navbar {
    margin: 0 auto;
    width: 1170px; /* ???? */
    padding-top: 6px;
    padding-bottom: 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    height: 45px
}
div.header li.logo a {
    padding: 0;
}

div.header li.logo img {
    margin-top: 5px;
    margin-right: 50px;
}

div.header ul {
    float: left;
    margin: 0 0 0 0;
    list-style: none;
    padding-left: 0;
}

div.header li {
    float: left;
    position: relative;
    display: block;
    padding-left: 0;
}

div.header li.with-button {
    margin-top: 4px;
}

div.header li a {
    color: #fff;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    font-size: 16px;
}

div.header.white li a {
    color: #333;
}

div.header ul.nav-menu-expand {
    display: none;
}

div.header a.btn.btn-small {
    margin-right: 0px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.icon-bar {
    background-color: #fff;
    margin-top: 4px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

@media (max-width: 1190px) {
    div.header div.navbar {
        width: 970px;
    }

    div.header li.with-button {
        margin-top: 6px;
    }

    div.header li a {
        line-height: 20px;
        padding: 14px 10px;
        font-size: 15px;
    }
}

@media (max-width: 990px) {
    div.header div.navbar {
        width: 750px;
    }

    div.header li a {
        line-height: 20px;
        padding: 14px 10px;
        font-size: 15px;
    }

    ul#login-items {
        display: none;
    }
}

@media (max-width: 770px) {
    div.header div.navbar {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: inherit;
    }

    div.header div.navbar ul li.logo {
        margin-top: 3px;
    }

    div.header div.navbar div.navbar-collapse ul {
        float: none;
        clear: both;
    }

    div.header div.navbar div.navbar-collapse ul li {
        float: none;
        overflow-x: hidden;
    }

    div.header div.navbar div.navbar-collapse.collapsed {
        max-height: 0;
        transition: max-height 0.15s ease-out;
    }

    div.header div.navbar div.navbar-collapse {
        max-height: 500px;
        transition: max-height 0.25s ease-in;
        overflow: hidden;
        clear: both;
    }

    div.header ul.nav-menu-expand {
        display: block;
    }
}

/* Section1-Internal */

div.section1-internal div.container {
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: center;
}

div.section1-internal h1 {
    font-size: 70px;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    color: white;
    line-height: 75px;
    margin-bottom: 0;
}
div.section1-internal div.container h1 a {
	color: #fff;
	text-decoration: none;
}
div.section1-internal div.container h1 a:hover {
	text-decoration: underline;
}
div.section1-internal p {
    margin-top: 10px;
}

div.section.internal {
    padding-top: 0;
}

div.section.internal div.container {
    padding-top: 0;
    padding-bottom: 15px;
}

@media (max-width: 770px) {
    div.section.internal div.col-50 {
        width: 100%;
    }
}

div.contact-left {
    padding-top: 40px;
}
div.contact-right {
    padding: 60px 60px 0 60px;
    box-sizing: border-box;
}
div.free-trial-left {
    padding-top: 85px;
}
div.free-trial-right {
    padding: 60px 60px 0 60px;
    box-sizing: border-box;
}

@media (max-width: 770px) {
    div.free-trial-right,
    div .contact-right {
        padding: 40px 5px;
    }
}

/* Footer */

div.footer {
    background-color: #222;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

div.footer a {
    color: #fff;
}

div.footer p {
    margin: 5px 0;
}

div.footer p.header {
    font-size: 30px;
    margin-bottom: 0;
}

div.footer p.social-links {
    float: right;
}

div.footer p.copyright {
    color: #999;
}

div.footer p.address span {
    display: inline-block;
    width: 25px;
}

@media (max-width: 1190px) {
}

@media (max-width: 990px) {
    div.footer div.col-25 {
        width: 33%;
    }

    div.footer div.col-25.contact {
        margin-top: 30px;
        margin-bottom: 30px;
        clear: both;
        width: 100%;
    }

    div.footer p.address br {
        display: none;
    }

    div.footer p.address span {
        width: auto;
    }

    div.footer p.address span:before {
        content: ',';
    }
}

@media (max-width: 770px) {
    div.footer div.col-25 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    div.footer p.address br {
        display: inline;
    }

    div.footer p.address span {
        width: 25px;
    }

    div.footer p.address span:before {
        content: none;
    }
}


/* Trial Section */

div.trial-section {
    background-color: #cf1f1f;
    color: #fff;
    padding: 40px 0 50px 0;
}
div#request-form-container {
    display: none;
}
.lity div#request-form-container {
    display: block;
}

.lity div.trial-section {
    padding: 40px 40px 50px 80px;
}

div.trial-section div.container h2 {
    text-align: left;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 30px;
}

.trial-section .form-group {
    text-align: left;
    margin-bottom: 15px;
}

.trial-section label {
    display: inline-block;
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

textarea.form-control {
    height: auto;
}

.trial-section .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.trial-section .checkbox label {
    font-weight: 100;
}

.trial-section .setup-message {
    display: none;
}

.trial-section .disclaimer {
    font-size: 12px;
    text-align: left;
}

div.trial-section div.bullets {
    padding: 85px 60px 0 60px;
    box-sizing: border-box;
}

div.trial-section div.bullets p {
    font-weight: 800;
}

div.trial-section div.bullets p span {
    font-weight: 100;
    display: inline-block;
    padding-left: 35px;
}

@media (max-width: 1190px) {
    div.trial-section div.container h2 {
        font-size: 52px;
    }

    div.trial-section div.bullets {
        padding-top: 60px;
    }
}

@media (max-width: 990px) {
    div.trial-section div.container h2 {
        font-size: 38px;
    }

    div.trial-section div.bullets {
        padding-top: 60px;
        padding-right: 0;
    }
}

@media (max-width: 770px) {
    .lity div.trial-section {
        padding: 40px 10px;
    }

    div.trial-section div.container h2 {
        margin-top: 20px;
    }

    div.trial-section div.col-50 {
        width: 100%;
    }

    div.trial-section div.bullets {
        display: none;
    }
}

/* Login */

#login-form {
    display: none;
    width: 600px;
}

#login-form h2 {
    margin-top: 0;
    background-color: #cf1f1f;
    color: #fff;
    padding: 20px 40px;
    font-size: 48px;
    margin: 0;
}

div#login-form div.login-box {
    background-color: #ddd;
    padding: 20px 40px 40px 40px;
}

div#login-form div.login-box p.label {
    margin-bottom: 10px;
}

div#login-form div.login-box .input-group {
    width: 100%;
}

div#login-form div.login-box a {
    color: #cf1f1f;
    font-weight: 700;
}

.lity #login-form {
    display: block;
}

@media (max-width: 770px) {
    #login-form {
        width: 100%;
    }
}

/* Containers */

div.container {
    margin: 0 auto;
    width: 1170px;
}

div.container h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 42px;
    text-align: center;
    margin-top: 40px;
}

div.container p,
div.container ul,
div.container ol {
    font-size: 20px;
    font-weight: 400;
}

div.container:before {
    display: table;
    content: " ";
}

div.container:after {
    clear: both;
    display: table;
    content: " ";
}

div.col-25 {
    width: 25%;
    float: left;
}

div.col-33 {
    width: 33.3%;
    float: left;
}

div.col-50 {
    width: 50%;
    float: left;
}

div.col-75 {
    width: 75%;
    float: left;
}

@media (max-width: 1190px) {
    div.container {
        width: 970px;
    }
}

@media (max-width: 990px) {
    div.container {
        width: 750px;
    }
}

@media (max-width: 770px) {
    div.container {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
	
	div.col-25 {
    width: 100%;
    float: none;
}

div.col-33 {
    width: 100%;
    float: none;
}

div.col-50 {
    width: 100%;
    float: none;
}

div.col-75 {
    width: 100%;
    float: none;
}

}

/* Section Red */

div.section-red {
    background-color: #cf1f1f;
    color: #fff;
}

div.section-red div.container p a {
    color: white;
    font-weight: 600;
}

div.section-white {
    background-color: #fff;
    color: #333;
}

div.section-white div.container li a,
div.section-white div.container p a {
    color: #cf1f1f;
    font-weight: 600;
    text-decoration-color: #f6cbcb;
}

div.section-light-grey {
    background-color: #ddd;
    color: #333;
}

div.section-light-grey div.container a {
    color: #cf1f1f;
}

/* Buttons */

.btn {
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    border-style: hidden;
    cursor: pointer;
}

.btn.btn-small {
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.btn.btn-medium {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
}

.btn.btn-large {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 700;
}

.btn.btn-white {
    background-color: #ffffff;
    color: #cf1f1f !important;
}

.btn.btn-white.outline {
    border: solid 2px #cf1f1f;
}

.btn.btn-blue {
    background-color: #167acd;
    color: #fff !important;
}

.btn.btn-red {
    background-color: #cf1f1f;
    color: #fff !important;
}

.btn.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 990px) {
    a.btn.btn-small {
        padding: 8px 16px !important;
        border-radius: 10px;
        font-size: 14px;
        margin-top: 6px;
    }
}


/* General Classes */

.float-right {
    float: right !important;
}

.clear-float {
    clear: both;
}

.validation-error {
    background-color: #f00;
    color: #fff;
    padding: 3px 6px;
    font-weight: 500;
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}


}







blockquote {
	border-color: #333;
}

.img-responsive img {
	height: auto;
}

/* Shared Elements */

.clear-float {
    clear: both;
}

p.last {
    margin-bottom: 20px;
}



/* Blog */

div.blog-content p,
div.blog-content ul,
div.blog-content ol {
    font-size: 20px;
	line-height: 32px;
}

div.side-panel a {
    color: #cf1f1f;
}
div.blog-content a {
    color: #cf1f1f;
}

div.blog-content h2 {
	text-align: left;
    font-weight: 600;
}

div.section-content h3 {
    font-weight: 600;
    margin: 25px 0 0 0;
    font-size: 22px;
}
div.blog-content {
    padding: 0px;
}
div.section1 div.blog-content p {
    text-align: left;
}
div.section1 div.blog-content p.img {
    margin: 0;
    text-align: right;
    font-size: 14px;
}
div.blog-content h2 {
	margin: 30px 0 20px 0;
	font-weight: 600;
}

div.blog-content nav.navigation.post-navigation h2.screen-reader-text {
    display: none;
}
div.blog-content div.comment-respond {
    display: none;
    background-color: #f8f8f8;
    margin: 0 -20px -20px -20px;
    padding: 10px 20px 20px 20px;
    border-radius: 0 0 4px 4px;
}
div.blog-content div.comment-respond h3 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 21px
}
div.blog-content div.comment-respond label {
    font-size: 14px;
}
div.blog-content div.comment-respond input,
div.blog-content textarea#comment {
    width: 100%;
}
div.blog-content div.comment-respond p.form-submit input {
    width: auto;
}

div.col-75 {
	padding-right: 20px;
    box-sizing: border-box;
}
figure.wp-block-image {
	margin: 0;
}
.img-responsive,
figure.wp-block-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

div.comments-area ol {
    padding-left: 0;
    list-style: none;
    border-top: solid 1px #ddd;
    margin: 0 -20px;
}
div.comments-area li.comment {
    background-color: #f8f8f8;
    border-bottom: solid 1px #ddd;
    padding: 10px 20px;
}
div.comments-area li.comment p {
    margin: 10px 0;
}
div.comments-area h2.comments-title {
    font-weight: 700;
    font-size: 21px;
    margin: 15px 0 5px 0;
}
div.comments-area div.comment-body div.comment-author {
    font-size: 19px;
    font-weight: 600;
}
div.comments-area div.comment-body div.comment-author cite {
    font-style: normal;
}
div.comments-area div.comment-body div.comment-author span.says {
    display: none;
}

div.comments-area div.comment-body div.comment-meta {
    font-size: 12px;
}
div.comments-area div.comment-body div.comment-meta a {
    color: #333;
}
div.comments-area div.comment-body div.comment-meta a.comment-edit-link {
    color: #f8f8f8;
}
div.comments-area div.comment-body div.reply {
    font-size: 12px;
    font-weight: 600;
}

div.orange-box {
    background-color: #ee5b21;
    border-radius: 5px;
    margin: 20px auto;
    color: #fff;
    padding: 20px;
}
div.orange-box h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
}
div.orange-box p {
    text-align: left;
    margin: 10px 0;
}

form#searchform div {
    margin-right: 80px;
    margin-bottom: 10px;
}
form#searchform div label {
    display: none;
}
form#searchform div input#s {
    width: 100%;
    height: 30px;
    -webkit-border-radius: 0;
}
form#searchform div input#searchsubmit {
    margin-right: -80px;
    width: 80px;
    height: 30px;
    float: right;
    margin-top: -30px;
    margin-left: 1px;
    -webkit-border-radius: 0;
}

div#widget-area ul {
    list-style: none;
    padding: 0;
}
div#widget-area ul li {
    border-bottom: 1px solid #ccc;
    padding: 4px 0px;
    font-size: 16px;
}
div#widget-area ul li a {
}

.linklist .widget-header {
    margin-bottom: 0;
}

div#widget-area h3 {
    padding-top: 5px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4%;
    font-weight: 700; font-size: 21px
}
div#widget-area h3.search {
    border: none;
}

.post-item-list h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

span.lbl-CommentsDisabled {
    display: none;
}

#PostPager .PagerLinkCurrent {
    background-color: #ccc;
    color: #fff;
    padding: 2px 5px;
    border: 1px solid #ccc;
}

span.post-date {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0;
    margin: 10px;
}





div.share-buttons {
    width: 32px;
    margin-left: -60px;
}
div.share-buttons.fixed {
    position: fixed;
    top: 8px;
}
div.share-buttons.left {
    position: absolute;
    margin-top: -13px;
}
div.share-buttons.horiz {
    position: relative;
    text-align: center;
    margin: -10px 0 10px 0;
    width: 100%;
}
div.share-buttons.bottom {
    position: relative;
    text-align: center;
    margin: 10px 0 10px 0;
    width: 100%;
}

div.share-buttons p {
    font-size: 10px;
    margin: 0;
    text-align: center;
}
div.share-buttons.bottom p,
div.share-buttons.horiz p {
    display: none;
}


img.aligncenter {
    margin: 0 auto;
}

@media (max-width: 767px) {
    div.col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }
}

div.blog-list h2 {
    margin: 0 auto;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
}
div.blog-list h2 a {
	text-decoration: none;
}
div.blog-list h2 a:hover {
	text-decoration: underline;
}


button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
	box-sizing: border-box;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

div.nav-links {
	font-size: 20px;
	min-height: 40px;
}
div.nav-links .nav-previous {
	float: left;
}
div.nav-links .nav-next {
	float: right;
}
div.nav-links a {
	text-decoration: none;
}
div.nav-links a:hover {
	text-decoration: underline;
}


/* CTAs */


div.simple-cta {
    background-color: #cf1f1f;
    padding: 30px 30px;
    border-radius: 10px;
    color: #fff;
}
div.simple-cta a {
	color: #fff !important;
    background-color: #167acd;
    text-decoration: none;
    display: block;
    float: right;
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    border-radius: 6px;
}
div.simple-cta p {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
}

@media (max-width: 990px) {

div.simple-cta {
    position: relative;
}
div.simple-cta a {
    position: absolute;
    float: none;
    bottom: 20px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    text-align: center;
    box-sizing: border-box;
}
div.simple-cta p {
    text-align: center;
    margin: 0 0 60px 0;
}
}

div.side-panel-cta {
	margin: 20px 0;
    background-color: #cf1f1f;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}
div.side-panel-cta p {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin: 10px 0;
}
div.side-panel-cta img {
    width: 100% !important;
}
div.side-panel-cta a {
    color: #fff !important;
    background-color: #167acd;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    text-align: center;
    margin: 20px 0 10px 0;
}
</pre></body></html>