/*
Theme Name:     CentrulBrancusi.ro
Theme URI:      https://centrulbrancusi.ro/
Description:    CentrulBrancusi.ro Interfață Versiunea 2.0
Author:         CentrulBrancusi.ro
Author URI:     https://centrulbrancusi.ro/
Template:       voice
Version:        2.0
*/

/* Video Wraper */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Mobile Logo */

@media only screen and (max-width: 1023px) {
.site-branding img {
  max-width: 240px;
  max-height: 40px;
}
 .main-header {height:52px;}
}
.vce-res-nav a {color:#ffffff !important;}
.vce-res-nav a:hover {color:#e1120e !important;}
/* Sticky Logo */

.header-sticky .site-title img {
  max-height: 34px;
}

/* Site Description */
 
.site-description {
  font-size: 18px;
  font-family: 'Poppins';
}

/* Top Search */
.soc-nav-menu a {font-size: 20px !important;}
li.search-header-wrap.vce-zoomed>ul.search-header-form-ul {
  background-color: #f0f0f0;
}

/* Cookies, Push, PWA Buttons */
.perfecty-push-dialog-box {justify-content: space-evenly !important; padding: 10px !important;}
#perfecty-push-dialog-cancel{color:#e1120e !important;}
#perfecty-push-dialog-subscribe{background:#e1120e !important;}
#perfecty-push-settings-open svg {background-color: #e1120e !important; padding: 8px !important; width: 36px !important; height: 36px !important;}
@media only screen and (min-width: 370px) and (max-width: 560px) {
  .perfecty-push-dialog-box {
	width: 350px;
	flex-wrap: wrap;
  }
}
a.mks_button {
    background-color: #ffffff;
    color: #222222;
}
.snackbar p {
    min-width: 280px !important;
}
/* Download button */
.wp-block-file__button {
  margin-top: 10px;
  background-color: #e1120e;
  border: none;
  color: white;
  padding: 12px 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  display: block;
}
.wp-block-file__button:hover {
  background-color: #c6120f;
}
.wp-block-file {
  margin-bottom: 1.5em;
  background-color: #f9f9f9;
  padding: 20px;
  display: block;
  line-height: 30px;
  width: 99%;
  text-align: center;
}
.wp-block-file a:link {
  font-size: 20px;
  text-decoration: none;
}