/* --------------------------------  Divi Colapsable menu -------------------------------- */

/*Style the icon's placeholder*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
    width: 44px;
    height: 100%;
    padding: 0px !important;
    max-height: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: transparent;
    border-bottom: 0;
    text-align: center;
}

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative;
}

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
}

/*Hide the Sub-menu*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
    display: none !important;
    visibility: hidden !important;
}

/*Show the sub-menu when the + icon is clicked*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
    display: block !important;
    visibility: visible !important;
}

/*Create the opening/closing icon using the Divi's Icons*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    top: 10px;
    position: relative;
    font-family: "ETModules";
}

/*Set the opening icon for custom Tax Pages*/
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    content: "+";
}

/*Set the opening icon for default WordPress Pages*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    content: "\4c";
}

/*Set the closing icon*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
    content: '\4d';
}

/* --------------------------------  END - Divi Colapsable menu -------------------------------- */










/* --------------------------------  Divi CSS Snipets -------------------------------- */

/*place button modules next to each other in the same column*/
/* Add the class “btn-inline” and save. */
.dt-btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
}

.dt-btn-inline {
    text-align: center !important;
}

.dt-txt-left {
    text-align: left !important;
}

.dt-txt-center {
    text-align: center !important;
}

.dt-txt-right {
    text-align: right !important;
}



/* Reverse Divi column order on mobile devices */
@media screen and (max-width: 980px) {
    .dt-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* buttons fixed to the bottom */
.dt-btn-bottom-fix .et_pb_column {
    padding-bottom: 30px;
}

.dt-btn-bottom-fix .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Remove list bullets in Divi footer widgets */
#footer-widgets .footer-widget li:before {
    display: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0px !important;
}

.et-social-rss a.icon:before {
    content: "\e09d" !important;
}

/* --------------------------------  END - Divi CSS Snipets -------------------------------- */






/* */
.post-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.post-listing .col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;

}

.post-listing .col-1 {
    width: 100%;
}

.post-listing .col-2 {
    width: 50%;
}

.post-listing .col-3 {
    width: 33.33%;
}

.post-listing .col-4 {
    width: 25%;
}

.post-listing .col-5 {
    width: 20%;
}

@media only screen and (max-width: 1024px) {
    .post-listing .col-3 {
        width: 50%;
    }

    .post-listing .col-4 {
        width: 33.33%;
    }

    .post-listing .col-5 {
        width: 25%;
    }
}

