/* Styles fot header */

.wrapper {
  max-width: 1180px;
  width: 94%;
  margin: 0 auto;
}

body {
  font-family: 'Quicksand', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #9a9a9a;
}

header.top_header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100px;
}

header.top_header .wrapper nav.left_nav ul,
header.top_header .wrapper nav.right_nav ul {
  display: flex;
  font-size: 18px;
  line-height: 22px;
  color: #433840;

}

header.top_header .wrapper nav.left_nav ul li,
header.top_header .wrapper nav.right_nav ul li {
  margin-left: 16px;
  margin-right: 16px;
}

header.top_header .wrapper nav.left_nav ul li a.active,
header.top_header .wrapper nav.right_nav ul li a.active {
  color: #FEA3AC;
}

header.top_header .wrapper nav.left_nav ul li a,
header.top_header .wrapper nav.right_nav ul li a {
  color: inherit;
  text-decoration: none;
}

header.top_header .wrapper nav.left_nav ul li a:hover,
header.top_header .wrapper nav.right_nav ul li a:hover {
  color: #FEA3AC;
  transition: all 300ms ease-in-out;
}

/* Styles for Page Heading*/
.page_heading {
  min-height: 400px;
  position: relative;
  background-size: cover;
  margin-right: 50px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.svg_style {
  position: relative;
}

.page_heading.about_page {
  background: url(../img/about_header.jpg) center center no-repeat transparent;
}

.svg_style::before {
  content: "";
  width: 100%;
  height: 130px;
  background: url(../img/top.svg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.svg_style::after {
  content: "";
  width: 100%;
  height: 110px;
  background: url(../img/bottom.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.page_heading h2 {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 62px;
  color: #fff;
}

.page_heading span.subtitle {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 0;
}

/* About Section*/
.about_content {
  display: flex;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 60px;
}

.about_content .item_data:first-child {
  padding-left: 25px;
  padding-right: 45px;
}

.about_content .item_data:last-child {
  padding-right: 25px;
  padding-left: 45px;
}

.about_content .item_data article {
  margin-bottom: 80px;
}

.about_content .item_data article:last-child {
  margin-bottom: 0;
}

.about_content .item_data article h3 {
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 12px;
  color: #433840;
}

.about_content .item_data article p {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #9A9A9A;

}

/* Infographic Section */
.infographic {
  background: #FEA3AC;
  margin-left: 50px;
  margin-right: 50px;
  min-height: 600px;
  margin-bottom: 60px;
}

.infographic .info_list {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.infographic .info_list .item_info {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.infographic .info_list .item_info:first-child {
  margin-left: 0;
}

.infographic .info_list .item_info:last-child {
  margin-right: 0;

}

.infographic .info_list .item_info .icon {
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.infographic .info_list .item_info .count {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  color: #DFEEB6;
  display: block;
}

.infographic .info_list .item_info h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}


/* Title Content*/
h2.box_title {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #433840;
  text-align: center;
}

.subtitile {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #F7A1A8;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

/* Team Content */


.team_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team_list .team_member {
  width: calc(50% - 201.5px);
  background: #C9E3F4;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-left: 190px;
  display: flex;
  align-items: center;
}

.team_list .team_member .image img {
  border-radius: 100%;
  margin-left: -190px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.team_list .team_member .data {
  margin-left: 17px;
}

.team_list .team_member .data .name {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  display: block;
}

.team_list .team_member .data .position {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #433840;
  margin-bottom: 14px;
  display: block;
}

.team_list .team_member .data p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #433840;
  margin-bottom: 10px;
}

.team_list .team_member .data .social a {
  font-size: 15px;
  line-height: 35px;
  text-align: right;
  color: #433840;
  letter-spacing: 10px;
}

.team_list .team_member:nth-child(2),
.team_list .team_member:nth-child(3) {
  background: #DFEEB6;
}

.team_list .team_member:nth-child(3),
.team_list .team_member:nth-child(4) {
  margin-left: 0;
  margin-right: 190px;
}

.team_list .team_member:nth-child(3) .image,
.team_list .team_member:nth-child(4) .image {
  order: 2;
}

.team_list .team_member:nth-child(3) .image img,
.team_list .team_member:nth-child(4) .image img {
  margin-left: 0;
  margin-right: -190px;
}

.team_list .team_member:nth-child(3) .data,
.team_list .team_member:nth-child(4) .data {
  order: 1;
  margin-left: 0;
  margin-right: 17px;
  text-align: right;
}

/* Footer */
.footer .top_footer {
  background: url(../img/footer.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 110px;
}

.footer .top_footer .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .top_footer .wrapper .footer_item {
  width: calc(33.3% - 13.3px);
}

.footer_item h5.footer_title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.footer_item.hours_info {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.footer_item.hours_info span {
  color: #DFEEB6;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

.footer_item.contacts_info {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  color: #FFFFFF;
}

.footer_item.contacts_info i {
  color: #DFEEB6;
  margin-right: 10px;
}

.footer_item.contacts_info a:hover {
  border-bottom: 1px dashed #DFEEB6;
  transition: all 300ms ease-in-out;

}

.footer_item.instagram_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_item.instagram_info ul li {
  width: calc(33.3% - 26px);
  margin-bottom: 26px;
}

.footer_item.instagram_info img {
  width: 100%;
  height: auto;
}

.bottom_footer {
  background: #433840;
}

.bottom_footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.bottom_footer p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 35px;
  color: #FFFFFF;
}

.bottom_footer .social li {
  display: inline-block;
  letter-spacing: 10px;
}

ul.social li a {
  color: #DFEEB6;
}

ul.social li a:hover {
  color: #F7A1A8;
  transition: all 300ms ease-in-out;
}

/* Blog Styles*/

.page_heading.blog_page {
  background: url(../img/blog.jpg) center center no-repeat transparent;
}

.blog_archive {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 74px;
  margin-bottom: 12px;
}

.blog_archive article.post {
  width: calc(33.3% - 13.3px);
  margin-bottom: 51px;
}

.blog_archive article.post .thumbnail {
  position: relative;
  margin-bottom: 20px;
}

.blog_archive article.post .thumbnail img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.blog_archive article.post .thumbnail span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #DFEEB6;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.blog_archive article.post h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  background: #FEA3AC;
  display: inline-block;
  padding: 5px 13px;
  /* box-shadow: 0 0 0 2px #B1CFE1; */
  margin-bottom: 20px;
}

.blog_archive article.post:nth-child(even) h3 {
  background: #B1CFE1;
}

.blog_archive article.post h3:hover {
  background-color: #DFEEB6;
  transition: all 300ms ease-in-out;
}

.blog_archive article.post p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #C4C4C4;
  margin-bottom: 13px;
}

.blog_archive article.post .info_line {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #433840;
}

.blog_archive article.post .info_line a {
  color: #FEA3AC;
}

.load_more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.load_more a {
  display: block;
  border: 3px solid #dfeeb6;
  border-radius: 5px;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #DFEEB6;
  padding: 18px 80px;
}

.load_more a:hover {
  background-color: #dfeeb6;
  color: #fff;
  transition: all 300ms ease-in-out;
}

/* Menu Page*/

.page_heading.menu_page {
  background: url(../img/menu.jpg) center center no-repeat transparent;
}

.menu_info {
  background: url(../img/menu_bg.png) left bottom no-repeat;
}

.menu_info .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_info img {
  max-width: 100%;
  height: auto;
}

.menu_info .wrapper .col_left,
.menu_info .wrapper .col_right {
  width: calc(50% - 20px);
  text-align: center;
}

.col_left {
  margin-bottom: 144px;

}

.col_right {
  margin-top: 144px;
}

.col_left .thumbnail {
  margin-bottom: 40px;
}

.col_right .thumbnail {
  margin-top: 40px;
}

.menu_info h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #433840;
  margin-bottom: 22px;
}

.menu_info p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #9A9A9A;
  max-width: 490px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.menu_info a.button {
  display: inline-block;
  border-radius: 5px;
  padding: 20px 30px;
  background: #DFEEB6;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 3px;
}

.menu_info a.button:hover {
  background-color: #FEE9EF;
  transition: all 300ms ease-in-out;
}

.our_menu {
  background: #B1CFE1 url(../img/menu_list_bg.png) center center no-repeat;
  background-size: contain;
  padding-top: 170px;
  padding-bottom: 160px;
  margin: 30px 50px 50px 50px;
}

.our_menu .box_title {
  color: #fff;
}

.our_menu .subtitile {
  color: #DFEEB6;
}

.menu_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu_list .menu_item {
  width: calc(50% - 42.5px);
  display: flex;
  margin-bottom: 42px;
}

.menu_list .menu_item .thumbnail {
  margin-right: 33px;
}

.menu_list .menu_item .thumbnail img {
  border-radius: 100%;
}

.menu_list .menu_item h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 22px;
}

.menu_list .menu_item p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.menu_list .menu_item .price {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 56px;
  color: #DFEEB6;
  margin-left: 28px;
}

/*Pricing Styles*/
.pricing_tables .wrapper .pricing {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pricing_tables .pricing .price_item {
  width: calc(33.3% - 13.3px);
  text-align: center;
  background: #DFEEB6;
  border-radius: 5px;
  padding: 27px 35px 140px 35px;
  box-sizing: border-box;
  position: relative;
}

.pricing_tables .pricing .price_item::after {
  content: "";
  width: 100%;
  height: 110px;
  background: url(../img/bottom.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pricing .price_item .price_title {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 62px;
  color: #FFFFFF;
}

.pricing .price_item .price {
  margin-bottom: 6px;
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
  color: #FEA3AC;
  margin-bottom: 14px;
}

.pricing .price_item .description {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #9A9A9A;
  margin-bottom: 47px;
}

.pricing .price_item a.b_more {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 3px;
  color: #fff;
  padding: 20px 30px;
  border: 3px solid #fff;
  border-radius: 5px;
  display: inline-block;
}

.pricing_tables .pricing .price_item:nth-child(2) {
  background: #C9E3F4;
}

.pricing .price_item a.b_more:hover {
  color: #DFEEB6;
  background-color: #fff;
  transition: all 300ms ease-in-out;
}

/* Shop Styles */
.page_heading.shop_page {
  background: url(../img/shop.jpg) center center no-repeat transparent;
}

.shop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}

.shop .product {
  width: calc(25% - 15px);
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}

.shop .product .thumbnail {
  margin-bottom: 27px;
  position: relative;
  overflow: hidden;
}

.shop .product .thumbnail .add_to_card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms ease-in-out;
}

.shop .product .thumbnail:hover .add_to_card {
  top: 0;
  transition: all 600ms ease-in-out;
}

.shop .product .thumbnail .add_to_card a:hover {
  background: #DFEEB6;
}

.shop .product .thumbnail .add_to_card a {
  display: inline-block;
  background: #C9E3F4;
  border-radius: 5px;
  padding: 20px 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 3px;
  color: #FFFFFF;
}

.shop .product .thumbnail img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.shop .product h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #433840;
}

.shop .product h3 a:hover {
  transition: all 300ms ease-in-out;
  opacity: 0.7;
}

.shop .product .price {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  color: #FEA3AC;
}

/* Contact Styles*/

.page_heading.contact_page {
  background: url(../img/contact.jpg) center center transparent no-repeat;
}

/* Home Page Styles*/

.home_slider {
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}

.home_slider .slick-prev {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 30px;
}

.home_slider .slick-prev {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 30px;
  width: 22px;
  height: 69px;
  background: url(../img/left.svg) center center no-repeat;
  border: 0;
  padding: 0;
  margin-top: -35px;
}

.home_slider .slick-next {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 30px;
  width: 22px;
  height: 69px;
  background: url(../img/right.svg) center center no-repeat;
  border: 0;
  padding: 0;
  margin-top: -35px;
}




.home_slider img {
  width: 100%;
  height: auto;
}

.home_slider .slide figure {
  position: relative;
}

.home_slider .slide figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home_slider .slide .title_one {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 170px;
  line-height: 170px;
  color: #F7A1A8;
  position: absolute;
  top: 22%;
  right: 10%;
}

.home_slider .slide .title_two {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 250px;
  line-height: 250px;
  letter-spacing: 10px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 10%;
}

.home_slider .slide .title_three {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 10px;
  color: #433840;
  position: absolute;
  left: 34%;
  top: 80%;
}

.home_about {
  background: url(../img/home_about.png) center center no-repeat;
  background-size: cover;
}

.home_shop {
  margin-top: 160px;
}

.home_subscribe {
  background: #DFEEB6;
  margin-top: 160px;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 120px;
}


.home_subscribe .thumbnail {
  margin-top: -100px;
}

.home_subscribe .col_left .thumbnail {
  margin-bottom: 0;
}

.home_subscribe .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}



.home_subscribe .col_right,
.home_subscribe .col_left {
  width: calc(50% - 35px);
  margin-top: 0;
  margin-bottom: 0;
  z-index: 9;
}

.home_subscribe .col_right .box_title {
  color: #fff;
  text-align: left;
}

.home_subscribe .col_right .subtitile {
  color: #F7A1A8;
  text-align: left;
  margin-bottom: 20px;
}

.home_subscribe .col_right {
  margin-bottom: 100px;
}

form.subscribe {
  display: flex;
  align-items: center;
}

form.subscribe .email {
  background: #FFFFFF;
  border: 3px solid #FEE9EF;
  border-radius: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #9A9A9A;
  padding-left: 20px;
  height: 54px;
  line-height: 54px;
  width: 100%;
}

form.subscribe .email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9A9A9A;
}

form.subscribe .email::-moz-placeholder {
  /* Firefox 19+ */
  color: #9A9A9A;
}

form.subscribe .email:-ms-input-placeholder {
  /* IE 10+ */
  color: #9A9A9A;
}

form.subscribe .email:-moz-placeholder {
  /* Firefox 18- */
  color: #9A9A9A;
}

form.subscribe .email:focus {
  border-color: #C9E3F4;
}

form.subscribe .submit {
  background: #FEA3AC;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  height: 60px;
  padding: 0 45px;
  border: 0;
  margin-left: 25px;
}

form.subscribe .submit:hover {
  background: #C9E3F4;
  transition: all 300ms ease-in-out;
}

/* Home Blog*/

.home_blog {
  margin-top: 60px;
  background: url(../img/home_blog.jpg) bottom right no-repeat;
  padding-bottom: 31px;
}

.home_testimonials .testimonials_slider {
  max-width: 780px;
  width: 94%;
  margin: 0 auto;

}



.testimonials_slider .testy_item {
  text-align: center;
}

.testimonials_slider .testy_item .author_name {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #433840;
}

.testimonials_slider .testy_item .author_description {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #9A9A9A;
  margin-bottom: 10px;
}

.testimonials_slider .testy_item .author_link {
  font-family: Waiting for the Sunrise;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #B1CFE1;
}

.testimonials_slider .testy_item .author_link:hover {
  color: #F7A1A8;
}

.testimonials_slider .slick-dots button {
  font-size: 0;
  background: #DFEEB6;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.testimonials_slider .slick-dots .slick-active button {
  background: #FEA3AC;
}

.testimonials_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.mobile_nav {
  display: none;
}

/* img {
  max-width: 100%;
  height: auto;
} */


/* Mobile Version */

@media only screen and (max-width: 1080px) {
  .footer .top_footer .wrapper .footer_item {
    width: 100%;
  }


  .home_slider .slide .title_one {
    font-size: 90px;
    line-height: 90px;
  }

  .home_slider .slide .title_two {
    font-size: 120px;
    line-height: 120px;
  }

  .home_slider .slide .title_three {
    left: 20%;
    top: 70%;
    font-size: 40px;
    line-height: 40px;
  }

  .about_content {
    margin-top: 35px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .about_content .item_data {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }

  .menu_list .menu_item {
    width: 100%;
  }


}

@media only screen and (max-width: 800px) {

  .footer .top_footer .wrapper .footer_item {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;

  }

  img {
    max-width: 100%;
    height: auto;
  }

  .footer .top_footer .wrapper {
    flex-wrap: wrap;
  }

  .footer .top_footer {
    margin-bottom: 0;
  }

  .shop .product {
    width: calc(50% - 10px);
  }

  .left_nav {
    display: none;
  }

  .right_nav {
    display: none;
  }

  .home_shop {
    margin-top: 80px;
  }

  .home_subscribe .col_left {
    display: none;
  }

  .home_subscribe .col_right {
    width: 100%;
    margin-bottom: 0;
    padding-top: 70px;
  }

  .home_subscribe {
    margin-top: 80px;
  }

  .mobile_nav {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  ul.mobile {
    display: none;
  }

  .mobile_nav .open {
    cursor: pointer;
  }

  header.top_header .wrapper {
    flex-direction: column;
    height: unset;
  }

  .mobile_nav a {
    color: #FEA3AC;
  }

  .top_header {
    margin-bottom: 40px;
  }

  .logo {
    margin-bottom: 20px;

  }

  .svg_style::before {
    height: 70px;
    background-position: bottom center;
  }

  .svg_style::after {
    height: 70px;
    background-position: top center;
  }

  .home_slider .slide .title_one {
    font-size: 70px;
    line-height: 70px;
    right: 13%;
  }

  .home_slider .slide .title_two {
    font-size: 80px;
    line-height: 80px;
  }

  .home_slider .slide .title_three {
    left: 17%;
    font-size: 30px;
    line-height: 30px;
  }

  .team_list .team_member {
    width: 100%;
  }


  .team_list .team_member .image img {
    min-width: 240px;
  }

  .pricing .price_item .price_title {
    font-size: 30px;
  }

}

@media only screen and (max-width: 600px) {
  .shop .product {
    width: 100%;
  }

  .page_heading {
    margin-right: 0;
    margin-left: 0;
  }

  .home_slider .slide .title_one,
  .home_slider .slide .title_two,
  .home_slider .slide .title_three {
    display: none;
  }

  .blog_archive article.post {
    width: 100%;
    text-align: center;
  }

  .blog_archive article.post .thumbnail {
    display: inline-block;
  }

  .our_menu,
  .home_subscribe,
  .home_slider,
  .infographic {
    margin-left: 0;
    margin-right: 0;
  }

  .infographic .info_list .item_info {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }

  .infographic .info_list {
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team_list .team_member {
    width: 100%;
  }

  .pricing_tables .pricing .price_item {
    width: 100%;
  }

  .pricing_tables .wrapper .pricing {
    flex-wrap: wrap;
  }


}