/*
    Theme Name:   HTML5blank Child
    Theme URI:    n/a
    Description:  HTML5blank Child Theme
    Author:       AsianBGE
    Author URI:   n/a
    Template:     html5blank
    Version:      1.0.0
    Tags:         n/a
    Text Domain:  html5blank-child
*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriad-pro/MyriadPro-Regular.eot?') format('eot'),
            url('fonts/myriad-pro/MyriadPro-Regular.otf') format('opentype'),
            url('fonts/myriad-pro/MyriadPro-Regular.woff') format('woff'),
            url('fonts/myriad-pro/MyriadPro-Regular.ttf') format('truetype'),
            url('fonts/myriad-pro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    GENERAL
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

/* clear */
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    outline: 0;
    height: auto;
}

a {
    color: #1fa0ae;
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: #333333;
    outline: 0;
}

a:focus {
    outline: 0;
}

a:visited {
    color: #1fa0ae;
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

p {
    margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    line-height: 1;
}

body {
    font-family: 'Myriad Pro', Georgia, "Times New Roman", serif;
    font-size: 12px;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/
.top{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}

.top img{
    width: 28px;
    margin-top: 10px;
}

.hoverImage:hover{
    background-color: #2a2a2a;
}

.social_media{
    display: flex;
    gap: 15px;
}
.nav-menu{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.nav-menu-mobile{
    display: none;
}

.nav-menu a{
    padding: 12px 15px;
}

.slider-container {
    position: relative;
    width: 800px;
    height: 42px;
    overflow: hidden;
}

.slider {
    display: flex;
    flex-direction: column; /* Slajdovi idu vertikalno */
    transition: transform 0.5s ease-in-out;
}

.slick-track{
    height: 50px !important;
    transform: translateX(0px, -80px, 0px) !important;
}

.slick-list .draggable{
    height: 42px !important;
}

.slide {
    width: 800px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: white;
}

.slide h2{
    font-weight: 100;
    font-size: 14px;
    width: 100%;
}

/* Dugmad za navigaciju */
.prev-btn, .next-btn {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.prev-btn { top: 10px; }
.next-btn { bottom: 10px; }

.prev-btn:hover, .next-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.mobileMenuBar{
    display: none;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
.main{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.home{
    margin-top: 30px;
    margin-bottom: 20px;
}

.home-banner {
    background-image: url('images/esports-update-1.jpg'); /* Privremena putanja */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    max-width: 680px;
}

body{
    max-width: 1080px;
    margin: 0 auto !important;
    background: white;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.4); /* Jači blur efekat */
    padding: 0;
}

.mainContent{
    display: flex;
    justify-content: center;
    margin: 40px 0;
    gap: 20px;
}

h1 {
    color: black;
}

a {
    color: black;
    
}

a:hover{
    color: #af0000 !important;
}

a:visited {
    color: black;
}

 p{
 margin: 0 auto;
 margin-top: 20px;
 max-width: 700px;
 font-size: 16px;
}

.headerContainer{
    background-color: #af0000;
    width: 100%;
    height: 300px;
}

.content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    gap: 60px;
    padding: 0 20px;
}

.actionBtn{
    background-color: #e9bb00;
    border-radius: 2px;
    border: transparent;
    height: 22px;
    width: 100px;
    margin-top: 10px;
    line-height: 1;
}

.actionBtn:hover{
    background-color: #bd9802;
}

.mediaImages{
    background-color: white;
}

.leftImage{
    width: 300px;
}

.rightImage{
    width: 730px;
}

.bottomBanner{
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    background-color: #2a2a2a;
    width: 100%;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 999;
}

.bottomBanner a{
    color: white !important;
    height: 40px;
    text-align: center !important;
    align-content: center;
    width: fit-content;
}

.bottomBanner a:hover{
    color: white !important;
    background-color: #af0000;
}

.borderR{
    border-right: 1px solid rgb(104, 104, 104);
    padding-right: 20px;
    padding-left: 20px;
}

.borderL{
    border-left: 1px solid rgb(104, 104, 104);
    padding-left: 20px;
    padding-right: 20px;
}

.tickerBanner{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f5f5f5;
    color: gray;
    width: 100%;
    height: 42px;
    font-size: 16px;
}

.ticker{
    background-color: #af0000;
    width: 200px;
    height: 42px;
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    }



.menuSocialContainer{
    background-color: #404040;
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
}

.menuSocialContainer img{
    width: 60px;
}


.menuSocialContainer .bg-red {
    background-color: red;
    padding: 10px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.menuSocialContainer .bg-red img {
    filter: brightness(1);
    transition: filter 0.3s ease;
}

.menuSocialContainer .bg-red:hover {
    background-color: white;
}

.menuSocialContainer .bg-red:hover img {
    filter: brightness(0) invert(0.2);
}


.bg-red{
    background-color: #af0000;
    padding: 5px;
    width: 60px;
    height: 60px;
}

.select-container {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #c00;
    padding: 10px;
    color: white;
    width: 150px;
}

.select-container img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

select {
    background: transparent;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    appearance: none;
    width: 150px;
}

.select-container::after {
    content: "▼";
    position: absolute;
    right: 10px;
    pointer-events: none;
}

select option {
    color: black;
    background-color: white;
}

.wp-block-image{
    margin-top: 20px;
}

main{
    margin-top: 16px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.left-main{
    max-width: 690px;
    margin: 0 auto;
}

.left-main img{
    width: 680px;
}

.left-main h1{
    background-color: #f5f5f5;
    padding: 15px 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.games-image{
    margin-bottom: 30px;
}

.thumbnail{
    display: flex;
    justify-content: center;
}

.singlePostMain{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.articleContent{
    max-width: 680px;
}

article{
    margin-bottom: 20px;
}
/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
.sidebarContent{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footerContainer{
    background-color: #2a2a2a;
    color: white;
    width: 100%;
    height: 341px;
}

.footerContent{
    display: flex;
    gap: 30px;
    padding: 30px 20px;
}

.row{
    display: flex;
    flex-direction: column;
    width: 230px;
}

.rowTitle{
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2.5px solid #af0000;
    margin-bottom: 15px;
}

.rowTitleGame{
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2.5px solid #af0000;
    margin-bottom: 15px;
    margin-top: 15px;
}

.rowText{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 20px;
}

.row ul{
    width: 100%;
    font-size: 16px;

    list-style: none;
    padding: 0;
    margin: 0;
}

.row li{
    border-bottom: 1px solid rgb(104, 104, 104);
    margin: 5px 0;
    padding-bottom: 5px;
}

.redBanner{
    width: 100%;
    height: 34px;
    background-color: #af0000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
}

.redBanner p{
    font-weight: 100;
}

.grayBanner{
    border-top: 2px solid rgb(104, 104, 104);
    height: 34px;
    display: flex;
    align-items: center;
    color: rgb(104, 104, 104);
    padding-left: 20px;
}