/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* COMMON */
:root {
  --violet: #9c3787;
  --light-violet: #be6eaa;
  --gold: #bc8c51;
  --white: #ffffff;
}

h2, h3, p, ul, li {
	margin-bottom: 1em;
}

.text-center {
	text-align: center;
}

.w100 {
	width: 100%;
}
.letter-tight {
	letter-spacing: 0.01rem;
}

.text-violet {
	color: var(--violet) !important;
}

.text-light-violet {
	color: var(--light-violet) !important;
}

.text-gold {
	color: var(--gold) !important;
}

.tgp-bg-top {
	background-position: top center !important;
	background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* SHORCODES */
/* DIVIDER */
.tgp-divider-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem 0;
}

.tgp-divider {
	width: 50%;
	display: flex;
  align-items: center;
}

.tgp-divider-line {
	width: 50%;
}

.tgp-divider-line span {
	display: block;
  border-top-style: dashed;
  border-top-color: #c9c9c9;
  border-top-width: 1px;
}

/* ICON LIST */
body div.q_icon_list {
	justify-content: start;
	margin-bottom: 1rem;
}

body div.q_icon_list i {
	margin-right: 0.5rem;
}

.tgp-divider svg {
	width: 25px;
	padding: 0 1rem;
}

/* HEADER */
.header-widget.widget_nav_menu {
  font-size: 14px !important;
}

body.home div.header_top {
	background-color: rgb(255 255 255 / 40%) !important;
}

ul#menu-konsultatsioon, ul#menu-konsultatsioon li, ul#menu-konsultatsioon-russian, ul#menu-konsultatsioon-russian li {
	margin-bottom: 0;
}


ul.booking {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin-bottom: 0;
	margin-right: 1rem;
	border-bottom: none;
}

ul.booking li {
	display: flex;
  align-items: center;
  font-size: 17px;
  font-variant: all-petite-caps;
  padding: 0 0.3rem;
  margin-bottom: 0;
}

ul.booking li a {
  font-weight: 700;
}

ul.booking li a:hover {
  color: var(--violet);
  text-decoration: underline;
}

@media screen and (max-width: 1024px){
	.header_top .left {
		display: none;
	}
	ul.booking {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
  .has_header_fixed_right.stick.menu_bottom .header_inner_right, .header_bottom_right_widget_holder {
    display: table-cell;
  }
  .call-us svg {
  	width: 1rem;
  	height: 1rem;
  }
}

/* home */
/* uued teenused carousel */
#tgp-uued-teenused .swiper-slide {
/*	width: 70vw !important;*/
}

#tgp-uued-teenused .qode-pps-image img {
	/*height: 70vh;
  width: auto;*/
  
}

#tgp-uued-teenused .qode-pps-image h3 {
	/*background: #fff;
 	padding: 1rem;*/
 	/*width: 100%;
 	text-align: center;*/
/*  left: 110%;*/
}

#tgp-uued-teenused .qode-pps-image h3 a {
	font-size: 3rem;
}

#tgp-uued-teenused .qode-pps-image {
/*  width: 45%;*/
}

@media screen and (max-width: 1024px){
	#tgp-uued-teenused .qode-pps-image h3 {
/*		left: 105%;*/
	}
	
}

@media screen and (max-width: 768px){
	#tgp-uued-teenused .qode-portfolio-project-slider.swiper-container {
    height: 90vh;
  }

	#tgp-uued-teenused .qode-pps-inner {
	  display: flex;
    justify-content: flex-start;
	}

	#tgp-uued-teenused .qode-pps-image {
		display: flex;
    flex-direction: column;
    gap: 2rem;
	}

	#tgp-uued-teenused .qode-pps-image h3 {
		position: initial;
	}

	#tgp-uued-teenused .qode-pps-image h3 a {
		font-size: 1.5rem;
	}

  #tgp-uued-teenused .qode-portfolio-project-slider.swiper-container .swiper-pagination-bullets {
/*    bottom: 10vh !important;*/
  }
}

@media screen and (max-width: 480px){
	
}

.qode_carousels .slides>li.item {
    margin: 0 25px 0 0;
}

.tgp-shaddow {
	box-shadow: 0px 15px 70px 0px rgb(0 0 0 / 10%);
}

