/*************************************** Base Styles  ***************************************/  /* Clear Elements */    .group:before, .group:after {content: ""; display: table;}     .group:after {clear: both;}    .group {zoom: 1;}    /* Set up REM style */  /*  html { font-size: 62.5%; }     body { font-size: 14px; font-size: 1.4rem; background: #fff;}     h1   { font-size: 24px; font-size: 2.4rem; } */    /* Older browsers */    html { font-size: 12px; background: #ffffff;}      @media screen and (min-width: 320px){      html { font-size: calc( 12px + (16 - 12) * (100vw - 320px) / (1200 - 320) ); }  }      @media screen and (min-width: 800px){        html { font-size: 16px; }  }    /* Border Box */    *, *:before, *:after {        -webkit-box-sizing: border-box;        -moz-box-sizing: border-box;        box-sizing: border-box;    }.inner-position {display: table-cell; vertical-align: middle;}/***************************************CMS Styles***************************************/.previewFrame .home-banner {max-height: 800px;}/*************************************** Fonts  ***************************************/  /* font-family: 'Overpass', sans-serif;light = 300reg = 400med = 500semi-bold = 600bold = 700extra-bold = 700blck = 900  */    h1 {font-family: 'Overpass', sans-serif; font-weight: 400; font-style: normal; font-size: 48px; font-size: 3em; line-height: 1.2; margin: 0px; color: #353535;}    h2 {font-family: 'Overpass', sans-serif; font-weight: 400; font-style: normal; font-size: 30px; font-size: 1.875em; line-height: 1.2; margin: 0px;  color: #353535;}    h3 {font-family: 'Overpass', sans-serif; font-weight: 400; font-style: normal; font-size: 20px; font-size: 1.25em; line-height: 1.2; margin: 0px; color: #353535;}    h4 {font-family: 'Overpass', sans-serif; font-weight: 400; font-style: normal; font-size: 18px; font-size: 1.125em; line-height: 1.2; margin: 0px;  color: #353535;}    h5 {font-family: 'Overpass', sans-serif; font-weight: 400; font-style: normal; font-size: 16px; font-size: 1.0em; line-height: 1.2; margin: 0px; color: #353535;}    h6 {font-family: 'Overpass', sans-serif; font-weight: 400; font-style: normal; font-size: 14px; font-size: 0.875em; line-height: 1.2; color: #353535;}    p {color: #353535; font-family: 'Overpass', sans-serif;  font-size: 16px; font-size: 1em; line-height: 1.5;font-weight: 400; font-style: normal; margin-top: 0px;}       a {color: #353535; font-family: 'Overpass', sans-serif; text-decoration: none; font-style: normal; }    ul li, ol li, li {color: #353535; font-family: 'Overpass', sans-serif; font-weight: 400; font-style: normal; }    em {color: #353535; font-family: 'Overpass', sans-serif; font-weight: 400; font-style: italic; }    h1 strong,    h2 strong,    h3 strong,    h4 strong,    h5 strong,    h6 strong {font-weight: 600; color: #ff0000;}/***************************************Buttons ***************************************/.mobile-btn {display: none; text-align: right;}.menu-btn.menu-btn {border: 0px; font-family: 'Overpass', sans-serif;  font-size: 16px; font-size: 1em; transition: all 0.5s ease 0s; background: #ee1b1b; color: #fff; padding: 15px 25px; display: inline-block;}.menu-btn.menu-btn:hover {background: #bd1717;}.menu-btn.menu-btn:after {content:"»"; display: inline-block; margin-left: 10px; color: #fff; transition: all 0.5s ease 0s;}.menu-btn.menu-btn:hover:after {margin-left: 20px;}.red-btn {font-family: 'Overpass', sans-serif;  font-size: 16px; font-size: 1em; transition: all 0.5s ease 0s; background: #ee1b1b; color: #fff; padding: 15px 25px; display: inline-block;}.red-btn:hover {background: #bd1717;}.red-btn:after {content:"»"; display: inline-block; margin-left: 10px; color: #fff; transition: all 0.5s ease 0s;}.red-btn:hover:after {margin-left: 20px;}/*************************************** Animations***************************************//*************************************** Header Bar ***************************************/.header-bar {width: 100%; height: 110px; display: flex; align-items: center; padding: 10px;}.header-logo {width: 5%; }.header-logo img {width: 60px;}.header-navigation {width: 80%;}.header-contact {width: 15%; text-align: right; }/*************************************** Navigation ***************************************/.pushy-logo {text-align: center; padding: 20px;}.pushy-logo img {width: 170px;}.pushy-content .logo-wrapper {padding: 30px 10px; text-align: center;  background-size: cover; position: relative;  width: 100%; float: none; background: #fff;}/*.pushy-content .logo-wrapper a {color: #fff;}.pushy-content .logo-wrapper a:hover {color: #590c0c;}*/.pushy-content .logo-wrapper img {width: 200px; position: relative;}.close-btn a {position: absolute; top: 30px; right: 10px; display: block; transition: all 0.5s ease 0s; display: inline-block; font-family: 'Catamaran', sans-serif; font-weight: 300; font-style: normal; padding: 6px 15px !important ; font-size: 25px; font-size: 1.5625em; text-transform: uppercase; color: #fff !important;cursor: pointer;}/*.close-btn a:hover {opacity: 1; color: #fdc758 !important; background: #fff; }*/.pushy-content {width: 100%; height: 100%; position: relative;}.pushy-navigation {position: absolute; top: 50%; width: 100%; transform: translateY(-50%);}.pushy-navigation ul {margin: 0px; padding: 0px; }.pushy-navigation ul li {font-size: 16px; font-size: 1em; border-bottom: 0px solid #fff; transition: all 0.5s ease 0s; text-align: center;}.pushy-navigation ul li a {font-family: 'Catamaran', sans-serif; font-size: 45px; font-size: 1.5625em; line-height: 1.3;font-weight: 400; font-style: normal; color: #fff; transition: all 0.5s ease 0s; text-transform: none;  }.pushy-navigation ul li a:hover {color: #fff; font-weight: 700;}/*.pushy-navigation ul li:hover {background: #11829e; }*/.pushy-navigation .sidenav .sidenavL0 {font-size: 14px; font-size: 1em; border-bottom: 1px solid #79b80a; transition: all 0.5s ease 0s; padding: 15px 10px;}.pushy-navigation .sidenav .sidenavL0 a {font-family: 'Catamaran', sans-serif; font-weight: normal; font-style: normal; color: #fff; transition: all 0.5s ease 0s; text-transform: none;  }.pushy-navigation .sidenav .sidenavL0 a:hover {color: #fff; }.pushy-navigation .sidenav .sidenavL0:hover {background: #59bbc3;  }.pushy-navigation .sidenav .sidenavL1 {font-size: 16px; font-size: 1em; border-bottom: 1px solid #79b80a; transition: all 0.5s ease 0s; padding: 15px 10px;}.pushy-navigation .sidenav .sidenavL1 a {font-family: 'Catamaran', sans-serif; font-weight: normal; font-style: normal; color: #fff; transition: all 0.5s ease 0s; text-transform: none;  }.pushy-navigation .sidenav .sidenavL1 a:hover {color: #fff; }.pushy-navigation .sidenav .sidenavL1:hover {background: #59bbc3; }.pushy-contact p a {padding: 5px 30px; color: #fff;}.mobile-nav-contact {display: block; }.mobile-nav-contact a { text-transform: capitalize;}.mobile-nav-contact a img {width: 20px; vertical-align: middle; margin-right: 10px;}.mobile-nav-contact-btn {padding: 0 20px; text-align: center;}.mobile-nav-contact-btn a {color: #fff; display: inline-block;}/*.pushy-content {background: #ccd0d6; overflow: hidden; height: 100%;}*//*.mobile-logo {text-align: left; padding-top: 20px; background: #444444;}.mobile-logo img {width: 160px;}*//*.mobile-nav-contact-btn-social {width: 50%; float: left; border-bottom: 1px solid #fff; text-align: center;}.mobile-nav-contact-btn-social:last-of-type(1) {border-left:1px solid #fff;}.mobile-nav-contact-btn-social svg {height: 20px; fill: #fff;}*/.inner-position {width: 100%; display: table-cell; vertical-align: middle;}*/.nav-box {position: relative;}.header-navigation {display: table; }.navigation-wrapper #primary {  margin: 0px 0px 0px 0px; width: 100%;   height: 100%; padding-left: 0px;    text-align: center;   }.navigation-wrapper #primary>li { display: inline-block; vertical-align: middle;  list-style-type: none; position: relative; text-align: center; height: 100%; padding: 0px 15px; }.navigation-wrapper #primary>li:hover {transition: all 0.5s ease 0s; }.navigation-wrapper #primary>li>a {border-bottom: 3px solid transparent; transition: all 0.5s ease 0s; margin: 0 0px;  vertical-align: middle;  transition: all 0.5s ease 0s; font-family: 'Overpass', sans-serif; font-size: 18px; font-size: 1.125em; font-weight: 700; font-style: normal; color: #3a3a3a;  /*height: 40px; line-height: 40px;*/ position: relative;  text-decoration: none; display: block;  }.navigation-wrapper #primary>li>a:hover {color: #3a3a3a; border-bottom: 3px solid #ee1b1b; }.navigation-wrapper .menu>li>a.linkActive {color: #3a3a3a; font-weight: 700 !important; border-bottom: 3px solid #ee1b1b; }.navigation-wrapper .menu>li>a.linkActive:after {visibility: visible !important;}.navigation-wrapper .menu>li>a.linkActive {}.linkActive {border-bottom: 3px solid #ee1b1b !important;}  /* Dropdown LV1 */.navigation-wrapper #primary>li>ul {display: none; white-space:nowrap; list-style: none; text-decoration:none; margin: 0px;}.navigation-wrapper #primary>li:hover>ul {display: block;  position: absolute; top: 40px; left: 0; z-index: 9999; background: #00365b; padding: 0px; }.navigation-wrapper #primary>li>ul>li {padding: 7px 10px !important; text-align: left; }.navigation-wrapper #primary>li>ul>li:hover {background: #68b32d;}.navigation-wrapper #primary>li>ul>li>a {font-family: 'Catamaran', sans-serif; font-weight: normal; font-style: normal; font-size: 19px; font-size: 1.1875em; color: #64814b; height: auto;  display: block; border: none; text-decoration:none;  padding: 0px; }.navigation-wrapper #primary>li>ul>li>a:hover {text-decoration: none;}.navigation-wrapper #primary li>ul>li {position: relative;}  /* Dropdown LV2 */.navigation-wrapper #primary>li>ul>li>ul {display: none; white-space:nowrap; list-style: none; text-decoration:none; margin: 0px;}.navigation-wrapper #primary>li svg {transition: all 0.5s ease 0s; height: 20px; fill: #ffc857; vertical-align: middle;}.navigation-wrapper #primary>li svg:hover { fill: #fff;}/*************************************** Home  Page***************************************/.home-banner-slider ul {margin: 0px; padding: 0;}.home-banner-slider ul li {height: calc(100vh - 110px); position: relative;}.banner-text {padding: 35px; background: rgba(69,69,69,0.86); position: absolute; bottom: 0; left: 0; max-width: 750px; width: 100%;}.banner-text h1 {color: #fff; font-size: 60px; font-size: 3.75em;}.banner-text h1:after {content:""; width: 120px; height: 6px; background: #ee1b1b; display: block; margin: 25px 0;}.banner-text p {color: #fff; font-size: 30px; font-size: 1.875em;}.about-wrapper {position: relative; margin-top: -3px; overflow-x: hidden;}.about-image-wrap img {position: absolute; left: 0; top: 0; height: 100%; min-width: 500px; display: block;}.about-text {padding: 120px 0;}.about-text h2 {color: #5ca2df; font-size: 38px; font-size: 2.375em; }.about-text h2:after {content:""; width: 120px; height: 6px; background: #ee1b1b; display: block; margin: 25px 0;}.about-text h3 {color: #ee1b1b; font-size: 25px; font-size: 1.5625em; margin-bottom: 20px;}.more-from-wrapper {width: 100%; padding: 100px 0; background:url('/foxtrotracing-co-uk/_img/img/more-from-bg.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}.more-from-title h2 {color: #fff; font-size: 38px; font-size: 2.375em; }.more-from-title h2:after {content:""; width: 120px; height: 6px; background: #ee1b1b; display: block; margin: 25px 0;}.more-from-item {width: 31.33%; margin-right: 2%; background: #fff; float: left; }.more-from-image {padding-top: 95%;}.more-from-details {padding: 25px;}.more-from-details h3 {font-size: 25px; font-size: 1.5625em; color: #5ca2df; }.more-from-details h3:after {content:""; width: 60px; height: 3px; background: #ee1b1b; display: block; margin: 15px 0;}.more-from-details-title {margin-bottom: 25px;}.name-trust-image {width: 50%; float: left;}.name-trust-text {width: 50%; float: left; padding: 200px 0;}.name-trust-text h2 {font-size: 38px; font-size: 2.375em; color: #5ca2df; }.name-trust-text h2:after {content:""; width: 60px; height: 3px; background: #ee1b1b; display: block; margin: 15px 0;}.testimonials-wrapper {width: 100%; padding: 20px; background:url('/foxtrotracing-co-uk/_img/img/testimonials-bg.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center;}.inner-border {width: 100%; border: 2px solid #fff; padding: 100px 0; text-align: center;}.testimonial-heading {margin-bottom: 25px;}.testimonial-heading h2 {color: #fff; font-size: 38px; font-size: 2.375em;}.testimonial-heading h2:after {content:""; width: 120px; height: 6px; background: #84bae9; display: block; margin: 15px auto; }.testimonial-output ul {padding: 0px; margin: 0px; }.testimonial-output ul li {padding: 0px; margin: 0px; list-style-type: none;}.testimonial-output ul li p {color: #fff; font-size: 28px; font-size: 1.75em;}.newsletter-wrapper {padding: 100px 0; background:url('/foxtrotracing-co-uk/_img/img/blue-bg.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center bottom;}.newsletter-title h2 {font-size: 38px; font-size: 2.375em; color: #fff; }.newsletter-title h2:after {content:""; width: 60px; height: 3px; background: #ee1b1b; display: block; margin: 15px 0;}.newsletter-title p {color: #fff;}.ctct-form-header,.ctct-form-text {display: none !important;}#success_message_0 .ctct-form-header,#success_message_0 .ctct-form-text {display: block !important;}.footer-wrapper {background: #456b8b;}.footer-top {padding: 50px 0; }.footer-top h3 {color: #fff; font-size: 24px; font-size: 1.5em; color: #fff;}.footer-top h3:after {content:""; width: 60px; height: 3px; background: #fff; display: block; margin: 15px 0 30px 0;}.footer-logo {padding-top: 20px;}.footer-logo p {color: #fff; font-size: 12px; margin-top: 5px;}.footer-contact img {height: 20px; vertical-align: middle; margin-right: 10px;}.footer-contact a {color: #fff;}.footer-contact img:nth-of-type(2) {margin-left: 20px;}.footer-links ul {margin: 0px; padding: 0px; }.footer-links ul li {color: #fff; list-style-type: none;}.footer-links ul li a {color: #fff;}.footer-links ul li:before {content:"»"; margin-right: 10px; }.footer-bottom {text-align: center; border-top: 1px solid #fff; padding: 20px 0;}.footer-bottom p {color: #fff; margin: 0px;}.footer-bottom a {color: #fff;}/***************************************Inner Pages***************************************/.inner-title-wrapper {width: 100%; padding: 50px 0; background: #5ca2df;}.inner-title-wrapper h1 {color: #fff;}.inner-title-wrapper h1:after {content:""; width: 60px; height: 3px; background: #ee1b1b; display: block; margin: 15px 0;}.inner-content-wrapper {padding: 50px 0;}.horse-summary-item  {     width:  31.33%;     float:  left;     margin-right:  2%;     margin-bottom:  20px;     padding:  10px;     background:  #f0f0f0; } .horse-summary-item .horse-img  {     width:  100%;     padding-top:  70%;     display:  block;     margin-bottom:  20px; } .horse-summary-item .horse-name h2  {     color:  #3a3a3a;     font-family: 'Overpass', sans-serif;     font-size:  20px; font-size:  1.25em;     line-height:  1.33333;     margin-bottom:  20px;     text-align:  center; } .horse-link  {     text-align:  center; } .horse-inner .horse-img  {     width:  40%;     float:  left;     margin-right:  2%; } .horse-inner .horse-details  {     width:  58%;     float:  left; } .horse-inner .horse-details .horse-name h2 {     color:  #353535;     font-family: 'Overpass', sans-serif;     font-size: 30px;     font-size: 1.875em;     line-height:  1.33333;     margin-bottom:  1.5rem; } .back-btn  {     margin-bottom:  25px; } .shares-banner  {     width:  100%;     padding:  10px;     background:  #98090d;     color:  #fff;     text-align:  center; } .shares-banner h3  {     color:  #fff;     margin-bottom:  0px; }.news-item {width: 48%; margin-right: 2%; float: left; padding: 10px; background: #f0f0f0; margin-bottom: 20px;}.news-item-image {width: 100%; padding-top: 65%;}.news-item-title {padding: 20px 0;}.news-item-title h3 {color: #3a3a3a;font-family: 'Overpass', sans-serif;font-size: 20px;font-size: 1.25em;line-height: 1.33333;margin-bottom: 20px;text-align: center;}.news-item-link a {text-align: center;}.want-to-join-wrapper {width: 100%; padding: 65px 0; background: url('/foxtrotracing-co-uk/_img/img/slider/want-to-join.jpg'); background-size: cover; background-repeat: no-repeat; }.want-to-join-wrapper h2 {color: #fff;}.want-to-join-wrapper h2:after {content:""; width: 60px; height: 3px; background: #ee1b1b; display: block; margin: 15px 0;}.want-to-join-wrapper p {color: #fff;}.want-to-join-inner {padding: 35px; background: rgba(69,69,69,0.86);}.news-inner-content {margin-top: 25px;}.news-inner-title h2:after {content:""; width: 60px; height: 3px; background: #ee1b1b; display: block; margin: 15px 0 25px 0;}.trainers-item {width: 100%; padding: 10px; background: #f0f0f0; margin-bottom: 20px;}.trainers-image {width: 30%; margin-right: 2%; padding-top: 30%; float: left;}.trainers-details {width: 68%; float: left; padding: 20px 0;}.trainers-details p:last-of-type {margin-bottom: 0px;}.trainers-details h3::after {    content: "";    width: 60px;    height: 3px;    background: #ee1b1b;    display: block;    margin: 15px 0;}.contact-details-inner {padding: 20px; background: #f0f0f0;}.contact-details-inner h3:after {content:""; width: 60px; height: 3px; background: #ee1b1b; display: block; margin: 15px 0 25px 0;}.contact-details-inner img {width: 35px; margin-right: 10px;}.txt--hlght--1 {font-size: 18px; color: #0000ff;}/*************************************** Blog***************************************//***************************************Footer***************************************//***************************************Form***************************************/.defaultForm {  width: 100%;  *zoom: 1;}.defaultForm:before, .defaultForm:after {  content: " ";  display: table;}.defaultForm:after {  clear: both;}.defaultForm .inputset {  width: 100%;  position: relative;  margin-bottom: 20px;}.contact-form .inputsetItem4 {width: 100%; margin: 0px !important;}.defaultForm .inputset .form_error_specific {  position: absolute;  top: 0;  right: 0;  color: Tomato;  display: none;}.defaultForm .inputset label {  display: block;  width: 100%;  display: none;}.defaultForm .inputset label.label {  display: inline-block;}.defaultForm .inputset label.label input {  width: initial;  display: inline-block;  margin-left: 0.625em;}.defaultForm .inputset input, .defaultForm .inputset select {  width: 100%; margin-right: 0%;   background: #dddddd; padding: 15px; border: 0px;  color: #111111; font-size: 16px; font-size: 1em; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;  }.defaultForm .inputset textarea {width: 100%;  height: 10.625em;  background: #dddddd; padding: 15px; border: 0px;  color: #111111; font-size: 16px; font-size: 1em; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;  }.inputset.inputsetcheck label:first-of-type {  margin-bottom: 0.3125em;  padding-bottom: 0.3125em;  border-bottom: 1px solid #cccccc;}.inputset label.form_header {  font-weight: bold;  font-size: 18px;}.defaultForm .form_submit {/*  text-align: right;*/}.defaultForm .form_submit {margin-top: 20px; float: left;}.defaultForm .form_submit .fbElementButton {border: 0px; font-family: 'Overpass', sans-serif;  font-size: 16px; font-size: 1em; transition: all 0.5s ease 0s; background: #ee1b1b; color: #fff; padding: 15px 25px; display: inline-block;}.defaultForm .form_submit .fbElementButton:hover {background: #bd1717;}.form_error {font-family: 'Archivo Narrow', sans-serif; font-size: 16px; font-size: 1em; line-height: 1.8;font-weight: 400; font-style: normal; padding: 10px; background: #ff0000; color: #fff; margin-bottom: 10px;}/*************************************** Ecommerce - General  ***************************************//***************************************Ecommerce - Listings ***************************************//***************************************Ecommerce - Item ***************************************//***************************************Ecommerce - Basket ***************************************//***************************************Ecommerce - Checkout ***************************************//***************************************Custom Modules***************************************//***************************************Custom Database***************************************//***************************************Media Queries***************************************/@media all and (max-width: 2000px) and (min-width: 0px) {.about-image-wrap img {z-index: 0; opacity: 0.2;}.about-text {z-index: 99; position: relative;}}@media all and (max-width: 1515px) and (min-width: 0px) {.navigation-wrapper #primary > li {padding: 0px 5px;}.navigation-wrapper #primary > li > a {font-size: 14px; font-size: 0.875em;}}@media all and (max-width: 1130px) and (min-width: 0px) {.navigation-wrapper #primary > li {padding: 0px 5px;}.navigation-wrapper #primary > li > a {font-size: 14px; font-size: 0.875em;}}@media all and (max-width: 1024px) and (min-width: 0px) {.mobile-btn {display: block;}.navigation-wrapper ul {display: none;}.header-logo {width: 40%;}.header-navigation {width: 60%;}.header-contact {display: none;}} @media all and (max-width: 762px) and (min-width: 0px) {.horse-summary-item  {     width:  100%;     float:  left;     margin-right:  0%;     margin-bottom:  20px;     padding:  10px;     background:  #f0f0f0; }} @media all and (max-width: 762px) and (min-width: 0px) {.more-from-item {width: 100%; margin-right: 0px; margin-bottom: 20px; }} @media all and (max-width: 700px) and (min-width: 0px) {.trainers-image {width: 100%; padding-top: 100%;}.trainers-details {width: 100%;}}@media all and (max-width: 650px) and (min-width: 0px) {.home-banner-slider ul li {min-height: 550px; }.banner-text h1 {font-size: 40px; font-size: 2.5em;}.banner-text p {font-size: 16px; font-size: 1em;}.name-trust-image {width: 100%; padding-top: 400px;}.name-trust-text {width: 100%;}.footer-logo {margin-bottom: 25px;}.footer-contact {margin-bottom: 25px;}.horse-inner .horse-img, .horse-inner .horse-details {width: 100%; margin-right: 0px; margin-bottom: 20px;}.news-item {width: 100%; margin-right: 0%;}} @media all and (max-width: 580px) and (min-width: 0px) {.about-image-wrap img {width: auto; height: 100%;}}
/* not required */
