/*!
Theme Name: The Ivory Fox
Theme URI: https://theivoryfox.co.uk/
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for The Ivory Fox by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

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, textarea {
	font-family: 'Commissioner', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
    margin: 0;
    background: #FDFCF5;
    background: var(--light);
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #414141;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--light: #FDFCF5;
	--gold: #9C8A67;
	--dark: #414141;
	--accent: #B5AE93;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.header-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-branding img {
    max-width: 220px;
    width: 100%;
    height: auto;
}

header#masthead {
    padding: 15px 0;
}

/*******************************
================================
HERO
================================
*******************************/

.row.align-center {
    align-items: center;
}

section.hero {
    padding: 50px 0;
}

.hero-box {
    background: var(--gold);
    border-radius: 20px;
}

.hero-box img {
    display: block;
    border-radius: 0 0 20px 20px;
}

.hero-box .text-box {
    padding: 40px;
}

h1 {
    font-size: 30px;
    font-weight: 500;
}

.text-box h1 {
    margin: 0 0 20px;
}

.main-btn a {
    color: #fff;
    border: solid 1px var(--gold);
    background: var(--gold);
    padding: 6px 20px;
    margin-top: 20px;
    border-radius: 6px;
}

.main-btn.light a {
    color: #fff;
    border: solid 1px #fff;
	background: transperant;
}

.main-btn a:hover, .main-btn.light a:hover {
    background: #7e6f52;
    border-color: #7e6f52;
}

.main-btn {
    margin-top: 25px;
}

/*******************************
================================
ABOUT US
================================
*******************************/

section.about-us {
    padding: 50px 0;
}

h3.dark {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
    color: var(--gold);
}

h2 {
    color: #414141;
    font-weight: 400;
    font-size: 30px;
}

.text-box h2 {
    margin: 0 0 20px;
}

.stats-box {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.1);
    width: 100%;
}

.stats-box-inner {
    padding: 30px;
}

.stats-row {
    display: block;
}

.stats-row span {
    display: block;
}

span.gold {
    color: var(--gold);
    font-size: 25px;
    margin: 0 0 10px;
}

h4 {
    font-size: 25px;
    margin: 0 0 20px;
    color: #414141;
    font-weight: 400;	
}



/*******************************
================================
SERVICES
================================
*******************************/

section.services {
    padding: 50px 0;
}

.mid-title {
    text-align: center;
    margin: 0 0 50px;
}

.ssb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ssb-image {
    width: 35%;
}

.ssb-text {
    width: 85%;
    margin: 5%;
}

.single-service {
    margin: 15px;
}

.ssb-inner {
    border: solid 2px var(--gold);
    border-radius: 10px;
}

.ssb-image {
    width: 100%;
    margin-top: 20px;
}

.ssb-image img {
    border-radius: 0 0 8px 8px;
    display: block;
}

.ssb-text h3 {
    font-size: 20px;
    font-weight: 300;
    color: var(--gold);
}

.ssb-text p {
    font-size: 15px;
    line-height: 1.2;
}


/*******************************
================================
HOW IT WORKS
================================
*******************************/

section.how-it-works {
    padding: 50px 0;
}

.overlay-box {
    position: relative;
}

.white-box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.1);
    width: 90%;
    padding: 20px;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.img-bg img {
    width: calc(100% - 30px);
}

.white-box h3 {
    color: #414141;
    font-size: 20px;
    font-weight: 300;
}

.white-box p {
    font-size: 16px;
}

.single-feature {
    margin: 20px 0;
}

.single-feature h3 {
    color: var(--gold);
    font-weight: 400;
}


/*******************************
================================
TESTIMONIALS
================================
*******************************/

.testimonials-box {
    background: #E9E8D6;
    border-radius: 20px;
    padding: 40px;
}

section.testimonials {
    padding: 50px 0;
}

.testimonial-inner {
    background: var(--gold);
    padding: 30px;
    border-radius: 20px;
}

.testimonial-box {
    width: 100%;
}

.testimonial-inner h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

.testimonial-inner p {
    color: #fff;
}

ul.glide__slides li:nth-child(odd) .testimonial-inner {
    background: var(--dark);
}

.glide__arrows {
    text-align: right;
}

