/*
Theme Name: WildPathCreative
Theme URI: https://www.wildpathcreative.co.uk/
Author: HSweet
Version: 1.0
*/

/*----------------- GENERAL LAYOUT -----------------*/

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #ede3dd;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
}
.page-container {
margin: 0 auto;
padding: 50px;
color: #333;
font-size: 14px;
line-height: 1.9;
font-weight: normal;
}

.page-title {
  width: 50%;
  padding-bottom: 20px;
}

/*----------------- TYPOGRAPHY -----------------*/

span, p, label {
  font-size: 14.5px;
  font-family: "Overpass Mono", monospace;
  line-height: 2;
  letter-spacing: .05px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h1 a {
  font-size: 3.5em;
  line-height: 1.2em;
  font-family: "Baskervville", serif;
  font-weight: 600;
  font-style: italic;
}

h2, h2 a {
  font-family: "Baskervville", serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
  font-style: italic;
}
h3, h3 a {
  font-family: "Overpass Mono", monospace;
  font-size: 1.6em;
  line-height: 1.2em;
}
h4, h4 a {
  font-family: "Overpass Mono", monospace;
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
h5, h5 a {
  font-family: "Overpass Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h6, h6 a {
  font-family: "Overpass Mono", monospace;
  font-size: 0.9em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*----------------- MAIN POST BODY -----------------*/

.main-post-body ul {
  font-size: 1.5em;
  font-weight: 300;
}
.main-post-body a {
  border-bottom: 2px solid #a383c2;
  font-weight: 300;
}
.main-post-body a:hover {
  color: #a383c2;
}
.main-post-body p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.5em;
  line-height: 1.9em;
  font-weight: 300;
}
.main-post-body h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}
.main-post-body h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 2.5em;
  letter-spacing: 0;
}
.main-post-body h4 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 1.5em;
}
.main-post-body h5 {
  margin-top: 50px;
  margin-bottom: 15px;
}

/*----------------- LINKS -----------------*/

a {
  text-decoration: none;
  color: #333;
}
a:hover,
a:focus {
  color: #333;
  outline: none;
  text-decoration: none;
  -o-transition: .50s;
  -ms-transition: .50s;
  -moz-transition: .50s;
  -webkit-transition: .50s;
  transition: .50s;
}

/*----------------- IMAGES -----------------*/
img {
  max-width: 100%;
  border-style: none;
  height: auto;
  display: block;
}
.wp-block-image {
  margin: 0;
  padding-bottom: 25px;
}
/*----------- FIELDS -----------*/
input, textarea {
  max-width: 100%;
  -webkit-border-radius: 0;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #000;
}
::selection {
    color: #fff;
    background: #000;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
#clearfix:after {
  clear: both;
}

/*--------------------- HEADER ---------------------*/
.site-header {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: auto;
  width: 100%;
}

.site-header.active {
  background-color: #fff;
  border-bottom: 1px solid #f8f2ef;
}

.container-header {
  margin: 0 auto;
  display: flex;
  position: relative;
  padding: 30px 0;
  max-width: 1200px;
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
}
#menu-right li {
  display: inline-block;
}

/*---------------------- SITE HEADER ----------------------*/
#logo-head {
  padding: 0;
  width: 150px;
}
#main-nav {
  z-index: 1111;
  width: 100%;
  align-self: center;
  text-align: right;
}

/*--------------------- GENERAL / STRUCTURAL ---------------------*/

.small-container {
  max-width: 900px;
  margin: 0 auto;
}
.medium-container {
  max-width: 1100px;
  margin: 0 auto;
}
.large-container {
  max-width: 1200px;
  margin: 0 auto;
}

.glos-banner {
  width: 100%;
  padding: 20px;
  background: #333;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
}
.glos-title {
  text-align: right;
  width: 38%;
}
.glos-text {
  width: 58%;
}

