/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@font-face{
    font-family: 'Aller Light';
    src: url('assets/fonts/aller_light.woff2') format('woff2'),
         url('assets/fonts/aller_light.woff') format('woff'),
      	 url('assets/fonts/aller_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face{
    font-family: 'Beyond Infinity';
    src: url('assets/fonts/beyond_infinity.woff2') format('woff2'),
         url('assets/fonts/beyond_infinity.woff') format('woff'),
      	 url('assets/fonts/beyond_infinity.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face{
    font-family: 'Casual';
    src: url('assets/fonts/casual.woff2') format('woff2'),
         url('assets/fonts/casual.woff') format('woff'),
      	 url('assets/fonts/casual.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face{
    font-family: 'Athena';
    src: url('assets/fonts/athena.woff2') format('woff2'),
         url('assets/fonts/athena.woff') format('woff'),
      	 url('assets/fonts/athena.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face{
    font-family: 'Nothing you Can Do';
    src: url('assets/fonts/nothing.woff2') format('woff2'),
         url('assets/fonts/nothing.woff') format('woff'),
      	 url('assets/fonts/nothing.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


noh1,
noh2{
	font-family: 'Casual' !important;
}
h3,
h4,
h5,
h6,
article .vcex-milestone-caption,
article span.theme-button-inner,
article .theme-button,
article .vcex-pricing-plan{
	font-family: 'Athena' !important;
}
article p,
article li,
article .vcex-list-item-inner,
article .testimonial-entry-bottom,
article .vcex-pricing-cost,
article .vcex-milestone-number{
	font-family: 'Aller Light' !important;
}
article .quote,
article .quote p,
article .quote span{
	font-family: 'Nothing you Can Do' !important;
}

/* Custom */
#footer,
#footer:hover{
	background-color:#163d37 !important;
}
.mobile{
	display:		none;
}

@media (max-width:767px){
.mobile{
	display:		block !important;
}
.mobile-center{
	text-align:		center !important;
}
}
}
