/*!
Theme Name: tiermusic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tiermusic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tiermusic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html { scroll-behavior: smooth; } 

/* Scrollbar kogu lehele */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: transparent; /* Läbipaistev taust */
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4); /* Poolläbipaistev keritav osa */
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6); /* Tumedam hoveri korral */
}

/*--------------------------------------------------------------
# Artist Grid
--------------------------------------------------------------*/
.artist-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 suhe */
  overflow: hidden;
  border-radius: 10px;
	margin-bottom:20px;
}

.artist-video iframe,
.artist-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 20px;
}
.artist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px 3%;
  margin-top: 2rem;
}

.artist-card {
  background: #fff;
  border: 0px solid #eee !important;
  padding: 0px;
  text-align: left;
  transition: transform 0.3s ease;
	 position: relative;
	overflow:hidden;
	  border-radius: 15px;
}

.artist-card:hover {
  transform: translateY(-5px);
}

.artist-image img {
  max-width: 100%;
  border-radius: 15px;
	aspect-ratio: 1 / 1;
	object-fit:cover;
	width:100%;
}

.artist-name {

}

.artist-description {
  font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 15px 0px;
}
.artist-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f4b82f;
    color: #000000;
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    top: 0px;
	right:0px;
	border-radius: 0px 0px 0px 10px;
}

.artist-link:hover {
  background: #d8a227;
	color: #000000;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  
    margin: 0 0 0 0px !important;
  
}
/*--------------------------------------------------------------
# Top-Header
--------------------------------------------------------------*/

.top-header p {
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 700;
}
.top-header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #edbb47;
    padding: 0px 0%;
    box-shadow: 0px 0px 17px #00000091;
}
.top-header ul{
	margin: 0 0 0em 0em;
	list-style: none;
	display:flex;
	padding-left:0px;
	
}
li#text-6{
	    margin-left: 30px;
}

.top-header ul li{
	margin:0 15px;
	
}
.top-header a{
	color:white;
	    font-size: 14px;
}
.top-header a:hover i{
	color:#666;
}
.top-header a:visited{
	color:white;
}

/* Header
--------------------------------------------- */

