/*
Theme Name: R&R Auto Care

Fonts Used:
font-family: "Roboto", sans-serif;
*/
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
.clear {
  clear: both
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}
/*--------- BODY ELEMENTS --------- */
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
  letter-spacing: -0.02em;
  word-spacing: 0.04em;
  max-width: 2400px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  transition: .5s;
}
b, strong {
  font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td, article, header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, select, textarea {
  -webkit-appearance: none;
}
p {
  margin: 0 0 1.5em 0;
}
p:last-child {
  margin: 0 !important;
}
a {
  text-decoration: none;
  transition: .5s;
}
em, i {
  font-style: italic;
}
img {
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.333em;
  box-sizing: border-box;
}
/*--------- HEADER ELEMENTS --------- */
#header {
  display: table;
  width: 100%;
  background: #001b4c;
}
#branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  margin: 1em auto;
}
#branding .left, #branding .right {
  width: 50%;
  display: flex;
  align-items: center;
}
#branding .left {
  gap: 1em;
  position: relative;
}
#branding .left img {
  display: block;
  width: 8em;
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#branding .left span {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  position: relative;
  left: 4em;
}
#branding .left span small {
  display: block;
  font-size: 0.5em;
  font-weight: 700;
  color: #fff;
}
#branding .right {
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  align-items: revert;
}
#branding .right a {
  font-size: 2em;
  font-weight: 800;
  color: #fff;
}
#branding .right a:hover {
  color: #25aae1;
}
#branding .right span {
  font-size: 1.333em;
  font-weight: 700;
  color: #fff;
}
/*--------- MOBILE HEADER ELEMENTS --------- */
.mobileheader {
    display: none;
}
/*--------- F00TER ELEMENTS --------- */
#footer {
  display: table;
  width: 100%;
  background: #001b4c;
  border-top: 1px solid #25aae1;
}
#footer .footerinfo {
  display: grid;
  width: 1500px;
  margin: 1em auto 1em auto;
  grid-template-columns: 0.4fr 0.2fr 0.2fr 0.2fr;
  gap: 2em;
  align-items: center;
  color: #fff;
}
#footer .footerinfo .footer-logo {
  display: flex;
  align-items: center;
  gap: 1em;
}
#footer .footerinfo .footer-logo img {
  display: block;
  width: 6em;
  max-width: 100%;
  height: auto;
}
#footer .footerinfo .footer-logo span {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
#footer .footerinfo .footer-logo small {
  display: block;
  font-size: 0.5em;
  font-weight: 700;
  color: #fff;
}
#footer .footerinfo .phone {
  font-size: 1.667em;
  text-align: center;
}
#footer .footerinfo .phone a {
  color: #fff;
}
#footer .footerinfo .phone a:hover {
  color: #25aae1;
}
#footer .footerinfo .address {
  font-size: 1.333em;
  line-height: 1.333em;
}
#footer .footerinfo .social {
  font-size: 1.333em;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
#footer .footerinfo .social a {
  color: #fff;
}
#footer .footerinfo .social a:hover {
  color: #25aae1
}
#footer .footerinfo .social .fa-brands {
  font-size: 2em;
}
#copyright {
  display: table;
  width: 100%;	
  background: #001b4c;
  color: #fff;
  font-size: 0.889em;
  text-align: center;
  line-height: 1.333em;
  border-top: 1px solid #25aae1;
  padding:0.75em 4vw;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #25aae1
}
/*--------- HOME BANNER ELEMENTS --------- */
#homebanner {
  display: table;
  width: 100%;
  position: relative;
  background-image: linear-gradient(90deg, rgba(0, 27, 76, 0.80), rgba(0, 27, 76, 0.50), rgba(0, 27, 76, 0.10));
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#homebanner:after {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: url("images/main-banner.webp") center no-repeat;
  background-size: cover;
  z-index: -1;
}
#homebanner .homebanner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 5em auto 5em auto;
  width: 1500px;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
