@import url("https://pro.fontawesome.com/releases/v5.2.0/css/all.css");

/* =============== Extra child custom min css ============== */
:root {
  --primary-color: #00b000;
  --secondary-color: #00649a;
  --dark-color: #011a2d;
  --secondary-white: #f4f4f4;
  --tertiary-white: #fafafa;
  --gray-color: #2222221a;
  --green-color: #50a840;
  --lightgreen-color: #50a8400f;
  --lightblue-color: #0779e4;
  --lightyellow-color: #ffc1071f;
  --orange-color: #fb5b1b;
  --body-font: "Open Sans", sans-serif;
  --heading-font: "Open Sans", sans-serif;
  --btn-font: "Oswald", sans-serif;
  --purple-color: #554cb9;
  --purple-light: #635ac8;
  --pink-color: #e33f84;
  --pink-dark: #d02c71;
  --newGray: #dfe6e9;
}

/*body {
  background: #fff;
  color: var(--dark-color) !important;
}*/

h1,
h2,
h3,
h4,
h5,
p {
  font-family: var(--heading-font) !important;
  color: var(--dark-color);
}

#main-content .container {
  padding-right: 20px;
  padding-left: 20px;
}
.postid-7391 .partners,
.postid-7391 .pc-menu,
.postid-7391 .prime-banner {
  display: none;
}
.global-body .post-wrap {
  padding: 0;
}

.et_pb_widget,
.page article,
.single article {
  box-shadow: none;
}

.et_pb_widget .widgettitle {
  font-size: 28px;
  background: var(--dark-color) !important;
  color: #fff;
}

#footer .et_pb_widget .widgettitle {
  background: 0 0 !important;
}
#footer .textwidget,
#footer .widget_list {
  background: 0 0;
}
#main-content {
  padding-top: 20px;
  padding-bottom: 30px;
}

#masthead {
  background-color: #fff;
  position: relative;
  z-index: 99;
}

.box-shadow {
  box-shadow: none;
  border-bottom: 1px solid #f1f1f1;
}

.prime-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  height: 80px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  color: #212631;
  padding-bottom: 0 !important;
}

.site-logo {
  display: inline-block;
  line-height: 0;
  width: 220px;
}

.sp-nav-menu {
  background: #fff;
  position: fixed;
  width: 80%;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 99999999;
  display: none;
  animation: slideInLeft;
  animation-duration: 0.4s;
}
#overlay1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 999;
  display: none;
}
.sp-close {
  padding-top: 15px;
  padding-right: 15px;
  text-align: right;
}
.pc-menu {
  display: none;
}
.prime-banner {
  background-position: center center;
  background-color: var(--tertiary-white);
  position: relative;
  overflow: hidden;
}
.partners {
  background: #fff;
  display: none;
  padding: 20px 0;
}

hr {
  margin-bottom: 25px;
}
body.single-wp_router_page {
  background: var(--secondary-white);
}
.plans-wrapper {
  margin-top: 40px;
}

.provider-logo {
  max-height: 35px;
  max-width: 110px;
}

@media (min-width: 992px) {
    .provider-logo {
        max-height: 50px;
        max-width: 200px;
    }
}


.sub-menu {
  padding: 0;
  position: relative;
  width: auto;
  background: #fcfcfc;
  display: none;
}


.filter-sm-btn {
    display: inline;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 600;
    color: var(--secondary-color)
}


/* =============== Extra child style min css ============== */
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.input::placeholder,
.textarea::placeholder,
input::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1.2px;
  /*  text-transform: none;*/
}
.container {
  position: relative;
  width: 90% !important;
  max-width: 1280px !important;
  margin: 0 auto;
}

ul {
  padding: 0 0 0.8em 1.143em;
}

@media only screen and (max-width: 1024px) {
  #footer .et_pb_extra_column.even.column-2 {
    display: none;
  }

  #footer .et_pb_extra_column.odd.column-1 {
    display: none;
  }

  #footer .et_pb_widget {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.et_pb_extra_row {
  padding: 50px 0;
}

#footer .et_pb_widget {
  background: 0;
  box-shadow: none;
  margin: 0 0 60px;
}

.et_pb_extra_row {
  padding: 50px 0;
}

.et_pb_widget a {
  font-size: 16px;
}

#footer .et_pb_widget:first-of-type {
  padding-top: 0 !important;
}

