/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Footer smaller middle column */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
	grid-template-columns: 4fr 1fr 4fr;
}
.dd-btn{
  display:inline-block;
	width:100%;

  padding:5px 26px;
  background:#4a7ce0;
  color:#fff;
  border-radius:0px 0 50px 0;
  font-weight:600;
  font-size:22px;
  line-height:2;
  text-decoration:none;
  transition:all .25s ease;
  box-shadow:
    rgba(0,0,0,.12) 0 1px 1px,
    rgba(0,0,0,.12) 0 2px 2px,
    rgba(0,0,0,.12) 0 4px 4px,
    rgba(0,0,0,.12) 0 8px 8px,
    rgba(0,0,0,.12) 0 16px 16px !important;
	background-image: linear-gradient(180deg, #172D81 0%, #4C7EE3 100%);
}
.dd-btn:hover{
	  background:#4a7ce0;
  color:#fff;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px!important;
}
.dd-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

/* gumb uvijek na dnu */
.dd-card-btn{
  margin-top:auto;
}

/* 1) Image Box wrapper kao flex stupac */
.elementor-widget-image-box .elementor-image-box-wrapper{
  display:flex;
  flex-direction:column;
  height:100%;
}

/* 2) Content dio isto kao flex */
.elementor-widget-image-box .elementor-image-box-content{
  display:flex;
  flex-direction:column;
  flex:1;
}

/* 3) Opis neka "popuni" prostor */
.elementor-widget-image-box .elementor-image-box-description{
  display:flex;
  flex-direction:column;
  flex:1;
}

/* 4) Gumb uvijek na dno */
.elementor-widget-image-box .elementor-image-box-description .dd-btn{
  margin-top:auto;
  align-self:left; /* makni ako želiš left/right */
}
/* da sadržaj bude “stupac” */
.elementor-widget-image-box .elementor-image-box-description{
  display:flex;
  flex-direction:column;
  flex:1;
}

/* tekst kao blok */
.elementor-widget-image-box .dd-desc-text{
  display:block;
}

/* gumb uvijek na dnu + minimalni razmak od teksta */
.elementor-widget-image-box .dd-btn{
  margin-top:auto;
}

.elementor-widget-image-box .dd-desc-text{
  margin-bottom:18px; /* povećaj/smanji po želji */
}

.elementor a.dd-btn:hover,
.elementor a.dd-btn:focus,
.elementor a.dd-btn:active{
  color:#fff !important;
}
.dd-features ul{
  list-style:none;
  padding-left:0;
  margin:0;
}

.dd-features li{
  position:relative;
  padding-left:28px;
  margin:10px 0;
}

.dd-features li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#fe840b;
  font-weight:900;
  font-size:18px;
  line-height:1;
}
.booknow-natpis h2{text-align:center; font-weight:800!important; color:#fe840b; text-shadow: 1px 1px 2px #000;}

.dd-prices-box.dd-prices-widget .dd-season-toggle button{
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.dd-prices-box.dd-prices-widget .dd-season-toggle button .dd-dot{
  margin-right:6px;
}

.dd-prices-box.dd-prices-widget .dd-season-dates{
  display:block;
  font-size:12px;
  font-weight:500;
  color:#666;
  line-height:1.1;
}

.asteriks{color:#ff0000!important;}
.please{text-align:center!important;}
body, .ast-separate-container {background-color: #FFF!important;}
.blog-layout-5 .ast-blog-single-element.ast-taxonomy-container.cat-links {display: none;}