/*
Theme Name: Vierra-child
Theme URI: http://vierra.themenesia.com
Description: Child Theme for Vierra
Author: Designesia
Author URI: http://themeforest.net/user/designesia/
Tags: brown, purple, two-columns, custom-background
Template: vierra
Version: 1.0.0
*/

@import url("../vierra/css/style.css");

/* Insert all your custom styles below */


.service-1 {
	display: block;
	margin: 0 auto;
	float: none;
}


.price-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(7, 60px);
  grid-auto-flow: row;
  grid-gap: 2px;
  font-size: 16px;
  text-align: center;

}
.lang-switch{
  display: none;
}
.pll-parent-menu-item .sub-menu{
  width: 44px;
}
.menu-extra{
  display: none;
}
.lang-item{
 width: 44px;
}
.de-menu img {
  padding: 0 ;
  margin: 0 ;
}
.price-table div{
 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.price-table div:nth-child(1){
  grid-column: 1/2;
  grid-row: 1/4;
  background: #513d32;
    opacity: 0.65;
   color: white;
}

.price-table div:nth-child(2){
  grid-column: 2/-1;
      background: #d4b88f;
    opacity: 0.7;
 
}

.price-table div:last-child{
  grid-column: 1/-1;
      background: #d4b88f;
    opacity: 0.7;
}


.price-table div:nth-child(n+3):nth-child(-n+8):nth-child(2n+1), .price-table div:nth-child(n+9):nth-child(-n+12):nth-child(2n), .price-table div:nth-child(n+13):nth-child(-n+16):nth-child(2n+1), .price-table div:nth-child(n+18):nth-child(-n+20):nth-child(2n){
 background: #fff2dd;
}


.price-table div{
	background: #fffaf2;
}


@media (max-width: 500px){
	.price-table{
		font-size: 12px;
		margin: -25px;
	}


}

@media (max-width: 832px){
	h3.de_title span:before, h3.de_title span:after{
		display: none;
	}

	h3.de_title span {
  display: block;
  
}


}


@media (max-width: 990px){
 .header-inner .menu-container .lang-switch, .header-inner #wpml-selector {
  display: none !important; 
 }


}