#footer .et_pb_extra_column.even.column-4 .et_pb_widget {
  border-right: none;
}

#footer .et_pb_extra_column {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 40px;
}

#footer .et_pb_extra_column:last-child {
  border-right: 0;
}
#footer {
  margin-top: 0 !important;
  background: #212631 !important;
}

.widgetcontact p {
  color: #fff;
  font-size: 16px !important;
}

.quotesidebarzip input,
input[type="text"] {
  background: #fff !important;
}

h2 {
  font-size: 32px !important;
  padding-bottom: 30px;
  text-transform: none !important;
  font-weight: 600;
  margin-left: -1px !important;
}

h3 {
  font-size: 24px !important;
  text-transform: none !important;
  padding-bottom: 30px;
  margin-left: -1px !important;
}

h4 {
  font-size: 20px !important;
  text-transform: none !important;
  padding-bottom: 25px;
  margin-left: -1px !important;
}

#page-container button,
#page-container button[type="submit"] {
  color: #fff !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
}
@media only screen and (max-width: 700px) {
  #footer .container {
    width: 90% !important;
  }

  .container {
    padding-top: 0 !important;
    padding-bottom: 10px;
    width: 100% !important;
  }
  .et_fixed_nav .logo {
    width: 80% !important;
    line-height: 4;
  }
  #page-container button,
  #page-container button[type="submit"] {
    color: #fff !important;
    width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    padding-bottom: 20px;
  }
  .et_pb_widget .widgettitle {
    background: #00649a;
    color: #fff;
  }
}
@media screen and (max-width: 1025px) {
  .post-wrap {
    width: 100%;
  }
}
/* =============== Extra style min css ============== */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

strong {
  font-weight: 700;
}

body.single-wp_router_page #main-content, body, .single-wp_router_page article {
  /*background: #ecf0f5;*/
  background: #ffff !important;

}

body {
  /*  background: #ecf0f5;*/
  background: #ffff !important;

  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  word-break: break-word;
  word-wrap: break-word;
}

a:visited {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
/*  color: rgba(0, 0, 0, 0.75);*/
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  text-transform: uppercase;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

.page-title {
  padding-bottom: 20px;
}

p {
  margin-bottom: 1.6em;
  line-height: 1.7em;
  word-break: break-word;
  word-wrap: break-word;
}

p:last-of-type {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
  padding: 0.7em 0 0.3em 1.143em;
  line-height: 1.7em;
}

ol li,
ul li {
  margin-bottom: 0.7em;
}
#footer-bottom .container:after,
#footer-bottom .container:before,
.clear,
.clear:after,
.clear:before,
.clearfix:after,
.et_extra_other_module .posts-list article:after,
.et_extra_other_module .posts-list article:before,
.et_pb_extra_module .posts-list article:after,
.et_pb_extra_module .posts-list article:before,
.tabbed-post-module .tab-content:after,
.tabbed-post-module .tab-content:before {
  content: "";
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

.input,
.textarea,
input,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 10px 12px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  transition: 0.3s ease;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1.2px;
  /*  text-transform: uppercase;*/
}

.input::placeholder,
.textarea::placeholder,
input::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1.2px;
  /*  text-transform: uppercase;*/
}

#et-info .et-cart,
.button,
.comment-body
  .comment_area
  .comment-content
  .reply-container
  .comment-reply-link,
.et_pb_widget.widget_tag_cloud a,
.et_pb_widget.woocommerce.widget_layered_nav ul li a,
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a,
.et_pb_widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .button,
.et_pb_widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .post-nav
  .nav-links
  .button,
.et_pb_widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .read-more-button,
.et_pb_widget.woocommerce.widget_product_tag_cloud a,
.et_pb_widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  .button,
.et_pb_widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  .post-nav
  .nav-links
  .button,
