/*
Theme Name: SOS Oil
Theme URI: http://53stitches.com
Description: Custom theme for SOS Oil.

Author: Clare Heesh
Author URI: http://53stitches.com
Version: 1.0
*/
/************ VARIABLES ******************/
*:not(i) {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }


.home .elementor-widget-heading .elementor-widget-container .elementor-heading-title {
	margin: 0 0;
}


body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #111;
  line-height: 1.5; }

p, li {
  font-size: 16px; }

p {
  margin-bottom: 15px; }

/* Footer */
/* Typography */
/* Format and Alignment */
img {
  max-width: 100%;
  height: auto; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.sidebar-container {
  margin: 15px 0; }

input#searchsubmit {
  /*background: white;*/
  /*border: 1px solid #337ab7;*/
  /*color: #337ab7;*/
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 5px; }

input#s {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px; }

.sticky {
  background: #eee;
  border: 1px solid #ddd;
  margin: 15px 0;
  padding: 0 15px; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  text-align: center;
  margin: 0 auto; }

.post-thumbnail {
  text-align: center; }

.attachment-post-thumbnail {
  margin: 10px auto; }

.home .elementor-widget-heading .elementor-heading-title {
	margin: 50px 0;

}

.wp-caption-text, .gallery-caption {
  font-size: 0.9em;
  margin-top: 5px;
  border: 1px solid #eee;
  padding: 0 5px;
  box-sizing: border-box; }

.entry-content .wp-caption, .gallery-caption {
  max-width: 100%; }

.entry-content {
  word-wrap: break-word; }

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #777; }

td, th {
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #ddd; }

blockquote {
  font-family: 'Times New Roman', serif;
  font-style: italic; }

blockquote p {
  font-size: 20px;
  font-weight: normal;
  display: inline; }

blockquote:before {
  font-family: FontAwesome;
  /*color: #ddd;*/
  content: ' \f10d';
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.2em; }

cite p {
  text-align: right;
  margin-right: 20px; }

.post-title > a:hover, .entry-title > :hover {
  text-decoration: none; }

.bypostauthor {
  background: #eee;
  border-left: 3px solid #337ab7; }

/** Pagination **/
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600; }

.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9; }

.pagination {
  width: 100%;
  text-align: right; }

.pagination h2 {
  display: none; }

/**
*
*  Responsive navigation menu that supports up to three levels of navigation
*
**/
/***********************************
 Left aligned menu
***********************************/
/***********************************
 Right aligned menu
***********************************/
/***********************************
 Evenly spaced menu
***********************************/
/*@media (min-width:830px) {
    #sf-navigation {
        display: flex;
        justify-content: space-between;
    }
}

#sf-menu #sf-navigation:before, #sf-menu #sf-navigation:after {
    content: none;
}*/
.show {
  display: block; }

#sf-navigation {
  float: right; }
  @media (max-width: 992px) {
    #sf-navigation {
      width: 100%;
      overflow: auto;
      float: none; } }


#sf-menu ul, div.menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#sf-menu li, div.menu li {
  float: left;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

.menu-item-has-children > a::after {
  content: ' \f0d7';
  /* Caret */
  /* content: ' \f107'; /* Arrow */
  font-family: FontAwesome, sans-serif; }

