/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#comments {
  display: none;
}
.page-header .entry-title {
  text-align: center;
}
.page-content a {
  text-decoration: none;
}
.elementor-image-box-title {
  margin-left: 10px;
  margin-right: 10px;
}
.aux-content-top-margin .aux-primary {
  padding-top: 2em;
}
.widget-container a:hover {
  color: #ff9933;
}
.aux-widget-3d-textbox .aux-3d-textbox-widget-content {
	border-radius: 0 15%;
}
.special-ul ul {
  list-style: inside;
}
.special-ul li {
  margin-bottom: 8px;
}
label {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  width: 100%;
}
[type="submit"] {
  border: 1px solid var( --e-global-color-accent );
  color: var( --e-global-color-accent );
  border-radius: 0;
}

[type="submit"]:hover, [type="submit"]:focus {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
[type="submit"]:focus {
  background-color: var( --e-global-color-accent );
  color: #000;
  border: 1px solid #000;
}
.category-novini {
  padding: 10px 15%;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: justify;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn:hover {
  color: var( --e-global-color-accent )!important;
  border-bottom: 1px solid var( --e-global-color-accent );
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a:hover {
  color: var( --e-global-color-accent )!important;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span,
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content p {
	font-family: "Oswald", sans-serif;
}  
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content p {
	font-size: 16px;
	letter-spacing: .2px;
}
.aux-column-post-entry .aux-entry-boxed .post, .aux-widget-recent-posts .aux-entry-boxed .post, .aux-widget-recent-posts-masonry .aux-entry-boxed .post {
	box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.aux-media-frame.aux-media-image.aux-image-mask a img {
  scale: 1;
  transition: all .3s;
}
.aux-media-frame.aux-media-image.aux-image-mask:hover img {
  scale: 1.05;
  transition: all .3s;
}

.aux-ajax-item:hover .entry-title a {
	color: #ff9933!important;
}
.ssba-classic-2 {
  margin-top: 40px !important;
}

.post-1163 .entry-main {
  padding-bottom: 20px !important;
}

.contact-form #submit {
  margin: 0 auto;
  display: flex;
}
.wpcf7-submit {
  margin: 0 auto !important;
  display: flex !important;
}
.post-carousel-wrapper button.slick-arrow {
  background: #fff;
  border: 1px solid #f4f4f4;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li,
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn {
	font-family: inherit !important;
}
.htmega-carousel-activation button.slick-arrow {
  height: 45px !important;
  width: 45px !important;
}
.menu-item-language .aux-item-content {
  padding: 0 5px !important;
}
.aux-offcanvas-menu {
	width: 312px;
}
.entry-info {
  display: none;
}
.search #main {
  padding-top: 120px;
}
.search .aux-breadcrumbs {
  display: none;
}

li {
  list-style-position: inside;
  line-height: 2em;
}
.site-navigation a {
  text-transform: uppercase;
  font-size: 14px;
}
.site-navigation .sub-menu a {
text-transform: initial;
}
.site-navigation ul.menu li ul {
  background: #f9f9f9;
  min-width: 300px;
}	
@media (max-width:768px) {
	.aux-widget-modern-heading {
	  text-align: center;
	}
	.aux-modern-heading-divider {
		margin: 0 auto;
	}
	#menu-item-wpml-ls-12-bg {
	  position: fixed;
	  left: 274px;
	  top: 20px;
	}
	#menu-item-wpml-ls-12-en {
	  position: fixed;
	  left: 245px;
	  top: 20px;
	}
}
@media (max-width:480px) {
	.elementor-widget-aux_logo {
  		width: 90% !important;
	}
}	