/*

Theme Name: Naftalan
Theme URI: https://drap.hr
Description: Naftalan web site theme
Author: Drap d.o.o.
Author URI: https://www.drap.hr
Version: 1.0

*/

.text-wrapper { max-width: 60ch; margin-inline: auto; }

.wp-block-columns { justify-content: center; }
.wp-block-column { max-width: 60ch; }
.acf-innerblocks-container { margin-inline: 60px; }

.split-section .wp-block-column { max-width: 100%; }
.split-section .acf-innerblocks-container { margin-inline: 0; }


/*
.document-list { display: flex; gap: 20px; flex-wrap: wrap; margin: 40px 0; }
.document { display: flex; flex-direction: column; width: 320px; background: #f6f6f6; padding: 20px; text-align: center; text-decoration: none !important; }
.document h4 { text-transform: uppercase; font: bold 16px/1.1 'Work Sans', sans-serif !important; color: #2D4871; margin-bottom: 0 !important; margin-top: 10px !important; letter-spacing: -1px; }
.document p { color: #000; margin: 0 !important; font: 16px/1.1 'Work Sans', sans-serif !important; }
.document:before { background: url('assets/images/doc-icon.svg') no-repeat center center; height: 60px; color: white; font-weight: bold; font-size: 13px; line-height: 80px; }
.document[href$=".pdf"]:before { content: 'PDF'; display: block; }
.document[href$=".docx"]:before { content: 'DOCX'; display: block; }
.document[href$=".doc"]:before { content: 'DOC'; display: block; }
.document[href$=".xlsx"]:before { content: 'XLSX'; display: block; }
.document[href$=".xls"]:before { content: 'XLS'; display: block; }
*/

.subfooter { background: white; padding: 30px; text-align: center; }
.subfooter img { width: 100%; max-width: 700px; height: auto; }

a { color: #0f6a7f; }

.style-text a, 
.wp-block-columns .wp-block-column a { color: #393637; text-decoration-color: #55b5cb; }

.lang > a span { display: none; }

.hero .wp-block-paragraph a { color: #fff; }

header nav>ul>li.lang img { border-radius: 50%; }

header form input, header form button { background: rgb(255 255 255 / 5%); }