body {
  font-family: 'Roboto', sans-serif;
  color: #555;
  position: relative;
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site {
  min-width: 320px;
}
.container {
  min-width: 290px;
}
.site-header {
  position: relative;
}
.site-header::before {
  content: "";
  display: block;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(40%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.navbar.is-stick {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.navbar.not-stick {
  padding-top: 1rem;
  background-color: transparent !important;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  position: absolute;
}
.navbar .navbar-brand {
  max-width: 260px;
  max-width: 255px;
  white-space: nowrap;
}
.navbar .navbar-brand a {
  text-decoration: none !important;
  color: inherit;
}
.navbar .navbar-brand img {
  width: auto;
}
.navbar .navbar-brand img.icon {
  height: 40px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar .navbar-brand img.logo {
  height: 42px;
}
.navbar .navbar-brand .site-name {
  font-weight: 700;
  line-height: 1;
}
.navbar .navbar-brand .site-desc {
  font-size: 11px;
  line-height: 1;
}
.navbar-light.not-stick .navbar-brand .site-identity,
.navbar-light.not-stick .navbar-brand img.logo,
.navbar-light.not-stick .navbar-toggler-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.navbar-light.not-stick .navbar-brand .site-identity .customize-partial-edit-shortcut {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.navbar .nav-item {
  position: relative;
}
.navbar .nav-children {
  display: none;
  min-width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  list-style: none;
}
.navbar .nav-children .nav-item {
  margin: 0 !important;
  font-size: 0.9rem;
}
.navbar .has-children .dropdown-toggle {
  display: none;
  width: 42px;
  height: 38px;
  background: transparent;
  border: 0;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .has-children .dropdown-toggle:after {
  margin: 0;
}
.navbar .has-children.open .dropdown-toggle:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.navbar .nav-children .nav-link {
  display: block;
  width: 100%;
  padding: 10px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.2;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
@media (max-width: 1199.98px) {
  .navbar > .container,
  .navbar > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar.not-stick .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-collapse {
    margin-top: 0.5rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar .navbar-nav .nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
  }
  .navbar .navbar-nav .has-children .nav-link {
    padding-right: 45px;
  }
  .navbar .navbar-nav .nav-link {
    font-weight: 500;
  }
  .navbar .navbar-nav .nav-item.active > .nav-link,
  .navbar .navbar-nav .nav-item > .nav-link.active,
  .navbar .navbar-nav .nav-item > .nav-link.open,
  .navbar .navbar-nav .nav-item.open > .nav-link,
  .navbar .navbar-nav .nav-item > .nav-link:focus,
  .navbar .navbar-nav .nav-item > .nav-link:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .navbar .has-children .dropdown-toggle {
    display: block;
    opacity: 0.5;
  }
  .navbar-dark .has-children .dropdown-toggle {
    color: var(--light);
  }
  .navbar-light .has-children .dropdown-toggle {
    color: var(--dark);
  }
  .navbar .nav-children .nav-link {
    padding-left: 30px;
  }
  .navbar .nav-children .nav-link::before {
    content: "\2022";
    float: left;
    margin-left: -15px;
    opacity: 0.5;
  }
}
@media (max-width: 575.98px) {
  .navbar > .container,
  .navbar > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 359.98px) {
  .navbar .navbar-brand img.icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > .nav-item {
    margin-left: 3px;
  }
  .navbar .navbar-nav > .nav-item > .nav-link {
    padding: 6px 12px !important;
    font-size: 11px;
    text-transform: uppercase;
    text-indent: 1px;
    letter-spacing: 2px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar .navbar-nav > .nav-item > .nav-link > .ionicons {
    margin-right: -0.25em;
  }
  .navbar.bg-light .navbar-nav > .nav-item > .nav-link {
    color: #555;
  }
  .navbar.bg-dark .navbar-nav > .nav-item > .nav-link {
    color: #ccc;
  }
  .navbar.not-stick .navbar-nav > .nav-item > .nav-link {
    color: #fff;
  }
  /*
    .navbar .navbar-nav > .nav-item.active > .nav-link,
    .navbar .navbar-nav > .nav-item > .nav-link.active,
    .navbar .navbar-nav > .nav-item > .nav-link.open,
    //.navbar .navbar-nav > .nav-item.open > .nav-link,
    .navbar .navbar-nav > .nav-item > .nav-link:focus,
    .navbar .navbar-nav > .nav-item > .nav-link:hover,
    .navbar .navbar-nav > .nav-item:focus > .nav-link,
    .navbar .navbar-nav > .nav-item:hover > .nav-link {
        color: #fff !important;
        background: #fd6e74;
    }
    .navbar .navbar-nav > .nav-item.current-menu-item > .nav-link,
    .navbar .navbar-nav > .nav-item.current-menu-ancestor > .nav-link {
        color: #fff !important;
        background: #fd6e74;
    }
    */
  .navbar .nav-children {
    min-width: 150px;
    padding: 5px 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1000;
    display: none !important;
  }
  .navbar .nav-children .nav-item + .nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar .nav-children .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .navbar .navbar-nav > .nav-item:hover > .nav-children {
    display: block !important;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.75);
  }
  .navbar .nav-children .nav-link {
    color: var(--gray);
  }
  .navbar .nav-children .nav-link:hover {
    color: var(--gray-dark);
  }
}
@media screen and (max-width: 600px) {
}
.admin-bar .fixed-top:not(.sticky),
.admin-bar .navbar.sticky.is-stick {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar .fixed-top:not(.sticky),
  .admin-bar .navbar.sticky.is-stick {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .fixed-top:not(.sticky),
  .admin-bar .navbar.sticky.is-stick {
    top: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px !important;
  }
}
.site-content {
  position: relative;
  z-index: 2;
}
.site-main-inner {
  background: #fff;
}
.container > .site-main-inner {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid > .site-main-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.entry-title {
  color: inherit !important;
}
@media (min-width: 992px) {
  .section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .section.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
#hero-area {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.feature30 {
  position: relative;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}
.wrap-feature30-box {
  position: absolute;
  top: 20%;
  right: 0;
}
@media (max-width: 991.98px) {
  .wrap-feature30-box {
    position: relative;
    top: auto;
    right: auto;
    margin: -20% auto 0;
  }
}
@media (max-width: 767.98px) {
  .wrap-feature30-box {
    margin-top: 1rem;
  }
}
.label {
  padding: 3px 15px;
  line-height: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 11px;
  text-transform: uppercase;
  text-indent: 1px;
  letter-spacing: 2px;
  background-color: #fd6e74;
}
.label-rounded {
  border-radius: 60px;
}
.btn-own {
  border: 2px solid #fd6e74;
  color: #fd6e74;
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn-own:not(.no-hover):hover {
  color: #fff;
  background-color: #fd6e74;
}
.btn-own.reserve {
  color: #fff;
  background-color: #fd6e74;
}
.btn-own.reserve:not(.no-hover):hover {
  color: #fd6e74;
  background-color: transparent;
}
.btn-own.hover-icon span {
  display: inline-block;
  position: relative;
  margin: 0 -6px;
  padding: 0 6px;
  -webkit-transition: padding 0.1s linear;
  -o-transition: padding 0.1s linear;
  transition: padding 0.1s linear;
}
.btn-own.hover-icon i.fa {
  line-height: 1.5;
  position: absolute;
  margin-right: 10px;
  right: -6px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-own.hover-icon:hover span {
  padding-left: 0;
  padding-right: 12px;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.btn-own.hover-icon:hover i.fa {
  margin-right: 0;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.card-post {
  -webkit-transition: margin 0.1s linear, padding 0.1s linear;
  -o-transition: margin 0.1s linear, padding 0.1s linear;
  transition: margin 0.1s linear, padding 0.1s linear;
}
.card-post:hover {
  -webkit-transition: margin 0.2s linear, padding 0.2s linear;
  -o-transition: margin 0.2s linear, padding 0.2s linear;
  transition: margin 0.2s linear, padding 0.2s linear;
}
.map-wrapper > iframe {
  display: block;
  width: 100%;
}
.webdesa-posts .card-title a {
  color: inherit;
}
.webdesa-posts .card-title a:hover {
  color: #fd6e74;
}
.webdesa-posts a.more-button {
  display: inline-block;
  padding: 3px 12px;
  color: #fd6e74;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #fd6e74;
  border-radius: 15px;
}
.webdesa-posts a.more-button:hover {
  color: #fff;
  background: #fd6e74;
}
/*
.more-link {
	display: inline-block;
	padding: 3px 12px;
	color: #fd6e74;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-indent: 2px;
	letter-spacing: 2px;
	border: 1px solid #fd6e74;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.1s linear;
	
	&:before {
		content: "";
		display: block;
		width: 100%;
		margin-left: -100%;
		background: #fd6e74;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: -1;
		transition: none;
	}
	
	&:hover {
		color: white;
		background: #fd6e74;
		transition: color 0.2s ease-in-out, background 0.1s linear 0.2s;
		
		&:before {
			margin: 0;
			border-radius: 10px;
			transition: all 0.2s ease-in-out;
		}
	}
}
*/
.main-header {
  padding-top: 80px;
  padding-bottom: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.pagination .page-link {
  margin: 0 3px;
  padding: 5px 7px;
  line-height: 13px;
  color: #555;
  font-weight: 400;
  border-radius: 15px !important;
  font-size: 11px;
  text-transform: uppercase;
  text-indent: 2px;
  letter-spacing: 2px;
  border-color: #fd6e74;
}
.pagination .page-link:hover,
.pagination .page-item.active > a {
  color: #fff !important;
  background-color: #fd6e74 !important;
  border-color: #fd6e74 !important;
}
.pagination .page-item.active > a {
  pointer-events: none;
}
.pagination .page-item.disabled > a {
  color: #ccc !important;
  background-color: #f7f7f7 !important;
  border-color: #eaeaea !important;
}
.pagination .separator {
  padding: 5px 7px;
}
.site-footer {
  color: #aaa;
  background-color: #1d1e20;
  /*
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	 */
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #eee;
}
.site-info {
  font-size: 12px;
}
.footer-info {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-identity div > * {
  margin: 0;
  line-height: 1;
}
.footer-identity p {
  font-size: 11px;
  text-indent: 3px;
  letter-spacing: 6px;
}
.footer-identity h5 {
  font-size: 33px;
  font-weight: 700;
}
.footer-identity h6 {
  font-size: 11px;
  text-indent: 1px;
  letter-spacing: 2px;
  font-weight: 700;
}
/*
.footer-info .fa-li::before {
    position: relative;
    top: 0.15em;
}
*/
.list-ionicons {
  padding-left: 1.75em !important;
}
.list-ionicons .ionicons {
  float: left;
  width: 1.2em;
  margin-left: -1.75em !important;
  text-align: center;
  line-height: 1.5;
  position: relative;
  top: 0.1em;
}
.social-network {
  font-size: 21px;
}
.social-network a {
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-network a:hover {
  background: #fcfcfc;
}
.social-network a.facebook:hover {
  color: #3b5998;
}
.social-network a.instagram:hover {
  color: #262626;
}
.social-network a.twitter:hover {
  color: #1da1f2;
}
.social-network a.youtube:hover {
  color: #db4437;
}
.social-network a.rss:hover {
  color: #f26522;
}
/*
.social-network a {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0.25rem;
    font-size: 1rem;
    line-height: 2rem;
    background: #aaa;
    border-radius: 50%;
    color: #1d1e20;
    transition: all 0.3s ease-in-out;
}
/*
.social-network a:hover {
    color: #fff;
    box-shadow: 0 0 1px #fff;
}
.social-network a.facebook:hover {
    background: #3b5998;
}
.social-network a.instagram:hover {
    background: #262626;
}
.social-network a.twitter:hover {
    background: #1da1f2;
}
.social-network a.google:hover {
    background: #db4437;
}
.social-network a.rss:hover {
    background: #f26522;
}
*/
.nav-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 auto 1.5rem;
}
.page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  min-width: 2.3rem;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 0.25rem;
}
.page-numbers:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-numbers:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-numbers.current {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-numbers.dots {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  background-color: transparent !important;
  border-color: transparent !important;
  min-width: auto;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.widget-title a {
  color: inherit;
}
/* widget forms */
.widget select {
  width: 100%;
}
/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li,
.widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}
.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}
.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}
.widget ul li li {
  border: 0;
  padding-left: 1.5rem;
}
/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}
/* Widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}
/* Text widget */
.widget_text {
  word-wrap: break-word;
}
.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}
.widget_text ol {
  list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
  border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}
.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}
.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}
.widget_text ol li {
  list-style-position: inside;
}
.widget_text ol li + li {
  margin-top: -1px;
}
/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}
.widget_rss ul li {
  padding: 2.125em 0;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_rss li .rsswidget {
  font-weight: 300;
  line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}
/* Tag cloud widget */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar tfoot td {
  border: 0;
}
.widget_calendar caption {
  caption-side: top;
  text-align: center;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

@media (min-width: 1200px) {
    .navbar .navbar-nav > .nav-item > .nav-link {
        text-indent: 0;
        letter-spacing: 0;
    }
}

.label {
  padding: 0 !important;
  color: inherit !important;
  letter-spacing: 1px;
  background-color: transparent !important;
}

.category-warta img.wp-post-image {
    width: 150px;
    height: 150px;
    background-size: cover;
    object-fit: cover;
} 

.webdesa-posts .card-image {
    width: 100%;
}