/*
Theme Name:		Testerica by Zena.hr
Description:   	Korisnici testiraju proizvode za razne klijente
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: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    background-color: #fff;
    color: #000;
    -webkit-font-smoothing:antialiased;
}


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: 700; }

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;
}

.center { text-align: center; }
.right  { text-align: right;  }

.right > * { display: inline-block; }

h1, h2, h3 {
    font-weight: 800;
    line-height: 1.3em;
    margin: 0.5em 0;
}

h1 { font-size: 56px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }

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

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

.container-short {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 30px;
}

.wpcf7-list-item label:before,
.wpcf7-list-item label:after { content: " "; display: table; }
.wpcf7-list-item label:after { clear: both; }
.wpcf7-list-item label { *zoom: 1; /* IE 6/7 only */ }


.left   { float: left; }
.right  { float: right; }
.half   { width: 50%; }
.third  { width: 33.33%; }
.fourth { width: 25%; }
.fifth  { width: 20%;    }
.sixth  { width: 16.65%; }
.two-thirds {
    width: 66.66%;
}
.three-fourths {
    width: 75%;
}

.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;
}

.btn-small {
    line-height: 32px;
    padding: 0 30px;
    font-size: 13px;
}

.btn-small:hover {
    padding: 0 45px;
}

/* Header */
.header {
    position: relative;
    line-height: 80px;
}

.header .zena-logo {
    width: 130px;
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 3;
}

.header {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

.header .nav * {
    display: inline-block;
}

.header .nav a {
    display: block;
    padding: 0 10px 0 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    line-height: 1em;
}

.header .nav a:hover {
    border-bottom: 2px solid #e51a85;
}

.header .home {
    color: #e51a85;
}

/* Single */
.single h1,
.single h2,
.single h3 {
    color: #0a111a;
}

.single-head {
    padding: 40px 0 0px;
}

.single-head .big-text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 160px;
    text-align: center;
    position: relative;
    line-height: 1em;
    margin-bottom: -0.42em;
    z-index: 1;
    color: #e20177;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e20177;
    text-shadow: 24px 24px 0 rgba(226, 1, 119, 0.15);
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
    white-space: pre-wrap !important;
}

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

.single-content p {
    line-height: 1.6em;
    margin: 1em auto;
    max-width: 880px;
    letter-spacing: 0.02em;
}

.single-content h1,
.single-content h2,
.single-content h3 {
    margin: 30px auto;
    max-width: 880px;
}

.single-content h1 span,
.single-content h2 span,
.single-content h3 span {
    position: relative;
    z-index: 2;
}

.single-content h2 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #7be5a0;
    bottom: 10px;
    left: 0;
    z-index: -1;
}

.single-content figcaption {
    text-align: center;
    font-size: 18px;
    margin: -3px auto 0;
}

.single-thumb .meta {
    font-size: 15px;
    flex-direction: row-reverse;
    opacity: 0.5;
    margin-top: 10px;
}

.single-content .wp-block-columns {
    margin: 0 auto;
    display: flex;
}

.single-content .wp-block-image {
    margin: 30px 0;
}


.single-content ul,
.single-content ol {
    margin: -20px auto 30px;
    max-width: 880px;
}

.single-content ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.single-content ol {
    counter-reset: item;
}

.single-content ol li {
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 0 0 0 1em;
    list-style-type: none;
    counter-increment: item;
    text-indent: -2em;
}

.single-content ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.single-content .content a {
    border-bottom: 2px solid #7be5a0;
    font-weight: bold;
    background-color: transparent;
}

.single-content .content a:hover {
    background-color: #7be5a0;
}

.single-content .sharedaddy {
    max-width: 880px;
    margin: 0 auto;
}


.video-thumb,
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-thumb iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-content .content .wp-element-button,
.wpcf7-submit {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #e20177;
    color: white;
    padding: 0 50px;
    cursor: pointer;
    margin: 10px 0 0 0;
    border: none;

    transition: .3s;
}

.single-content .content .wp-element-button:hover,
.wpcf7-submit {
    padding: 0 60px;
    background-color: #e20177;
}

.testirano .single-content figcaption {
    margin: 5px auto 0;
    color: #666;
    font-size: 16px;
}

.wp-block-pullquote {
    padding: 0 0 20px;
}