.et_pb_widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  .read-more-button,
.post-nav .nav-links .button,
.read-more-button,
.woocommerce #payment #place_order,
.woocommerce .button,
.woocommerce .cart input.button,
.woocommerce .cart input.post-nav .nav-links .button,
.woocommerce .cart input.read-more-button,
.woocommerce .post-nav .nav-links .button,
.woocommerce .read-more-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce a.btn.alt,
.woocommerce a.button,
.woocommerce a.checkout-button,
.woocommerce a.post-nav .nav-links .button,
.woocommerce a.read-more-button,
.woocommerce div.product #respond .form-submit input#submit,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .post-nav .nav-links .button,
.woocommerce div.product form.cart .read-more-button,
.woocommerce input.button,
.woocommerce input.post-nav .nav-links .button,
.woocommerce input.read-more-button,
.woocommerce input[type="submit"],
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page #payment #place_order,
.woocommerce-page .button,
.woocommerce-page .cart input.button,
.woocommerce-page .cart input.post-nav .nav-links .button,
.woocommerce-page .cart input.read-more-button,
.woocommerce-page .post-nav .nav-links .button,
.woocommerce-page .read-more-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce-page a.btn.alt,
.woocommerce-page a.button,
.woocommerce-page a.checkout-button,
.woocommerce-page a.post-nav .nav-links .button,
.woocommerce-page a.read-more-button,
.woocommerce-page div.product #respond .form-submit input#submit,
.woocommerce-page div.product form.cart .button,
.woocommerce-page div.product form.cart .post-nav .nav-links .button,
.woocommerce-page div.product form.cart .read-more-button,
.woocommerce-page input.button,
.woocommerce-page input.post-nav .nav-links .button,
.woocommerce-page input.read-more-button,
.woocommerce-page input[type="submit"],
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers,
button,
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  outline: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: 0;
  border-style: solid;
  border-radius: 3px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: normal;
  text-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  border-color: #fff;
}

.et-extra-icon:before {
  color: #fff;
  position: relative;
  transition: 0.3s ease;
  font-family: ET-Extra !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit !important;
}

/*======================= footer fix =======================*/

.et-extra-icon {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  transition: 0.3s ease;
}

.et-extra-icon-facebook:before {
  content: "\e61a";
}

.et-extra-icon-twitter:before {
  content: "\e623";
}

.et-extra-icon-googleplus:before {
  content: "\e61c";
}

.et-extra-icon-background-none {
  background: 0 0 !important;
}

/*======================= footer fix =======================*/

#page-container {
  background: 0 0;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

#main-content {
  padding-top: 40px;
}

#content-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.et_extra_layout .et_pb_row,
.et_pb_extra_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  min-width: 100%;
  margin: 0 -12px;
  /*  padding: 0;*/
}

.et_extra_layout .et_pb_column,
.et_pb_extra_column {
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.et_extra_layout .et_pb_column_main,
.et_pb_extra_column_main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
}

.with_sidebar .et_extra_layout .et_pb_column_main,
.with_sidebar .et_pb_extra_column_main {
  width: 75%;
  max-width: 75%;
  min-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  padding: 0 12px 0 0;
}

.with_sidebar .et_extra_layout .et_pb_column_sidebar,
.with_sidebar .et_pb_extra_column_sidebar {
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.et_pb_extra_column_main {
  overflow: visible;
  width: 100%;
  padding: 0;
}

/*========== footer fix ===============*/

#footer {
  background: #232323;
  margin: 16px 0 0;
}

#footer p {
  font-size: 14px;
}

#footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 0;
}

#footer-info {
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  line-height: 14px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
}

#footer-info a {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
}

#footer-nav {
  line-height: 1;
  float: right;
}

#footer-nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#footer-nav ul.et-extra-social-icons {
  margin: 0 0 0 16px;
}

#footer-nav ul.et-extra-social-icons .et-extra-icon {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}

#footer-nav ul li a {
  color: rgba(255, 255, 255, 0.6);
}

#footer-nav li {
  display: inline-block;
  margin: 0 11px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
}

#footer-nav li:last-child {
  margin: 0;
}

#footer-nav a {
  transition: 0.3s ease;
}

.page article,
.single article {
  margin: 0 0 40px;
  padding: 0;
  background: #fff;
  /*  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  max-width: 100%;
}

.page .post-wrap .post-content,
.single .post-wrap .post-content {
  margin: 30px 0 40px;
}

.page .post-wrap h1,
.post-header h1 {
  font-weight: 600;
}

/*========== footer fix ===============*/

.page .post-wrap,
.post-wrap {
  /*  padding: 0 60px 60px;*/
}

/*// ############################# footer fix #############################*/

.et_pb_widget {
  display: block;
  background: #fff;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  overflow: hidden;
}

.et_pb_widget .widgettitle {
  background: #3e5062;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.et_pb_widget ul,
.et_pb_widget.woocommerce .product_list_widget {
  list-style: none;
  padding: 0;
}

.et_pb_widget a {
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.et_pb_widget a:visited {
  color: rgba(0, 0, 0, 0.75);
}

#footer .et_pb_widget {
  background: 0;
  box-shadow: none;
  margin: 0 0 60px;
}

.et_pb_extra_row {
  padding: 50px 0;
}

.et_pb_widget a {
  font-size: 16px;
}

#footer .et_pb_widget:first-of-type {
  padding-top: 60px;
}

#footer .et_pb_widget .widgettitle {
  background: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#footer .et_pb_widget a {
  color: #fff;
}

