/* 
Theme Name:		 generatepress child
Theme URI:		 http://childtheme-generator.com/
Description:	 generatepress child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			   Umair Yaqoob
Author URI:		 http://childtheme-generator.com/
Template:		   generatepress
Version:		   1.0.0
Text Domain:	 generatepress-child
*/

/*
    Add your custom styles here
*/

/******************************
    VARIABLES
******************************/
:root{
  --primary: #414141;
  --secondary: #8E1FFC;
}

/******************************
    FONTS
******************************/


/******************************
    GLOBAL STYLING
******************************/
select{
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
ul {
  padding-left: 0;
}
input[type="checkbox"],
input[type="radio"]{
  width: 18px;
  height: 18px;
}

/******************************
    UTILITIES
******************************/



/* text colors */
.text-primary{
  color: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}


/* background colors */
.bg-primary{
  background-color: var(--primary);
}
.bg-secondary{
  background-color: var(--secondary);
}


/* Others */
.h-100{
  height: 100% !important;
}
.w-100{
  width: 100%;
}
.text-base{
  font-size: 18px;
}
.text-lg{
  font-size: 20px;
}
.text-xl{
  font-size: 24px;
}
.target-section{
  scroll-margin-top: 80px;
}
.text-gradient{
  background: linear-gradient(84.59deg, #8E1FFC 0%, #03A7A9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #fff0;

}

/******************************
    WP OVERRIGES
******************************/
.site-header .grid-container,
.site-footer .grid-container {
    padding-left: 16px;
    padding-right: 16px;
}
.grid-container{
  max-width: 1300px;
}
button.menu-toggle {
    border-radius: 4px !important;
    padding: 10px 12px !important;
}

/******************************
    HEADER
******************************/
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: .3s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.site-header .inside-header{
  transition: .3s;
}
/* .site-header .main-navigation.sub-menu-right{
  margin-right: auto;
}
.site-header .inside-header .site-logo{
  min-width: 150px;
}
.main-navigation .main-nav ul li a:hover{
  color: var(--secondary) !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
  color: #89939E;
}
.header-widget{
  min-width: 130px;
}



.site-header.scrolled .inside-header{
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-navigation.mobile-menu-control-wrapper button.menu-toggle{
  display: flex;
}
.main-navigation.mobile-menu-control-wrapper button.menu-toggle svg{
  fill: var(--secondary);
} */

.site-header.scrolled{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

/******************************
    UI ELEMENTS
******************************/

/* Form Fields */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.form-row > div{
  padding-left: 16px;
  padding-right: 16px;
}
.form-row .column1{
  width: 100%;
}
.form-row .column2{
  width: 50%
}
.form-row .column3{
  width: 33.33%
}
.form-row .form-label{
  margin-bottom: 8px;
}


.form-control {
  display: block;
  width: 100%;
  padding: 8px 16px !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #21212114 !important;
  background-clip: padding-box;
  border: 1px solid #21212114 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px !important;
  height: 48px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
  border-color: var(--secondary) !important;
  outline: 0;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
textarea.form-control{
  height: 100px;
}


.form-select {
  display: block;
  width: 100%;
  padding: 0 0 18px !important;
  /* -moz-padding-start: calc(0.75rem - 3px); */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px top 8px;
  background-size: 16px 12px;
  border: 0 !important;
  border-bottom: 1px solid #DDE3E6 !important;
  border-radius: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: var(--secondary) !important;
  outline: 0;
}
.form-select:disabled {
  background-color: #e9ecef;
}

/* Contact form 7 elements */
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
    margin-bottom: 24px;
    display: block;
}
.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child{
  margin-bottom: 0;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
.wpcf7-radio .wpcf7-list-item input[type="radio"]{
  transform: translateY(3px);
  margin-right: 8px;
}
.wpcf7-not-valid-tip{
  font-size: 12px;
}


/* Buttons (global styling) */
.tic-btn-primary.elementor-widget-button .elementor-button,
.tic-btn-outline-primary.elementor-widget-button .elementor-button,
.wp-element-button {
    min-width: 180px;
    position: relative;
    border-radius: 10px;
    padding: 16px !important;
    font-size: 15px !important;
    font-weight: 500;
    min-height: 47px;
    text-align: center;
}

/* Button Primary */
.tic-btn-primary.elementor-widget-button .elementor-button,
.wp-element-button {
  background-image: linear-gradient(85deg, #8E1FFC 0%, #03A7A9 100%);
}
.tic-btn-primary.elementor-widget-button .elementor-button:hover,
.wp-element-button:hover{
  background-image: linear-gradient(45deg, #03A7A9 0%, #8E1FFC 100%);
}

/* Button Outline Primary */
.tic-btn-outline-primary.elementor-widget-button .elementor-button:before {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 9px;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.tic-btn-outline-primary.elementor-widget-button .elementor-button .elementor-button-text{
  position: relative;
  color: var(--primary);
  transition: .3s;
}
.tic-btn-outline-primary.elementor-widget-button .elementor-button:hover:before{
  background-color: transparent; 
}
.tic-btn-outline-primary.elementor-widget-button .elementor-button:hover .elementor-button-text{
  color: white;
}


/**********************************************
    MAIN CSS
**********************************************/






/******************************
    SITE FOOTER
******************************/
