/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-content ul{
  margin-left: 1rem;
}

/** MOBILE MENU TOGGLE SUBMENU 100% WIDTH **/

span.gb-submenu-toggle:before {
    content: '';
    position: absolute;
    inset: 0;
}


/** CLASSIC NAVIGATION WIDGET **/

.wp-classic-menu-block ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wp-classic-menu-block ul a{
  text-decoration: none;
}

.wp-classic-menu-block ul a:hover, .wp-classic-menu-block ul a:focus{
  text-decoration: underline;
}

span.gfield_required{
  color: var(--global-color-8) !important;
}

input.gform_button, input.gform_next_button{
  background-image: linear-gradient(135deg, var(--global-color-10) 0%, var(--accent) 100%) !important;
  padding: .75rem 1.5rem !important;
  font-size: 1rem !important;
  border-radius: 10px !important;
  color: #fff !important;
  border: none !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  transition: all .25s ease-in-out !important;
  font-weight: 700 !important;
}

 input.gform_previous_button{
   background-color:  var(--global-color-10) !important;
   padding: .75rem 1.5rem !important;
   font-size: 1rem !important;
   border-radius: 10px !important;
   color: #fff !important;
   border: none !important;
   line-height: 1.5 !important;
   font-weight: 400 !important;
   transition: all .25s ease-in-out !important;
   font-weight: 700 !important;
 }

input.gform_button:hover,  input.gform_next_button:hover{
  background-image: linear-gradient(135deg, var(--accent) 0%, var(--global-color-10) 100%) !important;
  color: #fff !important;
}

 input.gform_previous_button:hover{
   background-color: var(--accent) !important;
   color: #fff !important;
 }

/** PROJECTEN SINGLE **/

.project-categorie{
  margin-bottom: 20px;
}

.project-categorie span{
  align-items: center;
  background-color: var(--global-color-8);
  border-radius: 4px;
  border: 1px solid var(--global-color-8);
  color: #fff;
  column-gap: 0.5em;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
}

.project-tags span{
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid var(--global-color-8);
  color: var(--global-color-8);
  column-gap: 0.5em;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
}