.wp-block-separator {
    border: none;
    height: 6px;
    background: url("assets/img/patterns/pattern-2.svg") repeat-x;
    background-size: auto 100%;
    margin: 3em 0;
}

.has-medium-font-size {
    font-size: 24px;
}

li.has-medium-font-size {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Form */
.cf7b-row {
    margin: 0 10px 10px !important;
}

.cf7b-content textarea,
.cf7b-content input[type="text"],
.cf7b-content input[type="email"],
.cf7b-content input[type="date"],
.cf7b-content input[type="tel"]{
    border: none;
    border-bottom: 1px solid black;
    background-color: #f7f7f7;
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
}

.wpcf7-list-item-label {
    font-size: 17px;
}

.wpcf7-list-item input,
.wpcf7-list-item span {
    float: left;
}

.wpcf7-list-item input {
    margin: 7px 8px 0 0;
}

.cf7b-content p > span {
    font-weight: 700;
}

.wpcf7-list-item {
    font-weight: normal;
}

.cf7b-section {
    padding: 0 !important;
}

/* More articles */

.more-articles {
    background-color: #e9e6d9;
    padding: 70px 0 40px;
}

.more-articles .article-grid {
    padding: 0 0;
}

.footer {
    background: #1e2327;
    padding: 60px 0;
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 70px;
}

.footer .nethr-logo {
    width: 200px;
    margin-top: -15px;
}

.footer .third {
    font-size: 20px;
}

.footer .third br {
    display: none;
}

.footer .partner > * {
    display: inline-block;
}

.footer .partner img {
    margin-left: 30px;
    position: relative;
}

.footer .partner img.podravka {
    width: 100px;
    bottom: -8px;
}

.footer .partner img.coolinarika {
    width: 140px;
    bottom: -2px;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    display: block;
    padding: 0 10px;
}

.footer-menu li a:hover {
    color: white;
}

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

    .header {
        line-height: 32px;
        text-align: center;
        padding: 30px 0 0;
    }

    .header .zena-logo {
        position: static;
        margin: 0 auto;
    }

    .header .home {
        font-size: 26px;
    }

    .header .nav {
        padding: 20px 0 0;
    }

    .header .logo-txt {
        font-size: 19px;
        line-height: 1.3em;
    }

    .video-container {
        height: 100%;
    }

    .video-container video {
        width: 270%;
        left: -70%;
    }

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .container-short {
        padding: 0;
    }

    h1 {
        font-size: 52px;
    }

    h2{
        font-size: 42px;
    }

    .half,
    .third,
    .fifth,
    .fourth,
    .two-thirds,
    .three-fourths {
        width: 100%;
    }

    .single-head .big-text {
        font-size: 64px;
        text-shadow: 7px 7px 0 rgba(226, 1, 119, 0.15);
        margin-bottom: -50px;
    }

    .single-thumb .meta {
        padding: 0 15px;
    }

    .single-content h1,
    .single-content h2,
    .single-content h3 {
        font-size: 32px;
        line-height: 1.2em;
        margin: 0.5em 0 0;
    }

    .single-content p {
        margin: 1.3em 0;
    }

    .single-content .wp-block-image,
    .single-content .wp-block-jetpack-tiled-gallery {
        margin-left: -30px;
        margin-right: -30px;
    }

    .single-content .slick-slider {
        width: 100vw;
        margin-left: -30px;
    }

    .wp-block-oacs-slider .blocks-gallery-image,
    .wp-block-oacs-slider .blocks-gallery-item {
        margin: 0 !important;
    }

    .wp-block-image {
        max-width: none;
    }

    .wp-block-embed.is-type-video {
        margin-left: -30px;
        margin-right: -30px;
    }

    .footer .third br {
        display: block;
    }

    .footer {
        text-align: center;
        line-height: 30px;
    }

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

    .footer .zenahr-logo {
        margin: -15px auto 15px;
    }

    .footer .partner {
        justify-content: center;
        display: block;
    }

    .footer .partner img {
        margin:15px auto;
    }


    .footer .partner > * {
        display: block;
    }

    .jp-carousel-info-footer .jp-carousel-photo-title-container {
        display: block !important;
        position: absolute !important;
        bottom: 60px !important;
        padding: 0 30px !important;
    }

    .cf7b-section .cf7b-col {
        flex-direction: column;
    }

    .cf7b-row {
        width: auto !important;
    }

}
