.m_home-section p {
  line-height: 1.4em;
}

.m_home-section a {
  color: #9a1d1d;
}

.m_home-section h2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 981px) {
  .m_home-section h2 {
    font-size: 36px;
  }
}

.m_latests-reviews a {
  color: inherit;
}

.m_latests-reviews .m_latests-reviews--review {
  margin-top: 20px;
  margin-bottom: 40px;
}

.m_latests-reviews .m_latests-reviews--review h4 {
  font-size: 20px;
  font-weight: 400;
}

.m_latests-reviews .m_latests-reviews--review h4 a {
  color: inherit;
}

.m_latests-reviews .m_latests-reviews--review div.custom-tags {
  margin-bottom: 10px;
  margin-top: 0;
}

.m_latests-reviews .m_latests-reviews--review div.custom-tags > a {
  border-color: #263559;
  padding-left: 5px;
  padding-right: 5px;
}

.m_latests-reviews .m_latests-reviews--review div.custom-tags > a.tag-acc_not-accurately {
  border-color: #9a1d1d;
}

.m_latests-reviews .m_latests-reviews--review .post-meta {
  font-size: 14px;
}

.m_latests-reviews .m_latests-reviews--review .m_latests-reviews--review .custom_read-more {
  margin-top: 10px;
}

@media only screen and (min-width: 981px) {
  .m_latests-reviews {
    margin-left: -13px;
    margin-right: -13px;
  }
  .m_latests-reviews .m_latests-reviews--review {
    float: left;
    padding-left: 13px;
    padding-right: 13px;
    width: 33.3333%;
    border-left: 1px solid #CCC;
  }
  .m_latests-reviews .m_latests-reviews--review:first-child {
    border-left: none;
  }
}

.m_cta {
  font-size: 24px;
  color: #FFF;
  padding: 30px 0;
}

.m_cta .button {
  color: #FFF;
  font-size: 18px;
  display: inline-block;
  padding: 5px 30px;
  max-width: 485px;
  border: 2px solid #FFF;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  background: #681414;
}

.m_cta .button:hover {
  color: #9a1d1d;
  background: #FFF;
}

.m_bottom-nav {
  float: left;
}

.m_bottom-nav .bottom-nav {
  padding-top: 0;
}

.m_bottom-nav .bottom-nav a {
  text-transform: none;
}

@media (max-width: 980px) {
  .m_bottom-nav {
    float: none;
  }
  .m_bottom-nav .bottom-nav li {
    padding-right: 11px;
    padding-left: 11px;
  }
}

.m_share-links span {
  display: inline-block;
}

.m_share-links div.et-social-icon {
  display: inline-block;
  margin-left: 12px;
}

.m_share-links div.et-social-icon > a.icon {
  font-size: 14px;
}

.m_infs-button-wrapper {
  text-align: center;
}

.m_infs-button-wrapper button {
  color: #FFF;
  font-size: 16px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  display: inline-block;
  padding: 8px 24px;
  max-width: 300px;
  border: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  background: #9a1d1d;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.m_infs-button-wrapper button:hover {
  color: #FFF;
  background: #681414;
}

.m_loadmore-results {
  text-align: center;
  margin: 15px 0 40px 0;
}

div.custom-tags {
  margin: 15px 0;
}

div.custom-tags > a {
  display: inline-block;
  border: 1px solid #BBB;
  padding: 6px 10px 2px 10px;
  border-radius: 4px;
  line-height: 1.3;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #263559;
  margin-bottom: 2px;
}

div.custom-tags > a.tag-acc_not-accurately {
  color: #9a1d1d;
}

.entry-content h6 {
  font-weight: 400;
}

.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  color: #9a1d1d;
}

div.custom_read-more {
  margin-top: 20px;
  margin-bottom: 25px;
}

div.custom_read-more > a {
  border-bottom: 1px solid #9a1d1d;
  color: #9a1d1d;
}

.wp-pagenavi {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
  color: #9a1d1d !important;
}

.wp-pagenavi span.current {
  font-weight: bold !important;
}

.custom-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.custom-overlay--content {
  width: 90%;
  max-width: 600px;
  margin: 140px auto 40px auto;
  background: #FFF;
  padding: 40px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-overlay.isOpen {
  opacity: 1;
  pointer-events: all;
}

.custom-overlay.isOpen .custom-overlay--content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Reset footer layout */
@media (max-width: 980px) {
  #footer-widgets .footer-widget:nth-child(n) {
    width: auto !important;
    float: none;
    margin: 0 !important;
  }
}

/* Footer columns */
@media (min-width: 800px) {
  .footer-cols {
    display: table;
    width: 100%;
  }
  .footer-cols > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 10px 20px;
  }
}

/* Custom Newsletter */
.custom-newsletter h3 {
  padding-bottom: 15px;
}

.custom-newsletter .custom-form-item {
  padding-bottom: 10px;
}

.custom-newsletter .custom-form-item input {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

.custom-newsletter .button {
  background: #9a1d1d;
  color: #FFF;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
}

.custom-newsletter .button:hover {
  padding: 0.3em 1em;
  opacity: 0.8;
}

.mc4wp-response {
  margin-top: 15px;
}

/* custom Newsletter - Overlay */
.boxzilla-content .custom-form-item input {
  padding: 12px 15px;
  font-size: 16px;
}

.boxzilla-content .custom-button-container input {
  font-size: 19px;
}

@media (min-width: 700px) {
  .boxzilla-content .custom-newsletter {
    width: 500px;
    padding: 10px 0;
  }
  .boxzilla-content .custom-newsletter h3 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}

/* Custom Newsletter - Footer */
#footer-widgets .fwidget {
  float: none;
  text-align: center;
}

#footer-widgets .custom-newsletter .button {
  text-transform: none;
}

#footer-widgets .custom-newsletter h3 {
  color: #FFF;
  padding-bottom: 30px;
  font-size: 28px;
}

@media (min-width: 700px) {
  #footer-widgets .custom-form-item {
    display: inline-block;
    width: 390px;
    margin: 0 3px;
  }
  #footer-widgets .custom-form-item input {
    padding: 13px 20px;
    font-size: 17px;
    border: none;
  }
  #footer-widgets .custom-button-container {
    display: inline-block;
    width: 130px;
    margin: 0 3px;
  }
  #footer-widgets .custom-button-container input {
    font-size: 18px;
    padding: 8px 16px;
  }
}

#footer-info {
  float: none;
  text-align: center;
}

@media (max-width: 1200px) {
  #footer-info {
    clear: both;
  }
}

@media (max-width: 980px) {
  #footer-bottom .et-social-icons li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=maps/main.css.map */