#sf-menu {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0; }
  #sf-menu li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    border-bottom: 5px solid transparent; }
    #sf-menu li a:hover {
      border-bottom: 5px solid #4EA747; }
  #sf-menu ul {
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s; }
    #sf-menu ul ul.sub-menu {
      display: none;
      min-width: 200px; }
      #sf-menu ul ul.sub-menu li {
        width: 100%;
        white-space: nowrap; }
      #sf-menu ul ul.sub-menu a {
        padding: 0 10px;
        height: auto; }
      @media (min-width: 992px) {
        #sf-menu ul ul.sub-menu {
          position: absolute;
          /* Heigt of Parent ul */
          top: 31px;
          left: 0;
          float: left;
          width: auto;
          z-index: 99999;
          background-color: #272727; }
          #sf-menu ul ul.sub-menu li a {
            line-height: 1.2em;
            height: auto;
            padding-top: 15px;
            padding-bottom: 15px;
            border: 0; }
            #sf-menu ul ul.sub-menu li a:hover {
              border: 0;
              background-color: #4EA747; }
          #sf-menu ul ul.sub-menu ul {
            left: 200px;
            top: -1px; } }
    #sf-menu ul li:hover > ul.sub-menu, #sf-menu ul li.open > ul.sub-menu {
      /* View is larger than mobile */ }
      @media (min-width: 992px) {
        #sf-menu ul li:hover > ul.sub-menu, #sf-menu ul li.open > ul.sub-menu {
          display: block; } }
    @media (max-width: 992px) {
      #sf-menu ul {
        display: none;
        height: auto; }
        #sf-menu ul li {
          width: 100%; }
        #sf-menu ul ul {
          padding-left: 10px; }
          #sf-menu ul ul ul {
            padding-left: 20px; }
          #sf-menu ul ul a {
            width: 100%; }
          #sf-menu ul ul li:first-child {
            padding-top: 15px; }
          #sf-menu ul ul li:last-child {
            padding-bottom: 0; } }

.navbar {
  min-height: 0; }

.responsive-menu {
  display: none;
  padding: 10px; }
  .responsive-menu a {
    width: 100%; }
    .responsive-menu a:hover, .responsive-menu a:active, .responsive-menu a:focus {
      text-decoration: none; }
  @media (max-width: 992px) {
    .responsive-menu {
      display: block; } }

/* View is larger than mobile */
@media (min-width: 992px) {
  .menu-item-has-children ul .menu-item-has-children > a::after {
    content: ' \f0da';
    /* Caret */
    /*content: ' \f105'; /* Arrow */
    font-family: FontAwesome, sans-serif;
    position: absolute;
    right: 10px; } }

/* View is mobile */
@media (max-width: 992px) {
  .container-fluid {
    padding: 0; }
  .container-header {
    width: 100%; } }

.open + .front-page-background {
  overflow: inherit; }

.woocommerce #respond input#submit, .woocommerce a.buttom, .woocommerce button.button, .woocommerce input.button {
  padding: 13px 15px; }

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

body a {
  color: #4EA747; }
  body a:hover {
    color: #3d8338; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #4EA747; }

h1, h2, h3 {
  font-weight: bold; }

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label,
body .gform_wrapper ul.gfield_checkbox li input[type=radio]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio] + label {
  font-weight: normal !important; }

body label {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 20px; }

body #gform_1 label {
  margin-top: 10px; }

body .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 15px;
  margin-bottom: 10px; }

div, img {
  max-width: 100%; }

.overlay {
  background: rgba(93, 93, 93, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  font-weight: bold; }
  .btn.btn-default {
    background: transparent;
    border-color: #4EA747;
    color: #4EA747; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.1); }
  .btn.btn-primary {
    background: #4EA747;
    border-color: #4EA747;
    color: white; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background: #3d8338;
      border-color: #3d8338; }
  .btn.btn-success {
    background: #D4B029;
    border-color: #D4B029;
    color: white; }
    .btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
      background: #a98d21; }
  .btn.btn-info {
    background: #617cab;
    border-color: #617cab;
    color: white; }
    .btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:focus {
      background: #4b648e;
      border-color: #4b648e; }
  .btn.btn-warning {
    background: #BA681E;
    border-color: #BA681E;
    color: white; }
    .btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning:focus {
      background: #8e4f17;
      border-color: #8e4f17; }
  .btn.btn-danger {
    background: #c14145;
    border-color: #c14145;
    color: white; }
    .btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus {
      background: #9c3336;
      border-color: #9c3336; }
  .btn.btn-hollow {
    background: transparent;
    color: #4EA747;
    border: 1px solid #4EA747; }
    .btn.btn-hollow:hover, .btn.btn-hollow:active, .btn.btn-hollow:focus {
      color: white;
      background: #4EA747; }

.parent {
  padding-top: 160px; 
}

body.home .parent {
	padding-top: 100px;
}

@media (max-width: 767px) {
  .parent.single .col-xs-12:not(:last-of-type) {
    margin-bottom: 30px; } 
    
    .home .elementor-widget-heading .elementor-heading-title {
	    margin: 30px 0;
    }
}

header {
  position: fixed;
  width: 100%;
  z-index: 10; }
  header.open {
    position: relative; }
  header .logo {
    float: left;
    margin: 15px;
    max-height: 70px; }
    @media (max-width: 991px) {
      header .logo {
        max-height: 40px; } }
  header #mainnav {
    background: rgba(34, 34, 34, 0.8);
    height: 100px; }
    @media (max-width: 991px) {
      header #mainnav {
        height: 100px; } }
    header #mainnav li {
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      header #mainnav li a {
        color: white;
        padding: 0 40px;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 60px; }
        @media (min-width: 992px) {
          header #mainnav li a {
            line-height: 90px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent; } }
        @media (max-width: 992px) {
          header #mainnav li a {
            padding: 0 10px; } }
      @media (min-width: 992px) {
        header #mainnav li.current-menu-item a, header #mainnav li a:hover {
          border-bottom: 5px solid #4EA747; } }
    header #mainnav li.phone-menu, header #mainnav .featured-button {
      border-left: 0; }
      @media (max-width: 991px) {
        header #mainnav li.phone-menu, header #mainnav .featured-button {
          width: 100%; } }
      header #mainnav li.phone-menu a, header #mainnav .featured-button a {
        background: #4EA747;
        color: white;
        font-size: 30px; }
        header #mainnav li.phone-menu a:hover, header #mainnav .featured-button a:hover {
          color: white;
          text-decoration: none;
          background: #3d8338;
          border-color: transparent; }
    header #mainnav .featured-button a {
      float: right;
      line-height: 100px;
      padding: 0 40px;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        header #mainnav .featured-button a {
          width: 100%;
          font-size: 20px;
          padding: 10px;
          line-height: initial;
          text-align: center; } }

