/*
Theme Name: Sodium Dental
Description: Child theme for Avada theme for Sodium Dental
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* INDEX
00. Font declarations
01. Global
02. UI
- 02a. Header
- 02b. Navigation
- 02c. Footer
- 02d. Content
03. Page Specific
- 03a. Homepage
04. Misc.
05. Media Queries
- 05a. Min-width: 768px;
*/


/*------------------------------------*\
    00. FONT DECLARATIONS
\*------------------------------------*/
/* System fonts - TypeKit removed */

/*------------------------------------*\
    01. GLOBAL
\*------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: .02em;
}
body, p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .02em;
}

.site-content a {
	font-weight: bold;
	text-decoration: underline;
}

.site-content a:hover,
.site-content a:focus {
	text-decoration: none;
}

/*------------------------------------*\
    02. UI
\*------------------------------------*/
/**** - 02a. BEGIN HEADER ****/






/**** - 02a. END HEADER ****/

/**** - 02b. BEGIN NAVIGATION ****/
.fusion-main-menu>ul>li>a {
    text-transform: uppercase;
}

.fusion-main-menu>ul>li>a:not(.fusion-logo-link):hover {
	color: #30424e !important;
}


/**** - 02b. END NAVIGATION ****/

/**** - 02c. BEGIN FOOTER ****/
.fusion-footer-widget-area {
	background-size: cover !important;
}




/**** - 02c. END FOOTER ****/

/**** - 02d. BEGIN CONTENT ****/
.fusion-page-title-bar .fusion-page-title-row h1 {
	text-transform: uppercase;
	font-weight: bold;
}





/**** - 02d. END CONTENT ****/

/*------------------------------------*\
    03. PAGE SPECIFIC
\*------------------------------------*/
/**** - 03a. BEGIN HOMEPAGE ****/





/**** - 03a. END HOMEPAGE ****/


/*------------------------------------*\
    04. MISC.
\*------------------------------------*/




/*------------------------------------*\
    05. MEDIA QUERIES
\*------------------------------------*/