/*
Theme Name: Studio Mars
Description: Unikatna tema izdelana za podjetje Studio Mars
Author: Studio Mars
Author URI: https://www.studiomars.si/
Template: uncode
Version: 1.0.0
Text Domain: Studio Mars
*/

/* Custom fonts */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    /*font-display: swap;*/
}


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Organetto SemiExt';
    src: url('fonts/Organetto-LightSemiExt.woff2') format('woff2'),
        url('fonts/Organetto-LightSemiExt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Organetto SemiExt';
    src: url('fonts/Organetto-BoldSemiExt.woff2') format('woff2'),
        url('fonts/Organetto-BoldSemiExt.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Organetto Ext';
    src: url('fonts/Organetto-LightExt.woff2') format('woff2'),
        url('fonts/Organetto-LightExt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Organetto Cnd';
    src: url('fonts/Organetto-LightCnd.woff2') format('woff2'),
        url('fonts/Organetto-LightCnd.woff') format('woff');
    font-weight: 300;
    font-style: normal;
   /* font-display: swap;*/
}

/* Hide Google reCaptcha */
.grecaptcha-badge { 
	visibility: hidden;
}

/* Theme custom code */

p, li, dt, dd, dl, address, label, small, pre, code {
	line-height: 1.45;
}

/* Animations */

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes infinite-spinning-scalex2 {
  from {
    transform: rotate(0deg) scale(1.8);
  }
  to {
    transform: rotate(360deg) scale(1.8);
  }
}

@keyframes planet-zoom {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Scramble animation */

.dud {
    float: left;
}


@keyframes scaleDown {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes moveFromBottom {
  from {
    opacity: 0;
    transform: translateY(0%) scale(1.1);
  }
}
@keyframes moveFromTop {
  from {
    opacity: 0;
    transform: translateY(0%) scale(1.1);
  }
}

/*Privacy - Cookies*/
.gdpr * {
	font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.gdpr-privacy-bar.gdpr-privacy-bar--float {
	background: #070707;
	color: #e2d0c5;
}

.gdpr input[type="submit"], .gdpr button, .gdpr-privacy-bar.gdpr-privacy-bar--float {
	border-radius: 0;
	letter-spacing: 0.3px;
}

.gdpr-privacy-bar .gdpr-preferences {
	color: #e2d0c5 !important;
}

.gdpr-privacy-bar .gdpr-preferences:hover {
	color: #d16f1d !important;
}

.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-agreement {
	background-color: #d16f1d !important;
	color: #fff !important;
	border: 1px solid #d16f1d;
}

.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-agreement:hover {
	background-color: transparent !important;
	color: #d16f1d !important;
	border: 1px solid #d16f1d;
}

.gdpr-privacy-preferences footer, .gdpr-general-confirmation footer {
	border-top: none;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.gdpr-privacy-preferences .gdpr-content, .gdpr-general-confirmation .gdpr-content {
	border-radius: 0px;
}

.gdpr-privacy-preferences .gdpr-tab-content h4, .gdpr-general-confirmation .gdpr-tab-content h4 {
	font-weight: 700;
}

.gdpr-privacy-preferences footer a, .gdpr-general-confirmation footer a {
	font-size: 13px;
	color: #303133;
	padding-bottom: 4px;
}

@media (max-width: 559px) { 
	.gdpr-privacy-preferences footer a, .gdpr-general-confirmation footer a {
	padding-bottom: 9px;
}     
}