#homebanner .homebanner h1 {
  font-size: 4em;
  font-weight: 800;
  color: #fff;
  line-height: 1.111em;
  margin: 0 0 0.5em 0;
}
#homebanner .homebanner h1 span {
  color: #25aae1;
}
#homebanner .homebanner p {
  font-size: 1.333em;
  color: #fff;
}
#homebanner .homebanner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  font-weight: 700;
  font-size: 1.222em;
  border: 2px solid #25aae1;
  cursor: pointer;
  text-align: center;
  background: #25aae1;
  color: #000;
  text-decoration: none;
}
#homebanner .homebanner a:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
#homebanner .homebanner a.light {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#homebanner .homebanner a.light:hover {
  background: #fff;
  color: #001b4c;
  border-color: #fff;
}
#homebanner .usps {
  display: table;
  width: 1500px;
  margin: 0 auto 5em auto;
}
#homebanner .usps .widget {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 1em;
}
#homebanner .usps .widget > div {
  position: relative;
  padding: 1.5em 1.5em 1.5em 7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
#homebanner .usps .widget > div:first-of-type {
  border-radius: 1em 0 0 1em;
}
#homebanner .usps .widget > div:last-of-type {
  border-radius: 0 1em 1em 0;
}
#homebanner .usps .widget > div:before {
  content: "";
  width: 5em;
  height: 5em;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* Individual Icons */
#homebanner .usps .widget > div:nth-child(1)::before {
  background-image: url("images/usp1.webp");
}
#homebanner .usps .widget > div:nth-child(2)::before {
  background-image: url("images/usp2.webp");
}
#homebanner .usps .widget > div:nth-child(3)::before {
  background-image: url("images/usp3.webp");
}
#homebanner .usps .widget > div:nth-child(4)::before {
  background-image: url("images/usp4.webp");
}
#homebanner .usps .widget > div strong {
  display: block;
  font-size: 1.222em;
  margin-bottom: 0.25em;
}
/*--------- HOME SERVICES ELEMENTS --------- */
#services {
  display: table;
  width: 100%;
}
#services .services {
  display: table;
  width: 1500px;
  margin: 3em auto 5em auto;
  text-align: center;
}
#services .services ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* First item spans full width */
#services ul li:first-child {
  grid-column: span 5;
}
#services ul li:first-child h2 {
  font-size: 2.667em;
  font-weight: 700;
  margin: 0 0 0.25em 0;
  position: relative;
}
#services ul li:first-child h2:after {
  content: "";
  display: table;
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: #25aae1;
}
/* Service items */
#services ul li:not(:first-child) {
  position: relative;
  padding-left: 4em;
  min-height: 3.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #25aae1;
  border-radius: 1em;
  padding: 1em;
}
#services ul li:not(:first-child)::before {
  content: "";
  display: table;
  margin: 0 auto 0 auto;
  width: 5em;
  height: 5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#services ul li:nth-child(2):before {
  background-image: url("images/service1.webp");
}
#services ul li:nth-child(3):before {
  background-image: url("images/service2.webp");
}
#services ul li:nth-child(4):before {
  background-image: url("images/service3.webp");
}
#services ul li:nth-child(5):before {
  background-image: url("images/service4.webp");
}
#services ul li:nth-child(6):before {
  background-image: url("images/service5.webp");
}
#services ul li:nth-child(7):before {
  background-image: url("images/service6.webp");
}
#services ul li:nth-child(8):before {
  background-image: url("images/service7.webp");
}
#services ul li:nth-child(9):before {
  background-image: url("images/service8.webp");
}
#services ul li:nth-child(10):before {
  background-image: url("images/service9.webp");
}
#services ul li:nth-child(11):before {
  background-image: url("images/service10.webp");
}
#services ul li strong {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.222em;
}
/*--------- HOME WHY US ELEMENTS --------- */
#whyus {
  display: table;
  width: 100%;
}
#whyus .whyus {
  display: grid;
  grid-template-columns: 0.35fr 0.4fr 0.25fr;
  gap: 2em;
  width: 1500px;
  margin: 0 auto 3em auto;
}
#whyus .whyus .widget_media_image img {
  display: table;
  width: 100%;
  margin: 0;
  border-radius: 1em;
}
#whyus .whyus .eyebrow {
  display: block;
  font-size: 1.333em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