footer {
  background-color: #222;
  background-image: url("./assets/img/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  footer .feature-bar {
    background: #4EA747;
    text-align: center;
    padding: 15px; }
    footer .feature-bar p {
      margin: 0; }
    footer .feature-bar .btn-hollow {
      color: white;
      border-color: white;
      border-width: 2px;
      font-size: 18px; }
      footer .feature-bar .btn-hollow:hover, footer .feature-bar .btn-hollow:active, footer .feature-bar .btn-hollow:focus {
        background: rgba(255, 255, 255, 0.2); }
  footer .footer-content {
    padding: 30px 0; }
    @media (min-width: 768px) {
      footer .footer-content {
        padding: 30px; } }
    @media (max-width: 767px) {
      footer .footer-content .col-xs-12 {
        margin-bottom: 20px; } }
    footer .footer-content p {
      margin-bottom: 0;
      color: white; }
  footer h4 {
    color: #4EA747;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600; }
  footer .bottom-footer {
    background: rgba(34, 34, 34, 0.8);
    padding: 30px 0; }
    @media (min-width: 768px) {
      footer .bottom-footer {
        padding: 30px; } }
    footer .bottom-footer p {
      color: white;
      font-size: 13px;
      text-transform: uppercase;
      margin-bottom: 0; }

@media (max-width: 767px) {
  #sf-menu {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    background: #272727; } }

.front-page-background {
  position: relative;
  overflow: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .front-page-background .entry-content {
    padding-top: 50px; }
    @media (max-width: 767px) {
      .front-page-background .entry-content {
        padding-top: 30px; } }
  .front-page-background .subtitle {
    text-transform: uppercase;
    color: #272727;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 100; }
  .front-page-background .heading {
    font-weight: bold;
    font-size: 60px;
    color: #272727;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.75); }
    @media (max-width: 767px) {
      .front-page-background .heading {
        font-size: 36px; } }
  .front-page-background .buttons {
    padding: 30px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .front-page-background .buttons {
        padding: 30px; } }
    .front-page-background .buttons .btn {
      font-size: 20px;
      font-weight: normal;
      padding: 15px 20px;
      text-align: center;
      width: 260px;
      max-width: 100%;
      word-wrap: break-word;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .front-page-background .buttons .btn {
          display: block;
          margin-left: auto;
          margin-right: auto; }
          .front-page-background .buttons .btn:not(:last-of-type) {
            margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .front-page-background .buttons .btn:not(:first-of-type) {
        margin-left: 30px; } }
  .front-page-background .featured-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    margin-bottom: 100px;
    margin-top: 30px; }
    .front-page-background .featured-content h2 {
      margin-top: 0;
      margin-bottom: 25px; }
    @media (max-width: 767px) {
      .front-page-background .featured-content {
        padding: 25px;
        margin-bottom: 60px; } }

.light-bg {
  background: #efefef; }

@media (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }

.section-container {
  overflow: auto;
  width: 100%; }
  .section-container .section {
    overflow: auto;
    align-items: center;
    -webkit-align-items: center; }
    @media (min-width: 768px) {
      .section-container .section {
        display: flex;
        display: -webkit-flex; } }
    .section-container .section.light-bg .image-container {
      background-color: #efefef; }
    .section-container .section .image-container {
      background-size: contain;
      background-color: white;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%; }
      @media (max-width: 767px) {
        .section-container .section .image-container {
          min-height: 300px; } }
      .section-container .section .image-container img {
        max-height: 600px; }
      .section-container .section .image-container.left-side {
        order: 1;
        -webkit-order: 1;
        background-position: left; }
      .section-container .section .image-container.right-side {
        order: 3;
        -webkit-order: 3;
        background-position: right; }
      @media (max-width: 767px) {
        .section-container .section .image-container.left-side, .section-container .section .image-container.right-side {
          order: 4;
          -webkit-order: 4;
          background-position: center;
          text-align: center; } }
    .section-container .section .section-content {
      padding: 30px;
      float: left;
      order: 2; }
      @media (min-width: 768px) {
        .section-container .section .section-content {
          padding: 40px; } }

iframe {
  max-width: 100%;
  margin-bottom: 15px; }

.parent.single {
  margin-bottom: 60px; }

body .gform_wrapper textarea, input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid #c8c8c8; }

body .gform_wrapper .gform_footer .gform_button,
body .gform_wrapper .gform_footer input[type="submit"] {
  background: #4EA747;
  border: 1px solid #4EA747;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px;
  align-content: center;
  margin-top: 10px; }
  body .gform_wrapper .gform_footer .gform_button:hover, body .gform_wrapper .gform_footer .gform_button:active, body .gform_wrapper .gform_footer .gform_button:focus,
  body .gform_wrapper .gform_footer input[type="submit"]:hover,
  body .gform_wrapper .gform_footer input[type="submit"]:active,
  body .gform_wrapper .gform_footer input[type="submit"]:focus {
    background: #3d8338; }

body .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0; }

.responsive-menu {
  position: absolute;
  top: 13px;
  right: 0;
  text-align: center; }
  .responsive-menu a {
    color: white;
    border: 1px solid white;
    text-transform: uppercase;
    padding: 5px;
    margin-right: 10px; }

#book {
  background: #efefef;
  padding: 30px;
  margin-top: 40px; }
  @media (max-width: 767px) {
    #book {
      padding: 10px;
	  } 
	

}

.section-container img {
  box-shadow: 1px 1px 10px slategrey; }

@media (max-width: 767px) {
  h1 {
        font-size: 20px; }
  h2 {
    font-size: 24px; }
  .section-content img {
    width: 100%;
    margin-top: 20px; } }

.section-content {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto; }

.elementor-template {
  padding-top: 100px; }

/** Woocommerce overrides **/
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #review_form #submit {
  background: #4EA747;
  color: white;
  text-transform: uppercase;
  border-radius: 0px; }
  .woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:active,
  .woocommerce button.button:focus,
  .woocommerce input.button:hover,
  .woocommerce input.button:active,
  .woocommerce input.button:focus,
  .woocommerce #review_form #submit:hover,
  .woocommerce #review_form #submit:active,
  .woocommerce #review_form #submit:focus {
    color: white;
    background: #3d8338; }
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #review_form #submit.alt {
    background: #D4B029;
    color: white; }
    .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus,
    .woocommerce button.button.alt:hover,
    .woocommerce button.button.alt:active,
    .woocommerce button.button.alt:focus,
    .woocommerce input.button.alt:hover,
    .woocommerce input.button.alt:active,
    .woocommerce input.button.alt:focus,
    .woocommerce #review_form #submit.alt:hover,
    .woocommerce #review_form #submit.alt:active,
    .woocommerce #review_form #submit.alt:focus {
      background: #a98d21;
      color: white; }

input {
  padding: 7px; }


/* Make colors 'softer', typography, other minor tweaks */
h1, h2, h3, h4, h5, h6, li.menu-item a {
	font-family: Montserrat;
}

html, body {
    font-family: 'Hind';
}

header #mainnav {
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
}

header #mainnav li a {
	color: #111;
	font-weight: 600;
	font-size: 16px;

}

header #mainnav li a:hover {
	background-color: #4EA747;
}

