/*
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
*/
body {
    background-color: #CBF4EB;
    background: url("../../uploads/2018/03/body-specialeffect.png"),linear-gradient(180deg,rgba(203,244,235,1)0%,rgba(249,176,230,1)50%,rgba(129,141,217,1)100%);
        background-repeat: repeat, repeat;
        background-attachment: scroll, scroll;
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
        background-size: auto auto, auto auto;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: left top;
		margin: 0;
		margin-top: 0px;
		background-attachment: fixed;
}
#wrapper {
	box-shadow: 0px 0px 18px rgba(0,0,0,0.592156862745098);
}
.fusion-header-v4 .fusion-header {
    padding: 0px;
}
.fusion-secondary-main-menu {
    padding-left: 0px ;
    padding-right: 0px;
}
.fusion-main-menu > ul > li > a {
	padding-left: 18px ;
    padding-right: 18px;
}
.fusion-main-menu > ul > li > a:hover {
	background-color:#00aff0;
	text-decoration:none;
}
.fusion-body .fusion-main-menu .current-menu-item > a, .fusion-body .fusion-main-menu .current-menu-parent > a {
	background-color:#f5afe6;
	color:#00008b !important;
}
.fusion-main-menu .sub-menu {
    border-top: 0px solid #000000 !important;
}
.fusion-main-menu .sub-menu li a:hover {
	color:#00005f !important;
	text-decoration:none;
}
.fusion-copyright-content img {
	padding:0px 5px 0px 5px;
}
.fusion-footer-copyright-area {
    position: relative;
    background-color: #25B0B2;
    background: linear-gradient(180deg,rgba(37,176,178,1)0%,rgba(59,74,194,1)100%);
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(206,206,206,0);
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
    border-width: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a:hover {
    color: #008000;
	text-decoration:underline;
}
.fusion-mobile-menu-icons a:hover {
	text-decoration:none;
}
.post-content p {
    margin-bottom: 8px;
}
.fusion-mobile-nav-holder {
	padding-left: 20px;
}
.fusion-mobile-nav-item a:hover {
	text-decoration:none;
}
.min_HIGt {
	min-height:400px;
}