/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */

/*P {
	FONT-SIZE:15px;
	FONT-FAMILY:roboto;

}*/
ul.footer-forms{
   overflow:hidden;
}
h2.entry-title {
	background-color:#ff0000;
}
h1.entry-title {
	background-color:#ff0000;	
}
.header-toggles.hide-no-js {
    display: none;
}
.header-navigation-wrapper a {
    
}
.header-navigation-wrapper a:hover {
    text-decoration:none;
}

li#menu-item-16 a{
    text-decoration: none !important;
}
.custom-button button {
    padding: 11px 20px !important;
    border-radius: 5px;
    text-transform: none;
    font-size: 14px;
    background: #ef5455;
	font-family:roboto;
}
.custom-button button:hover{
	text-decoration:none;
}

.custom-header-menu a {
    color: #fff!important;
    font-size: 15px;
        font-family:roboto;
	 text-decoration:none;
}
.custom-header-menu a:hover {
    color: white;
   text-decoration:none;
}
.header-inner.section-inner {
    padding: 10px 0px;
}
.site-logo.faux-heading {
    width: 185px;
}
.custom-banner .elementor-element-populated{
	padding:0px !important;
}
.what-you-get h3 {
    margin: 25px;
}
.many-people-you-know ul {
    margin: 0px;
}
.many-people-you-know li{
	line-height: 33.2px;
}
.header-section.small{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 100ms ease-in-out 0s all;
    animation: stickyslider 1s normal;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%)
}
@keyframes stickyslider{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}
.primary-menu li a:hover{
	color:#ef5455!important;
	transition: 0.38s;
}
.custom-button button:hover {
    background: #454962 !important;
    transition: 0.38s;
}

#footer-sidebar{
    display: flex;
/*     flex-wrap: wrap; */
}

#footer-sidebar1 img {
    width: 63%;
}

#footer-sidebar1 {
width:36%;
}
#footer-sidebar1 p{
    font-family:Roboto;
    font-size:15px;
}
#footer-sidebar2 h2{
	margin:0px !important;
	padding-bottom: 2%;
	font-size: 25px;
    font-weight: 400;
	font-family:Roboto;
    color:#ffffff;
}
figure.wp-block-image.size-full {
    margin: 0px !important;
}

.custom-quick-links li {
    list-style: none;
    margin: 0px;
}
.custom-quick-links ul {
    margin: 0px;
    padding-right: 75px;
}

.custom-quick-links a:hover {
    text-decoration: none !important;
}
.custom-quick-links a {
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto';
}
#footer-sidebar3 .widget p {
    margin: 0px !important;
    font-family:roboto;
    font-size:15px;
    border-bottom: 2px dotted white;
}
#footer-sidebar2 .widget {
    margin: 0px;
}


#footer-sidebar3 .widget {
    margin: 0px;
}

#footer-sidebar3 h2{
	margin:0px;
	padding-bottom:2%;
	font-size: 25px;
    font-weight: 400;
	font-family:Roboto;
     color:#ffffff;
}

#footer-sidebar2 {
    width:32%;
    }
#footer-sidebar3 {
    width:32%;
    }
#site-footer{
    background: #171929;
    color: white;
    padding-bottom: 0px;
}
#site-footer .section-inner{
   display:block;
}
ul#menu-resources {
    padding-right: 75px;
}
.custom-quick-links ul li a {
    color: white;
}
.custom-quick-links ul li a:hover {
    color: #cd2653;
}
#footer-sidebar3 p:hover {
    color: #cd2653;
    cursor: pointer;
}
.footer-credits h6 {
    font-size: 14px;
    font-family: 'Roboto';
     color:#ffffff !important;
}
.footer-credits h6:hover{
     color: #cd2653 !important;
     cursor:pointer;
 }
 .footer-credits {
 border-top: 1px solid #e3e3e3;
/*  margin-top: 3%; */
 background: #121316;
	 text-align:center;
}
figure.wp-block-image.size-full.card-images img {
    width: 96% !important;
}
aside#block-41 {
    margin-top: 0px;
}
footer#site-footer {
    background-image: url(/wp-content/uploads/2023/05/contact-form.jpg);
    background-repeat: no-repeat;
    padding: 70px 10px;
    background-size: cover;
    background-position: center;
}
.custom-quick-links ul li {
    border-bottom: 2px dotted white;
}
#footer-sidebar >div {
    width: calc( 33.3% - 20px);
    margin-left: 20px;
}
.button {
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    background-color: #ef5455 !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
}
.button:hover{
    background-color: #2b3252;
    color:#ffffff;

}
.button:hover a{
    text-decoration: none;
}
ul.contact_info li {
    list-style: none;
  display: flex;
  margin:0px;
  align-items: center;
}