button.glide__arrow {
    background: transparent;
    border: solid 1px var(--gold);
    color: var(--gold);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-left: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

button.glide__arrow:hover {
    background: var(--gold);
    color: #fff;
	cursor: pointer;
}


.testimonials-box .text-box p {
    font-size: 15px;
}

/*******************************
================================
CONTACT US
================================
*******************************/

section.contact-us {
    background-image: url(/wp-content/uploads/2024/03/placeholder-modern-house.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    margin-top: 50px;
}

.form-box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.1);
}

.form-inner {
    padding: 30px;
}

h2.gold {
    color: var(--gold);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--gold);
    color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #7e6f52;
    cursor: pointer;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.form-field-opt {
    width: 50%;
}

.form-field-opt input {
    margin: 0 0 15px;
    width: 90%;
    height: 25px;
    border-radius: 3px;
    border: solid 1px var(--gold);
    color: #101010;
}

.form-field-opt label {
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

.form-text {
    width: 100%;
    display: block;
}

.form-text textarea {
    width: 95%;
    border-radius: 3px;
    border: solid 1px var(--gold);
    color: #101010;
}

.form-text label {
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

select.wpcf7-form-control.wpcf7-select {
    margin: 0 0 15px;
    width: 93%;
    height: 29px;
    border-radius: 3px;
    border: solid 1px var(--gold);
    color: #101010;
}

/*******************************
================================
FOOTER
================================
*******************************/

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

.footer-logo img {
    max-width: 350px;
    height: auto;
}

.footer-logo {
    margin: 50px 0;
}

footer {
    padding: 50px 0;
}

ul.contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.contact li {
    padding: 10px 0;
}

ul.contact a {
    color: #414141;
    font-size: 20px;
}

ul.social-list {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.social-list li {
    padding: 0 15px;
}

ul.social-list a {
    color: var(--gold);
    font-size: 35px;
}

.copyrights {
    background: var(--gold);
    text-align: center;
    padding: 10px 0;
}

.copyrights p {
    color: #fff;
}

.copyrights a {
    color: #fff;
    text-decoration: underline;
}

ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul#primary-menu li {
    padding: 5px 0;
}

ul#primary-menu a {
    color: #414141;
    font-weight: 400;
}

div#menu-nav {
    width: 100%;
    margin-top: 20px;
    border-bottom: solid 1px var(--gold);
    background-color: rgba(0,0,0,0.01);
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: .5s;
}


.mobile-nav a {
    color: var(--gold);
    font-size: 30px;
}

.mobile-nav a {
    color: var(--gold);
    font-size: 30px;
}

div#menu-nav.active {
    max-height: 5000px;
    padding: 30px 0;
}

/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){

    .testimonials-box {
        padding: 50px;
    }
    h1 {
        font-size: 40px;
        font-weight: 500;
    }
    .ssb-text {
        width: 50%;
        margin: 5%;
    }

    .ssb-image img {
        border-radius: 0 8px 8px 0;
        display: block;
    }
    .ssb-image {
        width: 35%;
        margin: 0 0 0 30px;
    }
/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 992px){
    div#menu-nav {
        max-height: 200px;
        width: auto;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
    }
    .mobile-nav {
        display: none;
    }
    nav#site-navigation ul#primary-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }
    
    nav#site-navigation ul#primary-menu li {
        padding: 0 10px;
    }
    
    nav#site-navigation ul#primary-menu li a {
        color: #414141;
        font-weight: 400;
    }
    
    nav#site-navigation ul#primary-menu li a:hover {
        color: #7e6f52;
    }
    
    nav#site-navigation ul#primary-menu li:last-child {
        padding-right: 0;
    }
    
    nav#site-navigation ul#primary-menu li:last-child a {
        background: var(--gold);
        color: #fff;
        padding: 6px 20px;
        border-radius: 8px;
        display: block;
    }
    
    nav#site-navigation ul#primary-menu li:last-child a:hover {
        background: #7e6f52;
        color: #fff;
    }    
}

@media (min-width: 1024px){
    .ssb-text {
        width: 50%;
        margin: 2%;
    }
    .ssb-image {
        width: 35%;
        margin: 0 0 0 30px;
    }	
/* global */

.hero-box img {
    border-radius: 0 20px 20px 0;
}

.hero-box .text-box {
    padding: 40px 0 40px 40px;
}

.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}






















