/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
strong{ font-weight: 700; }
em{ font-style: italic; }




/* Base Input & Textarea Styles */
input, textarea {
    border: 0;
    padding: 0.5em;
    font-size: 1em;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0.5em;
    box-shadow: none;
    color: #000;
    font-weight: 300;
 
    border: 2px solid #fff;
    box-sizing: border-box; 
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #757575;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #757575;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #757575;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #757575;
}

input:focus, textarea:focus {
    outline: 0;
    border: 2px solid #757575;
}

input[type=text], textarea[type=text] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    color: #FF523D;
}

input[type=submit].button {
    background: #757575;
}

input[type=submit].button:hover {
    background: #000;
}

/* Checkbox Styles */
input[type=checkbox] {
    width: auto;
    display: none;
}

input[type=checkbox] + span {
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    margin-right: 15px;
}

input[type=checkbox] + span:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: -0.3em;
    font: normal normal normal 14px/1 FontAwesome;
    border: 1px solid #000;
    text-align: center;
    line-height: 1em;
    font-size: 1.78em;
    cursor: pointer;
}

input[type=checkbox]:checked + span:before {
    content: "\f00c";
    background: #000;
    color: #000;
}


input[type=radio] {
    width: auto;
    vertical-align: middle;
 
    display: none; 
}

input[type=radio] + span {
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    display: inline-block; 
}

input[type=radio] + span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #979797;
    text-align: center;
    line-height: 1.5;
    font-size: 1em;
    cursor: pointer;
    border-radius: 50%; 
}

input[type=radio]:checked + span:before {
    background: #757575;
    border-color: #757575; 
}

/* Dropdown Styles */
.dropdown {
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;  
    cursor: pointer;
    margin-bottom: 0.5em;
    width: 100%;
    display: block;
    color: #000;
    background: #fff;
    border-radius: 4px;  
}

.dropdown select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    color: #000;  
    border: none;
    padding: 0.65em 2.5em 0.65em 0.75em;  
    line-height: 1.5;
    position: relative;
    z-index: 2;
    display: block;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;

}
.quote-form .dropdown select {
	padding: 0.65em 2.5em 0.65em 0.75em;  
}
.dropdown select:focus {
    outline: 0;
}


.dropdown:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2.5em;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
}


.dropdown:before {
    content: "";
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #475C73;
    z-index: 3;
    pointer-events: none;
}

/* Input Wrapper Styles */
.input-wrap {
    position: relative;
}

.input-wrap .datepicker {
    border-radius: 0;
}