.header-all.nav-up {
    transform: translateY(-100%);
	    transition: background 0.5s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.header-all.active div.site-branding img {

    transition: background 0.5s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	  

}
.header-all.active div.site-branding a {
    transition: background 0.5s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.header-all.active .main-navigation{
	  transition: background 0.5s ease;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	
}

.header-all.active div.site-branding a {

    transition: background 0.5s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.header-all.active .site-header {
    background-color: #000000;
    /* box-shadow: 0px 0px 20px #00000047; */
    transition: background 0.3s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
   }
.header-all{
	position: fixed;
    width: 100%;
    z-index: 3;
    order: 1;
    top: 0px;

}
.header-all.active{
   transition: background 0.3s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	
}
.header-all.active div.site-branding a {

    transition: background 0.3s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.header-all div.site-branding a {

    transition: background 0.3s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.site-header {
    background-color: #00000000;
    padding: 10px 1%;
    margin: 0px 0%;
    transition: background 0.3s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 0px 0px #00000047;
}
.site-header-inside{
	    
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	    
}
.main-navigation-inside{
	max-width:1300px;
	margin:0 auto;
	display:flex;
	justify-content: flex-end;
	    padding: 0px 6%;
}
p.site-title{
	display:none;
}
p.site-description{
	font-size: 11px;
    line-height: 110%;
    margin-bottom: 0px;
    margin-top: 1px;
    font-weight: 500;
}
.site-branding{
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}
/* content
	 ========================================================================== */
header.entry-header{
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 700px;
    background-color: black;

}

.post-thumbnail {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0px 0% 0px 0%;
}

.post-thumbnail img {
    height: 85vh;
    opacity: 1;
    border-radius: 0px 0px 0px 0px;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.65);
    min-height: 700px;
}
.page-template-default .post-thumbnail img {
	object-position:top;
}
.page-template-page-no-image header.entry-header{
	   
    min-height: auto;
    /*background-image: linear-gradient(to right, #ffffff, #ffffff);*/
        background-color: #ffffff00;
}
.page-template-page-no-image h1.entry-title {
        margin-top: 100px;
    color: black;
	font-size:50px;
	margin-bottom:50px;
    
}
.page-template-page-no-image .entry-content h2 {
       
	font-size:25px;

    
}
.page-template-page-no-image h3 {
       
	font-size:22px;

    
}
.page-template-page-no-image .front-page-meta p {
    font-size: 18px;
   color: black;
}

.meta-text {
        width: 100%;
    padding: 0px 50px;
    position: absolute;
    color: white;
    max-width: 1250px;
}
.buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.single-post .contact-us {
	display:none;
}
.single-post .meta-text p{
	color: black;
  
}
.single-post .meta-text {
    position: relative;
    margin: 0 auto;
    padding: 0px 2%;
    width: 100%;
    color: black;
	 max-width: 1000px;
}
.single-post .post-thumbnail img {
        opacity: 0.5 !important;
    height: 600px;
	min-height: 600px;
    border-radius: 0px;
	object-fit:cover;
	width:100%;
	
}
.single-post .post-thumbnail{
	width:100%;
	margin: 0 auto;
	 min-height: auto;
	max-width:100%;
	padding: 0px 0% 0px;
}
.single-post header.entry-header {
	background-color: #000000;
 	width: 100%;
    margin: 0px auto 0px;
    min-height: 600px;
	max-width:100%;
	height:auto;
	padding:0px 0%;
	display:flex;
	align-items: flex-end;

}
.single-post .entry-content {
    max-width: 1000px;
  
}
.front-page-meta p{
	font-size: 22px;
    font-weight: 500;
}
.entry-content{
	margin: 0px 2%;
	
}
.entry-content-outside{
	padding:25px 0px;
}
.page-template-page-no-image .front-page-meta{
	    width: 100%;
        max-width: 1100px;
    padding: 0px 2%;
    margin: 0 auto;
}
.front-page-meta{
	    width: 65%;
    padding: 0px 6%;
}
/* Services
	 ========================================================================== */
.services {
    margin: 75px 0px;
    /* background-color: #000000; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.page-template-default .services {
    margin-bottom: 55px;
    background-color: #ffffff;
	margin-top:55px;
	max-width: 1250px;
    margin: 50px auto;
    width: 100%;
    padding: 25px 5%;
}
.page-template-default .service {
    max-width: 394.5px;
	width:33%;
	border-radius:20px;
	aspect-ratio:auto;
}

.page-template-default .services-content {
   
    border-left: solid 0px white;
    border-right: 0px solid white;
   
}
.page-template-default .meta-text {
	padding: 0px 5%;
	max-width: 1250px;
}
.page-template-default .block-meta p {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    margin: 25px 0px;
}
/*.services-content {
    background-color: white;
    max-width: 1450px;
    margin: 0 auto;
    border-left: solid 5px white;
    border-right: 5px solid white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}*/
.services-content {
    background-color: white;
    max-width: 1150px;
    margin: 0 auto;
    border-left: solid 5px white;
    border-right: 5px solid white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0px 0%;
    justify-content: center;
	width:100%;
}
.page-id-23 .service {
	align-items: flex-start;
	align-content: flex-start;
	
}
.page-id-23 .block-meta {
	padding: 40px 10% 40px;
	position:relative;

}
.page-id-1059 .service {
	align-items: flex-start;
	align-content: flex-start;
	
}
.page-id-1059 .block-meta {
	padding: 40px 10% 40px;
	position:relative;

}
.service {
    color: black;
    width: 33%;
    max-width: 510.5px;
    padding: 0px 0%;
    aspect-ratio: 1.25 / 1;
    display: flex;
    align-items: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    align-content: center;
    background-color: #edbb47;
    text-decoration: none;
	border-radius:20px;
	overflow:hidden;
}
a.service:hover .video-wrapper {
  opacity:0;
}
a.service:hover img {
  opacity:0;
}
a.service:hover .block-name{
	display:none;
}
a.service:hover{
	filter: brightness(0.9);
	 transition: filter 0.5s ease;
}
a.service[href="#"],
a.service:not([href]) {
  pointer-events: none; /* keelab klikid ja hoveri */
  cursor: default;      /* näitab tavalist kursori */
}
.block-name {
    position: absolute;
    z-index: 2;
    color: white;
    bottom: 10px;
    left: 27px;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 0px 11px #0000008a;
}
.block-meta{
	position:absolute;
	padding:20px 10%;
	 color: black;
}
.block-meta p{
	font-size:25px;
	font-weight:200;
	line-height:90%;
	margin:10px 0px;
}
.block-meta h2{
	font-size:35px;
	line-height:90%;
}

.hero-video {
    opacity: 1;
    transition: opacity 0.5s ease;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
}
.hero-video.fade-out {
  opacity: 0;
}
.video-wrapper {
    display: flex;
    z-index: 1;
	   transition: opacity 0.5s ease;
}
a.service img {
    display: flex;
    z-index: 1;
	 opacity: 1;
    transition: opacity 0.5s ease;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
	
}
.content-img {
    width: 45%;
}
.content-img img{
 border-bottom:solid 0px white;
	border-radius:20px;
}
.content{
	width:48%;
}
#block-1 {
    display: flex;
    flex-wrap: wrap;
	gap:25px 6%;
}
#block-1 h2{
	margin: 50px 0px 25px;

}
#block-1 p{
	margin: 10px 0px 25px;
	

}
#main-content h2{
	margin: 50px 0px 25px;

}
#main-content p{
	margin: 10px 0px 25px;
	

}
a.service.disabled {
  pointer-events: none; /* link ei ole klikitav */
  opacity: 1;         /* näeb välja passiivne */
  cursor: default;
}
.services-meta {
    margin: 50px auto;
    max-width: 1450px;
    padding: 0px 5px;
    padding-right: 50%;
}
/* Events block
	 ========================================================================== */
