/*
Theme Name: Murco
Theme URI: http://murco.1int.co.uk
Description: Murco
Author: First Internet
Author URI: http://firstinternet.co.uk
Version: 1.0
Tags: responsive, bootstrap
*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('bootstrap/css/bootstrap-theme.min.css');

/*
Typography Styles
======================================= */

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
}

a, img {
    border:none !important;
    outline:none !important;
}

a img {
    border:none !important;
    outline:none !important;
}

a, a img, img a {
   outline: 0 !important;
}

input::-moz-focus-inner { 
  border: 0 !important; 
}

h1, h2, h3 {
  line-height: 30px;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.sidebar h3 {
  color: #cf102d !important;
  margin: 10px 0 15px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #2a2a2a;
}

a:focus, a:hover {
  text-decoration: none !important;
}

a {
  color: #cf102d;
  text-decoration: none;
}

a:hover {
  color: #00205b;
  text-decoration: none;
}

.main-page-content h1, .latest-news h1 {
  color: #cf102d;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-page-content h3 {
  color: #00205b;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}

h3.post-title a {
  color: #00205b;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.main-page-content h4 {
  color: #cf102d;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 10px;
}

.team-profile h4 {
  color: #cf102d;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 5px;
}

.team-profile h5 {
  color: #00205b;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.team-profile h5.touch {
  color: #00205b;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.red {
  color: #cf102d;
}

.testimonials h4 {
  color: #cf102d;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
}

.testimonials h5 {
  color: #00205b;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
}


/* Header Styles
======================================= */

.header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header .row {
	margin-left: 0;
	margin-right: 0;
}


/* Navigation Styles
======================================= */

.primary-navigation {
	clear: right;
	float: right;
	position: relative;
	z-index: 999;
  padding-top: 31px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
  max-width: 130px;
  text-align: center;
  vertical-align: middle;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 16px 12px 17px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #cf102d; /* Red */
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  height: 60px;
  vertical-align: middle;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
  background-color: #cf102d; /* Red */
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #cf102d; /* Red */
  border-right: 1px solid #cf102d; /* Red */
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 15px 20px;
  width: 160px;
  font-size: 12px;
  background: #cf102d; /* Red */
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display: block;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


/* Page Banner Styles
======================================= */
.home-page-slider .slider-background, .about-page-slider .slider-background  {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-page-slider .banner-row, .about-page-slider .banner-row {
  min-height: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.home-page-slider .slick-arrow, .about-page-slider .slick-arrow {
  cursor: pointer;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 99;
  position: absolute;
  background: #d51334;
  color: #fff;
  font-size: 3rem;
  height: 60px;
  width: 60px;
  text-align: center;
  border: solid 3px #d51334;
  border-radius: 5px;
  line-height: 54px;
}

.home-page-slider .slick-right.slick-arrow, .about-page-slider .slick-right.slick-arrow {
  right: 15px;
}

.home-page-slider .slick-left.slick-arrow, .about-page-slider .slick-left.slick-arrow {
  left: 15px;
}

.home-page-slider .slider-content {
    background-color: rgba(0, 32, 91, 0.4);
    padding: 30px;
}

.home-page-slider .slider-content .slider-title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin: 0 auto 15px auto;
  padding: 0;
}

.home-page-slider .slider-content .slider-text {
  color: #fff;
  margin-bottom: 15px;
}
.home-page-slider .slider-content .slider-button {
  background: #cf102d;
  text-align: center;
  padding: 10px 30px;
  border: 3px solid #cf102d;
  border-radius: 5px;
  display: block;
  margin-top: 15px;
}

.home-page-slider .slider-content .slider-button a {
  color: #fff;
}

.home-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 10px;
  color: #00205b;
  font-weight: 600;
}

.home-page-banner {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.page-header-background {
  min-height: 450px;
}

.home-page-header-background {
  min-height: 650px;
}

img.page-banner-image {
  width: 100%;
}

.murco-dealer-background {
  min-height: 450px;
}

.home-page-banner .row {
	margin-left: 0;
	margin-right: 0;
}

.home-page-banner img {
	width: 100%;
  height: auto;
}

.home-page-banner .banner-content {
  background-color: rgba(0, 32, 91, 0.4); /* Blue */
  margin-top: 150px;
  padding: 20px;
}

.home-page-banner .banner-content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin: 0 !important;
  padding: 0;
}

.murco-dealer-content {
  background-color: rgba(255,255,255,0.8);
  padding: 30px 30px;
  max-height: 450px;
  min-height: 450px;
}

.murco-dealer-content h3 {
  color: #cf102d;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 20px;
}

.murco-dealer-content p {
  font-size: 16px;
}

.testimonials-slider {
  min-height: 290px;
  padding: 30px 0;
}

.testimonial_slideri {
  display: table !important;
  width: 100%;
}

.testimonials-slider h3 {
  text-align: center;
  color: #cf102d; /* Red */
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin-bottom: 60px;
  display: block;
}

.testimonial_by_wrap {
  width: 37% !important;
  float: right !important;
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  line-height: 28px !important;
}

.testimonial_quote {
  width: 60% !important;
  min-height: 200px !important;
  float:left !important;
  padding-left: 60px !important;
  margin-left: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; 
  background: none !important;
  border-right: 2px solid #cf102d;
  padding-right: 30px;
  line-height: 28px !important;
  display: table-cell !important;
  vertical-align: middle !important;
}

.testimonial_nav_arrow_wrap {
  display: inline-block !important;
}

.testimonial_slider__default .testimonial_nav_arrow_wrap a {
  bottom: 50% !important;
  width: 33px !important;
  height: 56px !important;
}

.testimonial_prev {
  background: url(img/arrow-prev.png) !important;
}

.testimonial_next {
  background: url(img/arrow-next.png) !important;
}

.testimonial-section {
  padding-top: 20px;
}

.testimonials {
  border: 1px solid rgba(207, 16, 45, 0.05);
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 20px;
  min-height: 265px;
}

.testimonials h4, .testimonials h5 {
  text-align: right;
}



/* Station Finder Styles
======================================= */

.locations {
  position: relative;
  height: 450px;
  overflow: hidden;
 }

.all-search {
  position: relative;
}

.search-section {
  position: absolute;
  top: -800px;
  right: 0;
  left: 740px;
  bottom: 0;
  z-index: 24600;
  width: 400px;
}

[id="map-canvas"] {
  height: 800px;
  width: 100%;
}

.station-search {
  float: right;
  background: rgba(255,255,255,0.8);
  padding: 30px;
  min-height: 450px;
}

.station-search form {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}

.station-search h3 {
  color: #cf102d; /* Red */
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}

.station-search input[type="text"] {
  width: 85%;
  padding: 5px;
  display: table;
  float: left;
  border: 1px solid #cf102d;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  
}

input.submit-search {
  width:15%;
  min-height: 37px;
  display: table;
  float: left;
  background: #cf102d url(img/icon-search.png) no-repeat center center;
  border: 1px solid #cf102d;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.key-list {
  list-style: none;
  padding: 0;
}

i[class^="key-"] {
  background-color: #fc0;
}

.map-heading {
  margin-bottom: 0;
}

.map-address {
  margin-bottom: 6px;
}

.map-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map-list li {
  display: inline-block;
  margin-right: 3px;
  width: 30px;
  height: 30px;
}

.location-list img {
  height: 30px;
  margin: 0 10px -11px 0;
}

.station-details {
  width: 400px;
  float: left;
  margin-bottom: 20px;
}

.station-opening span {
  display: inline-block;
  width: 140px;
}

.station-amenities {
  float: left;
}

[id="single-canvas"] {
  width: 100%;
  height: 300px;
  border: 1px solid rgba(207, 16, 45, 0.05);
  background-color: #f8f8f8;
  margin-bottom: 20px;
}



/* Main Content Styles
======================================= */

.main-page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-featured-image img {
  width: 100%;
  height: auto;
}

.home-content h2 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 10px;
  color: #00205b;
  font-weight: 600;
}

.home-content h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #00205b;
  font-weight: 400;
}

.section {
    padding-top: 40px;
    padding-bottom: 35px;
}

a.button {
  background-color: #fff;
  text-align: center;
  color: #cf102d;
  padding: 10px 30px;
  border: 1px solid #cf102d;
  border-radius: 5px;
  display: table;
  margin-top: 30px;
}

a.button:hover {
  background-color: #cf102d;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #cf102d;
  border-radius: 5px;
}

.clearboth {
	clear: both;
}

#gform_wrapper_1 .top_label input.medium, #gform_wrapper_1 .top_label select.medium, #gform_wrapper_1 textarea.medium {
  width: 100%;
  border: 1px solid rgba(207, 16, 45, 0.05);
  background-color: #f8f8f8;
  padding: 5px;
  border-radius: 5px;
}