.input-wrap .datepicker:after {
    position: absolute;
    width: 1.5em;
    height: 2em;
    content: "";
    right: 1.5em;
    top: 0.9em;
    background-image: url(../images/calendar.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Form Validation */
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    color: #FF523D;
}

div.wpcf7 {
    max-width: 50em;
}

div.wpcf7-response-output:before {
    content: "";
    position: absolute;
    display: block;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 16px 12.5px;
    border-color: transparent transparent #000 transparent;
}

.wpcf7-not-valid-tip {
    margin-top: -1em;
}

div.wpcf7-response-output {
    margin: 1em 0 0 0;
    border: 0;
    clear: both;
    color: #fff;
    padding: 1em;
    background: #000;
    font-size: 1.4em;
    position: relative;
    text-align: center;
}

/* Quote Form Styles */
.quote-form {
    position: relative;
    background: #0b324e;
    padding: 35px;
    margin: 2em 0;
    text-align: left;
}
.quote-form a {
	    color: #f7ba43;
}
.quote-form a:hover {
	 text-decoration: underline;
}
@media (max-width: 48em) {
    .quote-form {
        float: none;
        width: 100%;
    }
}

.quote-form .quote-form-title {
    position: relative;
    margin-bottom: 1em;
}

.quote-form .quote-form-title h3 {
    margin-bottom: 0;
    color: #fff;

    line-height: 1.2;
    font-size: 30px;
}

.quote-form .quote-form-title h3 strong {
    text-transform: uppercase;
}

.quote-form .quote-form-title h3 span {
    text-transform: lowercase;
    color: #7A92AB;
    display: block;
    font-size: 18px;
}

.quote-form button {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    border: none;
    padding: 0.75em 1em; 
    background: #fdd53e; 
    color: #0b324e; 
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease; 
}

.quote-form button:hover {

    color: #fff;
}

.quote-form button.hidden {
    display: none;
}

.quote-form .form-message {
	margin: 0;
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 14px;
    font-weight: bold;

}


/* Quote Row Styles  */
.quote-form .quote-row {
    margin-bottom: 0.5em;
    clear: both; 
    overflow: hidden; 
}

.quote-form .quote-row .quote-label {
    float: left;
    width: 33%;
    color: #fff;
    font-size: 0.875em;
    padding-top: 0.5em;
    box-sizing: border-box; 
}

@media (max-width: 48em) {
    .quote-form .quote-row .quote-label {
        width: 100%;
        float: none;
        padding-top: 0.25em; 
    }
}

.quote-form .quote-row .quote-input {
    float: left;
    width: 66%;
    box-sizing: border-box; 
}

@media (max-width: 48em) {
    .quote-form .quote-row .quote-input {
        width: 100%;
        float: none;
    }
}

.quote-form .quote-row .quote-input input, 
.quote-form .quote-row .quote-input .dropdown {
    margin: 0;
}

/* Radio Button Container  */
.quote-form .radios {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 0.2em;
    overflow: hidden; 
}

.quote-form .radios label {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    padding: 0.5em; 
    margin: 0; 
    box-sizing: border-box; 
    transition: background 0.2s ease; 
}

.quote-form .radios label:hover {
    background: #f0f0f0; 
}

.quote-form .radios label em {
    position: relative;
    z-index: 1;
    font-style: normal; 
}

.quote-form .radios input[type=radio] {
    position: absolute; 
    opacity: 0;
}

.quote-form .radios input[type=radio] + span {
    padding: 0;
    position: static;
}

.quote-form .radios input[type=radio] + span:before {
    display: none; 
}

.quote-form .radios input[type=radio]:checked + span {
    background: #757575; 
    color: #fff;
    display: block;
    padding: 0.5em;
    margin: -0.5em;
}

.quote-form .radios .wpcf7-list-item {
    width: 50%;
    float: left;
    margin: 0;
    text-align: center;
}

/* reCAPTCHA Container  */
.g-recaptcha {
    margin: 1em 0; 
    transform-origin: 0 0; 
}


@media (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}

/* Honeypot Email Field  */
.honeypot-email {
    display: none !important; 
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

/* Contact Info Styles */
.contact-info {
    display: inline-block;
}

.contact-info h3 {
    color: #627387;
    font-size: 30px;
    margin-bottom: 1em;
}

.contact-info p {
    position: relative;
    margin-bottom: 0.6em;
}

.contact-info p i {
    float: left;
    margin-right: 15px;
    font-size: 25px;
    margin-top: 0px;
    color: #fdd53e;
}

.contact-info strong {
    color: #627387;
}

.contact-info a {
    color: #627387;
    font-weight: bold;
    position: relative;
}

.contact-info a span {
    width: 25px;
    height: 21px;
    float: left;
    margin-right: 15px;
    color: #fdd53e;
}

/* Penmans Logo */
img.penmans-logo {
    margin: 0 auto;
    display: block; 
}

/* Mini Callout */
.mini-callout {
    background: #C7D8E6;
    padding: 1em;
    border-radius: 8px;
    margin: 2em auto;
}

.mini-callout p {
    padding-left: 3em;
    margin-bottom: 1em;
}

.mini-callout p i {
    font-size: 25px;
    margin-right: 0.7em;
}

.mini-callout span {
    margin: 0 0 0 0.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.mini-callout span a {
    color: #798798;
}

.mini-callout span a:hover {
    color: #a8bdd8;
}

/* CTA Button */
.cta-btn {
    text-align: center;
    width: 100%;
}

.cta-btn:hover {
    background: #0b324e;
}

/* Column Layout */
.col-3 {
    float: left;
    width: 33.3%;
    box-sizing: border-box; 
}

/* Office Details */
.offices-details {
    padding: 20px;
    border-right: solid 7px #798798;
    background: #0b324e;
    text-align: center;
}

.offices-details h3, 
.offices-details p, 
.offices-details a {
    color: #fff;
}


/* Quote Intro Wrapper */
.quote-intro-wrapper {
    display: flex;
    height: auto;
    margin-bottom: 3%;
    flex-direction: column;
    width: 100%;
}

.quote-image, 
.quote-intro {
    width: 100%;
}

.quote-image {
    height: 600px;
   

}

.quote-intro {
    background: #0b324e;
    padding: 20px 20px 20px 40px;
}

.quote-result h2, 
.quote-intro-wrapper .quote-intro h2 {
    color: #fff;
    font-size: 37px;
}

.quote-result form a.button {
    display: inline-block;
    width: 67.5%;
    text-align: center;
    color: #0b324e;
}
.quote-result form a.button:hover, .quote-result button:hover, .quote-result a.button  {
	color: #fff;
}
.quote-result h3 {
	font-size: 24px;
}
/* Table Styles */
tbody tr:first-of-type, 
tbody:last-of-type tr:nth-child(odd) {
    background: #e6e6e6;
    text-transform: uppercase;
    width: 100%;
}

table tr:last-of-type {
    background: #fdd53e;
    color: #000;
}

table:last-of-type tr:first-child {
    background: #f7ba43;
    color: #fff;
}

/* Pulse Button Animation */
.pulse-button {
    background: #fdd53e !important;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(253, 213, 62, 0.5);
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    animation: none;
    -webkit-animation: none;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(90, 153, 212, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(90, 153, 212, 0);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

/* Mobile Responsive Styles  */
@media (max-width: 48em) {
    .left-col, 
    .right-col {
        width: 100%;
        float: none;
        display: block;
    }
    
    header {
        height: auto;
    }
    
    header .title h1 {
        font-size: 20px;
    }
    
    .content-wrapper .content .sub-title {
        font-size: 24px;
    }
    
    .contact-info {
        margin: 1em 0 3em 0;
    }
    
    /*  Better mobile form layout */
    .quote-form {
        padding: 0.75em;
    }
    
    .quote-form .quote-form-title h3 {
        font-size: 24px;
        padding-left: 0.5em;
    }
    
    .quote-form .quote-form-title h3 span {
        font-size: 16px;
    }
    
    .col-3 {
        width: 100%;
        float: none;
    }
}

/* HMRC Block */
.hmrc-block p {
    margin: 1em 0;
}

/* Error Page */
.errorpage {
    padding: 8em 25% 0 25%;
    text-align: center;
}

.section .asasd {
    color: #fff;
}

/* Quote Result Styles */
.quote-result h5 {
    margin-top: 1em;
}

.quote-result input, 
.quote-result textarea {
    border: 2px solid #000;
}

.quote-result input:focus, 
.quote-result textarea:focus {
    border: 2px solid #757575;
}

.quote-result input[name=purchfreelease] {
    display: inline-block;
    -webkit-appearance: initial;
    margin: 0 10px 0 10px;
    vertical-align: middle;
}

.quote-result input[name=purchfreelease]:checked {
    background: #fdd53e;
}

.quote-result input[name=purchfreelease]:hover {
    cursor: pointer;
}

/* Print Styles */
@media print {
    .quote-intro {
        padding: 0;
    }
    
    table tr td {
        padding: 0;
    }
    
    .quote-result h1 {
        margin: 0;
    }
    
    .quote-intro-wrapper {
        margin: 0;
    }
    
    .quote-intro-wrapper h3 {
        font-size: 1.2em;
    }
    
    .g-recaptcha {
        display: none; 
    }
}

/* Clearfix Utility  */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}



