/*
Theme Name:     DFD Ronneby Child Theme
Theme URI: 		http://rnbtheme.com/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://rnbtheme.com/
Template:       dfd-ronneby
Version:        1.0.0
*/

/* GENERAL OPTIONS START*/
#header-container.dfd-new-headers.header-style-2
  #header
  .header-wrap
  nav.mega-menu
  ul.nav-menu
  .mega-menu-item.menu-item-depth-0.current-menu-item:after {
  content: unset;
}

/* GENERAL OPTIONS END */

/* MAIN MENU START*/
#menu-main-menu {
  margin-right: 5rem;
}

#menu-main-menu li a {
  text-transform: uppercase;
  font-weight: 400;
}

/* MAIN MENU END*/

/* HOME PAGE SPECIFIC START*/

.home__idea.dfd-heading-module-wrap h1.widget-title {
  font-weight: 400;
}

.home__idea.dfd-heading-module-wrap h3.widget-sub-title {
  font-style: normal;
}

.home__idea--button i {
  right: 10px !important;
}

.home h2.widget-title {
  font-weight: 400 !important;
}

img.dfd-footer-copyright-image {
  max-height: 20px;
}

.subfooter-copyright a {
  color: rgba(255, 255, 255, 0.6);
}
.subfooter-copyright a:hover {
  color: blue;
}
/* HOME PAGE SPECIFIC END*/

/* Footer */
.footer-column__inner {
  padding-left: 50px;
  padding-right: 50px;
}

.footer_instagram {
  padding-left: 50px;
  padding-right: 150px;
}

/* Footer */

/* Our Idea */
p.our-idea__paragraph {
  line-height: 18px;
  color: #000;
  font-weight: 500;
}
/* Our Idea */

/* Products Archive */

.products_archive_container,
.product_single_container {
  max-width: 1675px;
  margin-left: auto;
  margin-right: auto;
}

.products_archive_container .products_archive__widgets,
.product_single_container .products_archive__widgets {
  padding-left: 5%;
  padding-right: 5%;
}

.products_archive_container .my-products_container,
.product_single_container .my-products_container {
  padding: 0;
}

/* Products Archive End */

/* Search */
.products_archive_container .search-query,
.product_single_container .search-query {
  background-color: #f8f8f8;
}

/* Search End */

/* Products Page Start */
.to_home_btn {
  float: left;
}

.show_all_products {
  float: right;
}

.sp_top_btn {
  border: 1px solid #000;
  padding: 5px 10px;
  display: inline-block;
}
.sp_top_btn:hover {
  cursor: pointer;
}

.title_wrapper {
  text-align: center;
  margin-top: 50px;
}
h1.product_title {
  display: inline-block;
  font-weight: 100;
}

.product-image__wrapper {
  text-align: center;
}
.product_img_container.slick-slider {
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
}

.bg_white {
  background-color: rgba(255, 255, 255, 1);
}

.product_img_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  transform: translate(-4px, -4px);
  background: linear-gradient(
    90deg,
    rgba(217, 155, 54, 1) 0%,
    rgba(252, 202, 129, 1) 50%,
    rgba(184, 104, 33, 1) 100%
  );
  z-index: -1;
}

.product-description__wrapper {
  margin-top: 50px;
  text-align: center;
}

.product-description__wrapper .product_description {
  max-width: 70%;
  display: inline-block;
}
.product_image__holder {
  display: inline-block;
  position: relative;
}

.product-slider-arrows__wrapper {
  position: absolute;
  bottom: 20px;
  left: 5px;
}

.prd_arrow {
  float: left;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #f8f8f8;
  line-height: 20px;
  padding: 0px 7px;
  display: none;
}

.prd_arrow.arrow_right {
  margin-left: 2px;
}

.post-type-archive-my-product h4 {
  font-size: 20px;
  line-height: 24px;
}

/* Products Page END */

/*12-5-2021*/

.dfd-heading-module .block-title {
  font-weight: 400;
}

/* Responsive styles start*/

@media only screen and (max-width: 799px) {
  .home_idea-photo  {
    margin-top: 3rem;
  }
  .home__idea--button {
    margin-bottom: 2rem;
  }
  .home_products_grid {
    display: none;
  }
  #search-3 {
    margin-top: 30px;
  }
  #search-3 .widget-title {
    display: none;
  }
  .top_buttons__row {
    padding: 20px;
  }
  .dfd-stuning-header-bg-container {
    background-size: cover !important;
    background-attachment: initial !important;
  }
  body.dfd-page-title-our-idea #layout > div.vc-row-wrapper.full_width_content > div.dfd-row-bg-wrapper-cover > div{
    background-size: 100% !important;
  }
}