/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE
    02. HEADER STYLE
    03. SLIDER STYLE
    04. HOME PAGE STYLE
  =============================================================*/

/*
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/* start our style here */
* {
  outline: 0px !important;
}

a {
  transition: 0.5s all ease 0s;
}

.mrb10 {
  margin-bottom: 10px !important;
}

.btn {
  background: var(--awb-color7);
  padding: 15px 20px;
  border-radius: 5px;
  display: inline-flex;
  color: var(--awb-color1);
}

.btn:hover {
  text-decoration: underline;
  background: var(--awb-color8);
  color: var(--awb-color1);
}

.

/*
* ----------------------------------------------------------------------------------------
* New Custom STYLE START
* ----------------------------------------------------------------------------------------
*/
.header-right-side-box {}

.header-right-side-box ul {
  padding: 0px;
  margin: 0px;
  display: flex;
}

.header-right-side-box ul li.call-btn {
  list-style: none;
  display: block;
}

.header-right-side-box ul li.call-btn a i.fa-solid.fa-phone {
  font-size: 23px;
  padding: 17px 18px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 11px rgb(0 0 0 / 0.2);
  color: #0F7ABF;
}

.header-right-side-box ul li.call-btn a i.fa-solid.fa-phone:hover {
  box-shadow: 0 1px 11px rgb(133 49 61);
}

.header-right-side-box ul li.whatsapp-btn {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-left: 4px;
}

.header-right-side-box ul li.whatsapp-btn a i.fab.fa-whatsapp {
  font-size: 31px;
  padding: 14px 16.5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgb(0 0 0 / 0.2);
  color: #13C913;
  margin-left: 10px;
}

.header-right-side-box ul li.whatsapp-btn a i.fab.fa-whatsapp:hover {
  box-shadow: 0 1px 11px rgb(133 49 61);
  ;
}



/*
* ----------------------------------------------------------------------------------------
* 01.Blog page style start here
* ----------------------------------------------------------------------------------------
*/

body.post-template-default.single.single-post h1.entry-title {
    font-size: 32px !important;
    font-weight: 600 !important;
}
body.post-template-default.single.single-post h2 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
        font-size: 28px !important;
    font-weight: 600 !important;
}
body.post-template-default.single.single-post h2 strong {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
body.post-template-default.single.single-post h3 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
body.post-template-default.single.single-post h3 strong {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
body.post-template-default.single.single-post ul li p {
    margin-bottom: 3px !important;
}
.main-blogs-content-holds h1 {
    font-size: 30px !important;
    margin-bottom: 16px !important;
}
.main-blogs-content-holds h2 strong {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.main-blogs-content-holds h3 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
}
.main-blogs-content-holds h3 strong {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.main-blogs-content-holds ul li p {
    margin-bottom: 3px !important;
}
.category-blog h2 {
    margin-top: 12px !important;
}
.category-blog .fusion-content-sep.sep-double.sep-solid {
    display: none !important;
}
.category-blog ul.slides li a img {
    border-radius: 3px !important;
}
body.blog img.attachment-full.size-full.wp-post-image {
    height: 295px;
    object-fit: cover;
}

/*
* ----------------------------------------------------------------------------------------
* 01.Blog page style end here
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  FAQ section style start here 
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
*  FAQ section style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  About us section style start here 
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
*  About us section style end here 
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
*  Testimonil review custom style start here 
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
*  Testimonil review custom style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  Contact Us custom style start here 
* ----------------------------------------------------------------------------------------
*/
.contact-us-page-holds .heading-hoklds h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0px;
}

.contact-us-page-holds .inner-content-box p {
  font-size: 15px;
  font-weight: 500;
  color: #737373;
  margin-bottom: 6px;
}

.contact-us-page-holds .inner-content-box span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.contact-us-page-holds .inner-content-box {
  padding-bottom: 32px;
}
/* Avada form input styling */
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
    width: 100%;
    color: #121212; 
  font-size: 14px;
  height: 50px;
    border: 1px solid #ccc !important;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input::placeholder{
  color: #121212;  
}
.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input {
    padding: 1em;
    box-sizing: border-box;
    height: auto;
  font-size: 14px;
    border: 1px solid #ccc !important;
}
.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input::placeholder{
   color: #121212;  
}
.fusion-form-form-wrapper .fusion-form-field select{
  color: #121212 !important; 
  font-size: 14px !important;
    border: 1px solid #ccc !important;
}
.fusion-form-form-wrapper .fusion-form-field select option{
  color: #121212 !important; 
  font-size: 14px !important;
}
.inner-content-box-btn a {
    text-transform: uppercase;
    padding: 12px 24px;
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    text-align: center;
    background-color: #85313d;
    color: #fff;
    border: 1px solid #85313d;
    font-weight: 600;
}
.inner-content-box-btn a:hover{
  background-color: #fff;
    color: #85313d;
    border: 1px solid #85313d;
}

/*
* ----------------------------------------------------------------------------------------
*  Contact Us custom style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  About Us custom style start here 
* ----------------------------------------------------------------------------------------
*/




/*
* ----------------------------------------------------------------------------------------
*  About Us custom style end here 
* ----------------------------------------------------------------------------------------
*/
/* <!-- ============= ======================= ============= -->
  <!-- ============= footer style start here ============= -->
  <!-- ============= ======================= ============= --> */

.main-custom-footer-form-fields {
  width: 35% !important;
  margin: auto !important;
}

.footer-meida-medium-box {
  text-align: center;
  margin: 48px 0px 30px;
}

.footer-meida-medium-box small {
  margin-bottom: 20px;
  display: block;
}

.footer-meida-medium-box ul {
  padding: 0px;
  margin: 0px;
}

.footer-meida-medium-box ul li {
  list-style: none;
  display: inline-block;
}

.footer-meida-medium-box ul li a {
  list-style: none;
  display: inline-block;
  margin: 0px 8px;
  line-height: 1.2;
  --minFontSize: 16;
  text-transform: uppercase;
  font-size: 13px;
  color: #131313;
}

ul#menu-left-side li {
  margin-right: 5px;
}