#events {
    display: flex;
    flex-wrap: wrap;
 
}
.event-item{
	margin-bottom:25px;
}
.events-meta{
	width:50%;
	padding:25px 5%;
}
.events-calendar{
	width:50%;
	padding:35px 5%;
}
.event-date{
	font-size:25px;
	font-weight:700;
}
.event-title a{
	font-size:20px;
	font-weight:200;
	text-decoration:none;
	line-height:90%;
}
.event-title{
	
}

/* Social media
	 ========================================================================== */

#social{
	max-width:100%;
	width:100%;
	    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding:0px;
 	 margin: 25px auto 0px;
}
.social-meta{
	position:absolute;
    max-width: 1350px;
    margin: 50px auto;
    width: 50%;
	color:white;
	
}
img.social-block {
    width: 100%;
    object-fit: cover;
    min-height: 600px;
    height: 600px;
    filter: brightness(0.5);
}
.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
a.social-icon{
	font-size:40px;
	color:#edbb47;
	  -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a.social-icon:hover{
		-webkit-transform: translateY(4px) !important;
    transform: translateY(4px) !important;
	filter: brightness(0.9);
    /*transition: filter 0.5s ease;*/
}
/* Blog
-------------------------------------------- */
#blog {
	background-color:#f8f7f7;
	max-width:100%;
	margin:0px auto;
	
	
}

.entry-content-inside {
    max-width: 1250px;
    margin: 25px auto;
    width: 100%;
    padding: 25px 5%;
}
#blog .buttons {
       margin-top: 50px;
    justify-content: center;
}
.products-in-post{
	margin-top:50px;
}

.post-grid {
 
	    display: flex;
    flex-wrap: wrap;
	
    margin: 30px auto ;
    gap: 50px 2%;
    max-width: 1600px;
    width: 100%;
    z-index: 1;
}

