/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");

html,
body {
  font-family: "Lato", sans-serif;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.text-shadow h2,
.text-shadow p {
  text-shadow: 3px 6px 12px rgba(0, 0, 0);
}


/* Header */

#header .mobile-toggle {
    color: #22b7bb;
    background-color: transparent;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

#header .main-menu>li.menu-item {
    margin: 0;
}

#header .main-menu > li.menu-item.appointment,
#header .main-menu > li.menu-item.tel {
	transition: all 0.15s ease-in-out;
	display: flex;
	align-items: center;
}

#header .main-menu > li.menu-item.appointment > a {
	border: 2px solid #22b7bb;
	background-color: #FFFFFF;
    border-radius: 50px;
    padding: 5px 12px;
}

#header .main-menu > li.menu-item.appointment:hover > a,
#header .main-menu > li.menu-item.appointment > a:hover {
	border: 2px solid #22b7bb;
	background-color: #22b7bb;
	color: white;
    border-radius: 50px !important;
    padding: 5px 12px;
}

#header .main-menu > li.menu-item.tel > a {
	border: 2px solid #F3EBF4;
	background-color: #FFFFFF;
    border-radius: 50px;
    padding: 5px 12px;
}

#header .main-menu > li.menu-item.tel:hover > a,
#header .main-menu > li.menu-item.tel > a:hover {
	border: 2px solid #F3EBF4;
	background-color: #F3EBF4;
	color: #515251;
    border-radius: 50px !important;
    padding: 5px 12px;
}

#header .main-menu > li.menu-item.appointment,
#header .main-menu > li.menu-item.appointment:hover 
#header .main-menu > li.menu-item.tel,
#header .main-menu > li.menu-item.tel:hover {
	border: none;
	background-color: transparent;
	border-radius: 50px !important;
	color: white;
	padding: 0;
}

@media (min-width: 992px) {
    #header .main-menu > li.menu-item {
        margin-top: 0;
    }
	
	#header .main-menu > li.menu-item.appointment {
		padding-left: 10px;
	}
}

/* Section */
.section {
  border: none;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
}

.section__white + .section__white,
.section__white + .vc_row-full-width + .section__white {
  padding-top: 0 !important;
}

.section__grey + .section__grey {
  padding-top: 0 !important;
}

.section__grey {
  background-color: #efefef;
}

.section__pink {
  background-color: #F3EBF4;
}

@media screen and (min-width: 992px) {
  .section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .section__white + .section__white {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

/* Columns */

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }
}

/* Menu */

#header .main-menu > li.menu-item > a {
  font-weight: 700;
  border: none;
  margin: 0;
}

#header .main-menu > li.menu-item > a:hover {
  color: #515251;
  border: none;
  margin: 0;
}

#header .main-menu > li.menu-item.active:hover > a,
#header .main-menu > li.menu-item:hover > a {
  background-color: transparent;
  border: none;
}

.mega-menu > li.menu-item.active,
.mega-menu > li.menu-item:hover > a,
#header .main-menu > li.menu-item.active:hover > a,
#header .main-menu > li.menu-item:hover > a {
  color: #515251;
}

@media (min-width: 992px) {
  #header .main-menu > li.menu-item.active > a {
    border: none;
    color: #515251;
  }
}

/* Hero */