/*----------------- MOBILE NAV -----------------*/
.mob-nav {
  display: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: 100%;
  position: relative;
}
.mob-nav ul {
  padding: 20px;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.mob-menu-sub {
  padding: 0 20px 20px;
}
.mob-nav .mob-menu li {
  display: inline-block;
  position: relative;
}
.mob-nav .mob-menu li a {
    display: block;
    padding: 10px 10px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.mob-nav .mob-menu li a:hover {
  color: #6ab7a9;
}
.mob-menu-text-main {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
span.menu-text {
  color: #333;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Karla', sans-serif;
}
span.menu-text:hover {
 color: #888888;
 outline: none;
 text-decoration: none;
 -o-transition: .50s;
 -ms-transition: .50s;
 -moz-transition: .50s;
 -webkit-transition: .50s;
 transition: .50s;
}
span.mobnav-sub-item {
  color: #333;
  letter-spacing: 1px;
  font-size: 0.5em;
  font-weight: 700;
  text-transform: uppercase;
}
li.mob-menu-item-main {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}

/*--------- Main Menu -----------*/
.main-menu {
  height: auto;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu .menu li {
  display: inline-block;
  position: relative;
}
.main-menu .menu li a {
    display: block;
    padding: 5px 20px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.main-menu .menu li a:hover {
  color: #dedede;
}
.head-menu-sub {
    visibility: hidden;
    background-color: #fff;
    border-top: 5px solid #dedede;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.head-menu-sub-sub {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 250px;
  border-left: 5px solid #dedede;
}
.ddw-menu-text {
  color: #333;
  font-size: 16px;
}
.main-menu ul.menu ul a, .main-menu .menu ul ul a {
  margin: 0;
  text-align: left;
  padding: 15px 15px;
  min-width: 250px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .525s;
  -webkit-transition: .25s;
  transition: .25s;
}
.main-menu ul.menu ul li, .main-menu .menu ul ul li {
    padding-right: 0;
    margin-right: 0;
}
.main-menu ul.menu ul a:hover, .main-menu .menu ul ul a:hover {
    color: #888888;
    background: #fff;
}
.main-menu ul.menu li:hover > ul, .main-menu .menu ul li:hover > ul {
  visibility: visible;
  background: #f9f9f9;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition: all 0.6s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.main-menu .menu .sub-menu ul, .main-menu .menu .children ul {
    left: 100%;
    top: 0;
}
ul.head-menu-sub {
  max-height: 550px;
  margin-top: 10px;
}
ul.menu-right li a {
  padding: 5px 20px;
}
li.menu-item-tg7 {
  font-style: italic;
}

/*---------- BURGER MENU ----------*/
.burger-nav {
  display: none;
  letter-spacing: 1px;
  background: #fff;
  overflow-y: scroll;
  max-height: 550px;
}
.menu-trigger {
  display: none;
  cursor: pointer;
}
#search-icon {
  display: none;
  cursor: pointer;
}

/*--------------------- Search ---------------------*/
#search-wrapper-container {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 8888;
  top: 0;
}
#search-wrapper {
  display: none;
  position: relative;
  max-width: 1400px;
  height: 400px;
  margin: 0 auto;
}
#desktop-search-bar {
  position: absolute;
  bottom: 100px;
  right: 0;
  background: #fff;
  padding: 50px;
  width: 50%;
  z-index: 9999;
}
#mob-search-bar {
  display: none;
  background: #f9f9f9;
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
}
form#searchform {
  text-align: center;
  position: relative;
}
/* Removes 'search for' title from search bar */
.screen-reader-text {
  position: absolute;
  left: -9999px;
}
#s-search-form {
  display: inline-block;
  padding-bottom: 50px;
  width: 100%;
}
.search-title {
  padding-bottom: 25px;
  text-align: center;
}
#s {
  width: 100%;
  padding: 25px;
  }
input::placeholder {
  color: #888;
}
#searchsubmit  {
  background: transparent;
  position: absolute;
  right: 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-family: FontAwesome;
  padding: 25px 10px;
  cursor: pointer;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  -webkit-appearance: none;
  }
  #searchsubmit:hover,
  #searchsubmit:active,
  #searchsubmit:focus {
      background: transparent;
      color: #dedede;
  }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#nosearchresults {
  padding-bottom: 20%;
}
#s:focus {
    border-color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.no-content {
  padding-bottom: 50px;
}
.no-content-found {
  position: relative;
  z-index: 9999;
  text-align: center;
  padding-top: 180px;
}

/*--------------------- Buttons ---------------------*/
.button-container {
  margin: 20px 0;
}
.button {
  text-transform: uppercase;
  padding: 25px 40px;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  border: 1px solid #333;
}
a.button:hover {
  background: #424a37;
  color: #fff;
}
/*--------------------- Single Post Page ---------------------*/