.post-grid a.post {
	display: flex;
    width: 23.5%;
    flex-direction: column;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform, filter;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	 text-decoration: none;
	
}
.post-grid a.post:hover {

 
   -webkit-transform: translateY(4px);
    transform: translateY(4px);
    filter: brightness(1.1);

}
.post-grid a.post a:hover {

 
   
}
.post-grid .post-thumbnail {
   width: 100%;
    min-height: auto;
	opacity:1 !important;
}
.post-grid .post-thumbnail img {
   width: 100%;
	    aspect-ratio: 1 / 1;
	opacity:1 !important;
	    min-height: auto;
	height:auto;
	border-radius:20px;
}
.post-grid img {
   width: 100%;
	object-fit:cover;
	
}

.post-grid a.post h2 {
  	font-size: 20px !important;
    font-weight: 600 !important;
	line-height:110%;
    width: 90%;
	margin-top:15px;
	
}

.post-grid a.post p {
    font-size: 16px !important;
	line-height:140% !important;
	text-align:left !important;
	font-weight:400 !important;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	padding: 0px 5% !important;
	
}

.single-post .meta-text {
  
    margin: 0 auto;
    padding: 0px 6%;
    max-width: 1100px;
	color:white;
}

.single-post .meta-text p {
	width:75%;
    font-size: 23px;
}


#center{
	text-align:center;
}
.page-template-page-no-image .contact-us{
	display:none;
}
.page-template-page-no-image .entry-content {
    max-width: 1000px;
 
    padding: 50px 5%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    overflow: hidden;
    width: 100%;
    background-color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
    position: relative;
    z-index: 1;
	margin-top:50px;
}
.home .site-footer {

	margin-top:0px;
}
.site-footer a{
	color:white;
}
.site-footer a:visited{
	color:white;
}
ul#menu-sotsiaalmeedia-1 a{
	font-size:55px;
	
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2052 a{
	
}
ul#menu-social-media{
	display: flex;
    list-style: none;
    padding-left: 0px;
    gap: 10px;
    align-items: center;
}
ul#menu-social-media a{
	font-size:40px;
	color: #e6be56;
		display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
ul#menu-social-media a:hover{
-webkit-transform: translateX(4px);
    transform: translateX(4px);
	color: #e6be56;
}

i{
	    width: auto !important;
}


.site-footer ul {
    list-style: none;
	padding-left:0px !important;
}


.site-footer a{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.site-footer a:hover{
-webkit-transform: translateX(4px);
    transform: translateX(4px);

}
.site-footer #menu-contact a {
    font-size: 23px;
    line-height: 150%;
    font-weight: 700;
    color: #e6be56;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.site-footer #menu-contact a:hover{
	-webkit-transform: translateX(4px);
    transform: translateX(4px);
	
}
#footer-sidebar{
        display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    padding:25px 5%;
    /* margin: 0 auto; */
    overflow: hidden;
    justify-content: space-between;
	width:100%;
	align-items: center;
    align-content: center;
	

}
#footer-sidebar1 p{
	margin-top:5px;
}

#footer-sidebar1{
    width: 50%;
    padding: 50px 0%;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    justify-content: center;
    color: #edebee;
}
#footer-sidebar1 a{
  
  
}
#menu-footer-contact{
	font-size:25px;

    font-weight: 400;
}
#footer-sidebar2 h2{
	color:#edbb47;
    font-weight: 700;
  
	
}
#footer-sidebar1 img {
	width:150px;
	margin:25px 0px;
}
#footer-sidebar1 h2{
	margin:5px 0px;
    font-size:25px;
	text-transform: uppercase;
}

ul#menu-footer-contact.menu a:hover{
	color:#aedf8b
}

#footer-sidebar2{
	        width: 50%;
    padding: 50px 5%;
    border-radius: 30px;
}

	 #footer-sidebar3 {
    width: 100%;
    padding: 50px 0%;
  }
#footer-sidebar3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
#footer-sidebar3 h2{
	  display:none;
}
#footer-sidebar2 p{

    /*font-size: 25px;
    font-weight: 200;
    line-height: 90%;*/
	margin-bottom:25px;

}



