/*
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
*/


/*This is for the Plugin called Download Monitor. It removes the smaller filename from the bottom of the button and makes it narrower in width.*/
.download-button small {
        display: none !important;
}
.download-button {
        width: 350px;
		text-align: left;
		}

/*This is for the Plugin called Download Monitor. It removes the bullet from the beginning of the button.*/
.dlm-downloads {
	list-style: none !important;
}
/*This is for the Plugin called Download Monitor. It adds space between the list items.*/
a.download-link {
	line-height: 2em;
	color: #0066a6;
	}

.download-link:hover{
	text-decoration: underline;
	color: red;
}
/*This is for the Plugin called Download Monitor. It adds a font awesome font to the beginning of the listed items.*/
.download-button::before {
    font-family: "Font Awesome 5 Free";
	font-weight: 400; 
	font-size: 26px; 
	color: #ffffff;
	content: "\f358";
	padding: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: middle;
  }

.download-button:hover:before {
	 transform: scale(1.1);
}

	

	.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;
}
/* Tabs padding around content */
.fusion-tabs.fusion-tabs-1 .tab-pane {
padding: 30px;
}


.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: #fff !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 multimple 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;}
}

/*This creates a tooltip for hovering over a link*/
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}