/*
  Theme Name: Triangle
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Creative Site Template
  Version: 1.1
  */

 @font-face { font-family: Vivaldi; src: url('../fonts/Vivaldi.woff'); }

  .starting-letter {
	font-size: 32px;  
  }

  .justified {
    text-align: justify;
  }
  
  .wine-cards {
	margin-top: 22px;
	margin-bottom: 24px;
  }
  
  .elegant {
	font-family: Vivaldi;
	font-size: 128px; 
  }
  
  .stretch {
	  width: 100%;
  }
  
  .map-responsive {
	  overflow:hidden;
	  padding-bottom:56.25%;
	  position:relative;
	  height:0;	  
  }
  
  .map-responsive iframe {
	  left: 0;
	  top: 0;
	  height: 100%;
	  width:100%;
	  position:absolute;	 
  }

  .news img {
	  max-width: 300px;	  
  }
  
  .media-body p {
	margin: -5px 0 10px;  
  }
  
  .cookie-popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background: white;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            z-index: 1000;
            text-align: center;
    }
	
	.close-button {
            position: absolute;
            top: 10px;
            right: 15px;
			cursor: pointer;
	}
	
	.single-price p {
		/*margin: 10px 10px 10px 10px;*/
	}
    	
@media screen and (max-width: 1200px) {
	.elegant {
		font-size:94px;
	}
}

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