form p{
	margin-bottom:10px !important;
}

span.wpcf7-not-valid-tip{
	display:none;
}
.vvunk{
	  color:white;
    background-color: #351B40;
}

.wpcf7 form .wpcf7-response-output {

    color: #6ea930;
   max-width: 350px;
    border: 0px solid;
    border-radius: 19px;
    padding: 0px 0%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    
   	color: #e75151;
    max-width: 350px;
    border: 0px solid;
    border-radius: 19px;
    padding: 0px 0%;
}


.page-template-events-archive .contact-us {
	display:none;
}
.blog .contact-us {
	display:none;
}
.error404 .contact-us {
	display:none;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


body {
	margin: 0;
}


main {
	display: block;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


b,
strong {
	font-weight: bolder;
}


code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:90%;
	margin:10px 0px;
}
h1.entry-title{
	font-size:70px;
	line-height:90%;
	margin:100px 0px 20px;
}
h3{
	font-size:30px;
	line-height:90%;
}
.single-post h1.entry-title {
    font-size: 45px;
    line-height: 90%;
    margin: 0px 0px 20px;
    color: white;
    
	z-index:2;
	
}
.post-meta{
	position: absolute;
	max-width:1000px;
	width:100%;
	padding:25px 5%;
	color:white;
	z-index:1;
}
.date{
	font-size: 30px;
    font-weight: 700;
	color:#edbb47;
}
.location p{
	font-size: 20px;
    text-transform: uppercase;
    margin: 0px 0px;
    font-weight: 700;
	line-height:90%;
}
.event-cta{
	margin:50px 0px 25px;
}
h2{
	font-size:40px;
}
.single-post .entry-content h2{
	font-size:25px;
	margin:50px 0px 25px;
}
.single-post .entry-content h3{
	font-size:20px;
	
}
.single-post .entry-content p{

	margin:10px 0px 25px;
}
#blog h2{
	/*font-size:45px;*/
}
.meta-text p {
    font-size: 40px;
    line-height: 85%;
    font-weight: 200;
    margin: 10px 0px 50px;
    max-width: 800px;
}
.events-meta h2{
	/*font-size:80px;*/
	color:#edbb47;
	margin:10px 0px;
}
.social-meta h2{
    font-size: 60px;
    color: white;
    margin: 10px 0px;
}
.events-meta{
	text-align:right;
}
p {
	margin:10px 0px;
	
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
   margin:0px;
}
blockquote p, .page-template-default .block-meta blockquote p {
    font-size: 25px;
    font-weight: 200;
    line-height: 90%;
	
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0em 0em;
	padding-left: 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    /* height: auto;*/
	min-height:450px; 
}
.artist-grid iframe{
	min-height:auto !important; 
}
img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: black;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: #edbb47;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
a#ReadMore.button{
	border:solid 0px;
	font-weight:700;
	font-size:16px;
	padding:0px;
	margin-top:50px;
	
}
a#ReadMore.button:hover{
	border:solid 0px;
	font-weight:700;
	font-size:16px;
	-webkit-transform: translateX(4px) !important;
    transform: translateX(4px) !important;
	
}
.contact-us {
    position: fixed;
    top: 43%;
    left: 0px;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: left center;
    z-index: 2;
}


#contact-button {
    display: inline-block;
    background-color: #edbb47;
    color: black;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.57);
    transform: perspective(1px) translateZ(0);
    transition: transform 0.3s ease-out;
}





