.wp-block-aks-cta-image {
background-size: cover;
background-position: 50% 50%;
padding: 4rem 2rem;
margin-bottom: 35px;
}
.wp-block-aks-cta-image .content .title {
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
.wp-block-aks-cta-image .content p {
color: #fff;
font-weight: 300;
line-height: 18px !important;
margin-bottom: 0 !important;
}
.wp-block-aks-cta-image .button:hover {
box-shadow: none;
}
.wp-block-aks-cta-image .button a {
display: inline-block;
background-color: #fff;
border: 1px solid #ffffff;
margin-top: 25px;
padding: 15px 25px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.wp-block-aks-cta-image .button a:hover {
background-color: #f27f00;
color: #fff !important;
opacity: 1 !important;
}.wp-block-aks-cta-inline {
position: relative;
background-color: #f27f00;
padding: 2rem 4rem;
margin-bottom: 35px;
}
.wp-block-aks-cta-inline .content .title {
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
.wp-block-aks-cta-inline .content p {
color: #fff;
font-weight: 300;
line-height: 18px !important;
margin-bottom: 0 !important;
}
.wp-block-aks-cta-inline a {
display: inline-block;
background-color: #fff;
border: 1px solid #fff;
padding: 15px 25px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.wp-block-aks-cta-inline a:hover {
background-color: transparent;
color: #fff !important;
}
.wp-block-aks-cta-inline::before,
.wp-block-aks-cta-inline::after {
content: '';
position: absolute;
width: 150px;
height: 150px;
border-radius: 50%;
}
.wp-block-aks-cta-inline::before {
background-color: rgba(255, 255, 255, .4);
top: -10%;
left: -10%;
}
.wp-block-aks-cta-inline::after {
border: 1px solid rgba(255, 255, 255, .4);
top: 85%;
left: 40%;
}.wp-block-aks-cta-block {
position: relative;
background-color: #f1f1f1;
text-align: center;
padding: 2rem;
margin-bottom: 35px;
}
.wp-block-aks-cta-block .content .title {
color: #282828;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
}
.wp-block-aks-cta-block .content p {
color: #282828;
font-weight: 300;
line-height: 18px !important;
}
.wp-block-aks-cta-block a {
display: inline-block;
background-color: #f27f00;
border: 1px solid #f27f00;
color: #fff !important;
padding: 15px 25px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.wp-block-aks-cta-block a:hover {
background-color: transparent;
color: #f27f00 !important;
opacity: 1 !important;
}