/*
 Theme Name:   Profit Child Theme
 Theme URI:    https://profit.ancorathemes.com/
 Description:  Profit is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     profit
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  profit
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


.text-white {
color: #ffffff;
}
.text-primary {
color: #8842df;
}
.text-secondary {
color: #ffc83e;
}

.actions-custom-rc2b .sc_action_item .sc_action_item_title {
padding-top: 70%;
}
.actions-custom-rc2b .sc_action_item .sc_action_item_title:after {
font-family: "fontello";
content: '\e9b2';
font-size: 14px;
display: block;
transition: transform .3s;
}

.actions-custom-rc2b .sc_action_item.with_image:after {
transition: all .3s;
}

.actions-custom-rc2b .sc_action_item.with_image:hover:after {
background: rgba(0, 0, 0, 0) !important;
}
.actions-custom-rc2b .sc_action_item.with_image:hover .sc_action_item_title:after {
transform: translate(10px);
}

.actions-custom-rc2b .trx_addons_columns_wrap>[class*="trx_addons_column-"] {
padding-right: 0;
}
.sc_testimonials_decoration .sc_testimonials_item_content:before {
content: "";
margin: 0;
height: 80px;
width: 68px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="348.382" height="439.256" viewBox="0 0 348.382 439.256"%3E%3Cdefs%3E%3CclipPath id="clip-path"%3E%3Crect id="Rectangle_56" data-name="Rectangle 56" width="348.382" height="439.256" fill="none"/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id="Groupe_82" data-name="Groupe 82" transform="translate(0 0)"%3E%3Crect id="Rectangle_55" data-name="Rectangle 55" width="348.376" height="110.806" transform="translate(0.006 328.45)" fill="%23ffc83e"/%3E%3Cg id="Groupe_81" data-name="Groupe 81" transform="translate(0 0)"%3E%3Cg id="Groupe_80" data-name="Groupe 80" clip-path="url(%23clip-path)"%3E%3Cpath id="Tracé_47" data-name="Tracé 47" d="M313.324,156.662A156.662,156.662,0,0,0,0,156.662V439.256l237.879-148.6.079-.051.135-.084h-.006a156.568,156.568,0,0,0,75.237-133.861" transform="translate(0 0.001)" fill="%238238eb"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');

}


@media (min-width: 1024px) {
.mobile-custom-cta {
display: none !important;
}
}

.mobile-custom-cta > a {
padding: 10px 24px;
margin-top: 10px;
}
.mobile-custom-cta > a > span {
color: #000;
font-weight: 500;
font-size: 16px;
text-transform : uppercase;
}
.mobile-custom-cta.theme-white >a {
background: #fff;
}
.mobile-custom-cta.theme-secondary > a {
background: #ffc83e;
}