/* Hover efekt */
#contact-button:hover {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    filter: brightness(0.95);
	color:black;
}
img.contact-us-logo{
	width:70px;
	height: 70px;
	border-radius:0%; 
	display: block;
  margin: 0 auto 0px;
  transition: transform 0.1s linear; /* sujuv pööramine */
}
.contact-us {
    text-align: center;
    /* margin: 100px auto; */
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: flex-end;
}
[type="submit"]{
	color:black;
	background-color:#edbb47;
	padding: 13px 23px;
    font-weight: 600;
    font-size: 18px;
    border: solid 3px;
    border-radius: 9px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;
}
[type="submit"]:hover{
	color:black !important;
	background-color:#edbb47;
	padding: 13px 23px;
    font-weight: 600;
    font-size: 18px;
    border: solid 3px;
    border-radius: 9px;

}
button, [type="button"], [type="reset"], a.button {
    background-color: #00000000;
    padding: 13px 23px;
    font-weight: 500;
    font-size: 18px;
    border: solid 3px;
    border-radius: 9px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;
   
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover, a.button:hover {
 
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    color: #edbb47;
    text-decoration: none;
}
a.button#white{
	color: #ffffff;
}
a#white.button i{
	font-size:25px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	background-color:transparent;
	width:100%;
	max-width:400px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.page-template-page-no-image #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .page-template-page-no-image #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .page-template-page-no-image #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after .page-template-events-archive #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .page-template-events-archive #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .page-template-events-archive #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color:black !important;
}
.blog #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .blog #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .blog #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color:black !important;
}
.error404 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .error404  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .error404  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color:black !important;
}
/* Events, Blog, Error440 lehtede menüülingid */
.page-template-events-archive #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.blog #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.error440 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: black !important;
}
.page-template-page-no-image #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: black !important;
}
.page-template-events-archive .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.blog .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.error440 .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
}
.page-template-page-no-image .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
}
.page-template-events-archive #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
.blog #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
.error440 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #edbb47 !important;
}
.page-template-page-no-image #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #edbb47 !important;
}
.page-template-events-archive .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
.blog .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
.error440 .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #edbb47 !important;
}
.page-template-page-no-image .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #edbb47 !important;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
nav.navigation.post-navigation{
	display:none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 0;
}
.page-template-events-archive .entry-content{
	min-height:400px;
}
.entry-content{
	max-width:1250px;
	margin: 25px auto;
	width:100%;
	padding:75px 5% 25px;
}
#main-content {
	padding:25px 5% 25px 5%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 0em;
    list-style: none;
    width: 100%;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	width:170px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-item img{
	aspect-ratio: 1 / 1;
	width:100%;
	margin-bottom:-6px;
	border-radius:20px;
	    object-fit: cover;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;
	width:45%;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	border-radius:20px;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	width:45%;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	border-radius:20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	width:100%;
	border-radius:20px;
}