@media only screen and (max-width: 780px) {
    .post-listing .col-3 {
        width: 50%;
    }

    .post-listing .col-4 {
        width: 50%;
    }

    .post-listing .col-5 {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .post-listing .col {
        width: 100% !important;
    }
}

.discription {
    color: #000000;
}



/* --------------------------------  Logo Slider -------------------------------- */
.featured-brands .brands .brand {
    padding: 10px;
}

.featured-brands .brands .brand a img {
    height: 150px;
    object-fit: cover;
}

.featured-brands .brands button.slick-arrow {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    border: none;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.featured-brands .brands button.slick-next {
    right: -40px;
}

.featured-brands .brands button.slick-prev {
    left: -40px;
}
/* --------------------------------  End Logo Slider -------------------------------- */

/* --------------------------------  Full width slider -------------------------------- */
.cpt-cont-slider .bg-sec {
    width: 100%;
    min-height: 579px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cpt-slider button.slick-arrow {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    border: none;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 11;
}

.cpt-slider button.slick-arrow img {
    width: 20px;
}

.cpt-slider button.slick-next {
    right: 0px;
}

.cpt-slider button.slick-prev {
    left: 0px;
}

.main-content-slider {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.content-wrapper {
    padding: 0 40px;
    max-width: 1200px;
    margin: 0px auto;
}

.cpt-cont-slider {
    color: #ffffff;
}

.cpt-cont-slider h2 {
    color: #ffffff
}

.cpt-cont-slider:after {
    content: '';
    background-color: #1d1d1d;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.content-sec-slide {
    max-width: 50%;
}

.cpt-cont-slider.black-text {
    color: #000000;
}

.cpt-cont-slider.black-text h2 {
    color: #000000
}

.cpt-cont-slider.black-text:after {
    background-color: #ffffff;
}

.btn-sec {
    background-color: #e02b20;
    border-width: 0px !important;
    border-radius: 0px;
    padding: 10px;
    display: block;
    margin-top: 10px;
    min-width: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.btn-sec:hover {
    background-color: #e09900;
}

.cpt-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    gap: 10px;
    list-style: none;
    line-height: normal;
}

.cpt-slider .slick-dots li button {
    background: none;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 100%;
}

.cpt-slider .slick-dots li.slick-active button {
    border-color: #ffffff;
}
/* -------------------------------- End Full width slider -------------------------------- */



/* -------------------------------- divi full screen menu -------------------------------- */

/* Text left of hamburger in the Theme Builder */
.et_mobile_nav_menu:before {
    content: '';
    position: absolute;
    right: 40px;
    margin-top: 5px;
    color: #333;
    font-size: 16px;
}

/* Text left of hamburger in Divi 3 */
#et_mobile_nav_menu:before {
    content: '';
    position: absolute;
    right: 33px;
    bottom: 30px;
    color: #333;
    font-size: 16px;
}

/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

/* Remove the top line in the mobile menu*/
.et_mobile_menu {
    border-top: 0;
}

/* Center-align moble menu items */

.et_mobile_menu li {
    text-align: center !important;
}

.et_mobile_menu li li,
.et_mobile_menu li ul {
    padding-left: 0 !important;
}

/* Make mobile menu fullwidth */
.et_mobile_menu {
    min-width: 100vw;
    margin-left: -10vw;
}

/* Make the mobile menu full height */

.et_mobile_menu {
    min-height: 100vh !important;
    min-height: -webkit-fill-available;
    padding-top: 50px !important;
}

html {
    height: -webkit-fill-available;
}

/* Remove the animation to avoid delay */

.mobile_nav.opened .et_mobile_menu {
    display: block !important;
}
/* -------------------------------- END divi full screen menu -------------------------------- */





/* -------------------------------- Case studies -------------------------------- */
.case-studies-banner {
  background-color: #ececec;
  padding: 100px 0;
}

.case-studies-banner .banner-title {
  margin-bottom: 20px;
}

.case-studies-banner .banner-title h1 {
  font-size: 32px;
}

.case-studies-banner .banner-content {
  width: 60%;
  margin-bottom: 50px;
}

.case-studies-banner .banner-content p {
  font-size: 18px;
  line-height: 1.7;
}

.case-studies-archive {
  padding: 60px 0 0 0;
}

.case-studies {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 30% 40px 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.case-studies > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.case-studies > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.case-studies > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.case-studies .case-study {
  border: #eaeaea solid 1px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-studies .case-study .image-wrapper {
  position: relative;
}

.case-studies .case-study .image-wrapper .image-holder {
  height: 225px !important;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.case-studies .case-study .image-wrapper .case-study-cat {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #ececec;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0 10px 0 0;
  color: #333;
}

.case-studies .case-study .case-study-content-wrapper {
  background-color: #eaeaea;
  padding: 20px 20px 50px 20px;
  text-align: center;
}

.case-studies .case-study .case-study-content-wrapper .title {
  margin-bottom: 15px;
}

.case-studies .case-study .case-study-content-wrapper .title h4 {
  color: #333;
  font-size: 26px;
}

.case-studies .case-study .case-study-content-wrapper .description {
  color: #333;
}

.case-studies .case-study:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* -------------------------------- case study single -------------------------------- */
.single-case-studies-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}

.single-case-studies-banner .testimonial {
  color: white;
  margin: 0 0 0 30%;
  padding-left: 40px;
}

.single-case-studies-banner .testimonial blockquote {
  margin: 0 0 50px 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1.5;
}

.single-case-studies-banner .testimonial cite {
  font-style: normal;
  font-size: 18px;
}

.case-studies-single {
  background-color: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-studies-single .case-study {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 70%;
  grid-template-columns: 30% 70%;
  grid-column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.case-studies-single .item-1 {
  background-color: #fff;
  padding: 30px;
  margin-top: -350px;
  border-radius: 10px;
}

.case-studies-single .item-1 .download-btn {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content .title {
  font-size: 20px;
  color: #E02B20;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.case-studies-single .item-1 .group-content .description {
  font-size: 18px;
  line-height: 1.5;
}

.case-studies-single .item-2 .main-intro {
  font-size: 20px;
  line-height: 30px;
}

.case-studies-single .item-2 .featured_boxes {
  margin: 40px 0 0 0;
}

.case-studies-single .item-2 .featured_boxes .featured_box {
  position: relative;
  background-color: #e02b20;
  color: white;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 220px;
  height: 150px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .featured_box_content {
  position: absolute;
  padding: 0px 30px;
  width: 100%;
  left: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies-single .item-2 .featured_boxes .featured_box .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .description {
  text-transform: uppercase;
  font-size: 16px;
}

.case-studies-single .item-2 .featured_boxes .featured_box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.case-studies-single .item-2 .main-case-study-content p {
  font-size: 18px;
  line-height: 28px;
}


.case-studies-single .item-2 .featured_boxes .featured_box {
  color: white;
  text-align: center;
  border-radius: 20px;
  margin-right: 3%;
  margin-bottom: 3%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 46%;
  min-height: 150px;
  position: relative;
}
.group-content p {
  padding-bottom: 5px;
}
.single-case-studies-banner .testimonial {
  padding-left: 5%;
}
.case-studies-single .item-1 .download-btn {
  display: grid;
  text-align: center;
  width: 100%;
}
.case-studies-single .case-study {
  -ms-grid-columns: 30% 40px 65%;
  grid-template-columns: 30% 65%;
  grid-column-gap: 5%;
}
@media only screen and (max-width: 980px) {
  .single-case-studies-banner {
    padding: 70px 0;
  }
  .case-studies-single .case-study {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .single-case-studies-banner {
    padding: 70px 0 100px 0px;
  }
  .single-case-studies-banner .testimonial {
    padding-left: 0px;
  }
  .single-case-studies-banner .testimonial blockquote {
    margin: 0 0 20px 0;
  }
  .case-study .item.item-1 {
    text-align: center;
    margin-top: -100px;
  }
  .case-study .item.item-2 {
    margin-top: 40px;
  }
  .case-studies {
    display: inline-block;
    width: 100%;
  }
  .case-studies .case-study .case-study-content-wrapper {
    background-color: #eaeaea;
    padding: 20px 20px 20px 20px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
  }
  .single-case-studies-banner .testimonial {
    margin: 0;
  }
  .case-studies .case-study {
    display: block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .case-studies-single .item-2 .featured_boxes .featured_box {
    width: 100%;
    margin-right: 0px;
  }
}
.case-studies .case-study .case-study-content-wrapper {
  padding: 20px !important;
}
.case-studies .case-study {
  background: #eaeaea;
}
/* -------------------------------- END Case studies -------------------------------- */


/* -------------------------------- post pagination -------------------------------- */
.post-pagination {
  margin-top: 30px;
}

.post-pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-pagination li a,
.post-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  border: #000 solid 2px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  margin: 0 3px;
  color: #000;
  font-weight: bold;
}

.post-pagination li a img,
.post-pagination li span img {
  max-width: 16px;
  display: block;
  margin: 3px auto 0;
}

.post-pagination li .current {
  background-color: #000;
  color: white;
}

.post-pagination li .dots {
  border-color: transparent;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  border-color: transparent;
}
/* -------------------------------- END Post pagination -------------------------------- */



/* -------------------------------- Testimonials Slider style ------------------------------------ */
/* Testimonal Style */
.name-sec {
  color: #0d1f3b;
  font-size: 20px;
}

.desig-sec {
  color: rgb(153, 44, 104);
  font-size: 20px;
  font-weight: 300;
}

.content-testi {
  position: relative;
  margin-top: 80px; 
}

.content-testi:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  background: url(/wp-content/uploads/quote-icon.svg);
  background-size: 30px;
  display: block;
  top: -50px;
  height: 30px;
  background-repeat: no-repeat;
}

.jh_testimonal_slider {  
  position: relative;
  margin-bottom: 80px;
}

.content-testimony {
  padding: 30px; 
  margin: auto;
}

.detail-testi {
  margin-top: 70px;
}

.jh_testimonal_slider .slick-arrow {
  background: url("/wp-content/uploads/right-arrow-grey.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.jh_testimonal_slider .slick-arrow.slick-prev {
  right: 60px;
  background: url("/wp-content/uploads/left-arrow-grey.svg");
}

.jh_testimonal_slider .slick-arrow:hover {
  background: url("/wp-content/uploads/right-arrow-blue-grey.svg");
}

.jh_testimonal_slider .slick-arrow.slick-prev:hover  {
  background: url("/wp-content/uploads/left-arrow-blue-grey.svg");
}

.review-star {
  content: "";
  position: absolute;
  right: 0px;
  width: 120px;
  display: block;
  top: -50px;
  background-repeat: no-repeat;
}


.case-study-testimonail{
  border: 1px solid rgba(55, 55, 55, 0.2509803922);
}


.jh_testimonal_slider .slick-list{
  margin-left: -20px;
}

.case-study-testimonail.slick-slide{
  margin-left: 20px;
}

 
.case-study-testimonail .content-testimony .detail-testi {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: 3fr 40px 1fr;
  grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
  font-size: 18px;
  color: #0d1f3b;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 1.6;
  min-height: 200px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
    min-height: auto;
  }
}
.case-study-testimonail .content-testimony .detail-testi .image img {
  display: block;
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: auto;
}
/* --------------------------------  END Testimonials Slider style ------------------------------------ */


/* --------------------------------  Blog Archive ------------------------------------ */
.cu-blog .et_pb_salvattore_content[data-columns]::before {
  content: '3 .column.size-1of3' !important;
}
.cu-blog article {
  margin-bottom: 8% !important
}
.cu-blog .et_pb_image_container {
  margin: -20px -20px 0px;
}
.cu-blog a.more-link {
  padding: 10px 16px !important;
  display: inline-block;
  text-transform: capitalize;
  background: #ec6906;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  transition: all 300ms ease 0ms;
}
.cu-blog a.more-link:hover {
  background-color: #e09900;
  transition: all 300ms ease 0ms;
}
.cu-blog .et_pb_post .entry-featured-image-url {
  margin-bottom: 20px;
}
.cu-blog .post-content-inner p {
  font-size: 16px;
}
.cu-blog .et_pb_blog_grid .et_pb_post {
  padding: 20px !important;
  text-align: left !important;
}
.cu-blog h2.entry-title {
  font-weight: 600 !important;
  line-height: 28px;
	min-height: 75px !important;
  font-size: 22px !important;
}
.zoom-blog .et_pb_post div.et_pb_image_container {
  overflow: hidden
}
.et_pb_blog_grid .et_pb_post {
  padding: 20px !important
}
.zoom-blog .et_pb_post img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s
}
.zoom-blog .et_pb_post:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05)
}
.zoom-blog a.entry-featured-image-url {
  overflow: hidden
}
@media only screen and (min-width: 981px) {
  .cu-blog .column.size-1of3 {
    width: 31.6% !important;
    margin-right: 2.5% !important;
  }
  .cu-blog .column.size-1of3:last-child {
    margin-right: 0px !important;
  }
}
.cu-blog-2 .et_pb_salvattore_content[data-columns]::before {
  content: '2 .column.size-1of2' !important;
}
@media only screen and (min-width: 981px) {
  .cu-blog-2 .column.size-1of2 {
    width: 48.7% !important;
    margin-right: 2.5% !important;
  }
  .cu-blog-2 .column.size-1of2:last-child {
    margin-right: 0px !important;
  }
}
/* --------------------------------  END Blog Archive ------------------------------------ */

/* --------------------------------  Blog Single ------------------------------------ */
h1.entry-title {
  font-weight: 900;
  text-align: center;
  color: #555555;
  max-width: 600px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 20px;
}
#sidebar {
  display: none;
}
#left-area {
  width: 100% !important;
  padding: 23px 0px 0px !important;
  float: none !important;
}
.et_right_sidebar #main-content .container::before {
  display: none;
}
#left-area .post-meta {
  width: 100%;
}
.single-post .et_pb_post .entry-content {
  padding-top: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.single-post .et_pb_post .entry-content ul li {
  font-size: 16px;
  line-height: 26px !important;
}
.single-post .et_pb_post .entry-content ol {
  font-size: 16px;
  line-height: 26px !important;
}
.et-search-form, blockquote {
  border-color: #E02B20;
}
blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid;
  border-left-color: currentcolor;
  padding-left: 20px;
  background: #efefef;
  padding: 20px;
  border-color: #E02B20;
}
.single-post .et_pb_post .entry-content p {
  font-size: 16px;
}
.et_pb_post p.post-meta {
  text-align: center;
}
.single-post .et_pb_post .entry-content a {
  color: #E02B20;
}
.single-post .et_pb_post .entry-content h3 {
  font-size: 20px;
  line-height: 30px;
}
.et_pb_post .post-meta {
  font-size: 14px;
  margin-bottom: 6px;
}
p.post-meta {
  display: inline-block;
}
/* --------------------------------  END Blog Single ------------------------------------ */
