/*
Theme Name:		Krv Nije Voda
Description:   	Custom tema za web stranicu - Krv Nije Voda
Version:       	1.0
Author:        	RTL - Mihovil Radaus
Author URI:    	https://www.rtl.hr/
License:       	GNU General Public License v2 or later
*/


/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }


/* Body setup*/
body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left    ;
    background: #000;
    color: #fff;
    -webkit-font-smoothing:antialiased;

    background-image: url("assets/img/hero-bg.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

body.home {
    background-image: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 900; }

i,
em { font-style: italic; }

:focus { outline: none; }

img { display: block; max-width: 100%; height: auto; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container {
    overflow-x: hidden;
    position: relative;
    position: relative;
}

.container {
    max-width: 1260px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }


.left   { float: left; }
.right  { float: right; }
.half   { width: 49.99%; }
.third  { width: 33.32%; }
.fourth { width: 24.99%; }
.fifth  { width: 19.99%;    }
.sixth  { width: 16.65%; }
.two-thirds {
    width: 66.65%;
}
.four-fifths {
    width: 79.99%;
}

.alignright {
    text-align: right;
}

.retina {
    zoom: 0.5;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.marginfix {
    margin: 0 -15px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

/* Page Stylsheet */
.nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 110px;
}

.nav .house-logo {
    padding: 35px 0;
}

.home .nav .house-logo img {
    height: 35px;
    width: auto;
}

.nav .house-logo img {
    height: 55px;
    width: auto;
}

.hero {
    position: relative;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.hero .site-logo {
    max-width: 666px;
    margin: 0 auto;
    padding: 200px 0 40px;
}

.hero h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.1em;
}

.hero .btn img {
    height: 35px;
    width: auto;
}

.page-content {
    padding: 150px 0 100px;
}

.btn {
    display: inline-block;
    background: #03aaeb;
    border: #00b8ff 1px solid;
    padding: 8px 35px;
    box-shadow: 0 0 30px rgba(0,0,0,0.7);
    text-align: center;
    margin: 20px auto 0;

    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    transition: .3s;
}

.btn:hover {
    background: #0090c8;
    padding: 8px 45px;
}

.btn.inactive {
    background: lightslategray;
    border: 1px solid slategray;
}

.btn.inactive:hover {
    background: lightslategray;
    padding: 8px 35px;
}

.cta {
    background: url("assets/img/cta-bg.jpg") no-repeat;
    background-size: cover;

    margin: 100px auto;
}

.cta .content {
    padding: 40px 40px 40px 0;
}

.cta .content .text {
    padding: 35px;

    border-top: 2px solid #fd8a2d;
    border-right: 2px solid #fd8a2d;
    border-bottom: 2px solid #fd8a2d;
}

.cta h1 {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title {
    position: relative;
    text-align: center;

    margin-bottom: 30px;
}

.section-title .border {
    height: 2px;
    background: #fd8a2d;
    position: absolute;
    width: 100%;
    top: 14px;
    left: 0;
}

.section-title h2 {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.14em;
    background: black;
    padding: 0 30px;
    display: inline-block;
}

.article-grid {
    margin: 0 -15px;
}

.article-grid .article {
    margin-bottom: 40px;
}

.article {
    position: relative;

    transition: .3s;
}

.article .thumb {
    position: relative;
}

.article .sticker {
    background: #fd8a2d;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
}

.article-1 {
    top: 0px;
}

.article-1 .margin {
    padding: 15px;
}

.article-1 .text {
    padding: 20px 0px 20px 30px;

    transition: .3s;
}

.article-1 .text h3 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fd8a2d;
    margin: 0 0 10px;
}

.article-1 .text h1 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1.3em;
}

.article-1:hover {
    top: -5px;
    background: rgba(255,255,255,0.2);
}

.article .border {
    width: 2px;
    height: 50%;
    background: #fd8a2d;
    position: absolute;
    bottom: 15px;
    left: 25px;
}

.more-articles {
    margin: 20px auto 60px;
}

.more-articles h1 {
    font-family: "Oswald", sans-serif;
    line-height: 1.2em;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.decail {
    position: relative;
    width: 160px;
    height: 2px;
    background: #fd8a2d;
    margin: 12px auto 15px;
}

.decail .triangle {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -18px;

    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #fd8a2d;
}

.cta-play {
    padding: 100px 0;
    background: url("assets/img/play-bg.jpg");
    background-size: cover;
}

.cta-play img {
    max-width: 430px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
}

.cta-play h1 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.footer {
    padding: 30px 0;
    font-size: 16px;
    color: #999;
    line-height: 1.2em;
}

/* Single */
.single-container {
    background: white;
    padding: 100px 70px;
    max-width: 960px;
    margin: 0 auto;
}

.single-head h3 {
    margin: 0 auto;
    color: #fd8a2d;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.5em;
    text-align: center;
}

.single-head h1 {
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 48px;
    margin: 50px auto 40px;
}

.single-content {
    padding-top: 30px;
}

.wp-block-cgb-block-algori-pdf-viewer iframe {
    width: 100% !important;
    height: 600px !important;
}

@media only screen and (max-width: 480px) {

    .half,
    .third,
    .fifth,
    .fourth {
        width: 100%;
    }

    .cta {
        background-image: url("assets/img/cta-bg-m.jpg");
        margin-left: -30px;
        margin-right: -30px;
    }

    .cta .content {
        padding: 40px 30px;
    }

    .cta .content .text {
        border-top: 2px solid #fd8a2d;
        border-right: 2px solid #fd8a2d;
        border-left: 2px solid #fd8a2d;
        border-bottom: none;
    }


    .footer {
        text-align: center;
    }

    .footer .alignright {
        text-align: center;
        padding-top: 20px;
    }

}
