/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

h6 {
	color: #5A7A82;
}

.white-c {
	color: #fff;
}

.text-light h2, .text-light h1 {color: #fff;}
.text-light p, .text-light span {color: #FFFFFF99;}
.text-light p label {color: #5A7A82;}

.branding a img, .branding img {
  max-width: 148px;
  height: auto;
}

.branding a.sticky-logo img {
  max-width: 60px;
  height: auto;
}

.mobile-header-bar .mobile-branding img {
  max-width: 100px;
  height: auto;
}

/* HEADER */
.header-elements-button-1 {
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
}

/* Buttons */
.btn-inverse {
	background: transparent !important;
  	border: 2px solid rgba(255, 255, 255, 0.40);
	padding: 14px 30px 14px 30px !important;
}

/* Content */
.h-list ul li {
	display:inline-block;
	margin-right: 32px !important;
}

.h-list.bg-white ul li {
	border-radius: 14px;
	background: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
	padding: 12px 16px 8px 16px !important;
	width: 40%;
	margin-bottom: 16px !important;
}

.h-list.bg-white ul li .uavc-list-content {
	margin-bottom: 0px;
}

.h-list.fw ul li {
	width: 100%;
}

.h-list ul li .aio-icon-img {
	background: #F3F7F8;
	  padding: 8px;
	  border-radius: 10px;
}

.text-light .h-list ul li .aio-icon-img {
	background: #E7372C26;
}

.prefix-title {
  display: flex;
  align-items: center; /* Vertikalno poravnava liniju i tekst */
  gap: 12px; /* Razmak između linije i teksta */
  color: #e7372c; /* Crvenkasta boja sa slike */
	text-transform:uppercase;
	font-size:12px;
}

.prefix-title p {
	color: #e7372c !important;
}

.prefix-title::before {
  content: "";
  display: block;
  width: 24px; /* Dužina linije */
  height: 2px; /* Širina/Debljina linije */
  background-color: currentColor; /* Automatski preuzima boju teksta */
}

.prefix-sufix-title {
  display: flex;
  align-items: center; /* Vertikalno centrira linije i tekst */
  justify-content: center; /* Poravnava sve ulevo. Promeni u 'center' ako želiš na sredini ekrana */
  gap: 12px; /* Razmak između linija i teksta sa obe strane */
  color: #e7372c; 
  text-transform: uppercase;
  font-size:12px;
}

/* Primenjujemo ista pravila i za levu (before) i za desnu (after) liniju */
.prefix-sufix-title::before,
.prefix-sufix-title::after {
  content: "";
  display: block;
  width: 24px; /* Fiksna dužina obe linije */
  height: 2px; /* Debljina linija */
  background-color: currentColor; /* Preuzima boju teksta */
}

.custom-counter .counter_suffix {
  vertical-align: ideographic;
}

.custom-counter .stats-text {
  display: flex;
  flex-direction: column; /* Postavlja elemente jedan ispod drugog */
  align-items: flex-start; /* Poravnava liniju i tekst ulevo */
  gap: 16px; /* Razmak između linije i teksta */
  text-transform: uppercase;
	margin-top: 16px;
}

.custom-counter .stats-text::before {
  content: "";
  display: block;
  width: 40px; /* Dužina linije */
  height: 2px; /* Debljina linije */
  background-color: #e7372c;
}

.round-box-img img {
	border-radius: 16px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10); 
}

.round-box .vc_column-inner {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10); 
}

.round-box .vc_single_image-img  {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.round-box-small {
	border-radius: 14px;
	background: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
	padding: 12px 16px;
}

/* Form */
.wpcf7-form label {
	text-transform: uppercase;
	font-size: 12px;
}

input.wpcf7-text, textarea.wpcf7-textarea {
	border: none !important;
	border-radius: 14px !important;
background: #F3F7F8 !important;
	text-transform: initial ;
}

.wpcf7-form input[type="submit"] {width: 100%;}

/* Footer */
.footer .menu li {border: none;}
.footer .menu li a {color: #FFFFFF80 !important;}
.footer .menu li a:hover {text-decoration: none; color: #fff !important;}

.soc-ico a {
  width: 36px;
  height: 36px;
  line-height: 36px;
	margin: 0px;
	margin-right: 12px;
}
.soc-ico a::after, .soc-ico a::before {
  width: 36px;
  height: 36px;
  border-radius: 10px;
	background: rgba(255, 255, 255, 0.10);
}
.footer .soc-ico a:not(:hover) .soc-font-icon {color: #FFFFFF;}

#bottom-bar {color: #FFFFFF4D;}

/* Nateraj roditeljski div da zauzme 100% širine cele trake */
#bottom-bar .wf-container-bottom .wf-float-right {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    float: none !important;
	margin-left: 0px;
}

/* Postavljanje Copyright teksta na levu stranu */
#bottom-bar .bottom-text-block {
    order: 1;
    margin-bottom: 0;
	margin-left: 0px;
}

/* Postavljanje Menija na desnu stranu */
#bottom-bar .mini-nav {
    order: 2;
    margin-bottom: 0;
}

#bottom-bar a, #bottom-bar .mini-nav .customSelect, #bottom-bar .menu-select {color: #FFFFFF4D;}

#bottom-bar .mini-nav ul > li.act > a .menu-item-text, #bottom-bar .mini-nav > ul > li > a:hover .menu-item-text {text-decoration: none;}

/* Prilagođavanje za mobilne telefone */
@media (max-width: 768px) {
    #bottom-bar .wf-container-bottom .wf-float-right {
        flex-direction: column-reverse;
        justify-content: center !important;
        text-align: center;
        gap: 12px;
    }
}

/* Responsive */
.row-padding-100 {
    padding-top: 100px;
	padding-bottom: 100px;
  }
@media (max-width: 479px) {
  .row-padding-100 {
    padding-top: 50px;
	padding-bottom: 50px;
  }
}