/*
Theme Name:   Kadence Child
Description:  A child theme of Kadence
Template:     kadence
*/

/* Custom CSS from database */
.home {
	
    background: linear-gradient(180deg, rgb(216, 47, 47), rgba(127, 72, 176, 1) 50%, rgb(139, 194, 12) 100%);
    background-attachment: fixed;
	
}

ul.button-list {
    padding: 0px;
	margin: 20px 0;
}

.button-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px;
}

.button-list li {
    margin: 10px 0;
}

.button-list a {
    display: inline-block;
    padding: 7px 18px;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
	    font-size: 18px;
	border-radius: 2px;
}

.button-list a:hover {
    background-color: #fff;
    color: var(--global-palette1);
}
.ftrlink a{
	color: #fff;
}

@media (max-width: 600px) {
    .button-list {
        flex-direction: column;
        align-items: stretch;
    }

    .button-list li {
        width: 100%;
    }

    .button-list a {
        width: 100%;
    }
}



@media (max-width: 768px) {
.btmcta{
	position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
	
    background: linear-gradient(180deg, rgb(216, 47, 47), rgba(127, 72, 176, 1) 50%, rgb(139, 194, 12) 100%);

}
.sidebtn{
	margin: 20px 0px;
}
}



ul.button-list {
    padding: 0px;
	margin: 20px 0;
}

.button-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px;
}

.button-list li {
    margin: 10px 0;
}

.button-list a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
	    font-size: 14px;
	border-radius: 5px;
}

.button-list a:hover {
    background-color: #fff;
    color: var(--global-palette1);
}

@media (max-width: 600px) {
    .button-list {
        flex-direction: column;
        align-items: stretch;
    }

    .button-list li {
        width: 100%;
    }

    .button-list a {
        width: 100%;
    }
}





.sidebarh3{
	font-weight: 700 !important;
}
.sidebtn .wp-element-button:hover {
    background-color: #fff !important;
    color: var(--global-palette1);
    border-color: #fff !important;
	
}
.sidebtn{
	margin: 40px 0px;
}
.content-bg, body.content-style-unboxed .site {
background: #ffffff00 !important;
}
.ctabtn{
	    animation: rotate 0.4s linear both infinite !important;
}

.ctabtn a{
	padding: 15px 30px;
}
.ctabtn .elementor-button-text::before {
  content: "";
	background-image: url("/wp-content/uploads/2024/05/btn-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@keyframes rotate {
  100% {
    filter: hue-rotate(-360deg);
  }
}

ul{
	margin-bottom: 15px;
}
.maincontent h2{
	color: #fff;
}
.maincontent h3{
	color: #fff;
}
.maincontent h4{
	color: #fff;
}
.maincontent h5{
	color: #fff;
}