#sf-menu ul ul.sub-menu {
	background-color: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

header #mainnav .featured-button a {
    line-height: 60px;
    border-radius: 0px;
    margin: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
}

footer .bottom-footer {
	background: rgba(255, 255, 255, 0.9);
}

footer .bottom-footer p, footer .footer-content p {
	color: #000;
}

footer .footer-content {
	background: rgba(255, 255, 255, 0.8);
}

.btn.btn-primary {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
}

.section-content {
	max-width: 1170px;
}

.section-container img {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
}

.alignright {
	margin: 0 0 15px 40px;
}

.alignleft {
	margin: 0 40px 15px 0;
}

.page-id-825 iframe {
	width: 100%;
	margin-bottom: 0px;
}

.parent.single {
	margin-bottom: 0px;
}

@media (max-width: 1530px) and (min-width: 1331px) {
	header #mainnav li a {
		padding: 0 20px;
	}
}


	header #mainnav li a {
		line-height: 40px;
		padding: 0 40px;
	}


@media (max-width: 767px) {
	.home .elementor-element-a094151 {
	    order: 2;
	}
	
	.home .elementor-button.elementor-size-lg {
		font-size: 18px !important;
		padding: 20px 10px !important;
	}
}

@media (max-width: 992px) {
	.home h1 {
	    font-size: 20px;
	}
	
	#sf-menu ul ul.sub-menu a {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 10px 0 40px;
	}
	
	#sf-menu ul ul li:first-child {
		padding-top: 0px;
	}
	
	.responsive-menu a {
		color: #000;
		border-color: #000;
	}

	header #mainnav li a {
		background: white-ish;
	}

	#sf-menu ul {
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
	}

	#sf-menu {
		background: #fff;
	}
	
	header #mainnav .featured-button a {
		font-size: 30px;
		margin: 0;
		border-radius: 0px;
	}
	
	header #mainnav .featured-button {
		display: none;
	}
	

	
	.forcefullwidth_wrapper_tp_banner {
		
	}
}

