/*
Theme Name: After Branding
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Rionic
Author URI: https://rionic.io
Description: Custom Theme for After Branding
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1693954164
Updated: 2023-09-05 22:49:24

*/

:root {
  --primary: #ff2cc2;
  --secondary: #8c01ed;
  --accent: #4e2178;
  --tertiary: #0200d9;
  --highlight: #f3fe00;
  --black: #000000;
  --white: #ffffff;
}

span.primary-text {
  background-color: var(--primary);
  border-radius: 100px;
  margin-top: -2px;
  margin-bottom: -5px;
  color: var(--white);
  padding: 0px 15px 3px;
}

span.secondary-text {
  background-color: var(--secondary);
  border-radius: 100px;
  margin-top: -2px;
  margin-bottom: -5px;
  color: var(--white);
  padding: 0px 15px 3px;
}

span.tertiary-text {
  background-color: var(--tertiary);
  border-radius: 100px;
  margin-top: -2px;
  margin-bottom: -5px;
  color: var(--white);
  padding: 0px 15px 3px;
}

span.highlight-text {
  background-color: var(--highlight);
  border-radius: 100px;
  margin-top: -2px;
  margin-bottom: -5px;
  color: var(--black);
  padding: 0px 15px 3px;
}

span.black-text {
  background-color: var(--black);
  border-radius: 100px;
  margin-top: -2px;
  margin-bottom: -5px;
  color: var(--white);
  padding: 0px 15px 3px;
}

.auto-width {
  width: fit-content;
}

.after-shadow:before {
  background-color: var(--highlight);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 150px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 0;
}

.after-shadow img {
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .max-container-mobile {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}

.custom-button-wrapper{
	margin-top:3rem;
	display:flex;
	
}

.custom-button-wrapper p{
	display: flex;
    align-items: center;
	position:relative;
}

.ekit-form form input[type="submit"].custom-button{
  background-color: var(--highlight);
  padding: 30px 80px 30px 30px !important;
  border-radius: 100px !important;
	width:200px !important;
  display: inline-flex !important;
}

.custom-button-wrapper svg {
  width: 3rem;
  height: 3rem;
	position:absolute;
	right:20px;
}

.ekit-form form select {
    border-radius: 0 !important;
    background: transparent !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0;
    padding: 0.2em;
    border: none;
    color: #fff;
}


@media (max-width: 1024px) {
.ekit-form form input[type="submit"].custom-button{
  padding: 20px 60px 20px 20px !important;
	width:180px !important;
  display: inline-flex !important;
}
	
	.custom-button-wrapper svg {
	right:10px;
}
}



/** NEW **/

.ekit-form form input[type="submit"].custom-button {
    background-color: var(--highlight);
    padding: 20px 70px 20px 20px !important;
    text-align: left !important;
}

.custom-button-wrapper svg{
	right:10px;
}




