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

/*******
SIDEBAR
**********/

.side-nav{
border-top: 0px;
}

.side-nav-left .side-nav {
    border-right: none;
}

.side-nav > li:first-child a { 
	font-size: 20px !important;
	font-weight: 900;
	color: #666;
	border: none;
	border-right: none !important; 
	border-bottom: 1px solid #ededed;

}

.side-nav > li:first-child {
	border-right: none !important;
}

#wrapper .side-nav li.current_page_item > a {
	border-right-color: #fff !important;
	font-weight: 900;
    color: #000;
}
#wrapper .side-nav li.current_page_item > ul {
    display: block;
}
#wrapper .side-nav li.current_page_ancestor > ul {
    display: block;
}
#wrapper .side-nav li.current_page_ancestor > a {
    font-weight: 900;
    color: #000;
}

.double-sidebars #main #sidebar-2 {
	width: 100%;
	text-align: center;
}

.double-sidebars #main #sidebar-2 a {
	margin: 0;
	padding: 0;
	width: 100%;
}

.double-sidebars #main #sidebar-2 img {
	border-radius: 22px;
	border: 1px solid #999;
	margin-bottom: -26px;
	
}

.double-sidebars #main #sidebar-2 span {
    background: #59a43f none repeat scroll 0 0;
    border-radius: 0 0 22px 24px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    margin: 0;
    opacity: 0.8;
    padding: 9px;
    position: relative;
    top: -15px;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.double-sidebars #main #sidebar-2 a:hover span {
	background: #ffd76d none repeat scroll 0 0;
	color: #000;
}

/*******
CONTENT
**********/
.fusion-accordian {
	margin-bottom: 10px;
}


.table-1 table th, .tkt-slctr-tbl-wrap-dv table th {
    background: #5A9545 none repeat scroll 0 0;
    color: #000;
}    

a.print {
	font-weight: 700;
	font-style: italic;
}

a.print img {
	margin: -2px 10px 0 0;
}


.overview h3 {
margin-bottom: 5px !important;
}



/*******
HOMEPAGE
**********/

.cta3 {
margin-left: -20px !important;
padding-bottom: 0px !important;
}

#cta_new {
background: url("/wp-content/uploads/2019/12/test.png") no-repeat;
background-size: cover;
}

#cta_clients {
background: url("/wp-content/uploads/2019/12/cta4.png") no-repeat;
background-size: cover;
}

#cta_next {
background: url("/wp-content/uploads/2019/12/cta3.png") no-repeat;
background-size: cover;
}

#cta_nurses {
background: url("/wp-content/uploads/2019/12/test1.png") no-repeat;
background-size: cover;
}

.cta_big_tx, .cta_big_tx a {
color: #fff !important; 
font-size: 36px !important; 
font-weight: bold !important;
line-height: 1 !important;
}

.cta_sm_tx, .cta_sm_tx a {
color: #fff !important; 
font-size: 24px !important; 
font-weight: bold !important;
}

.cta_left {
padding-left: 35px !important;
padding-top: 35px !important;
}

.cta_right {
padding-left: 45px !important;
padding-top: 35px !important;
}

.cta_link {
font-size: 14px !important;
color: #ffd76d !important;
font-weight: bold;
}

.cta5 {
    background: #59a43f none repeat scroll 0 0;
    border-radius: 0 0 22px 24px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    margin: 0;
    opacity: 0.8;
    padding: 9px;
    position: relative;
    top: -40px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease 0s;
}



.cta5:hover {
background: #ffd76d none repeat scroll 0 0;
color: #000;
}


.cta_bottom {
height: 146px;
}