.et_pb_widget.widget_text .textwidget {
  padding: 20px;
  line-height: 1.3em;
}

#footer .et_pb_widget.widget_text .textwidget {
  padding: 20px 0;
}

.page .post-wrap {
  /*  padding: 40px 60px;*/
}

.page .post-wrap .post-content {
  margin: 0 0 40px;
}

.page .post-wrap h1 {
  padding: 0 0 10px;
  line-height: 1;
}

/*// ############################# footer fix #############################*/

* {
  box-sizing: border-box;
}

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

@font-face {
  font-family: ET-Extra;
  src: url("/wp-content/themes/Extra/fonts/ET-Extra.eot");
  src: url("/wp-content/themes/Extra/fonts/ET-Extra.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/Extra/fonts/ET-Extra.woff") format("woff"),
    url("/wp-content/themes/Extra/fonts/ET-Extra.ttf") format("truetype"),
    url("/wp-content/themes/Extra/fonts/ET-Extra.svg#ET-Extra") format("svg");
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 1024px) {
  #footer .et_pb_extra_column {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    min-width: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  #content-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .et_extra_layout .et_pb_row,
  .et_pb_extra_row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .et_extra_layout .et_pb_column,
  .et_pb_extra_column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .et_extra_layout .et_pb_column_main,
  .et_extra_layout .et_pb_column_sidebar,
  .et_pb_extra_column_main,
  .et_pb_extra_column_sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    float: none;
    clear: both;
  }

  .with_sidebar .et_extra_layout .et_pb_column_main,
  .with_sidebar .et_extra_layout .et_pb_column_sidebar,
  .with_sidebar .et_pb_extra_column_main,
  .with_sidebar .et_pb_extra_column_sidebar,
  .with_sidebar.et_extra_layout .et_pb_column_main,
  .with_sidebar.et_extra_layout .et_pb_column_sidebar,
  .with_sidebar.et_pb_extra_column_main,
  .with_sidebar.et_pb_extra_column_sidebar {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    padding: 0 !important;
    float: none;
    clear: both;
  }

  .page.with_sidebar .et_extra_layout .et_pb_column_main,
  .page.with_sidebar .et_extra_layout .et_pb_column_sidebar,
  .page.with_sidebar .et_pb_extra_column_main,
  .page.with_sidebar .et_pb_extra_column_sidebar,
  .page.with_sidebar.et_extra_layout .et_pb_column_main,
  .page.with_sidebar.et_extra_layout .et_pb_column_sidebar,
  .page.with_sidebar.et_pb_extra_column_main,
  .page.with_sidebar.et_pb_extra_column_sidebar,
  .single.with_sidebar .et_extra_layout .et_pb_column_main,
  .single.with_sidebar .et_extra_layout .et_pb_column_sidebar,
  .single.with_sidebar .et_pb_extra_column_main,
  .single.with_sidebar .et_pb_extra_column_sidebar,
  .single.with_sidebar.et_extra_layout .et_pb_column_main,
  .single.with_sidebar.et_extra_layout .et_pb_column_sidebar,
  .single.with_sidebar.et_pb_extra_column_main,
  .single.with_sidebar.et_pb_extra_column_sidebar {
    padding: 0 !important;
  }
}

#main-content {
    padding-top: 80px;
    padding-bottom: 100px;
}


/*  // =========== footer fix ====================*/
@media only screen and (max-width: 768px) {

  #footer-info,
  #footer-nav {
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    display: block;
  }
}
/*  // =========== footer fix ====================*/

@media only screen and (max-width: 480px) {
  .page .post-wrap,
  .post-wrap {
    padding: 0 20px 40px;
  }
}


.sp-hamburger {
  display: none;
}

@media (max-width: 991px) {
  .sp-hamburger {
    display: block; /* Or display: flex;, etc., depending on your layout needs */
  }
}