@media (max-width: 1370px) {
  header #mainnav li a {
      color: #444;
      font-weight: 600;
      font-size: 14px;
      padding: 10px!important;
  }
  header .logo {
    max-height: 50px;
  }
  header #mainnav .featured-button a {
    line-height: 50px;
    border-radius: 4px;
    margin: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 700;
}
}

#sf-menu ul {
  margin-top: 20px;
}

/* Rev slider */
.rev_slider .slotholder:after, .rev_slider .slotholder .kenburnimg img:after {
	background: transparent !important;
}

/* blog page */
.blog .entry-content.col-xs-12 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 20px 24px 20px;
}

.blog .entry-content div.post {
  width: calc(33.3% - 20px);
  display: inline-grid;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
  padding: 20px 20px 24px 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  max-height: 20%;
  height: 20%;

}

.blog h1.entry-title.post-title {
  font-size: 20px;
  font-weight: 500;
  order: 2;
  margin-top: 10px;
}

.blog img.attachment-post-thumbnail {
  height: 200px;
  object-fit: cover;
  order: 1;
}

.blog .post > p {
  line-height: 1.7em;
  letter-spacing: 0.12px;
  margin-top: 5px;
  order: 3;
}

@media screen and (max-width: 768px) {
  .blog .entry-content.col-xs-12 {
    flex-direction: column;
  }
  .blog .entry-content div.post {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
  .blog .entry-content div.post {
    width: calc(50% - 20px);
  }
}

/* Google Reviews */
footer h2.grw-widget-title.widget-title {
  color: #4ea747;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}

footer .wp-gr.wpac {
  background: #fff !important;
  padding: 12px 9px !important;
  border-radius: 4px !important;
}