/* 
Theme Name: TTT B2B
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom is a child theme of Hello Elementor
Author: Switch One
Author URI: https://switch-one.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: ttt-b2b
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
*/

/*
Primary: #D4D4D4
Secondary: #DBDBDB
Text: #212227
Accent: #FFFFFF
Dirty White: #FAFAFA
Mild Gray : #E2E2E2
Dark Hover: #373737
TTT Blue #5988C5
*/

/* HOMEPAGE */
/*
#desktop-header-logo{
    box-shadow: 
      -1px -1px 6px rgba(0, 0, 0, 0.2),  
       1px -1px 6px rgba(0, 0, 0, 0.2); 
  }
*/


[id] {
    scroll-margin-top: 185px; /* adjust to your header height - elementor scroll to fix */
}

.ttt-file-link{
    background-color: #5988C5;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
}

.ttt-file-link:hover{
    background-color: #2f6fc2;
    color: #fff;
}

.ttt-file-link i{
    margin-right: 10px;
}

article.category-savjeti {
    display: flex;
    position: relative;
    transform: scale(1);
    will-change: transform !important;
    box-sizing: border-box;
    -webkit-transition: transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
}

article.category-savjeti:hover {
    transform: scale(1.05) !important;
}

*{
    font-family: "Montserrat", Sans-serif;
}

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
    touch-action: manipulation; /* disable double-tap to zoom on mobile */
}

a{
    color: #434343;
    font-weight: 500;
}
a:hover{
    color: #D4D4D4;
}

/* Remove up and down arrows from numeric input fields */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
}

button:focus, 
    [type=submit]:focus, 
    [type=button]:focus {
        outline: 0px !important;
}

#desktop-hero-16-9{
    width: 100%;
    max-width: 100%;
    height: calc(100vw / 1.7777778);
}

/* Screen width 1140px or more */
@media screen and (min-width: 1140px){
    #desktop-hero-16-9{
        max-width: 1140px !important;
        height: 641px;
        min-height: 641px;
        max-height: 641px;
    }
}

/* HOMEPAGE */


/* OTHER PLUGIN FIXES */

/* TIMELINE PLUGIN FIX*/
.twae-arrow{
    display: none !important;
}
.twae-content{
    border-width: 0px !important; 
    border-color: transparent !important; 
    border-style: none !important; 
    box-shadow: none !important; 
}

/* OTHER PLUGIN FIXES */