.tgp-procedure {
	margin-bottom: 30px;
	border: 5px solid #fff;
}

.tgp-services-heading {
	position: absolute;
  background-color: #fff;
  padding: 1em;
  bottom: 30px;
  z-index: 9;

}

.tgp-services-heading h3 {
	font-size: 1.2rem;
	color: var(--violet);
}

.testimonials_c_holder .testimonial_content_inner .testimonial_rating_holder {
  color: var(--violet);
}

input.wpcf7-email {
	margin-top: 20px;
}

p.tgp-form-submit {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
	width: 50% !important;
}

.q_team {
	background-color: transparent;
}

.q_team .q_team_title_holder .q_team_name {
  font-size: 1.5em !important;
}

.q_team .q_team_text {
  padding-bottom: 0 !important;
}

div.tgp-flex-center > div {
	display: flex;
  align-items: center;
}
div.tgp-flex-center h2 {
	font-size: 2em;
}

div.tgp-pakkumised-wrap {
	padding: 1em 0;
	transition: all .3s ease-in;
}

div.tgp-pakkumised-wrap h3 {
	font-weight: bold;
}

div.tgp-pakkumised-wrap:hover {
	/*border-radius: 2em;*/
	/*background-color: #ececec;*/
	box-shadow: 0px 15px 70px 0px rgb(0 0 0 / 10%);
}

div.tgp-pakkumised-wrap > div {
	display: flex;
  align-items: center;
}

div.tgp-pakkumised-wrap .tgp-pakkumised-content p {
	font-size: 14px;
}

div.tgp-pakkumised-wrap div.tgp-price-box .tgp-pakkumine-hind p {
	font-size: 20px;
	color: var(--violet);
	font-weight: bold;
}

div.tgp-pakkumised-wrap div.tgp-price-box div.tgp-pakkumine-hind-desc p {
	font-size: 14px;
}

div.q_icon_list {
	display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

div.q_icon_list p {
	margin: 0;
  padding: 0;
}

body.single-post div.post_text h3 {
	margin-bottom: 1em;
}

footer {
	z-index: 10;
}

footer .three_columns {
	display: flex;
  justify-content: center; 
  align-items: center;
}

@media screen and (min-width: 767px){
	footer .three_columns>.column1 { width:20% !important; }
	footer .three_columns>.column2 {	width: 60% !important; }
	footer .three_columns>.column3 { width:20% !important; }
}

.footer_bottom ul, .footer_bottom ul li {
	margin-bottom: 0;
}

ul .wpml-ls-menu-item a {
  justify-content: center;
}

@media screen and (max-width: 767px){
	footer .footer-logo figure {
		display: flex;
	  align-items: center;
	  justify-content: center;
	}
}

/* PORTFOOLIO */
.qode-inverted-portfolio-slider .qode-pps-title-link {
	font-size: 2rem;
}

.single-portfolio_page .title {
	display: none !important;
}

.single-portfolio_page .portfolio_single .flexslider {
	width: 50vw;
  margin: 0 auto;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px){
	.single-portfolio_page .portfolio_single .flexslider {
		width: 80vw;
	  margin: 0 auto;
	  margin-bottom: 3rem;
	}
}

div.tgp-badge {
	position: absolute;
  top: -10rem;
  right: -10rem;
}

div.tgp-badge img {
	width: 50%;
	transform: rotate(15deg);
}

/* HINNAKIRI */
#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav {
	display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

#tgp-tabs .qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
	display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--violet);
  border-radius: 5px;
  background: var(--white);
  transition: all .3s ease-in;
}

#tgp-tabs .qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li:hover {
	background: var(--violet);
}

#tgp-tabs .qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-tabs-active {
	background: var(--violet);
}

#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav li h2 {
	margin-bottom: 0;
	display: inline-flex;
	width: 100%;
}

#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav li a {
	font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: var(--violet);
}

#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav li.ui-tabs-active a {
	color: var(--white);
}

#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav li.ui-tabs-active a:hover {
	color: var(--white);
}

#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav li a:hover {
	color: var(--white);
}

#tgp-tabs .qode-advanced-tabs .qode-advanced-tab-container {
	padding: 1rem 0;
}

