/* Enter Your Custom CSS Here */

@media all and (min-width: 768px) {
  .header-site {
    background-image: url("http://domaniza.fara.sk/wp-content/uploads/whole_web_width2180.jpg");
    background-position: center top;
    height: 375px;
  }
  
  header > .container {
  	top: 260px;
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.3) !important;
    text-align: center;
    -webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
  }
  
  .header-site nav {
	float: none;
    font-family: Alegreya Sans SC, "Helvetica Neue", Helvetica, sans-serif !important;
  }
}

#wrapper-site, .wrapper-site {
	background-color: #9bd57f/*rgb(97, 185, 49)*/ !important;
}
  
.simple-page-wrapper {
  background-color: #99d57c;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 1% 20px !important;
}

table td {
	padding: 5px 10px;
}

/* SUBMENU */
.widget_nav_menu {
	background-color: rgba(87, 178, 73, 0.3);
}

.wrapper-content .menu {
	text-align: center;
}

.wrapper-content .menu li {
	color: red;
	display: inline-block;
	padding: 1em;
}

.gallery {
	list-style-type: none !important;
 	margin: 0 !important;
}

.gallery li {
	list-style-type: none !important;
}

.gallery li a {
	border: none !important;
}

.gallery-preview {
	margin-bottom: 0.5em;
}

.swiper-slide .overlay.darken {
	background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  
  .table-responsive {
    min-height: .01%;
    overflow-x: auto;
  }
}

.copy a:not(.button), .story a:not(.button) {
    color: inherit !important;
    border-bottom-color: transparent;
	font-family: inherit !important;
}

.wp-block-button {
	font-family: Alegreya Sans SC, "Helvetica Neue", Helvetica, sans-serif !important;
	color: rgba(0,0,0,.85);
}

.wp-block-button a {
	display: inline-block;
	padding: 5px 15px;
	background-color: #454545;
	border: none;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-weight: 700;
	font-size: 1em;
}

.col-with-bg {
	background: #ace291;
	padding: 1.5em;
}