/* 
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 */
/* Center align all banners, and add min-height for Google CLS  */
.bnr-aside {
	text-align: center;
	min-height: 360px;
}

.bnr-content {
    position: relative;
    max-width: 1150px;
    margin-bottom: 10px;
    background: #f3f3f3;
}

.bnr-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(140 / 1150 * 100%);
}

.bnr-content img {
	position: absolute;
    top: 0;
    left: 0;
}

.bnr-content>.elementor-widget-container {position:initial;}

/* Add three dots after excerpt  */
.elementor-post__excerpt p:after {
    content: "...";
}

/* Fix share buttons spacing */
.elementor-widget-share-buttons .elementor-grid {
	display: inline-flex;
}

/* Category banner */
ins#revive-0-1 {
	display:flex;
	align-items:center;
	background:#f3f3f3;
	padding:5px;
}

/* Make Trading widget behave  */
.tradingview-widget-copyright {
	position: absolute;
    top: -25px;
    right: 0;
    font-size: 13px !important;
    font-family: 'Trebuchet MS', Arial, sans-serif !important;
    color: #9db2bd !important;
}

.tradingview-widget-container.header {height: 50px !important;}

/***** Procitajte jos blok (unutar texta) *****/
.povezano-text {
	padding: 25px;
	margin-bottom: 25px;
	border-top: 2px solid #cfd8dc;
	border-bottom: 2px solid #cfd8dc;
	background: #f3f3f3;
}

.povezano-text h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

.povezano-text ul {
	font-size: 17px;
}

.povezano-text ul li {
	margin-bottom: 8px;
}

.povezano-text a {
	color: #c3090e;
}

.povezano-text a:hover {
	color: #252525;
}

/* Align twitter widget to center content  */
.twitter-tweet.twitter-tweet-rendered {
	margin-left: auto;
	margin-right: auto;
}

/* 99 najuspjesnijih menu item */
.menu-item-13990 a {color: #e6d5b7 !important;}

/* Companywall Box */
.cw-company {
	background:#343a40;
	color:#c6d0d7;
	margin-bottom:16px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: 0 2px 5px -1px #343a40;
}

.cw-company a {
	color:#fff !important;
	text-decoration:none;
}

.cw-company a:hover {
	color:#fff;
	opacity:.7;
}

.cw-company-name {
	display: grid;
	grid-template-columns: 70% 28%;
	column-gap: 2%;
	padding:16px 10px;
	border-bottom:1px solid #292E33;
}

.cw-company-name h3 {
	margin:0;
	font-size:20px;
}

.cw-company-name p {
	margin:0;
}

.cw-logo {
	font-size:11px;
	text-align:right;
}

.cw-company-data {
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 2%;
	padding:16px 0 6px 0;
	border-top: 1px solid #495158;
}

.cw-company-data div {
	padding:0 10px;
	margin-bottom:10px;
	line-height:20px;
}

.cw-company-data div b {
	color:#fff;
}

.cw-company-links {
	padding:8px 10px;
	background:#c3090e;
	font-weight:bold;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.cw-company-links a {
	display:block;
}

/* Magazin */
.ant {
	background: #f9efc8;
	padding: 15px 25px 1px 25px;
	margin-bottom: 25px;
}

.magazin-istaknuto {
    margin-bottom: 25px;
    padding: 25px 0;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;  
}

.magazin-istaknuto .wp-block-media-text p {
	margin-bottom: 0;
}

/* Promo text  */
.elementor-widget-wrap .tag-promo {
	background: #d3effb;
	padding: 5px !important;
}

@media (max-width: 992px) {
	.cw-logo {text-align:left;}
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: scroll !important;
        padding-bottom: 5px;
    }
}