@media only screen and (max-width: 1521px){
.meta-text {

    padding: 0px 10%;
   
}
	h1.entry-title {
		font-size: 60px;
}
	.service {
    color: black;
    width: 33%;
		max-width:360px;
  
}
	.services-content {
   
    border-left: solid 0px white;
    border-right: 0px solid white;
  
}
	.block-meta h2 {
    font-size: 30px;

}
	h2 {
    font-size: 35px;
}
	.meta-text p {
    font-size: 40px;

}
	.page-template-default .block-meta h2{
	font-size:35px;
}
}
@media only screen and (max-width: 1449px){
.home .services-content {
   padding:0px 5% 0px 10%;
}

	#contact-button { 
    font-size: 30px;
}
.service {
	max-width:100%;
	width: 33%;
 
}
	.services-content {
    gap: 4px 0.5%;
}
	.page-template-default .meta-text {
    padding: 0px 10%;
  
}
	.page-template-default .services {
 
    padding-left: 10%;
}
	#block-1 {
		padding-left: 10%;
}
	#main-content{
		padding-left: 10%;
	}
}
@media only screen and (max-width: 1350px){
h1.entry-title {
    font-size: 55px;
}
	.meta-text p {
    font-size: 35px;
  
}
	.block-meta h2 {
    font-size: 25px;

}

	.block-meta p {
    font-size: 20px;

}
	.social-meta h2 {
    font-size: 50px;
   
}
	#footer-sidebar {
    padding: 25px 10%;
   
}
}
@media only screen and (max-width: 1250px){
.page-template-default .service {
	aspect-ratio: unset;
	height:auto;
	
}
}
@media only screen and (max-width: 1150px){

#contact-button {

    padding: 10px 25px;
    font-size: 25px;
 
}
	.contact-us {
  
    top: 45%;
  
}
	img.contact-us-logo {
		width: 65px;
		height: 65px;

}
/*	h1.entry-title {
    font-size: 75px;
}
	.single-post h1.entry-title {
	font-size: 45px;
}
	.single-post .entry-content h2 {
    font-size: 30px;
  
}
	.page-template-page-no-image h1.entry-title {
  
    font-size: 40px;

}
	#block-1 h2{
		font-size: 35px;
	}
	#main-content h2{
		font-size: 35px;
	}
	h3{
	font-size:30px;

}
	.meta-text p {
    font-size: 40px;
  
}*/
	.event-date{
		font-size: 25px;
	}
	.event-title a{
		font-size: 25px;
}

	blockquote p, .page-template-default .block-meta blockquote p {
    font-size: 25px;
    
}

}
@media only screen and (max-width: 1000px){
	.page-template-default .services {
    padding-left: 0%;
}
	.home .services-content {
    padding: 0px 5% 0px 10%;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item a{
    display: flex !important;
}
	.header-all.active .site-branding{
  display:none;
}
	.header-all.active .site-header {
    background-color: #00000000;
 
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #0000007d;
}
.site-header {
    
    padding: 10px 3%;
    
}
	.main-navigation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
  width:40px !important;
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0px !important;
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
   border:solid 0px black !important;
}
	.page-template-events-archive #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {

    color: white !important;
   
}
.page-template-events-archive .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
   color: white !important;
}
.page-template-events-archive #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {

    color: #edbb47 !important;
   
}
.page-template-events-archive .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
   color: #edbb47 !important;
}
.page-template-page-no-image  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {

    color: white !important;
   
}
.page-template-page-no-image .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
   color: white !important;
}
.page-template-page-no-image .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
   color: #edbb47 !important;
}
.page-template-page-no-image .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
   color: #edbb47 !important;
}
.blog #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {

    color: white !important;
   
}
.blog .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
   color: white !important;
}
.blog #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {

    color: #edbb47 !important;
   
}
.blog .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
   color: #edbb47 !important;
}

.error440 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {

    color: white !important;
   
}
.error440 .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
   color: white !important;
}
.error440 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {

    color: #edbb47 !important;
   
}
.error440 .header-all.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
   color: #edbb47 !important;
}
	.page-template-events-archive h1.entry-title {
		margin-top:100px;
}
		.blog h1.entry-title {
		margin-top:100px;
}
	.service {
		width: 49.75%;
}
	.page-template-default .service {
		width: 49.75%;
		max-width:49.75%;
}

	.social-meta {
  
    width: 75%;
   
}
	h1.entry-title {
    margin: 20px 0px 20px;
}
}

@media only screen and (max-width: 900px) {
.page-template-events-archive #footer-sidebar, .single-post #footer-sidebar {

    padding: 25px 5% 25px 5%;
   
}
	
#footer-sidebar {

    padding: 25px 5% 25px 10%;
   
}
	.page-template-default .meta-text {
    padding-left:15%;
}
	.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(2, 1fr);
}
	.page-template-default .services {
   
    padding-left: 15%;
}
	
	#main-content, #block-1 {
  
    padding: 25px 5% 25px 15%;
}
.content-img {
	display:none;
}
.content {
	width: 100%;
}
  #footer-sidebar {
    flex-direction: column;
  }
  #footer-sidebar2 {
    width: 100%;
  }
  #footer-sidebar1 {
    width: 100%;
    padding: 50px 5%;
  }
	 #footer-sidebar3 {
    width: 100%;
    padding: 50px 5%;
  }

 

  blockquote p, .page-template-default .block-meta blockquote p {
    font-size: 25px;
  }
  .social-meta h2 {
    font-size: 45px;
  }
  #blog h2 {
    font-size: 45px;
  }
  img.contact-us-logo {
	  width: 50px;
	  height: 50px;
  }
	#contact-button {

    font-size: 19px;
  
}
  .custom-logo-link {
    width: 160px;
  }
}

