/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* jockey-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jockey One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/jockey-one-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.col-lg-0 {
	padding: 10px 36px 10px 36px;
}

@media (max-width: 959px) {
	.menu-container .logo-container {
		position: relative;
		padding: 10px 36px 10px 36px !important;
	}
}

@media (min-width: 960px) {
	.logo-container.shrinked {
		padding: 10px 18px 10px 18px;
	}
}

.newsletter-section .wpcf7 span.wpcf7-not-valid-tip {
  color:#fff !important;
}

.newsletter-section .style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.newsletter-section .style-light .style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus {
  border-color:#fff !important;
}

.newsletter-section .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover,
.newsletter-section .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus,
.newsletter-section btn-color-xsdn.btn-outline:active {
  color:#000 !important;
}

footer .footer-center {
  padding-top: 28px;
  padding-bottom: 28px;
}

footer a {
	color:#E72674 !important;
}
