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




	.main a:hover {
  text-decoration: underline !important;  
}
	
	.fusion-text a:hover {
text-decoration: underline !important;
} 

/* This is to remove the link/hand hover on the certain content boxes that need to be inactive  */
.no-link-content-box {
	cursor: default !important;
}

/* This changes font on the FAQ category filter list, at the top  */
.fusion-filter a {
    font-size: 18px;
    color: black;
	
/* This adds hover effect to FAQ category filter list, at the top */
}
.fusion-filter a:hover {
    text-decoration: underline;
	color: #0091d0;
	
}

/* This adds a check mark on the ACTIVE FAQ category filter list, at the top  */
.fusion-filters .fusion-filter.fusion-active a::before {
   font-family: "Font Awesome 5 Free";
	font-weight: 400; 
	font-size: 26px; 
	color: black;
	content: "\f058";
	padding: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

/* This adds a bottom border to the FAQ categories when ACTIVE - now both top and bottom have borders  */
.fusion-filters .fusion-filter.fusion-active a  {
    border-top: none;
	 border-bottom: 3px solid;
	font-weight: bold;
	text-decoration: none !important;
	}

/* This makes the toggle titles bigger in the FAQ panel */
.fusion-accordian .panel-title .fusion-toggle-heading {
    font-weight: 400;
    color: black;
}
/* This adds hover effect to the toggle titles in the FAQ panel */
.fusion-accordian .panel-title .fusion-toggle-heading:hover {
    text-decoration: underline;
	color: #0091d0;
}

#wrapper .fusion-vertical-menu-widget .menu  {
	color: black;	
	}



/* This adds a top and bottom border to the side bar ACTIVE menu used for the Languages sidebar */
#wrapper .fusion-vertical-menu-widget .menu li.current_page_item>a, #wrapper .side-nav li.current_page_item a {
    border-top: none;
	border-bottom: 3px solid;
	border-right: none;
	font-weight: bold;	
}



#wrapper .fusion-vertical-menu-widget .menu li a:hover {
	background-color: #f3f2f4;	
	text-decoration: underline !important;	
}

/* This changes the hover color and adds an underline to the drop-down menu in the main nav bar */
.fusion-main-menu .sub-menu li a:hover {
	color: #0091d0;
	text-decoration: underline;
}


/* Active tab heading colour 
.fusion-tabs .nav-tabs > li.active a .fusion-tab-heading {
color: #ffffff !important;
}
*/


/* Active tab heading hover colour 
.fusion-tabs .nav-tabs > li.active a:hover .fusion-tab-heading {
color: #dddddd !important;
}
*/

/*Draw Attention Plugin custom css*/
.hotspot-title {
		display: none !important;
	}
.hotspot-content {
	margin-top: 0px;
	line-height: 1.4;
	}

/*Draw Attention Plugin custom css so tooltip doesn't get cut off on mobile*/
	




/*Hyperlinks in content boxes are bold and underlined*/
.fusion-content-boxes a {
    text-decoration: none;
    font-weight:bold;
}
.fusion-content-boxes a:hover {
    text-decoration: underline;
    font-weight:bold;
	}
.tab-content a {
    text-decoration: none;
    font-weight:bold;
}
.tab-content a:hover {
    text-decoration: underline;
    font-weight:bold;
	}
/* Tab heading hover underline */
.fusion-tabs .nav-tabs a:hover .fusion-tab-heading {
text-decoration: underline;
}
/* Active tab heading hover underline */
.fusion-tabs .nav-tabs > li.active .fusion-tab-heading {
	text-decoration: underline;
    font-weight: 700;
    color: #0091d0;
}
/* Tab heading size */
.fusion-tabs .nav-tabs > li .fusion-tab-heading {
font-size: 20px !important;
}

/* Tabs padding around content */
.fusion-tabs.fusion-tabs-1 .tab-pane {
padding: 30px;
}
/* Tabs padding around title of tabs */
.fusion-tabs.classic.horizontal-tabs .nav-tabs>.active>.tab-link {
        padding: 10px;
}




/* QIS Portal page only - to make tabs look the same height when titles are wrapping - changes height of inactive tabs. When screen size is smaller this won't apply*/
@media only screen and (min-width:800px) {
.page-id-3892  .fusion-tabs.fusion-tabs-1 .nav-tabs li a.tab-link {
       height: 100px;
	padding:10px;
	}}

.fusion-toggle-heading {font-size:17px;
	    font-weight: bold;
	}


/* Font size for footer including text added in widgets */

.fusion-footer-widget-area a {
font-size: 16px;
	line-height: 1.5;
}
.fusion-footer {
font-size: 16px !important;
	line-height: 1.5;
}

/* underline hyperlinks on hover in footer*/
.fusion-footer a:hover {
	text-decoration: underline;
}

/* underline hyperlinks on hover in content boxes*/
.fusion-checklist a:hover {
	text-decoration: underline;
}
/* changes font color of dropdown menu font color on hover*/

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover {
	color: white;	
  }

/* changes dropdown menu font color of the current page that is displaying*/
.fusion-main-menu .sub-menu .current-menu-item > a, .fusion-main-menu .sub-menu .current_page_item > a {
color: #ffffff !important;
}


.fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
	font-size: 18px;
	font-weight: 700;
}
/* adds adds bold font for links and underline on hover for sidebar widget */
.textwidget a {
	font-weight: bold;
}
.textwidget a:hover {
	text-decoration: underline;
}
/* adds bold font for links and underline on hover for sidebar newsletter widget */
.lcp_catlist a {
	font-weight: bold;
}
.lcp_catlist a:hover {
	text-decoration: underline;
}

/* adds bold font for links and underline on hover for sidebar newsletter widget */
.post-content a {
	font-weight: bold;
}
.post-content a:hover {
	text-decoration: underline;
}

/* adds bold font for links and underline on hover for sidebar newsletter widget */
.fusion-modal a {
	font-weight: bold !important;
}
.fusion-modal a:hover {
	text-decoration: underline !important;
}


/* turns mobile menu icons (burger and search) blue, instead of gray*/
.fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {
    color: #1172c1 !important;
}

/*changes mobile menu icon size - needed to be larger*/
.fusion-mobile-menu-icons a {
font-size: 35px !important;
}



@media only screen and (max-width: 1022px)
.fusion-header, .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*to increase the size of the checklist font*/
.fusion-li-item-content {
	font-size: 18px;
}
/*This makes the checkbox larger - needed this for the Document Library Pro checkbox*/
input[type=checkbox] {
    transform: scale(2);
}
/*This makes multiple download button larger - Document Library Pro*/
.dlp-multiple-download-btn {
	font-size: 19px;
}
/*This makes Search font larger - Document Library Pro*/
.posts-table-controls label {
	font-weight: 800!important;
}
/*This changes the subfolder color - Document Library Pro*/

.dlp-folders .dlp-category-subcategories .dlp-icon.folder, .dlp-folders .dlp-category-subcategories .dlp-icon.folder_open {
    fill: blue!important;
}
	fill: #0091d0!important;}
}