ul#menu-left-side li:first-child span {
  margin-left: 0px !important;
}

.view-all-btn-hols {
  position: absolute;
  bottom: 5px;
  right: 30px;
}

.view-all-btn-hols a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.view-all-btn-hols a:hover {
  color: #050505;
  text-decoration: underline;
}

.fusion-woo-badges-wrapper .onsale {
  margin-top: 14px !important;
  margin-left: 14px !important;
}

span.woocommerce-Price-amount.amount {
  font-weight: 600 !important;
}

span.fusion-tb-categories {
  text-decoration: underline;
}

.woo-sale-badge-circle .onsale {
  line-height: 0;
  border-radius: 50%;
  padding: 0 .3em;
  color: #fff !important;
  font-weight: 600 !important;
}

.shop-details-content-holds p.fusion-onsale {
  position: absolute;
  margin-top: -18px !important;
  margin-right: 20px !important;
}

.fusion-body .fusion-woo-price-tb.badge-position-right .fusion-onsale {
  order: 2;
  position: absolute;
  top: 20px !important;
  z-index: 1111;
  right: 25px !important;
  border: unset;
  padding: 3px 10px;
  background-color: #129c2f !important;
  color: #fff !important;
}

.fusion-woo-badges-wrapper .onsale {
  margin-top: 32px !important;
}