@media screen and (max-width: 1440px){
	#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px){
	#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 425px){
	#tgp-tabs .qode-advanced-tabs .qode-advanced-tabs-nav {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

/* HIDE */
.tgp-hide {
	display: none !important;
}

@media screen and (max-width: 600px){
	div.tgp-badge {
		position: absolute;
	  top: -8rem;
	  right: -18rem;
	}
	div.tgp-badge img {
		width: 35%;
	}
}

@media screen and (max-width: 425px){
	div.tgp-badge {
	  right: -16rem;
	}
}

@media screen and (max-width: 375px){
	div.tgp-badge {
		top: -7rem;
	  right: -14rem;
	}
}

/* KINKEKAART */
div.kinkekaart-wrap {
	display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0em 8em;
  grid-auto-flow: row;
}

div.kinkekaart-wrap a.tgp-kinkekaart-button {
	display: inline-flex;
  margin: 2em 0;
  padding: 1em;
  border: 1px solid #9c3787;
  border-radius: 1em;
  color: #9c3787;
  transition: all .3s ease-in;
}

div.kinkekaart-wrap a.tgp-kinkekaart-button:hover {
	background-color: #9c3787;
	color: #fff;
}

div.kinkekaart-wrap ul.tgp-kinkekaart-images {
	list-style: none;
}

div#kinkekaart p.price {
	font-size: 2em;
  font-weight: 700;
}

div#kinkekaart p.selected_price_type label {
	font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

div#kinkekaart input {
	padding: 5px 15px;
}

div#kinkekaart input.wps_wgm_from_name, div#kinkekaart input.wps_wgm_price, textarea#wps_wgm_message {
	width: calc(100% - 60px);
}

div#kinkekaart input.wps_wgm_to_email {
	width: calc(100% - 40px);
}

.woocommerce div.product .summary p.price span.amount {
  font-size: 2rem !important;
  color: #953e86 !important;
}

/*#wps_wgm_to_name_optional {
  display: block;
}*/

/* CHECKOUT */
.woocommerce-checkout h3 {
  font-size: 22px;
}

.woocommerce form.checkout .col2-set .form-row input[type=email], .woocommerce form.checkout .col2-set .form-row input[type=password], .woocommerce form.checkout .col2-set .form-row input[type=tel] {
  padding-left: 2.5%;
  padding-right: 2.5%;
  width: 95%;
}

.woocommerce form.checkout table.shop_table td, .woocommerce form.checkout table.shop_table th {
  text-align: left;
}

.woocommerce form.checkout div.tgp-product-name {
	display: flex;
  align-items: center;
  margin-bottom: 1em;
}


.woocommerce form.checkout div.tgp-product-meta, .woocommerce form.checkout div.tgp-product-meta p {
	font-size: 12px;
}

.woocommerce form.checkout a.tgp-remove-item {
	background-color: #9c3787;
  padding: 3px;
  border-radius: 1em;
  height: 1em;
  width: 1em;
  line-height: 1em;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin-right: 1em;
}

.woocommerce #payment ul.payment_methods, .woocommerce #payment ul.payment_methods li {
	border: none;
}

button#place_order {
	width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px){
	div.kinkekaart-wrap {
		grid-template-columns: 1fr;
		gap: 0em 8em;
	}

	div.kinkekaart-wrap div:nth-child(1) {
		order: 2;
	}
	div.kinkekaart-wrap div:nth-child(2) {
		order: 1;
	}
	a.tgp-booking-button {
		position: fixed;
    bottom: 1.5rem;
    left: 2rem;
    box-shadow: 0px 15px 70px 0px rgb(0 0 0 / 10%);
	}
}

@media screen and (max-width: 600px){
	

	div.tgp-flex-center > div, div.tgp-pakkumised-wrap > div {
		flex-direction: column;
	}

	div.tgp-flex-center h2 {
		margin-top: 1em;
	}

	div.tgp-pakkumised-wrap h3 {
		margin-top: 1em;
	}
	div.tgp-price-box {
		margin-top: 2em;
	}

	table.tablepress th {
		font-size: 14px;
	}
	.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
		width: 100% !important;
	}
	footer .three_columns {
		flex-direction: column;
	}
}

@media screen and (max-width: 425px){
	a.tgp-booking-button span.mpc-button__title {
		padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    font-size: .8em;
	}
}