@font-face {
  font-family: 'lora-regular';
  src: url('../fonts/lora-regular.woff2') format('woff2'),
    url('../fonts/lora-regular.woff') format('woff'),
    url('../fonts/lora-regular.otf') format('opentype'),
    url('../fonts/lora-regular.ttf') format('truetype'),
    url('../fonts/lora-regular.eot?') format('eot'),
    url('../fonts/lora-regular.svg#lora-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lora-bold';
  src: url('../fonts/lora-bold.woff2') format('woff2'),
    url('../fonts/lora-bold.woff') format('woff'),
    url('../fonts/lora-bold.otf') format('opentype'),
    url('../fonts/lora-bold.ttf') format('truetype'),
    url('../fonts/lora-bold.eot?') format('eot'),
    url('../fonts/lora-bold.svg#lora-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
body {
  color: #272727;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 26px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
:focus {
  outline: 0;
}
ol, ul {
  font-family: lora-regular;
  margin: 0;
  padding: 0px 0px 10px 40px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
embed, iframe, object {
  max-width: 100%;
}

/* Global
----------------------------------------------- */

/* Horizontal Line */
hr {
  border-color: #eaeaea;
  border-style: solid none none;
  border-width: 1px 0 0;
  height: 0;
  margin: 0 0 0px;
}

/* Text elements */
p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
li {
  font-size: 1.25rem;
  padding: 0 0 15px 13px;
}
strong, b {
  font-family: lora-bold;
}
cite, em, i {
  font-style: italic;
}
pre {
  background-color: #fff;
  margin-bottom: 20px;
  overflow: auto;
  padding: 20px;
}
pre, code, kbd {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background-color: #272727;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
}
sup, sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.alignleft,
.align-left {
  float: left;
  margin-right: 1.5rem;
}
.alignright,
.align-right {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter,
.align-center {
  margin: 0 auto;
  display: block;
}
img.alignleft,
img.align-left,
img.alignright,
img.align-right,
img.aligncenter,
img.align-center,
img.alignnone,
img.align-none {
  margin-bottom: 1.5rem;
}
blockquote {
  font-style: italic;
  font-weight: normal;
  padding: 20px;
  border-left: 4px solid #00539d;
  margin-bottom: 20px;
}
blockquote p {
  margin: 0;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.seperator {
  display: block;
  margin: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Forms */
input, textarea {
  -webkit-border-radius: 0px;
}
input[type="text"]::placeholder {
  color: #727272;
  opacity: 1;
  font-size: 1rem;
  font-family: Roboto;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  padding:12px 20px;
  border: 1px solid #e8e8e8;
  line-height: 20px;
  width: 100%;
  margin: 0 0 10px;
  background-color: #fff;
  border-radius:5px;
  height:46px;
  font-size: 16px;
  color: #272727;
  font-family: Roboto;
}
textarea{
  resize: none;
  height: 110px;
}
input[type="reset"],
input[type="button"],
input[type="submit"], .button {
  color: #272727;
  display:inline-block;
  border-radius:0px;
  margin:15px 0px 10px 0px;
  padding:18px 38px 16px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  background:#dd1a1a;
  border:none;
  font-size:16px;
  transition:linear 0.3s all;
  -webkit-transition:linear 0.3s all;
  text-transform: uppercase;
  font-family: Roboto;
  text-align: center;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
    color:#fff;
    background: #272727
}
.blue-btn {
  background: #09152f;
}
.blue-btn:hover {
  background: #dd1a1a;
}
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
/* Links */
a {
  cursor: pointer;
  text-decoration: none;
  color: #00a3e0;
}
a:focus, a:active, a:hover {
  color: #0075bf;
  text-decoration: none;
}
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  color: #272727;
}
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
  color: #de1d37;
}

/* Images */
figure {
  margin: 0;
  text-align: center;
}
img {
  max-width:100%;
  height:auto;
  vertical-align:top;
}
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 12px;
  line-height: normal;
  text-align: left;
  font-family: lora-regular;
  margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: #272727;
  padding: 0px;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, h6 {
  font-weight: normal;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: .75rem;
}
.show {
  display: block;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}

/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.clearfix-third,
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.rel {
  position: relative;
}
.textcenter {
  text-align: center;
}
.textleft {
  text-align: left;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.img-full {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.container {
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

header:after,
.topheader-bg:after,
.container:after,
.banner:after,
.title:after,
.step-guide:after {
  display: block;
  clear: both;
  content: "";
}
img.Avery-banner,
.Avery-banner picture,
.Avery-banner img {
  width: 100%;
}

/* =======================================================================================
display
========================================================================================== */
.wp-d-none{display:none!important}
.wp-d-inline{display:inline!important}
.wp-d-inline-block{display:inline-block!important}
.wp-d-block{display:block!important}
.wp-d-table{display:table!important}
.wp-d-table-row{display:table-row!important}
.wp-d-table-cell{display:table-cell!important}
.wp-d-flex{display:flex!important}
.wp-d-inline-flex{display:inline-flex!important}
@media (min-width:576px) {
  .wp-d-sm-none{display:none!important}
  .wp-d-sm-inline{display:inline!important}
  .wp-d-sm-inline-block{display:inline-block!important}
  .wp-d-sm-block{display:block!important}
  .wp-d-sm-table{display:table!important}
  .wp-d-sm-table-row{display:table-row!important}
  .wp-d-sm-table-cell{display:table-cell!important}
  .wp-d-sm-flex{display:flex!important}
  .wp-d-sm-inline-flex{display:inline-flex!important}
}
@media (min-width:769px){
  .wp-d-md-none{display:none!important}
  .wp-d-md-inline{display:inline!important}
  .wp-d-md-inline-block{display:inline-block!important}
  .wp-d-md-block{display:block!important}
  .wp-d-md-table{display:table!important}
  .wp-d-md-table-row{display:table-row!important}
  .wp-d-md-table-cell{display:table-cell!important}
  .wp-d-md-flex{display:flex!important}
  .wp-d-md-inline-flex{display:inline-flex!important}
}
@media (min-width:992px) {
  .wp-d-lg-none{display:none!important}
  .wp-d-lg-inline{display:inline!important}
  .wp-d-lg-inline-block{display:inline-block!important}
  .wp-d-lg-block{display:block!important}
  .wp-d-lg-table{display:table!important}
  .wp-d-lg-table-row{display:table-row!important}
  .wp-d-lg-table-cell{display:table-cell!important}
  .wp-d-lg-flex{display:flex!important}
  .wp-d-lg-inline-flex{display:inline-flex!important}
}
@media (min-width:1200px) {
  .wp-d-xl-none{display:none!important}
  .wp-d-xl-inline{display:inline!important}
  .wp-d-xl-inline-block{display:inline-block!important}
  .wp-d-xl-block{display:block!important}
  .wp-d-xl-table{display:table!important}
  .wp-d-xl-table-row{display:table-row!important}
  .wp-d-xl-table-cell{display:table-cell!important}
  .wp-d-xl-flex{display:flex!important}
  .wp-d-xl-inline-flex{display:inline-flex!important}
}
@media print{
  .wp-d-print-none{display:none!important}
  .wp-d-print-inline{display:inline!important}
  .wp-d-print-inline-block{display:inline-block!important}
  .wp-d-print-block{display:block!important}
  .wp-d-print-table{display:table!important}
  .wp-d-print-table-row{display:table-row!important}
  .wp-d-print-table-cell{display:table-cell!important}
  .wp-d-print-flex{display:flex!important}
  .wp-d-print-inline-flex{display:inline-flex!important}
}

/* =======================================================================================
flexbox columns
========================================================================================== */
.wp-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
[class*="wp-col"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.wp-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.wp-col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.wp-col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.wp-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.wp-col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.wp-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.wp-col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.wp-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.wp-col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.wp-col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.wp-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.wp-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
@media(min-width: 576px) {
  .wp-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .wp-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .wp-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media(min-width: 769px) {
  .wp-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .wp-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .wp-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media(min-width: 992px) {
  .wp-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .wp-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .wp-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media(min-width: 1200px) {
  .wp-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .wp-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-lx-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .wp-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.wp-align-items-center {
  align-items: center !important;
}
.wp-m-1 {
  margin: .25rem !important;
}
.wp-mb-1, .wp-my-1 {
  margin-bottom: .25rem !important;
}
.wp-mt-1, .wp-my-1 {
  margin-top: .25rem !important;
}
.wp-ml-1, .wp-mx-1 {
  margin-left: .25rem !important;
}
.wp-mr-1, .wp-mx-1 {
  margin-right: .25rem !important;
}
.wp-m-2 {
  margin: .5rem !important;
}
.wp-mb-2, .wp-my-2 {
  margin-bottom: .5rem !important;
}
.wp-mt-2, .wp-my-2 {
  margin-top: .5rem !important;
}
.wp-ml-2, .wp-mx-2 {
  margin-left: .5rem !important;
}
.wp-mr-2, .wp-mx-2 {
  margin-right: .5rem !important;
}
.wp-m-3 {
  margin: 1rem !important;
}
.wp-mb-3, .wp-my-3 {
  margin-bottom: 1rem !important;
}
.wp-mt-3, .wp-my-3 {
  margin-top: 1rem !important;
}
.wp-ml-3, .wp-mx-3 {
  margin-left: 1rem !important;
}
.wp-mr-3, .wp-mx-3 {
  margin-right: 1rem !important;
}

.wp-m-4 {
  margin: 1.5rem !important;
}
.wp-mb-4, .wp-my-4 {
  margin-bottom: 1.5rem !important;
}
.wp-mt-4, .wp-my-4 {
  margin-top: 1.5rem !important;
}
.wp-ml-4, .wp-mx-4 {
  margin-left: 1.5rem !important;
}
.wp-mr-4, .wp-mx-4 {
  margin-right: 1.5rem !important;
}
.wp-m-5 {
  margin: 3rem !important;
}
.wp-mb-5, .wp-my-5 {
  margin-bottom: 3rem !important;
}
.wp-mt-5, .wp-my-5 {
  margin-top: 3rem !important;
}
.wp-ml-5, .wp-mx-5 {
  margin-left: 3rem !important;
}
.wp-mr-5, .wp-mx-5 {
  margin-right: 3rem !important;
}
.wp-m-6 {
  margin: 6rem !important;
}
.wp-mb-6, .wp-my-6 {
  margin-bottom: 6rem !important;
}
.wp-mt-6, .wp-my-6 {
  margin-top: 6rem !important;
}
.wp-ml-6, .wp-mx-6 {
  margin-left: 6rem !important;
}
.wp-mr-6, .wp-mx-6 {
  margin-right: 6rem !important;
}
/* No Border/Margin/Padding */
.no-margin-top, .wp-mt-0 {margin-top: 0px !important;}
.no-margin-right, .wp-mr-0 {margin-right: 0px !important;}
.no-margin-bottom, .wp-mb-0 {margin-bottom: 0px !important;}
.no-margin-left, .wp-ml-0 {margin-left: 0px !important;}
.no-padding-top, .wp-pt-0 {padding-top: 0px !important;}
.no-padding-right, .wp-pr-0 {padding-right: 0px !important;}
.no-padding-bottom, .wp-pb-0 {padding-bottom: 0px !important;}
.no-padding-left, .wp-pl-0 {padding-left: 0px !important;}
.no-border-top {border-top: 0 none !important;}
.no-border-bottom {border-bottom: 0 none !important;}
.no-border-left {border-left: 0 none !important;}
.no-border-right {border-right: 0 none !important;}
.margin-bottom10{ margin-bottom: 10px}
.margin-bottom20{ margin-bottom: 20px}
.margin-bottom30{ margin-bottom: 30px}
.margin-bottom40{ margin-bottom: 40px}
.padding-bottom10{ padding-bottom: 10px}
.padding-bottom20{ padding-bottom: 20px}
.padding-bottom30{ padding-bottom: 30px}
.padding-bottom40{ padding-bottom: 40px}
.margin-top{margin-top: 30px}

/* =======================================================================================
Button
========================================================================================== */
.btn {
  position: relative;
  max-width: 228px;
  height: 40px;
  line-height: 35px;
  border: 2px solid #272727;
  cursor: pointer;
  transition: all 0.5s ease-out;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
}
.cat-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.cat-row .wp-btn {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 1.5rem!important;
}
.wp-btn {
  display: inline-block;
  max-width: 228px;
  min-width: 140px;
  /*height: 40px;*/
  padding: .5rem .75rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #272727;
  border-radius: 1.5625rem;
  color: #272727 !important;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wp-btn:hover {
  color: #fff !important;
  background-color: #272727 !important;
  transition: all 0.3s;
}
.wp-btn-small {
  padding: .25rem .5rem;
  font-size: .7109375rem;
  line-height: 1.5;
}
.wp-btn-action {
  background: #de1d37;
  border-color: #de1d37;
  color: #fff !important;
}
.wp-btn-action:hover {
  border-color: #272727;
}
.btn > a {
  text-align: center;
  color: #272727 !important;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  font-size: 18px;
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #272727;
  position: absolute;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  z-index: -1;
}

/* Left Slider */
.topheader-bg .btn-2:before {
  left: -160px;
  z-index: 1;
}
.arched-right .btn:before {
  left: -420px;
}
.check-customer .btn-2:before {
  left: -170px;
}
.email-div .btn-2:before {
  left: -340px;
}
.btn-2:before {
  top: 0;
  left: -225px;
}
.btn-2:hover:before {
  left: 0;
  display: none;
}
.btn:hover a {
  color: #fff;
}
.btn:hover {
  background: #272727 !important;
}
.btn:visited {
  background: #272727 !important;
}
.btn:focus {
  background: #272727 !important;
}
.btn.btn-2 p {
  margin-bottom: 0;
}
.btn.btn-2>p>a {
  color: #272727;
}
.btn.btn-2>p>a:hover {
  color: #fff;
}
.topheader-bg .btn:before {
  display: block;
}
.topheader-bg .btn:hover {
  background: transparent;
}
.search-open header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* =======================================================================================
Placeholder
========================================================================================== */
input[type="text"]::-ms-input-placeholder {
  /* IE 10+ */
  color: #727272;
  opacity: 1;
  font-size: 16px;
  font-family: Roboto;
}
input[type="text"]::placeholder {
  color: #727272;
  opacity: 1;
  font-size: 16px;
  font-family: Roboto;
}

/* =======================================================================================
Header style
========================================================================================== */
.flex {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
}
.topheader-bg {
  background: #f3f2ed;
  padding: 6px 0;
}
.explore {
  font-family: Roboto;
  color: #de1d37;
  text-decoration: underline;
  font-size: 18px;
  padding: 6px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.topheader-bg .btn {
  margin: 0;
  background: #de1d37;
  border: 0;
  padding: 0 17px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.topheader-bg .btn a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
}
.topheader-bg .btn:hover {
  background: #272727;
}
.topheader-bg .btn:before {
  background: #272727;
}
.explore:hover {
  text-decoration: underline;
}
.logo {
  display: inline-block;
  width: 100%;
}
@media (min-width: 576px) {
  .logo {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 188px;
  }
}
.searchform form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 46px;
  height: 46px;
}
.searchform form .input-group-btn .btn {
  border: none;
  background: transparent;
  width: 46px;
  height: 46px;
}
.searchform form .input-group-btn .btn:before {
  background: none;
  position: relative;
}
.searchform form .input-group-btn .btn img {
  position: absolute;
  top: 10px;
  right: 16px;
}
.searchform input {
  margin: 0;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e8e8e8;
  line-height: 20px;
  background-color: #fff;
  border-radius: 32px;
  height: 46px;
  font-size: 16px;
  color: #272727;
  font-family: Roboto;
}
.middle-header{
  padding: 20px 0;
  background: #fff;
}
.middle-header .wp-row {
  height: 76px;
}
@media(min-width: 576px) {
  .middle-header .wp-row {
    height: auto;
  }
}
.searchform i {
  color: #727272;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.contact-hd {
  text-align: right;
}
.contact-hd a {
  text-transform: uppercase;
}
.contact-hd a:hover {
  color:#de1d37;
}
.bottom-header ul {
  padding: 0 50px;
  list-style: none;
  display: table;
  margin: 0 auto;
  width: 95%;
}
.bottom-header ul li {
  display: table-cell;
  position: relative;
  padding: 17px 65px;
  white-space: nowrap;
}
.bottom-header ul li a {
  display: inherit;
  width: max-content;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  color: #073da3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.call_time {
  text-transform: uppercase;
}
.bottom-header ul li a:hover,
.main-menu ul li a:hover {
  color: #de1d37;
}
.bottom-header .sub-menu {
  width: 320px;
  padding: 27px 30px;
}
.bottom-header .sub-menu:after {
  content: "";
  position: absolute;
  top:-13px;
  left: 50%;
  background: url(../images/arrow-top.png) no-repeat 0 0;
  width: 39px;
  height: 16px;
  transform: translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.bottom-header ul li a i {
  position: absolute;
  right: 50px;
  top: 28px;
}
.topheader-bg .btn:before {
  background-color: #272727;
  display: none;
}
.menu-item-has-children a {
  position: relative;
}
.menu-item-has-children a:after {
  position: absolute;
  top: 0px;
  right:-24px;
  content: "\f078";
  font-family: FontAwesome;
  color: #073da3;
  font-size: 18px;
  cursor: pointer;
}
.current-menu-item > a {
  color: #de1d37 !important;
}

/*  =======================================================================================
banner
========================================================================================== */

.banner{
  margin: 0 0 130px;
}
@media (min-width: 992px) {
  .banner {
    margin: 0 0 150px;
  }
}
/*.banner .container > a {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}*/
.banner-caption {
  padding: 30px 30px 0 30px;
  position: absolute;
  bottom: -65px;
  right: 150px;
  background: #de1d37;
  max-width: 615px;
  width: 100%;
  -webkit-box-shadow: 0px 16px 30px 0px rgba(9, 21, 23, 0.26);
  -moz-box-shadow: 0px 16px 30px 0px rgba(9, 21, 23, 0.26);
  box-shadow: 0px 16px 30px 0px rgba(9, 21, 23, 0.26);
}
@media (max-width: 1200px) {
  .banner-caption {
    right: 65px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .banner-caption {
    max-width: 400px;
    right: 40px;
    padding: 25px 25px 0 25px;
  }
}
@media (max-width: 768px) {
  .banner-caption {
    max-width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    padding: 25px 15px 0 15px;
    box-shadow: 0px 1px 3px 0px rgba(9, 21, 23, 0.26);
    background: #de1d37;
  }
}
/*@media (max-width: 668px) {
  .banner-caption {
    padding: 25px 15px 0 15px;
  }
}*/
.banner-caption h1 {
  font-size: 36px;
  margin: 0;
  padding: 0px 0 30px;
}
@media (max-width: 1200px) {
  .banner-caption h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .banner-caption h1 {
    font-size: 22px;
  }
}
/*@media (max-width: 580px) {
  .banner-caption h1 {
    font-size: 30px;
  }
}*/
.banner-caption h1 a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.banner-caption h1 a:hover {
  color: #f3cdcd;
}
.banner-caption h5 {
  padding: 0 0 0px;
}
@media (max-width: 1200px) {
  .banner-caption h5 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .banner-caption h5 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
/*@media (max-width: 580px) {
  .banner-caption h5 {
    font-size: 15px;
  }
}*/
.banner-caption .wp-btn {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}
.read {
  font-size: 1.75rem;
  font-family: Roboto;
  font-weight: 700;
  color: #de1d37;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: url(../images/right-arrow-white.png) no-repeat right 11px;
  padding-right: 35px;
}
/*@media (max-width: 580px) {
  .read {
    font-size: 18px;
  }
}*/
.read:hover {
  background: url(../images/right-arrow-h.png) no-repeat right 11px;
}
@media (max-width: 991px) {
  .banner-caption .read {
    background: url(../images/right-arrow-white.png) no-repeat right 8px !important;
    /*padding-right: 35px;*/
    font-size: 24px;
  }
  .banner-caption .read:hover {
    background: url(../images/right-arrow-new.png) no-repeat right 8px !important;
  }
  .label-tips .read {
    background: url(../images/right-arrow-small.png) no-repeat right 8px !important;
    padding-top: 0;
    margin-top: 14px;
  }
  .label-tips .read:hover {
    background: url(../images/right-arrow-small.png) no-repeat right 8px;
    padding-top: 0;
  }
}
.read.read-red {
  background: url(../images/right-arrow.png) no-repeat right 11px;
}
.read.read-red:hover {
  color: #272727;
  background: url(../images/right-arrow-h.png) no-repeat right 11px;
}
.title {
  padding: 0 0 30px;
}

/* =======================================================================================
Recomended Articles and Categories
========================================================================================== */
.cat-title h1 {
  margin: 0;
  font-size: 38px;
}
.cat-title h4 {
  margin-bottom: 0;
  font-size: 30px;
  color: #de1d37;
}
.cat-title-search h1 {
  margin: 0;
  padding-top: 1.5rem !important;
  font-size: 28px;
  text-align: center;
}
.cat-image {
  display: block;
  overflow: hidden;
}
.cat-image img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.cat-text-title {
  min-height: 2.38em !important;
  font-weight: 700;
  font-size: 1.75rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cat-text-subtitle {
  font-size: 18px;
  margin: 0;
}
.cat-text-subtitle:hover {
  color: #de1d37;
}

/* =======================================================================================
Step Guide
========================================================================================== */
.step-guide {
  background: #de1d37;
  padding: 80px 0;
  margin-top: 30px;
}
/*.step-guide h1,
.check-customer h1 {
  font-size: 40px;
  margin: 0;
  padding: 0 0 10px;
}*/
.check-customer .btn>a {
  color: #fff !important;
}
.step-guide p {
  /*font-size: 18px;*/
  color: #2e2c2d;
  padding: 5px 0 0;
}
.email-div {
  max-width: 912px;
  margin: 0 auto;
  padding: 38px 0 0;
}
.email-div .subscribe_submit {
  color: #de1d37;
  font-family: Roboto;
  font-weight: 700;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sub_email {
  max-width: 520px;
  margin: 0;
  background: transparent url(../images/mail-icon-new.png) no-repeat 25px 12px;
  padding: 12px 50px 12px 75px;
  height: 50px;
  border: 0;
  border-radius: 0;
  width: 100%;
  margin-right: 25px;
  float: left;
  position: relative;
  border:1px solid #fff;
  color:#fff;
}
.email-div input::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-family: Roboto;
}
.email-div input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-family: Roboto;
}
.email-div .btn {
  max-width: 330px;
  float: left;
  background: #fff;
  width: 100%;
  height: 50px;
  border: 0;
  line-height: 50px;
}
.email-div .btn a {
  color: #fff;
  line-height: 58px;
  font-family: Roboto;
  font-weight: 700;
}
.email-div .btn:before {
  background: #272727;
}


/* =======================================================================================
Check Out Customers
========================================================================================== */
.check-customer {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.check-customer p {
  /*font-size: 18px;*/
  padding: 0 30px 40px 30px;
}
#customer {
  padding: 60px 0;
}
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
#customer.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #272727;
  font-size: 45px;
  opacity: 1;
}
#customer.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
#customer.owl-carousel .owl-nav .owl-prev {
  left: -65px;
  position: absolute;
}
#customer.owl-carousel .owl-nav .owl-next {
  right: -65px;
  position: absolute;
}
.customer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.87);
  bottom: 0;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  cursor: pointer;
}
.customer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.customer-text h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.customer-text img {
  width: auto !important;
  display: inline-block !important;
}
.customer-text span {
  font-size: 16px;
  font-family: Roboto;
  display: block;
  color: #fff;
  padding: 15px 0 0;
}
.customer-text span i {
  padding-right: 10px;
}
#customer.owl-carousel .item:hover .customer-overlay {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.check-customer .btn {
  margin: 0 auto;
  background: #de1d37;
  max-width: 170px;
  border: 0;
}
.check-customer .btn a {
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
}
.check-customer .btn:before {
  background: #272727;
}
.check-customer .slick-dots {
  display: none !important;
}
.check-customer .btn.btn-2 {
  margin-top: 0px;
  line-height: 35px;
}
.check-customer .btn:hover {
  background: #272727;
}

/* =======================================================================================
Join Community
========================================================================================== */
.join-community {
  padding: 50px 0;
  border-bottom: 1px solid #cdcdcd;
}
/*.join-community h1 {
  font-size: 40px;
  margin: 0;
  padding: 0 0 5px;
}*/
/*.join-community p {*/
  /*font-size: 18px;*/
  /*color: #2e2c2d;*/
/*}*/
.socialicons {
  list-style: none;
  padding: 20px 0 0;
}
.socialicons li {
  display: inline-block;
  margin: 0 10px;
}
.socialicons li a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #272727;
}
.socialicons li:hover a {
  background: #de1d37;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.socialicons li:focus a {
  background:#de1d37;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
  margin: 10px !important;
}

/* =======================================================================================
Footer
========================================================================================== */
footer {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 725px;
}
footer ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
footer ul li {
  display: inline-block;
  padding: 0 18px;
}
footer span img {
  max-width: 150px;
  padding-right: 10px;
  vertical-align: middle;
}
footer span {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 30px 0 0;
}
footer ul li a {
  display: inline-block;
  font-size: 18px;
  color: #444444;
  font-family: Roboto;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #073da3;
}
footer ul li a:hover {
  color:#de1d37;
}
footer ul.footer-menu li a:hover {
  color:#de1d37;
}

/* =======================================================================================
Menu
========================================================================================== */
.main-menu ul {
  margin: 0px 0px 0px 0px;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 60px;
  padding: 0;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(9, 21, 23, 0.46);
  -moz-box-shadow: 0px 0px 30px 0px rgba(9, 21, 23, 0.46);
  box-shadow: 0px 0px 30px 0px rgba(9, 21, 23, 0.46);
  background: #fff;
}
.main-menu > li:last-child > ul {
  left: inherit;
  right: 0px;
}
.main-menu > li:last-child > ul ul {
  left: inherit;
  right:100%;
}
.main-menu ul ul {
  left: 100%;
  top: 0px;
  right: inherit;
}
.main-menu ul li {
  margin: 0px 0px 0px 0px;
  float: none;
  display:block;
  line-height: normal;
  text-align: left;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 0 !important;
}
.main-menu li:hover > ul,
.main-menu ul li:hover > ul {
  display: block;
  -webkit-animation: menu_up ease-out 0.3s 0s;
  -webkit-animation-fill-mode: both;
  animation: menu_up ease-out 0.3s 0s;
  animation-fill-mode: both;
}
@-webkit-keyframes menu_up {
  0%{-webkit-transform:translateY(30px);opacity:0;}
  100%{-webkit-transform:translateY(0px);opacity:1;}
}
@keyframes menu_up {
  0%{transform:translateY(30px);opacity:0;}
  100%{transform:translateY(0px);opacity:1;}
}
.main-menu ul ul {
  left: 100%;
  top: 1px;
}
.main-menu ul li a {
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
.main-menu ul ul li a {
  border-bottom: 1px solid #e9e9e9;
}
.main-menu ul li:last-child,
.bottom-header .main-menu ul li:last-child {
  border-bottom: none;
}

/* =======================================================================================
Humburger Aniamtion
========================================================================================== */
.m1mnav {
  display: inline-block;
  text-align: center;
  color: #272727;
  width: 30px;
  height: 22px;
  border: 1px solid #777777;
  border-radius: 4px;
  min-width: 80px;
  height: 36px;
  line-height: 36px;
  /*position: absolute;*/
  /*top: 5px;*/
  /*right: 0;*/
}
.m1mnav:hover {
  color: #272727;
}
html.mm-opened .m1mnav {
  cursor: pointer
}
.mm-menu.mm-current {
  display: block !important;
  z-index: 2;
}
/*.humbur a .menu_bar_line {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #272727;
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}*/
/*.humbur a .menu_bar_line.two {
  top: 7px;
}
.humbur a .menu_bar_line.three  {
  top: 14px;
}
.humbur a .menu_bar_line.one {
  width: 100%;
}
.humbur a .menu_bar_line.two {
  width: 65%;
}
.humbur a .menu_bar_line.three {
  width: 90%;
}
.humbur a:hover .menu_bar_line.one {
  width: 65%;
}
.humbur a:hover .menu_bar_line.two {
  width: 100%;
}
.humbur a:hover .menu_bar_line.three {
  width: 60%;
}*/

.iscwp-meta-comment {
  display: none !important;
}
.vc_section {
  padding: 0 !important;
}


.arw-post {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.arw-post ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.arw-post ul li {
  float: left;
  overflow: hidden;
  font-size: 25px;
  font-weight: 700;
  font-family: Roboto;
}
.arw-post ul li.ps-count {
  color: #de1d37;
  padding: 0 25px;
}
.arw-post ul li a {
  overflow: hidden;
  height: 100%;
  display: block;
}
.arw-post ul.numeric-post-nav li {
  width: 15px !important;
  height: 15px;
  border-radius: 50%;
  background: #c8c8c8;
  margin: 0 10px !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.arw-post ul.numeric-post-nav li.active {
  background: #de1d37;
}
.arw-post ul.numeric-post-nav li:hover {
  background: #de1d37;
}
.arw-post ul.numeric-post-nav li a {
  text-indent: -30px;
}



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none !important;
}
.email-div .wpcf7-form-control-wrap {
  width: 62.4%;
  float: left;
}
.email-div span.wpcf7-not-valid-tip {
  bottom: -35px;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  background: #f00;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  z-index: 2;
}
.email-div p {
  display: none;
}
span.wpcf7-not-valid-tip:after {
  position: absolute;
  top: -5px;
  border-bottom: 5px solid #f00;
  width: 5px;
  height: 5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  left: 3px;
}
/*.search-page h5 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}*/
/*.search-page {
  text-align: center;
}*/
.search-input.page .searchform {
  float: none;
  margin: 0 auto;
}
.iscwp-img-wrp .iscwp-meta {
  background: rgba(0, 0, 0, 0.20);
}
.mobile-search {
  display: none !important;
}
.iscwp-gallery-slider button.slick-prev,
.iscwp-gallery-slider button.slick-prev:hover,
.iscwp-gallery-slider button.slick-prev:focus,
.iscwp-gallery-slider button.slick-prev:active {
  left: -55px;
  position: absolute;
}
.iscwp-gallery-slider button.slick-next,
.iscwp-gallery-slider button.slick-next:hover,
.iscwp-gallery-slider button.slick-next:focus,
.iscwp-gallery-slider button.slick-next:active {
  right: -55px;
  position: absolute;
}
.step-guide div.wpcf7-mail-sent-ok {
  max-width: 905px;
  width: 100%;
  margin: 15px auto 0;
  background: rgba(39,39,39,0.8);
  padding: 5px 0;
  border: 0;
  color: #fff;
}
.step-guide div.wpcf7-mail-sent-ok:after,
.email-div:after {
  display: table;
  clear: both;
  content: "";
}
#subscribe_form .btn input {
  margin-right: 0;
  background: #de1d37;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
}
#subscribe_form .btn input:hover {
  color: #fff;
}
#subscribe_form .btn input:hover {
  background: #272727;
}
#subscribe_form .sub_error {
  color: #f00;
  font-size: 14px;
}
.es_textbox {
  padding-bottom: 0;
}
.es_textbox .es_textbox_class {
  color: #ffffff;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent url(../images/mail-icon-new.png) no-repeat 25px 12px;
  padding: 12px 20px 12px 60px;
}
.email-div .es_textbox .es_textbox_class {
  background: #fff url(../images/mail-s.png) no-repeat 25px 19px;
}
.es_textbox {
  width: 100%;
  float: left;
}
.es_button {
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 10px;
}
.es_button input {
  margin: 0;
  width: 100%;
  color: #fff;
}
.es_lablebox {
  padding: 0;
  display: none;
}
.menu-image-hover-wrapper img {
  width: 18px !important;
  height: 18px;
  margin-right: 10px;
  margin-left: 0 !important;
}
.menu-image-hover-wrapper {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -3px;
}
.pluginFontHelvetica td span {
  display: block !important;
}
.topheader-bg .btn {
  line-height: 35px;
}
.topheader-bg .btn a {
  font-weight: 700;
}
.popup-content {
  margin-bottom: 135px;
}
.like-btn {
  color: #0039a6 !important;
  font-weight: 700 !important;
}
.like-btn {
  font-size: 16px !important;
}
.mm-list > li img {
  display: none;
}
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 30px !important;
}
.menu-item a .hovered-image {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  display: none;
}
.main-menu ul li a:hover .hovered-image {
  display: block;
}
.main-menu ul li a:hover .menu-image {
  display: none;
}
.main-menu ul li a .menu-image-title {
  padding-left: 15px;
}
.menu-image {
  position: absolute;
  top: 1px;
}

#es_txt_email::-ms-input-placeholder {
  /* IE 10+ */
  color: #2e2c2d;
  opacity: 1;
  font-size: 14px;
  font-family: Roboto;
}
#es_txt_email::placeholder {
  color: #2e2c2d;
  opacity: 1;
  font-size: 14px;
  font-family: Roboto;
}

/*scroll up*/
.scrollup {
  width: 39px;
  height: 39px;
  position: fixed;
  bottom: 33px;
  right: 30px;
  text-align: center;
  line-height: 35px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  cursor: pointer;
  z-index:10000;
  background: #de1d37;
  color:#fff;
  z-index: 20;
}
.scrollup:hover {
  background:#272727;
}
.scrollup:focus {
  background: #272727;
}

/* =======================================================================================
Search Bar
========================================================================================== */
.searchbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background: #fff;
  padding: 15px 15px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}
.search-icon {
  display: none;
  float: right;
}
 .inner-pages .search-open .searchbar {
   top: 148px !important;
 }
.search-open .searchbar {
  opacity: 1;
  visibility: visible;
  top: 167px;
}
.searchbar input {
  margin: 0;
  border: 1px solid #d3d3d3;
  height: 50px;
  font-size: 18px;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.search-form {
  position: relative;
}
.searchbar .search-submit {
  background: none;
  border: 0;
  position: absolute;
  right: 10px;
  top: 9px;
}
.searchbar .search-submit img {
  max-width: 25px;
  height: 25px;
}
.searchbar .btn:before {
  background: none;
}
.search-form .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 158px;
  height: 50px;
  padding: 11px 16px 11px;
  min-width: inherit;
  background: #de1d37;
  border-radius: 0;
  color: #fff;
  margin: 0;
  border: 0;
}
.search-form .button::before {
  background: #757430;
}
.search-form .button:hover {
  color: #fff;
}
.search-close {
  display: none;
}
.search-open .search-hide {
  display: none;
}
.search-open .search-close {
  display: block;
}
.search-overlay {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(39,39,39, 0.65);
}
.search-open .search-overlay {
  opacity: 1;
}
.search-open .search-icon{
  border-bottom-color: #fff;
}
.call-search i {
  font-size: 25px;
  color: #272727;
}
.phone-res {
  font-size: 25px;
  color: #272727;
  margin-right: 25px;
  display: none;
}
/*.call-search {
  width: 90%;
  float: left;
  text-align: right;
  padding-right: 25px;
}*/
.search-page .label-text {
  text-align: left;
}
.search-page .nav-links .page-numbers.current {
  color: #272727;
}
.search-page .nav-links .page-numbers {
  color: #de1d37;
  font-size: 28px;
  padding: 0 5px;
}
/*.author-list li {
  margin-bottom: 90px !important;
}*/
footer ul li a span {
  padding: 0;
}
.wp-iscwp-popup-box .wp-iscwp-popup-close {
  right: 0 !important;
}
.author-list .navigation li {
  margin-bottom: 0 !important;
}
.sub-menu li a:after {
  display: none;
}
.sub-menu li a {
  display: inline-block !important;
}

/*.searchform form .input-group-btn .btn:hover{background: transparent !important}*/
.insider-tips .email-div .es_textbox .es_textbox_class {
  background: transparent url(../images/mail-icon-new.png) no-repeat 25px 12px;
}


.blog-comments {
  background: #f3f2ed;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.comments-area ul {
  padding: 0;
  list-style: none;
}
.comment-meta {
  border-bottom: 0 !important;
}
.comments-area ul .comment {
  display: flex !important;
  flex-wrap: wrap;
  display: -webkit-flex !important;
  border-bottom: 1px solid #e0e0dd;
  padding: 20px 0;
}
/*.sidebar_scroll_reached .sidebar-widget {
  position: fixed;
  top: 0px;
  margin-right: 40px;
  z-index: 1;
}*/
.article-menu a {
  text-decoration: none;
  color: #272727;
}
.article-menu a:hover {
  color: #09152f;
}
.article .single-feature {
  margin-bottom: 1rem;
}
.comment-details {
  padding-left: 20px;
}
.comment-date {
  display: block;
  font-size: 14px;
}
.comment-content p {
  font-family: 'lora-regular';
  margin: 0 !important;
  color: #272727;
}
.comment-reply-link {
  color: #dd1a1a;
}
.comment-respond input[type="submit"],
.blog-form-comments input[type="submit"] {
  color: #fff !important;
}
.blog-form-comments,
.comment-respond {
  padding: 10px 0 0;
}
.comments-title {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.error {
  color: #f00;
  font-size: 14px;
}

@media(max-width: 999px) {
  .mm-list a:hover {
    color: #fff !important;
  }
  .mm-list > li > a {
    width: 100%;
  }
  .mm-list a.mm-subopen:after {
    top: 25px !important;
  }
  .mm-list a.mm-subclose:before {
    top: 33px !important;
     left: 20px !important;
   }
  .sidebar_scroll_reached .sidebar-widget {
    position: relative;
    top: 0;
    margin-right: 0;
  }
}
/*@media(max-width: 480px) {
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    width: 8px !important;
    height: 8px !important;
  }
  .mm-list > li > a  {
    font-size: 13px !important;
  }
  .mm-list a.mm-subopen:after  {
    top: 20px !important;
  }
  .mm-list > li > a, .mm-list > li > span {
    padding: 15px !important;
  }
  .mm-list a.mm-subclose {
    padding-top: 15px !important;
  }
  .mm-list a.mm-subclose:before {
    top: 21px !important;
  }
}*/
/*@media( max-width: 400px) {
  .comment-details {
    padding: 10px 0 0;
    width: 100%;
    float: left;
  }
}*/
/*@media( max-width: 380px) {
  .fb_iframe_widget span {
    width: 100% !important;
  }
}*/
.fb_iframe_widget {
  display: block !important;
}
.fb_iframe_widget span {
  margin: 0 auto;
  display: block !important;
}

/*24-1-19*/
.searchform form .input-group-btn .btn svg {
  height: 22px;
  width: 22px;
}
.searchform form .input-group-btn .btn,
.searchform form .input-group-btn .btn:hover {
  padding: 6px 16px;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  background: #ffe777 !important;
  border-radius: 32px;
  left: -15px;
  top: 5px;
  line-height: 12px;
}
.searchform form .input-group-btn .btn:hover .svg-search {
  fill: #de1d37;
}
.menu-item-has-children a:hover:after,
.menu-item-has-children.current-menu-item > a::after {
  color: #de1d37;
}
.sub-menu .current-menu-item > a .menu-image {
  display: none;
}
.sub-menu .current-menu-item > a .hovered-image {
  display: block;
}
.small-button {
  height: 35px;
  line-height: 35px;
  border: 1px solid #272727;
  display: inline-block;
  margin-right: 12px;
  border-radius: 32px;
  min-width: 140px;
 }
.small-button a,
.small-button input {
  padding: 0px 20px !important;
  font-size: 14px;
  font-family: Roboto !important;
  font-weight: 400;
  vertical-align: middle;
}
.banner-caption .btn:hover {
  border: 1px solid #272727 !important;
}
.banner-caption h1 a,
.banner-caption h5,
.banner-caption .read,
.banner-caption .btn a,
.step-guide h1,
.step-guide p {
  color: #fff;
}
.banner-caption .read:hover {
  color: #f3cdcd;
}
.banner-caption .btn {
  border: 1px solid #fff;
  line-height: 33px;
}
.email-div .btn:hover input.subscribe_submit {
  color: #fff;
  background: none;
}
.sc-fMiknA.hapqtP {
  display: none;
}
.form-submit input {
  background: none;
  color: #fff;
  margin: 0px;
}
.form-submit input:hover {
  background: transparent !important;
}
.es_shortcode_form .es_textbox {
  border: 1px solid #fff;
}
.form-submit {
  background: #dd1a1a;
  border: 1px solid #dd1a1a;
}
.form-submit:hover {
  background: #272727;
  border: 1px solid #272727;
}
.es_shortcode_form .es_textbox input::-webkit-input-placeholder {
  color: #fff !important;
}
.es_shortcode_form .es_textbox input::-moz-placeholder {
  color: #fff !important;
}
.es_shortcode_form .es_textbox input::-ms-input-placeholder {
  color: #fff !important;
}
.es_shortcode_form .es_textbox input::placeholder {
  color: #fff !important;
}
.es_shortcode_form .es_button input {
  background: #fff;
  border-radius: 32px;
  color: #de1d37;
  font-family: Roboto !important;
  font-weight: 400;
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  background: rgba(39,39,39,0.8) !important;
}
.mm-list a.mm-subopen {
  background: #de1d37;
}

/*changes 28-1-19*/
.popup-button .email-div .es_textbox .es_textbox_class {
  background: transparent url(../images/mail-icon-new.png) no-repeat 25px 14px;
}
.insider-tips .email-div .es_textbox input.es_textbox_class {
  color: #fff !important;
}

.es_form_success .es_msg span {
  color: #fff;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  background: #fff;
  color: #f00;
}
.es_shortcode_form.insider-tips {
  padding-top: 0px;
}
.es_shortcode_form .es_button input:hover {
  background: #272727;
  color: #fff;
}
.blog-comments .form-submit {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 12px;
  border-radius: 32px;
  min-width: 140px;
}
.blog-comments .form-submit input {
  padding: 0px 25px !important;
  font-size: 14px;
  font-family: Roboto !important;
  font-weight: 400;
  vertical-align: middle;
  text-transform: capitalize;
}
a.lg-pv {
  color:#00a5e3;
}
.es_msg span h2 {
  text-align: center;
  color: #fff;
}
.es_msg h2 {
  display: none;
}
.es_form_success .es_msg h2 {
  display: block;
}
.insider-tips .es_button input {
  padding: 14px 38px 11px;
  text-transform: capitalize;
}
.popup h2 {
  font-size: 40px !important;
}
.popup-button .es_button input {
  text-transform: capitalize;
}
.banner-caption .read:hover {
  background: url(../images/right-arrow-new.png) no-repeat right 11px;
}
ul.sub-menu li a {
  color: #272727;
}

/*close buttons*/
div#mm-blocker:after {
  content: "\f00d";
  font-family: FontAwesome;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #de1d37;
  top: 20px;
  right: 18px;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.mm-menu{
  z-index: 99999999 !important;
}

.popup-button .email-div .es_textbox input.es_textbox_class {
  color: #fff;
}
.es_msg {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
  clear: both;
}
/*.right-header {
  margin-top: 6px;
}*/
/*.contact-hd {
  margin-top: 4px;
}*/
.banner-caption .btn.btn-2 {
  border: 1px solid #ccc;
}
.banner-caption .btn.btn-2 a {
  color: #ccc;
}
/*body.tag .label-text .btn.btn-2 {
  pointer-events: none;
}*/

/* Dynamic Yield fixes */
.avy-dy-modal-content .form-control {
  line-height: 3;
}
.avy-dy-modal-content .btn-action {
  height: 46px;
  line-height: 1.2;
  margin: 0;
}

/*30-1-19 changes*/
.banner-tag {
  clear: both;
  padding-top: 20px;
}
.hm-cat-tag {
  padding-top: 18px;
}
.title h1.fl {
  font-size: 38px;
}

/*for safari*/
html[xmlns*=""]:root .searchform form .input-group-btn .btn {
  padding-top: 11px;
}
html[xmlns*=""]:root .searchform form .input-group-btn .btn:hover {
  padding-top:11px;
}

/* Safari 2 - 3.1, Opera 9.25 */
*|html[xmlns*=""] .searchform form .input-group-btn .btn {
  padding-top: 11px;
}
*|html[xmlns*=""] .searchform form .input-group-btn .btn:hover {
  padding-top: 11px;
}
