/*
Theme Name: Tierra y Oro Theme
Description: This is a custom child theme for Salient
Author: Saison d'Or Pau
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'NickySans Light';
    src: url("/wp-content/themes/tierrayoro/fonts/NickySans-Light.woff") format("woff"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Light.otf") format("opentype"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NickySans Regular';
    src: url("/wp-content/themes/tierrayoro/fonts/NickySans-Regular.woff") format("woff"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Regular.otf") format("opentype"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NickySans Medium';
    src: url("/wp-content/themes/tierrayoro/fonts/NickySans-Medium.woff") format("woff"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Medium.otf") format("opentype"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NickySans Bold';
    src: url("/wp-content/themes/tierrayoro/fonts/NickySans-Bold.woff") format("woff"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Bold.otf") format("opentype"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NickySans ExtraBold';
    src: url("/wp-content/themes/tierrayoro/fonts/NickySans-ExtraBold.woff") format("woff"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-ExtraBold.otf") format("opentype"),
        url("/wp-content/themes/tierrayoro/fonts/NickySans-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

#discover > .row-bg-wrap {
	background: #FDF7EB;
	background: linear-gradient(0deg, rgba(253, 247, 235, 0.108) 20%, rgba(253, 247, 235, 1) 80%);
}

#uncover > .row-bg-wrap {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 247, 235, 1) 100%);
}

@media (max-width: 690px) {
  .desktop-only {
    display: none;
  }
}

@media screen and (min-width: 691px) {
  .mobile-only {
    display:none;
  }
}