#whyus .whyus h2 {
  font-size: 2.667em;
  font-weight: 700;
  margin: 0 0 0.25em 0;
  position: relative;
}
#whyus .whyus h2:after {
  content: "";
  display: table;
  margin: 0;
  width: 60px;
  height: 4px;
  background: #25aae1;
}
#whyus .whyus ul {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
#whyus .whyus ul li {
  list-style: none;
  padding: 0.25em 0 0.25em 1.35em;
  position: relative;
}
#whyus .whyus ul li:before {
  content: "\f00c";
  left: 0;
  font-size: 0.889em;
  position: absolute;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #001b4c;
}
/*--------- HOME REVIEWS ELEMENTS --------- */
#reviews {
  display: table;
  width: 100%;
}
#reviews .reviews {
  display: table;
  width: 1500px;
  margin: 0 auto 5em auto;
  text-align: center;
}
#reviews .reviews h2 {
  font-size: 2.667em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  position: relative;
}
#reviews .reviews h2:after {
  content: "";
  display: table;
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: #25aae1;
}
#reviews .reviews ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
#reviews .reviews ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #25aae1;
  border-radius: 1em;
  padding: 1.5em;
}
#reviews .reviews ul li span {
  display: block;
  font-size: 2em;
  color: #FFB800;
  margin: 0 0 0.25em 0;
}
#reviews .reviews ul li strong {
  display: block;
  font-size: 1.222em;
  margin: 0.25em 0 0 0;
}
#reviews .reviews h3 {
  font-size: 1.667em;
  font-weight: 700;
  font-style: italic;
  color: #25aae1;
  margin: 0;
}
/*--------- HOME INFO ELEMENTS --------- */
#info {
  display: table;
  width: 100%;
  background: #D4F1FB;
}
#info .info {
  display: grid;
  width: 1500px;
  margin: 0 auto 0 auto;
  grid-template-columns: 0.3fr 0.4fr 0.3fr;
  gap: 2em;
  align-items: stretch;
  text-align: center;
}
#info .info .widget {
  padding: 3em 0 3em 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
}
#info .info .widget:nth-of-type(even) {
  padding: 0;
}
#info .info .widget iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#info .info .widget h3 {
  font-size: 1.333em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  position: relative;
}
#info .info .widget h3:after {
  content: "";
  display: table;
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: #25aae1;
}
#info .info .widget a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  font-weight: 700;
  font-size: 1.111em;
  border: 2px solid #000;
  cursor: pointer;
  text-align: center;
  background: #fff;
  color: #000;
  text-decoration: none;
}
#info .info .widget a:hover {
  border-color: #25aae1;
  background: #25aae1;
  color: #000;
}
#info .info .widget .day {
  display: block;
  margin: 0 0 1em 0;
}
#info .info .widget .night {
  display: block;
}
#info .info .widget .fa-regular {
  display: table;
  margin: 0 auto 0.25em auto;
  font-size: 1.667em;
  color: #25aae1;
}
#info .info .widget .ctabtn {
  display: block;
}
/*--------- HOME CTA ELEMENTS --------- */
#cta {
  display: table;
  width: 100%;
  background-color: #001b4c;
  background-image: url("images/cta-left.webp"), url("images/cta-right.webp");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