.hero {
  padding-top: 0 !important;
  position: relative;
  background: rgb(174, 191, 238);
  min-height: 400px;
  background: -moz-linear-gradient(
    90deg,
    rgba(174, 191, 238, 1) 0%,
    rgba(148, 218, 233, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    90deg,
    rgba(174, 191, 238, 1) 0%,
    rgba(148, 218, 233, 1) 100%
  ) !important;
  background: linear-gradient(
    90deg,
    rgba(174, 191, 238, 1) 0%,
    rgba(148, 218, 233, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aebfee",endColorstr="#94dae9",GradientType=1) !important;
}

.hero.hero__simple {
	min-height: 400px;
}

.hero.hero__sm {
	max-height: 600px;
}

.hero .vc_row > .vc_column_container > .wpb_wrapper.vc_column-inner {
  padding-top: 0;
}

.hero .hero__carousel {
  position: relative;
  max-height: 270px;
  overflow: hidden !important;
  margin-top: 0;
}

.hero .hero__carousel img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.hero__image .vc_parallax-inner {
  opacity: 0.3 !important;
}

.hero .hero__content .wpb_wrapper {
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .hero .hero__carousel {
    max-height: 500px;
  }
	
	  .hero__heading,
  .hero__subheading,
  .hero__text {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .hero {
    padding-top: 15% !important;
    padding-bottom: 15% !important;
  }
	
	.hero.hero__simple {
		min-height: 600px;
	}

  .hero__image .vc_parallax-inner {
    opacity: 1 !important;
  }

  .hero .hero__content .wpb_wrapper {
    max-width: 600px;
  }

  .hero .hero__carousel {
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0 !important;
    right: 0;
    max-height: 100%;
  }

  .hero .hero__content .wpb_wrapper {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    padding: 30px !important;
    box-shadow: 0 13px 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}

.hero .wpb_single_image .wpb_wrapper {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.hero__heading {
  font-size: clamp(2rem, 0.481rem + 3.1646vw, 3.25rem) !important;
  margin-bottom: 20px;
	margin-top: 30px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.hero__subheading {
  font-size: clamp(1.5rem, 0.8924rem + 1.2658vw, 1.2rem) !important;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.hero__text {
  font-size: clamp(1.125rem, 0.8212rem + 0.6329vw, 1.375rem) !important;
	line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.hero .vc_btn3.vc_btn3-size-lg {
  border-radius: 8px;
  color: black;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
	.hero.hero__simple {
		min-height: 850px;
	}
}

/* Tiles */

.tile {
  	min-height: 100%;
	margin-bottom: 30px;
}

.tile .vc_column-inner {
	background-color: white;
  position: relative;
  padding: 30px !important;
  height: 100%;
	border-radius: 8px;
  	box-shadow: 0 13px 30px rgba(0, 0, 0, 0.1);
}

.tile .wpb_single_image.vc_align_center {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
	margin-bottom: 30px;
}

.tile  .wpb_single_image img {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.tile .wpb_text_column,
.tile p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .tile {
    margin-bottom: 0;
  }
}

/* Icon list */

.icon__list .vc_column-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.icon__list--alt .vc_column-inner {
  flex-direction: column;
  gap: 10px;
}

.icon__list--alt .vc_column-inner p {
  margin: 0 auto;
}

.icon__list:last-of-type .vc_column-inner {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .icon__list .vc_column-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .icon__list .vc_column-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .icon__list--alt .vc_column-inner {
    flex-direction: column;
  }
}

.icon__list .wpb_content_element,
.icon__list .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  margin-bottom: 0;
}

/* Side Image */

.side__image.wpb_single_image .vc_single_image-wrapper {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  clip-path: url(#blob1);
}

.side__image.wpb_single_image .vc_single_image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

/* Testimonials */



.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	border-radius: 100% !important;
}

.owl-carousel .owl-nav .owl-next {
	right: -35px;
}

.owl-carousel .owl-nav .owl-prev {
	left: -35px;
}

.owl-carousel .owl-stage {
    display: flex !important;
    flex: 1 0 auto !important;
    height: 100% !important;
}

.owl-carousel .owl-item {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

.testimonial {
	margin-bottom: 0;
}

.testimonial blockquote {
	background-color: white !important;
	border-radius: 8px !important;
}

.testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top: 10px solid white;
}

/* Forms */

.custom__form form {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.custom__form .gform_wrapper input,
.custom__form .gform_wrapper textarea,
.custom__form .gform_wrapper select {
  background-color: white;
  border: 2px solid #cecece;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 16px;
  line-height: 1;
  color: #343434;
  width: 100%;
  min-height: 55px;
}

.custom__form .gform_wrapper select {
  line-height: 1.4;
}

.custom__form .gform_wrapper input[type="submit"] {
  background-color: #23b6ba !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: white !important;
	font-weight: 700 !important;
  border: none !important;
  width: 120px !important;
  height: 45px !important;
  border-radius: 20px !important;
}

.custom__form .gform-theme--framework input[type="checkbox"] {
  height: 25px !important;
  min-height: 25px !important;
  width: 25px !important;
  padding: 5px !important;
}

/* Footer */
.footer-wrapper,
#footer .footer-top,
#footer .footer-main,
#footer .footer-bottom {
  background: #22b7bb;
}

.footer-top {
  padding-top: 80px;
}

#footer .footer-main > .container {
  padding-top: 40px;
  padding-bottom: 0;
}

#footer .footer-main h3 {
  margin-top: 20px;
}

#footer .footer-main p {
  color: white;
  margin-top: 0;
}

#footer .footer-main p a,
#footer .footer-main ul li:before {
  color: white;
}

#footer .footer-main ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  border: none;
	gap: 10px;
}

#footer .footer-main ul li {
  list-style-type: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
	color: white;
}

#footer .footer-main ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 20px;
  border: none;
  transition: all 0.2s ease-in-out;
}

#footer .footer-main ul li a.wp-block-social-link-anchor {
  font-size: 30px;
  line-height: 36px;
}

#footer .footer-main ul li a:hover {
  text-decoration: none;
  color: #515251;
}

#footer .footer-main .wp-block-social-links {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

#footer .footer-main .widget {
  margin-bottom: 0;
  margin-top: 0;
}

#footer .footer-main .wp-block-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.4;
  text-transform: uppercase;
}

#footer .footer-bottom .widget_nav_menu ul li {
    display: inline-block;
    padding: 0 8px 0 0;
}

#footer .footer-bottom .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-bottom .widget > div > ul li a,
#footer .footer-bottom .widget > ul li a {
  color: white;
}

#footer .footer-bottom .widget > div > ul li:before,
#footer .footer-bottom .widget > ul li:before {
  color: white;
}

@media screen and (min-width: 768px) {
  #footer .footer-bottom .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #footer .footer-bottom .footer-left {
    flex: 0 1 auto !important;
  }
}

/* Buttons */
.vc_btn3 {
	padding: 12px 15px;
	transition: all 0.15s ease-in-out;
	border: none;
	box-shadow: 3px 3px 12px rgba(0,0,0,0.1);
}

.vc_btn3:hover {
	background-color: #515251 !important;
	color: white !important;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 20px;
}

/* Tables */

.wp-block-table {
	margin: 0;
}

.wp-block-table td, .wp-block-table th {
    border: none;
    padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 1;
}

/* Templates */

.vc_row .vc_column_container > .wpb_wrapper.vc_column-inner {
  padding-top: 0;
}

.no-breadcrumbs .main-content {
  padding-top: 0;
}

.post,
.page,
.main-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.search .main-content-wrap,
.porto-single-page {
	padding-top: 40px;
	padding-bottom: 40px;
}

.blog .main-content-wrap {
	padding-top: 80px;
}

@media screen and (max-width: 992px) {
	.search .sidebar {
		margin-top: 40px;
	}
}