ul.contact_info {
    margin: 0px;
}
ul.contact_info li a {
   font-size:15px;
    color: white;
    text-decoration: none !important;
}
ul.contact_info li svg {
    margin-right: 5px;
}
ul.contact_info li:hover svg, ul.contact_info li:hover a {
    color:#ef5455;
    stroke: #ef5455;
}
.contact_info li a:hover{
     text-decoration: none !important;
}
.custom-image img{
    width:78%;
}
.custom-solution img{

    width:78%;
}
.custom-quick-links ul li {
    border-bottom: 1px dashed #919191;
    padding: 6px 0;
    font-size: 15px;
}
.custom-quick-links ul li:last-child {
    border: none;
}
.custom-header-menu .primary-menu li {
    margin: 0.8rem 0 0 3.5rem;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    text-decoration:none;
}
 .what-custom {
    margin-bottom:0px !important;
 }
.we-provide-custom {
        padding: 10px 15px;
    background: #f2295b;
    color: #fff !important;
}
.we-provide-custom p {
    margin-bottom: 0px;
}
.financial-planning-process h5 {
    margin: 4px;
}
.process-look-like h3 {
    margin: 4px;
}
.process-look-like{
	margin:0px;
}
.recomendatin-meeting ul{
	margin-left:0px;
	margin-bottom:0px;
}
.benifits-working{
	margin-bottom:0px;
}
.compliment{
	background-color: white;
	 position: absolute;
    top: -35px;
    text-align: center;
    width: 100%;


}
.compliment h5 {
    margin: 0px;
    font-size: 20px;
    padding: 7px 0px;
}
.custom-consultation .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.custom-consultation p{
	    min-height: 210px;
	    margin-bottom: 0px;
	    font-size: 1.39rem;
}
.call-now{

    position: absolute;
    top: -59px;
    left: 50%;
    transform: translate(-50%, -50%);


}
ul.custom-list {
    list-style-image:url(http://creditassociatesofamerica.com/wp-content/uploads/2021/10/copy.png);
   }


.call-now button:hover {
    text-decoration:none;
    background: white !important;
    color: #171929 !important;
    transition: 0.38s;

    font-family: 'Roboto';
}
.call-now button{
	 font-size: 15px;
    font-family: 'Roboto';
}
.learn-more button a{
    font-size: 15px;
    font-family: 'Roboto';
    color:white;

}
 button:hover {
    text-decoration:none !important;
  }
.learn-more  {
    position: absolute;
    top: -14px;
    left: 0;
}
.measurable{
    color:#ee5455;
}
/*.credit-fraud{
   box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 30%);
}*/
.custom-your-head{
    margin-bottom:0px !important;
}
.credit p{
	color:white;
	font-size:38px;
	font-family:roboto;
	text-align: center;
    margin-bottom:0px;
}
.consulation-section h5{
    margin:14px;
    
}
.custom_simplicity h3  {
    margin: 0px !important;

}
.custom_simplicity p {
    min-height: 68px !important;
    margin-top:2%;
}
.custom-icons .elementor-widget-container {
    min-height: 185px;
}
.step-three p{
    margin-bottom:0px;
}
.custom-icons-one .elementor-widget-container {
    min-height: 206px;
}
h3.elementor-image-box-title {
    margin: 12px;
}
#spin {
  color:#ef3f61;
}
#spin:after {
  content:"";
  animation: spin 2s linear infinite;
}
	header#site-header {
    background-image: url(/wp-content/uploads/2023/05/counters-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@keyframes spin {
  0% { content:"MORTGAGES."; }
  50% { content:"LOANS."; }
  100% { content:"CREDIT CARDS.";}
}
ul#menu-resources li {
    border-bottom: 1px dashed #9d9da7;
    padding: 5px 0;
    line-height: 1.4;
    margin: 0;
}
ul#menu-resources li a {
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 15px;
}
ul#menu-resources li a:hover{
 text-decoration:none;
}
ul#menu-resources li:last-child{
	border-bottom: none;
}
h3.wp-block-heading {
    margin-bottom: 0px;
    padding-bottom: 2%;
    font-size: 25px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin-top: 0;
}
ul.footer-forms {
    list-style: none;
    margin: 0;
}
ul.footer-forms input{
   height: 40px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    color:#dcd7ca;
}
ul.footer-forms textarea{
    height: 60px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 12px;
	color:#dcd7ca;
	resize:none;
}
#site-footer input[type="submit"] {
    background-color: transparent !important;
}
.custom-bottom .section-inner{
	max-width:168rem;
	margin-left:auto;
	margin-right:auto;
}
.eael-pricing.style-1 .eael-pricing-item .header{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}
.eael-pricing.style-1 .eael-pricing-item .body ul li{
   border-bottom:0px !important;
	padding:5px 0px !important;
}
.eael-pricing .eael-pricing-item ul li.disable-item{
  text-decoration:none !important;
}
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
    padding: 5px 0px 15px 0px !important;
    margin-bottom: 0px !important;
}
.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{
	display:none;
}
.main-section-radio {
    margin: 20px 0;
}
.radio-button-group {
    margin-bottom: 10px;
    display: flex;
	align-items:center;
}
.radio-button-group h4 {
    font-size: 18px !important;
    color: #243853;
    margin-bottom: 10px;
	margin-top:0px;
    width: 68%;
}
.inner-radio {
    width: 30%;
    min-width: 150px;
    text-align: right;
}
ul.contact-form-custom {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
ul.contact-form-custom li {
    width: calc(50% - 20px);
}
.eael-tooltip-text h3{
	margin:0px;
	font-size:25px !important;
	font-weight:500;
}
.custom-talk{
	position:relative;
}
.custom-tooltip.eael-tooltip-align-left.elementor-widget.elementor-widget-eael-tooltip {
    position: absolute;
    bottom: 29px;
    left: 170px;
}
.eael-tooltip .eael-tooltip-text p {
    margin: 0;
    font-size: 15px;
}
@media only screen and (max-width:1024px) {

.custom-header-menu li {
    margin: 5px !important;
 }
 .site-logo.faux-heading {
    width: 170px;
}
}
@media only screen and (max-width:768px){
.credit-fraud {
    width: 50% !important;
}
.custom-consultation {
    width: 50% !important;
}
.how-work h1{
    font-size:44px !important;
}
.custom-your-head h2 {
    font-size: 38px !important;
}
.ul-inline ul>li {
    width: 100% !important;
    margin: 0px !important;
}
}

  @media (min-width: 320px)  and  (max-width:767px){

.credit-fraud {
    width: 100% !important;
}
.custom-consultation {
    width: 100% !important;
}
#menu-footer-menu li {
    padding: 7px 0px !important;
    border-bottom: none !important;
    line-height: 1.4;
    margin: 0;
}
#footer-sidebar1 p {
    margin-bottom: 5%;
}
.custom-footer .widget .widget-title {
    font-size: 22px !important;
}
#footer-sidebar3 h2 {
   padding-top: 4% !important;
   font-size: 22px !important;
}
.footer-credits h6 {
    font-size: 11px;
    font-family: 'Roboto';
    padding-bottom: 2%;
    margin: 10px;
}
.credit p {
    font-size: 26px;
}
.custom-your-head p{
    font-size: 26px !important;
}
h2{
font-size: 30px !important;
}
.get-in-touch p{
font-size:15px !important;

}
.working-procedure h2{
    font-size:28px !important;
}

.term-life h2{
    font-size: 28px !important;

}
.term-life h3{
    font-size: 27px !important;
    
}
.custom-your-head h2{
font-size: 17px !important;
}
h1{
    font-size:35px !important;
}
	#footer-sidebar {
		display: block; } 
	  figure.wp-block-image.size-full.card-images img{
		  margin-bottom:20px;
	  }
	  .custom-footer .widget .widget-title{
		  margin-top:20px;
	  }
	  #footer-sidebar >div{
		  margin-left:0px !important;
	  }
	  .menu-bottom {
    display: none;
}
.custom-tooltip.eael-tooltip-align-left.elementor-widget.elementor-widget-eael-tooltip {
		bottom: 58px;
		left: 160px;
}
}
@media only screen and (max-width:991px){
#footer-sidebar {
    display:block;
	}
#footer-sidebar >div {
    width: 100%;
    margin-left: 0px !important;
}
	figure.wp-block-image.size-full.card-images img{
         width:60%;
		margin-bottom:30px;
	}
	.custom-footer .widget .widget-title{
     padding-top:2%;
	}
	h3.wp-block-heading{
       padding-top:2%;
	}
}