#cta .cta {
  display: table;
  width: 1500px;
  margin: 3em auto 3em auto;
  text-align: center;
  color: #fff;
}
#cta .cta h3 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 0.25em 0;
  position: relative;
}
#cta .cta h3:after {
  content: "";
  display: table;
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: #25aae1;
}
#cta .cta a {
  display: table;
  margin: 1em auto 0 auto;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  font-weight: 700;
  font-size: 1.222em;
  border: 2px solid #25aae1;
  cursor: pointer;
  text-align: center;
  background: #25aae1;
  color: #fff;
  text-decoration: none;
}
#cta .cta a:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
/*--------- HOME CONTENT ELEMENTS --------- */
.page-template-front-page #container {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* --------- PAGE ELEMENTS --------- */
#container #content a {
  color: #25aae1;
}
#container #content a:hover {
  color: #000000;
}
#container {
  width: 1500px;
  display: table;
  margin: 0 auto;
  padding: 3em 0 3em 0;
}
#content {
  float: left;
  width: 71%;
}
#sidebar {
  float: right;
  width: 27%;
}
#container #content h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.444em;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
}
#container #content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2em;
  line-height: 1.35em;
  margin: 0 0 0.600em 0;
  color: #000;
}
#container #content h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.667em;
  line-height: 1.35em;
  margin: 0 0 0.750em 0;
  color: #000;
}
#container #content h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.444em;
  line-height: 1.35em;
  margin: 0 0 0.900em 0;
  color: #000;
}
#container #content ul {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
#container #content ul li {
  list-style: none;
  padding: 0.5em 0 0.4em 1.35em;
  position: relative;
}
#container #content ul li:before {
  content: "\f00c";
  left: 0;
  font-size: 0.889em;
  position: absolute;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #25aae1;
}
#container #content ul li ul {
  margin-bottom: 0.5em;
}
#container #content ol {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2em;
  list-style: decimal;
}
#container #content ol li {
  padding: 0.3em 0;
}
#container #content .imgright {
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
#container #content .imgright img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1em;
}
#container #content .threeimgs {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 2em 0;
}
#container #content .threeimgs li {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0;
  list-style: none;
  background: none;
  float: left;
}
#container #content .threeimgs li:last-child {
  margin: 0;
}
#container #content .threeimgs li img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#container #content .threeimgs li:before {
  display: none;
}
#container #content .threeimgs li.double {
  width: 64%;
  margin: 0 0 0 2%;
}
.alignleft {
  float: left;
  margin: 0 1.5em 0.5em 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.alignright {
  float: right;
  margin: 0 0 0.5em 1.5em;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.alignnone {
  float: none;
  margin: 1.5em auto;
  display: table;
  border-radius: 1em;
}
.aligncenter {
  float: none;
  margin: 1.5em auto;
  display: table;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#container #content .altimages {
  display: grid;
  gap: 1.5em 1.5em;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 0;
  margin: 0;
}
#container #content .altimages li {
  padding: 0;
  margin: 0;
}
#container #content .altimages li img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#container #content .altimages li:before {
  display: none;
}
#container #content .mascot {
  width: 25%;
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: right;
}
#container #content .mascot img {
  width: 100%;
  height: auto;
  margin: 0;
}
/* --------- FORM ELEMENTS --------- */
.wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
input {
  height: 3em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
select {
  height: 3em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  background: #fff;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
textarea {
  height: 7em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
input[type="submit"] {
  display: table;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.111em;
  font-weight: 700;
  line-height: 3em;
  text-transform: uppercase;
  background: #000;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0 1em;
  height: inherit;
  margin: 0 auto 0 auto;
  width: 100%;
  transition: .5s;
}
input[type="submit"]:hover {
  color: #ff6100;
  background: #333;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  z-index: 999;
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  margin: 0 0 -20px 0 !important;
}
div.wpcf7 br {
  display: none;
}
div.wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: yellow !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ng {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: white !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
span.wpcf7-not-valid-tip {
  margin: 0 0 5px 0 !important;
  color: yellow !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.25em !important;
}
div.wpcf7-validation-errors {
  color: yellow !important;
  border: none !important;
  font-weight: 400;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
#searchform #s {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 1em;
  line-height: 2.222em;
  padding: 0 1em;
  box-shadow: 1px 1px 2px #333;
}
#searchform input[type="submit"] {
  width: 25%;
  float: left;
  font-size: 1em;
  line-height: 2.778em;
  padding: 0;
  box-shadow: 1px 1px 2px #333;
}
/* --------- BLOG PAGE ELEMENTS --------- */
.entry-meta {
  margin: 0 0 1em 0;
}
.entry-footer {
  border: 1px solid #ededed;
  background: #fbfbfb;
  padding: 0.25em 1em;
  display: table;
  width: 100%;
  margin: 1.5em 0 0 0;
}
.cat-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
.tag-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
#nav-below {
  margin: 1.5em 0 0 0;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#container #content article {
  margin: 0 0 3em 0 !important;
}
.blog #container #content article .size-post-thumbnail {
  display: none;
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
.single #container #content article .size-post-thumbnail {
  display: none;
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
/* --------- SIDEBAR ELEMENTS --------- */
.sidebarform {
  display: table;
  width: 100%;
  background: #25aae1;
  background-size: cover;
  padding: 1.5em;
  margin: 0 0 1.5em 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.sidebarform h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 0.25em 0;
}
.sidebarform .wpcf7 {
  margin: 0;
}
.sidebarform .wpcf7 table {
  display: table;
  margin: 0 auto;
}
.sidebarform .wpcf7 table tr td {
  float: left;
  width: 100%;
  padding: 0.25em 0;
}
.sidebarform .wpcf7 table tr td input {
  margin: 0;
}
.sidebarform .wpcf7 table tr td select {
  margin: 0;
}
.sidebarform .wpcf7 table tr td textarea {
  margin: 0;
}
/* --------- VIDEO ELEMENTS --------- */
.videocontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videocontainer .videosize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videocontainer iframe {
  display: table;
}
/* --------- FULL WIDTH PAGE ELEMENTS --------- */
.page-template-full-width #content {
  width: 100%;
  margin: 0;
}