.fusion-form .form-submission-notices .fusion-form-response {
  display: none;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .fusion-form-label-wrapper {
  display: none !important;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 input::placeholder {
  font-size: 15px !important;
  padding: 2px;
  color: #6E6E6E;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .new-colum-for-email .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
  display: flex;
  flex-direction: row;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 input {
  border: 1px solid #ccc !important;
  width: 335px;
  height: 52px;
  background-color: unset !important;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .cutom-form-btn.form-form-submit.button-default {
  position: absolute;
  left: -17px;
  top: 0px;
  background-color: #050505;
  color: #fff !important;
  border: 2px solid #050505;
  border-radius: unset;
  width: 72px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .cutom-form-btn.form-form-submit.button-default span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 0px;
  line-height: 0px;
}

.new-colum-for-email input {
  height: 44px !important;
}

.footer-main-section-holds {
  position: relative;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 {
  position: absolute;
  right: 0px;
  top: -250px;
  padding-right: 5vw;
}

section.footer-upper-section-holds {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}

section.footer-upper-section-holds .divider-holds {
  border-right: 1px solid #7F7E7E;
  height: 32px;
  position: relative;
  top: 6px;
}

section.footer-upper-section-holds .box-one span a i.fa.fa-envelope {
  margin-right: 8px;
  top: 1px;
  position: relative;
}

section.footer-upper-section-holds .box-one span a i.fa.fa-phone {
  transform: rotate(10deg);
  margin-right: 8px;
  top: 1px;
  position: relative;
}

section.footer-upper-section-holds .box-one span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.footer-upper-section-holds .box-one span a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dropdown-header-list {
  display: none !important;
}

.custom_container {
  max-width: unset;
  margin: unset;
}

.footer_section {
  float: left;
  width: 100%;
  padding: 64px 5px 30px 6px;
  margin-bottom: 14px;
}

.footer-logo-content a img {
  width: auto;
}

span.footer_collapse_icons.fusion-responsive-typography-calculated {
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: 2px;
  color: #fffffffc;
  font-family: 'Montserrat';
  font-weight: 500;
}

.footer-logo-content p {
  font-style: normal;
  font-size: 14px;
  color: #ffffffa3;
  font-family: 'Montserrat';
}

.footer_data_box {
  display: grid;
  width: 100%;
  grid-template-columns: 1.3fr .70fr .7fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: ". . . .";
  gap: 30px 90px;
}

.footer_data_box .footer-detail-box-one figure img {
  width: 140px;
  margin-bottom: 16px;
}

.footer_data_box .footer-detail-box-one p {
  font-size: 12px;
}

.footer_detail_box_one {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer_detail_box_one figure {
  margin: 0px !important;
  width: 224px !important;
  padding-bottom: 25px;
}

.footer_detail_box_one figure img {
  width: 100%;
}

.footer_detail_box_one p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0px !important;
  padding-bottom: 32px;
  padding-right: 23px;
  text-align: left;
}

.footer_socail_links {
  display: flex;
  align-items: center;
}

.footer_socail_links a {
  display: flex;
  align-items: center;
  margin-right: 14px;
  background: #333333;
  width: 36px;
  height: 36px;
  justify-content: center;
  border-radius: 50%;
}

.footer_socail_links a i {
  color: #333333;
  font-size: 16px;
}

.footer_detail_box_two {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer_detail_box_heading {
  position: relative;
  padding-bottom: 24px;
}

.footer_detail_box_heading span {
  margin-bottom: 0px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  color: #fffffffc;
}

.footer_detail_box_content_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}

.footer_detail_box_content_list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0px 5px;
  padding-bottom: 21px;
}

.footer_detail_box_content_list li:last-child {
  padding-bottom: 0px;
}

.footer_detail_box_content_list li a {
  font-style: normal;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 100;
  font-size: 15px;
  color: #ffffffa3;
  font-family: 'Montserrat';
}

.footer_detail_box_content_list li a:hover {
  color: #fff;
  text-decoration:underline;
  line-height: 20px;

}

.footer_contact_list li a:hover {
    color: #fff;
  text-decoration: underline;
}

.footer_contact_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}

.footer_contact_list li {
  list-style: none;
  display: flex;
  padding-bottom: 16px;
  line-height: 25px !important;
  font-style: normal;
  line-height: 20px;
  font-weight: 100;
  font-size: 15px;
  color: #ffffffa3;
  font-family: 'Montserrat';
}

.footer_contact_list li:last-child {
  padding-bottom: 0px;
}

.footer_contact_list li i {
  list-style: none;
  display: flex;
  padding-bottom: 16px;
  line-height: 25px !important;
  font-style: normal;
  line-height: 20px;
  font-weight: 100;
  font-size: 15px;
  color: #ffffffa3;
  font-family: 'Montserrat';
}

a.color {
  color: #fbeee6 !important;
}

.footer_contact_list li a {
  font-style: normal;
  line-height: 25px;
  font-weight: 100;
  font-size: 15px;
  color: #ffffffa3;
  font-family: 'Montserrat';
  margin-left: 4px;
}

.f-contact-heading {
  padding-top: 24px;
  padding-bottom: 16px;
}

.f-contact-heading span {
  font-style: normal;
  text-transform: capitalize;
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 2px;
  color: #fffffffc;
  font-family: 'Montserrat';
  font-weight: 500;
}

.footer-social-links {
  display: flex;
}

.footer-links i {
  color: #121212 !important;
  background-color: #fff;
  height: 39px;
  width: 39px;
  font-size: 15px;
  border-radius: 20px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}

.footer-links i:hover {
  color: #fff !important;
  background-color: #85313d;
  border: 1px solid #85313d;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .footer_data_box {
    grid-template-columns: 1.6fr 1.6fr 1fr;
    grid-template-areas: ". . .";
  }

  .footer_data_box {

    padding-bottom: 60px;
  }

}


@media (max-width: 767px) {
  .footer_data_box {
    grid-template-columns: 1.6fr 1fr;
    grid-template-areas: ". .";
    padding-bottom: 0px;
  }

  .footer_part_two_child_two {
    text-align: center;
  }
}

@media (max-width: 540px) {

  .footer_data_box {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    gap: 8px 0px;
  }

  .footer_detail_box_heading {
    padding-bottom: 0px;
  }

  .footer_detail_box_content_list {
    padding-top: 15px !important;
  }

  .footer_contact_list {
    padding-top: 15px !important;
  }

  .footer_section {
    padding: 32px 30px 32px;
    margin-bottom: 0px !important;
  }

  .footer_socail_links {
    padding-bottom: 15px;
  }

  .panel {
    display: none;
    overflow: hidden;
    transition: 0.5s ease-out;
    text-align: left;
  }

  .footer_detail_box_heading.accordion:after {
    content: '\002B';
    color: #333;
    font-family: 'revicons';
    font-size: 26px;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px;
    top: 11px;
    right: 0px;
    font-weight: 600;
  }

  .footer_detail_box_heading.active:after {
    content: "\2212" !important;
    color: #000000;
    font-family: 'revicons';
    font-size: 26px;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px;
    top: 10px;
    right: 0px;
    font-weight: 600 !important;
  }

}

@media (min-width:540px) {
  .modcontent.panel {
    display: block !important;
  }

  section.copy_right_manin {
    color: rgba(255, 255, 255, 0.6);
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    width: 100%;
    display: none;
  }

  .copy_right_text1 span {
    color: rgba(255, 255, 255, 0.6);
  }

  .copy_right_text1 span a {
    color: rgba(255, 255, 255, 0.6);
  }

  .footer_application_download_links {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  .footer_application_download_links a:first-child {
    margin-bottom: 6px;
  }

  .footer_application_download_links a {
    margin-bottom: 0px;
  }
}

@media (max-width:540px) {
  .home_newsletter_box {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    gap: 20px;
  }

  .footer_application_download_links a:first-child {
    margin-bottom: 15px;
  }

  .home_newsletter_box_one_content {
    border-right: 0px;
  }

  .footer_detail_box_one {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer_detail_box_one p {
    padding-right: 0px;
    text-align: center;
  }
}

.footer_divider_lines {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.footer_divider_lines small {
  flex-grow: 5;
  line-height: 0;
  text-align: center;
  position: relative;
  padding: 0px 10px 0px 15px;

}

.footer_divider_lines small:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF14;
}

.form_divider_lines small:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF14;
}

.form_divider_lines span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--checkout_process_forms_text_color);
  margin-bottom: 3px;
}

.footer_part_two {
  color: #fff;
  float: left;
  width: 100%;
  padding: 10px 0 10px 0px;
  border-top: 1px solid #ffffff4f;
}

.footer_part_two_child_two {
  display: flex;
  justify-content: space-between !important;
  flex-direction: row;
  width: 100%;
}

.footer_part_two_main {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.footer_part_two_child_one {
  display: flex;
  align-items: center;
}

.footer_part_two_child_one a img {
  width: 130px;
}

.footer_part_two_child_two span {
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  display: block;
  text-align: center;
  color: #ffffffa3;
  margin: 0px 3px;
  font-weight: 100 !important;
}

.footer_part_two_child_two p {
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  display: block;
  text-align: center;
  color: #ffffffa3;
  margin: 0px 3px;
  font-weight: 100 !important;
}

.footer_part_two_child_two p a {
  margin-left: 6px;
  text-decoration: underline;
  color: #ffffffa3;
}

.footer_part_two_child_two ul {
  margin: 0px;
  padding: 0px;
}

.footer_part_two_child_two ul li {
  display: inline-block;
  font-size: 13px;
  margin-right: 21px;
}

.footer_part_two_child_two ul li a {
  color: #131313;
}

.footer_part_two_child_three span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255 255 255);
}

.footer_part_two_child_three span a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255 255 255);
}

img.L-img {
  width: 105px;
}

@media (max-width: 540px) {
  .footer_part_two_main {
    flex-direction: column;
  }

  .footer_part_two_child_three {
    padding-left: 6px;
  }

  .footer_part_two_child_two {
    padding: 0px 0px;
  }

  .footer_part_two_child_one a {
    padding-bottom: 6px;
  }
}


/* <!-- ============= ======================= ============= -->
  <!-- ============= footer style end here =============== -->
  <!-- ============= ======================= ============= --> */


/*
* ----------------------------------------------------------------------------------------
* 09. Responsivess Page style start
* ----------------------------------------------------------------------------------------
*/
@media (max-width: 1500px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1330px) {

}

@media (max-width: 1200px) {


}

/*
* ----------------------------------------------------------------------------------------
* 09. Responsivess Page style End
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
body.error404 .avada-page-titlebar-wrapper {
  display: none;
}

/* Tabs styling */

body.error404 #post-404page {
  margin-top: 40px;
}

body.error404 #post-404page .fusion-error-page-useful-links,
body.error404 #post-404page .fusion-error-page-search {
  display: none;
}

body.error404 #post-404page .fusion-error-page-404 {
  margin-bottom: 40px;
}