@media only screen and (max-width: 768px) {
	embed, iframe, object {
 	height:350px;
	min-height:350px;
}
	.alignleft {

	/*rtl:ignore*/
	float: left;
	width:100%;
	/*rtl:ignore*/
	margin-right: 0em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	width:100%;
	/*rtl:ignore*/
	margin-left: 0em;
	margin-bottom: 1.5em;
}


  .post-grid a.post {
    width: 49%;
  }
  #events {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 25px 5% 25px 18%;
  }
  .events-meta {
    width: 100%;
    padding: 25px 5%;
  }
  .events-calendar {
    width: 100%;
  }
	
}

@media only screen and (max-width: 600px) {
	#footer-sidebar {
    padding: 25px 0% 25px 15%;
}
	.page-template-events-archive #footer-sidebar, .single-post #footer-sidebar {

    padding: 25px 0% 25px 0%;
   
}
	.artist-video {
    border-radius: 10px;
  
}
.services {
    margin: 45px 0px;


}
	#events {
   
    padding: 0px 5% 0px 18%;
}
.post-thumbnail img {
    height: 600px;
	min-height: 600px;
}
	.post-thumbnail {
 

    min-height: 600px;
}
	header.entry-header {

    min-height: 600px;

}
		.services-content {
    padding: 0px 5% 0px 18%;
}
		.home .services-content {
    padding: 0px 5% 0px 18%;
}
	#main-content, #block-1 {
  
    padding: 25px 5% 25px 18%;
}
	.page-template-default .services {

    padding: 0px;
}
	.page-template-default .meta-text {
    padding-left:18%;
}
	.page-template-default .service{
        width: 100%;
		max-width: 100%;
    }
	.services-meta {
 
    padding-right: 10%;
}
	.services-meta {
 
    padding-left: 18%;
}
	.page-template-default .services {
    margin-bottom: 5px;
    margin-top: 5px;
}
.page-template-default .services {
    padding-left: 0%;
    padding-right: 0%;
}
.page-template-default .block-meta {
    padding: 30px 10% 30px 10%;
    
}
.block-name {
    
    left: 10%;
  
}
  img.social-block {
    min-height: 400px;
    height: 400px;
  }
  .post-grid a.post h2 {
    font-size: 17px !important;
    width: 95%;
  }
  #blog {
    padding: 25px 5% 25px 18%;
  }
  h1.entry-title {
    font-size: 38px;
  }
		.page-template-page-no-image h1.entry-title {
  
    font-size: 38px;

}
	h1.entry-title br{
		display:none;
  }
  .single-post h1.entry-title {
    font-size: 35px !important;
  }
.single-post .entry-content h2 {
	font-size: 30px;
}
  .meta-text {
    padding: 0 5% 0 18%;
  }
  .meta-text p {
    font-size: 30px;
  }
  .service {
	  width: 100%;
	  	aspect-ratio: 1.5 / 1;
  }
	.post-grid .post-thumbnail img {
  
    border-radius: 10px;
}
  #contact-button {
    padding: 7px 20px;
    font-size: 20px;
  }
  img.contact-us-logo {
	  width: 50px;
	  height: 50px;
  }
  button,
  [type="button"],
  [type="reset"],
  a.button {
    font-size: 18px;
  }
  .single-post .post-thumbnail img {
	  height: 450px;
	  min-height: 450px; 
}
	.single-post header.entry-header {
		min-height: 450px;

}
	embed, iframe, object {
 	height:300px;
	min-height:300px;
}
}
@media only screen and (max-width: 450px) {
	#footer-sidebar1 h2 {

    font-size: 21px;
  
}
	embed, iframe, object {
 	height:200px;
	min-height:200px;
}
  img.social-block {
    min-height: 450px;
    height: 450px;
  }
  .meta-text p {
    font-size: 25px;
  }

.single-post .entry-content h2 {
	font-size: 25px;
}
}