.single-feature-image {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.post-head {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 25px;
  position: relative;
  z-index: 999;
}
.single-post-body {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.main-post-body {
  max-width: 70%;
  margin: 0 auto;
}
.single-post-title {
  margin: 25px 0;
}
.single-post-title a {
  font-size: 1em;
}
.post-date {
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.post-cat-tags a {
  color: #333;
  background: #f8f2ef;
  box-shadow: 5px 5px #e4e7de;
  font-size: 0.7em;
  line-height: 3.8em;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px;
  margin-right: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.post-cat-tags a:hover {
  background: #8ea496;
  color: #fff;
}
body.single .post-cat-tags a {
  background: #f8f2ef;
  box-shadow: 5px 5px #e4e7de;
}
body.single .post-cat-tags a:hover {
  background: #8ea496;
  color: #fff;
}
.post-share-icons {
  margin-top: 50px;
}

/*----- Next & Prev Post Buttons -----*/

.prev-next-container {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #333;
}

h4.prev-next a {
  font-size: 18px;
  letter-spacing: 2px;
}
h5.prvnxt-title {
  color: #333;
  font-size: 0.8em;
  letter-spacing: 1px;
  margin: 0;
  margin-top: 10px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
h5.prvnxt-title:hover {
  color: #888;
}
.prev-post, .prev-post h4 a {
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  width: 200px;
  margin-bottom: 10px;
}
.next-post, .next-post h4 a {
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  float: right;
  width: 200px;
  margin-bottom: 10px;
}

/*-----------------   Blog and Category / Tag Pages ----------------*/
.cat-tag-posts-container {
  position: relative;
  z-index: 999;
}
.cat-tag-posts-container article {
  min-height: 650px;
}
.trois-col-post {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  min-height: 400px;
}
.trois-col-post:nth-child(3n+3) {
  margin-right: 0;
}

/*---------- BLOG PAGINATION & BREADCRUMBS ----------*/
.pagination-section {
  clear: both;
}
.pagination-container {
  text-align: center;
  padding: 50px 0 100px;
  clear: both;
  border-top: 2px solid #333;
}
.page-numbers {
    display: inline-block;
    padding: 15px 20px;
    margin: 0 2px 0 0;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
    color: #555;
}
.page-numbers .current,
a.page-numbers:hover {
  background: #f8f2ef;
}
span.page-numbers.current {
color: #888;
border-bottom: 3px solid #888;
font-style: normal;
}
.breadcrumbs {
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.breadcrumbs .current {
  color: #c3c3c3;
  text-transform: uppercase;
}
.breadcrumb span a {
  text-transform: uppercase;
  color: #bdb092;
  font-weight: 700;
}
.breadcrumb a {
  text-transform: uppercase;
  color: #bdb092;
  font-weight: 700;
}
.breadcrumb a:hover {
  color: #888;
}

/*-------------------------- HOME / FRONT PAGE ----------------------------*/
.fp-image {
  position: relative;
  height: 400px;
  background-image: url("http://sweetmeanders.co.uk/wp-content/uploads/2021/03/Work-With-Me-Sweet-Meanders-2-scaled.jpg");
  background-position: top;
  background-size: cover;
  margin: 100px 0;
}
.fp-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.fp-intro-text {
  width: 62%;
  margin-left: auto;
  order: 2;
}
.fp-welcome {
  width: 16%;
}


/*------------ NO CONTENT ----------*/
/*------  related posts on post page and no content page ------*/
#related-posts-section {
  margin-top: 100px;
  background: #f6f3f0;
}
.related-posts-container {
  padding: 100px 0 50px 0;
}
#related-posts-title {
  text-align: center;
}

.related-posts {
  margin-top: 75px;
  margin-bottom: 75px;
  display: flex;
  justify-content: space-between;
}
.related-posts article {
  width: 31%;
  margin-right: 3.5%;
}
.related-posts article:nth-child(3n+3) {
  margin-right: 0;
}

/*--------------------- Services Page ---------------------*/
/*----- GENERAL ITEMS -----*/
  .wwm-intro-section {
    position: relative;
    overflow: hidden;
    z-index: 888;
  }
  .wwm-intro-image {
    background-image: url("https://wildpathcreative.co.uk/wp-content/uploads/2026/03/Sweet-Meanders-being-home.jpg");
    background-position: top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 68%;
    height: 500px;
  }
  .wwm-trapeze-right {
  width: 53%;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 750px solid #c2a593;
  border-left: 50px solid transparent;
  z-index: 999;
}
  .wwm-intro-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
  }
  .wwm-intro-space {
    width: 50%;
  }
  .wwm-intro-text {
    width: 45%;
    z-index: 9999;
    margin-left: auto;
    padding-right: 50px;
  }
/*---------------------*/
.wwm-details-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 650px;
  padding: 100px 0 0;
}
.wwm-details-image-container {
  width: 45%;
}
.wwm-details-image {
  width: 40%;
  background-image: url("http://sweetmeanders.co.uk/wp-content/uploads/2021/06/content-writing-sweet-meanders-1-2.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding-top: 100%;
  border-radius: 50%;
  order: 2;
}
.wwm-details-text {
  width: 50%;
  padding-top: 50px;
}

/*---------------------*/
.wwm-work-together-section {
  background: #284550;
  position: relative;
  overflow: hidden;
}
.wwm-work-together-image {
  background-image: url("http://sweetmeanders.co.uk/wp-content/uploads/2021/06/content-writing-sweet-meanders-1-2.jpg");
  background-position: top;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 750px;
}
.wwm-trapeze-left {
width: 43%;
position: absolute;
left: 0;
top: 0;
border-top: 750px solid #8ea496;
border-right: 50px solid transparent;
z-index: 999;
}
.wwm-work-together-container {
  padding: 150px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 650px;
}
.wwm-work-together-text {
  width: 50%;
  z-index: 9999;
}
/*---------------------*/
 .services-section {
  margin-top: 50px;
}
 .services-container {
   position: relative;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
 }
 .services-item {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   width: 45%;
   height: 100%;
   padding-bottom: 50px;
 }

/*----------- Copywriting ----------*/

 .copy-image {
   position: relative;
   height: 400px;
   background-image: url("http://sweetmeanders.co.uk/wp-content/uploads/2021/03/Work-With-Me-Sweet-Meanders-2-scaled.jpg");
   background-position: top;
   background-size: cover;
   margin: 100px 0;
 }

 .why-copywriting-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .why-copywriting-item {
   width: 28.5%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
 }


/*---------------------  Portfolio Page ---------------------*/
.portfolio-intro-section {
  background-image: url("http://sweetmeanders.co.uk/wp-content/uploads/2020/12/Sweet-Meanders-photography.jpg");
  background-position: top;
  background-size: cover;
  position: relative;
}
.portfolio-intro-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 200px 0 150px;
}
.portfolio-intro-text {
  width: 45%;
  margin-left: auto;
  order: 2;
}
/* ---------- */
.portfolio-container {
  padding: 100px 0;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column {
  float: left;
  width: 24%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70%;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  width: auto;
  color: #333;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: -9%;
  border-radius: 3px 0 0 3px;
}
/*---------------------  Terms Page ---------------------*/
.terms-banner {
  background-image: url("http://sweetmeanders.co.uk/wp-content/uploads/2021/07/content-writing-sweet-meanders.jpg");
  background-position: top;
  background-size: cover;
}
.terms-section {
  position: relative;
  padding: 150px 0;
}
.terms-image {
  background-image: url("http://sweetmeanders.co.uk/wp-content/uploads/2021/07/sweet-meanders-hannah-sweet-1-2.jpg");
  background-position: bottom;
  background-size: cover;
  height: 500px;
  margin: 100px 0;
}
.term-h4 {
  margin-top: 50px;
}
/*---------------------  About Page ---------------------*/


/*--------------------- Contact Page ---------------------*/

.wpcf7-form {
  margin-left: 0;
  padding: 0;
  max-width: 100%;
  display: block;
  line-height: 16px;
  text-align: left;
  margin-bottom: 100px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
background: #f9f9f9;
letter-spacing: 1px;
font-size: 14px;
line-height: 18px;
margin: 0;
padding: 20px;
max-width: 100%;
display: block;
border: none;
}

.contact-form textarea {
  margin: 0 !important;
  height: 200px!important;
  width: 100%!important;
  font-family: 'Outfit', sans-serif;
  font-size: 1.6em!important;
  padding: 15px!important;
}

span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
  outline: none;
}

h3#cf-message {
  margin-top: 25px;
  margin-bottom: 25px;
}
h4#cf-message {
  margin-top: 35px;
}

.contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=url] {
  width: 100%!important;
  max-width: 100%!important;
  font-family: 'Outfit', sans-serif;
}
.wwm-contact-form label span {
 margin-left: .25em;
}
.wpcf-one-col {
  margin-top: 35px;
}
.wpcf-one-col input, textarea {
  width: 100%;
}
.wpcf-two-col {
  margin-top: 35px;
}
.wpcf-two-col input, textarea {
  width: 100%;
  margin-top: 27px;
}
.wpcf-col-one {
  width: 48%;
  display: inline-block;
}
.wpcf-col-two {
  width: 48%;
  display: inline-block;
  float: right;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border: none;
  color: #d2a250;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #dedede;
  padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dedede;
  padding: 20px;
}

/* ---------- BLOG INDEX PAGE ------------ */

.blog-posts-container {
  margin: 0 auto;
  position: relative;
}

.index-post-container {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  min-height: 800px;
}
.index-post-container:nth-child(3n+3) {
  margin-right: 0;
}
.index-post-title {
  font-size: 1em;
}

/*--------------------- Footer ---------------------*/

.site-footer {
  margin-top: 100px;
  clear: both;
}
ul.footer-container  {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.footer-container  {
    list-style: none;
    padding: 0;
    margin: 0;
  }
li.fm-item {
  padding: 0 30px;
  list-style: none;
  text-transform: uppercase;
}
/*------------ Footer Menus ------------*/

.footer-container {
  display: flex;
  justify-content: center;
}
.footer-container ul {
  display: flex;
  padding: 0;
}

/*------- BOTTOM BAR - COPYRIGHT, T&CS & Privacy Policy -------*/
.footer-bottom-section {
  padding: 25px 0 50px;
  text-align: center;
}
.menu-text-foot-bar {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 2px;
}

a.cat-link-places:after {
  content: ",";
}
a.cat-link-places:last-child:after {
  content: "";
}