#gform_wrapper_1 textarea.medium {
  padding: 10px;
}

.gform_wrapper .top_label .gfield_label {
  font-weight: 400 !important;
}

#gform_wrapper_1 .top_label select.medium {
  height: 37px;
}

#gform_wrapper_1.gform_wrapper .gform_footer {
    text-align: right;
}

#field_1_1 label, #field_1_2 label, #field_1_3 label, #field_1_4 label, #field_1_5 label {
  display: none;
}

.gform_wrapper .gform_footer input[type=submit] {
  background-color: #fff;
  text-align: center;
  color: #cf102d;
  padding: 10px 30px;
  border: 1px solid #cf102d;
  border-radius: 5px;
  display: table;
  margin-top: 30px;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #cf102d;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #cf102d;
  border-radius: 5px;
}

input::-webkit-input-placeholder { color: #333 !important; }
input:-moz-placeholder { color: #333 !important; }
input::-moz-placeholder { color: #333 !important; }
input:-ms-input-placeholder { color: #333 !important; }

textarea::-webkit-input-placeholder { color: #333 !important; }
textarea:-moz-placeholder { color: #333 !important; }
textarea::-moz-placeholder { color: #333 !important; }
textarea:-ms-input-placeholder { color: #333 !important; }

/*
Meet the team page
======================================= */

.col-sm-4.col-md-4.col-lg-4.meet-the-team {
    min-height: 642px;
}

.meet-the-team-text {
  margin-bottom: 30px;
}

.team-profile {
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(207, 16, 45, 0.1);
}

.team-profile img.profile-img {
  margin: 0 auto 20px;
  width: 200px;
  display: table;
}

.profile-content {
  min-height: 125px;
}

.team-profile a.button {
  background-color: #fff;
  text-align: center;
  color: #cf102d;
  padding: 10px 30px;
  border: 1px solid #cf102d;
  border-radius: 5px;
  display: table;
  margin-top: 10px;
  font-size: 15px;
}

.team-profile a.button:hover {
  background-color: #cf102d;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #cf102d;
  border-radius: 5px;
}

.in-touch {
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px;
  background: #f1f1f1;
}

/* Blog Styles
======================================= */

.latest-news {
  padding-top: 30px;
  padding-bottom: 30px;
}

.post-page {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.sidebar .contact-info .textwidget {
  border: 1px solid rgba(207, 16, 45, 0.05);
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
}

.sidebar .widget ul {
  border: 1px solid rgba(207, 16, 45, 0.05);
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
  list-style: none;
}

.sidebar .station-finder .textwidget img, 
.sidebar .fuel-card .textwidget img, 
.sidebar .dealer-testimonials .textwidget img, 
.sidebar .become .textwidget img {
  border: 1px solid rgba(207, 16, 45, 0.05);
  border-radius: 5px;
  width: 100%;
  height: auto;
}

#searchform input#s {
  padding: 10px;
  margin: 0;
  min-height: 42px;
  float: left;
  min-width: 312px;
  text-align: center;
  font-size: 14px;
  border: 1px solid rgba(207, 16, 45, 0.05);
  background-color: #f8f8f8;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#searchform input#searchsubmit {
  background: #cf102d url(img/icon-search.png) no-repeat center center;
  min-height: 47px;
  min-width: 48px;
  border: none !important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

form#searchform {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

.meta-section {
  background: #f8f8f8;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.meta-section .author {
  float: left;
  display: block;
  padding-right: 20px;
  font-size: 15px;
  color: #00205b !important;
}

.meta-section .author span, .meta-section .category span {
  margin-right:10px;
  color: #cf102d; 
}

.meta-section .category {
  float: left;
  display: block;
  font-size: 15px;
  color: #00205b !important;
}

.meta-section .category a {
  color: #cf102d !important;
}

.meta-section .category a:hover {
  color: #00205b !important;
}

.post-info {
  clear: both;
  display: table;
  margin-bottom: 30px;
}

.post-date {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.post-image {
  margin-bottom: 20px;
}

.more {
  float: right;
}

.post-main-content .post-content {
  padding: 0 20px;
}

.post-main-content .post-image img {
  width: 100%;
  height: auto;
}

.home-post .post-image img {
  width: 100%;
  height: auto;
}

/* Privacy popup
======================================= */

.cookieBarTop {
    background: #fff;
    border-bottom: 3px solid #cf102d;
    padding: 20px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
    text-align: center;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
}

.cookieBarTop a, .cookieBarTop a:hover {
  color: #cf102d;
  font-weight: bold;
}

.cookieTitle {
  font-size: 20px;
  font-weight: bold;
  color: #cf102d;
}

.closeCookie {
  border: 2px solid #cf102d !important;
  background-color: #fff;
  background-image: none;
}

/* Her Majesty page */

.bg-color-grey-light {
  background-color: #efefef !important;
}

.button--red {
  border: 2px solid #cf102d !important;
  border-radius: 40px !important;
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}

.home-featured-image.majesty img {
  border-radius: 10px!important;
  height: auto!important;
  max-width: 100%!important;
  width: 100%!important;
}

.majesty-content .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.majesty-content h1 {
  color: #000 !important;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.flex-column, .flex-row {
    -webkit-box-direction: normal!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

@media (max-width: 768px) {
  .d-flex {
    flex-wrap: wrap;
  }
  .majesty-content .col-sm-12 {
    width: 100%;
  }
}

/* Footer Styles
======================================= */

.footer {
  background-color: #00205b; /* Blue */
  color: #fff;
}

.footer p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 15px;
}

.footer-copyright {
  padding: 20px 15px 20px 15px;
}

.mfg-logo {
  text-align: right;
}

.mfg-logo-header {
    text-align: right;
    float: right;
    margin-top: 30px;
}
.mfg-logo-header img {
  height: 40px;
  width: auto;
}

.mfg-logo a {
  cursor: pointer;
  color: #fff !important;
}

.mfg-logo a:hover {
  color: #cf102d !important;
}

.mfg-logo img {
  width: 100%
}

/* Media Queries
======================================= */

#shiftnav-toggle-main { color: #cf102d !important; }
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target { background: #00205b !important; }
.shiftnav.shiftnav-skin-standard-dark { background: #cf102d !important; }
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu { background: #cf102d !important; }
li.menu-item > .shiftnav-target { text-transform: uppercase; border-top-color: #cf102d !important; }
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target { display: block; color: #fff !important; border-bottom: 1px solid #cf102d !important; border-top: 1px solid #cf102d !important; text-shadow: none !important; }


/* --------- iPhone 5 and 5S ---------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .logo img { width: 100%; height: auto;}
  /*.top-nav { display: none; }*/
  ul.phone-time { float: none; padding-left: 20px; }
  ul.phone-time li { margin: 0 15px 5px 0; font-size: 15px; }
  /*.primary-navigation {  display: none; }*/
  .home-featured-image { display: none; }
  .home-page-banner { display: none; }
  .home-content h2 { font-size: 34px; line-height: 44px; }
  .home-content h3 { width: 280px; }
  .murco-dealer-content h3 { margin-bottom: 60px; }
  .murco-dealer-content { max-height: 650px; min-height: 650px; }
  .testimonials-slider h3 { font-size: 36px; line-height: 46px; margin-bottom: 40px; }
  .testimonial_by_wrap { width: 100% !important; float: left !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-top: 0; line-height: 28px !important; padding-right: 30px; padding-left: 30px; }
  .testimonial_quote { width: 100% !important; min-height: 400px !important; float:left !important; padding-left: 0 !important; margin-left: 0 !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; background: none !important; border-right: none; padding-right: 30px !important; padding-left: 30px !important; line-height: 28px !important; display: table-cell !important; vertical-align: middle !important; }
  .testimonial_slider__default .testimonial_nav_arrow_wrap a { bottom: 65% !important; }
  .search-section { position: relative; left: 0 !important; }
  .station-search { min-height: 250px !important;  }
  .shiftnav-wrap {  margin-top: -3px !important; }
  .header-background { height: 160px; }
  .home-banner .banner-title, .title-section { width: 320px; top: 90px; height: 105px; padding: 15px 0; }
  .title-section { top: 3px; }
  h1.page-title, .title-section h3 { font-size: 22px; }
  .blackmore-group-section { padding-top: 60px; width: 320px; }
  .section-content { width: 320px; margin: 0 auto; }
  .promo-box-internal img { width: 100%; }
  .getintouch-banner-title { width: 320px; position: relative; top: 0; height: 35px; padding: 10px 0 20px 0; }
  .contact-description { padding-top: 50px; width: 320px; margin: 0 auto;  }
  .getintouch-banner-title h3 { font-size: 22px; }
  .post-image img { width: 100%; }
  .home-post { padding-top: 10px;  }
  .no-mobile { display: none; }
  .footer-section .address { padding-top: 20px; }
  .footer-section { text-align: center; }
  .page-header-background { height: 160px; }
  .page-banner .banner-title h1 { margin-top: 0; }
  .page-banner .banner-title { width: 320px; padding: 15px 0; top: 50px; height: 65px; }
  .main-page-content { padding-top: 20px; }
  .section-image { padding: 0 0; }
  .section-image img { width: 100%; height: auto; }
  .section-text .content { padding: 20px; }
  .section-text, .section-text-alt { min-height: 381px; max-height: 100%; }
  .section-text-alt .content { padding: 20px; }
  .acf-map { height: 160px; }
  .container-fluid.page-banner.map { display: none; }
  .project-info { padding-top: 20px; }
  .individual-map { display: none; }
  .individual-project-section { padding-top: 20px; }
  .meet-the-team-text p { padding: 20px 20px; margin: 20px 0px 20px 0px; }
  .profile-details { padding-top: 20px; }
  .grey-background { padding-top: 0; }
  .contact-content { padding: 0 15px 20px 15px; }
  .contact-form { padding: 30px 30px; }
  .contact-details { padding: 30px 30px; }
  input, select, textarea { -webkit-appearance: none; }
  select { background: url(img/dropdown.png) no-repeat 99% 10px; background-size: 1.5%; }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .shiftnav-wrap {  margin-top: -3px !important; }
  .col-sm-2.col-md-2.col-lg-2.logo { width: 100%; text-align: center; }
  .logo img { width: 30%; }
  .home-page-banner .banner-content { margin-top: 50px; width: 50%; }
  .home-page-banner .banner-content h1 { font-size: 35px; }
  .page-header-background { min-height: 270px; }
  .home-content h3 { font-size: 25px; }
  .home-content h2 { font-size: 38px; line-height: 48px; }
  .murco-dealer-background { min-height: 350px; }
  .murco-dealer-background .col-sm-6.col-md-6.col-lg-6 { width: 100%; }
  .murco-dealer-content { padding: 10px 30px; max-height: 350px; min-height: 350px; }
  .murco-dealer-content h3 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
  .testimonials-slider h3 { font-size: 38px; line-height: 48px; margin-bottom: 40px; }
  .station-search { width: 40%; }
  .search-section { left: 0 !important; width: 760px !important; }
  .testimonials { min-height: 370px; }
  .col-sm-4.col-md-4.col-lg-4.meet-the-team { width: 50%; float: left; }
  .no-mobile { display: none; }
  .footer-section .col-lg-3.col-md-3.col-sm-3 { width: 50%; float: left; }
  .project-background { min-height: 420px; }
  .individual-map { display: none; }
  .container-fluid.page-banner.map { display: none; }
  .form-section, .contact-details-section, .home-post { width: 50%; float: left; margin-bottom: 20px; }
  .contact-form, .contact-details { padding: 30px 30px; }
  .post-image img { width: 100%; height: auto; }
  .latest-news { padding-top: 30px; }
  .home-post { width: 100%; }
  .post-main-content { width: 100%; }
  .section-image { width: 41.66666667%; float: left; }
  .section-image img { width: 100%; }
  .section-text .content, .section-text-alt .content { padding: 10px; }
  .section-text, .section-text-alt { min-height: 254px; width: 58.33333333%; float: left; }
  .section-text h3, .section-text-alt h3 { font-size: 22px; margin: 0 0 10px !important; padding: 0 0 10px !important; }
  .section-text .content p, .section-text-alt .content p  { font-size: 14px; }
  input, select, textarea { -webkit-appearance: none; }
  select { background: url(img/dropdown.png) no-repeat 99% 10px; background-size: 1.5%; }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .shiftnav-wrap {  padding-top: 0px !important; }
  .post-image img { width: 100%; height: auto; }
  .latest-news { padding-top: 30px; }
  #cssmenu > ul > li {max-width: 110px;}
  #searchform input#searchsubmit { min-height: 45px; min-width: 46px; }
  #searchform input#s { min-width: 104px; }
  .section-image img { width: 100%; }
  .section-text .content, .section-text-alt .content { padding: 30px; }
  .section-text, .section-text-alt { min-height: 324px;}
  .search-section { left: 600px; }
  .header { padding-top: 20px; padding-bottom: 10px; }
  #cssmenu > ul > li > a { padding: 16px 5px 17px 5px; font-size: 12px; }
  .primary-navigation { padding-top: 10px; }
  .home-page-banner .banner-content { margin-top: 70px; }
  .home-page-banner .banner-content h1 { font-size: 40px; line-height: 50px; }
  .page-header-background { min-height: 350px; }
  .murco-dealer-content { padding: 20px 30px; }
  .murco-dealer-content h3 { font-size: 32px; }
  .col-lg-8 { width: 66.66666667% !important; float: left !important; }
  .col-lg-4 { width: 33.33333333% !important; float: left !important; }
  .team-profile h5 { font-size: 16px; }
  .team-profile a.button { font-size: 14px; }
  .profile-content { min-height: 165px; }
  input, select, textarea { -webkit-appearance: none; }
  select { background: url(img/dropdown.png) no-repeat 99% 10px; background-size: 1.5%; }
}

@media screen and (max-width: 767px) {
  .home-page-slider .slick-arrow, .about-page-slider .slick-arrow {
    top: auto;
    bottom: 15px;
    transform: none;
    font-size: 2.5rem;
    height: 50px;
    width: 50px;
    line-height: 44px;
  }

  .home-page-slider .slick-right.slick-arrow, .about-page-slider .slick-right.slick-arrow {
    right: auto;
    left: 80px;
  }

  .home-page-slider .slider-content .slider-title {
      font-size: 32px;
      line-height: normal;
  }

  .tg { width: auto !important; }
  .tg col { width: auto !important; }
  .tg-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

a.footerlinks:hover {
    color: #cf102d; text-decoration:underline !important;
}

.cli_settings_button[style] {
  color: #cf102d !important;
}


@media screen and (max-width: 1200px) {
  .desktop { display: none; }
  .mobile { display: block !important; }
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.mobile {
  display: none;
}

.mobile__menu {
  height: 160px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: flex-end;
}

#mobile-menu {
  background: #e51838;
  margin-top: 10px;
  display: none;
}

.is-active {
  display: block !important;
}

#mobile-menu ul {
  padding: 20px 0 20px 20px;
}

#mobile-menu ul li {
  list-style: none;
  margin-bottom: 15px;
}

#mobile-menu ul li:nth-last-child {
  margin-bottom: 0;
}

#mobile-menu ul li a {
  color: #fff;
}