/*
Theme Name: Reboot Child Theme
Template: reboot
Theme URI: https://reboot.axiomthemes.com/
Description: Reboot Child Theme
Author: Axiomthemes
Author URI: https://axiomthemes.com/
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: reboot
*/


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

/* Mobile Menu */

.menu_mobile .sc_layouts_logo img{
  max-height: 60px !important;
}

.menu_mobile_header_wrap{
  border-bottom: 1px solid #28a745;
  animation: glowFadeIn 1.2s ease forwards;
}

@keyframes glowFadeIn {
    0% {
        border-bottom-color: transparent;
        box-shadow: 0 0 0px rgba(60, 255, 107, 0);
    }
    50% {
        border-bottom-color: rgba(60, 255, 107, 0.5);
        box-shadow: 0 0 6px rgba(60, 255, 107, 0.4);
    }
    100% {
        border-bottom-color: #3cff6b;
        box-shadow: 0 0 10px rgba(60, 255, 107, 0.7);
    }
}

.menu_mobile_inner.with_widgets{
  background-color: #252525;
}

.menu_mobile .menu_mobile_nav_area>ul>.menu-item>a{
  color: white !important;
}

/* Home */

.sc_blogger_item_title.entry-title a:hover{
  color: #28a745 !important;
  transition: .5s;
}

/* Blogs overview */

@media (max-width: 767px){
  .page-id-78956 .sc_blogger_band.sc_blogger_band_default .post_layout_band:only-child .post_content_wrap{
    padding-left: 2em !important;
  }
}

.post_content_wrap .post_title a:hover{
  color: #28a745 !important;
  transition: .5s;
}

/* Blog Detail pagina */

.sidebar_inner{
  margin-top: 20px;
}

/* Team detail pagina */

.team_page_wrap_info.comments_close{
  display: none;
}

.elementor-element-b326329 .sc_icons_item.sc_icons_item_linked,
.elementor-element-2c02e4e .sc_icons_item.sc_icons_item_linked,
.elementor-element-9298cdd .sc_icons_item.sc_icons_item_linked{
  background-color: #246894;
}

/* Gravity Forms */

/* --- Inputvelden & tekstareas --- */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px !important;
  border: 1px solid #d6d6d6;
  color: #000;
  background-color: #fff;
  font-size: 1rem;
  transition: all 0.25s ease;
}

body .gform_wrapper select {
  width: 100%;
  border-radius: 12px !important;
  border: 1px solid #d6d6d6;
  color: #000;
  background-color: #fff;
  font-size: 1rem;
  transition: all 0.25s ease;
}

#input_1_22{
  padding: 4px 12px;
  width: 100%;
  border-radius: 12px !important;
  border: 1px solid #d6d6d6;
  color: #000;
  background-color: #fff !important;
  font-size: 1rem;
  transition: all 0.25s ease;
}

#input_1_8{
  padding: 4px 12px !important;
  background-color: #fff !important;
}

.select_container::after{
  margin-right: 16px !important;

}

/* --- Focus effect --- */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(26, 191, 51, 0.2);
  outline: none;
  background-color: white;
}

/* --- Submit knop --- */
body .gform_wrapper input[type="submit"],
body .gform_wrapper .gform_button,
#gform_next_button_1_7,
#gform_next_button_3_12,
#gform_next_button_1_23 {
  background-color: #28a745 !important;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 10px !important;
  padding: 1.2rem 5rem !important;
  cursor: pointer;
  /* width: 100%; */
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Gravity Forms - autofill tekstkleur aanpassen */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #252525 !important; /* gewenste tekstkleur */
    transition: background-color 9999s ease-in-out 0s;
}

/* Voor moderne browsers */
input:autofill,
textarea:autofill,
select:autofill {
    -webkit-text-fill-color: #252525 !important;
}

.gfield select {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#gform_previous_button_1,
#gform_previous_button_3{
  border-radius: 10px !important;

}

body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper .gform_button:hover,
#gform_next_button_1_7:hover,
#gform_next_button_3_12:hover,
#gform_next_button_1_23:hover {
  background-color: #156B2A !important;
  box-shadow: 0 0 10px rgba(46, 160, 67, 0.5);
}

/* Nieuwsbrief inschrijven */

#gform_fields_2{
  gap: 20px;
}

#gform_fields_2 .gfield_label,
#gform_fields_2 .gform-field-label--type-sub{
  color: white;
}

/* --- Foutmeldingen --- */
body .gform_wrapper .validation_message {
  color: #ff7b72;
  font-size: 0.9rem;
}

body .gform_wrapper .gform_validation_errors {
  border-left: 4px solid #ff7b72;
  background: rgba(255, 123, 114, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  color: #ff7b72;
}

/* --- Succesbericht --- */
body .gform_confirmation_message {
  background: rgba(46, 160, 67, 0.15);
  border-left: 4px solid #2ea043;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  color: #3fb950;
  font-weight: 500;
}

/* Progress bar */

.gf_progressbar_percentage.percentbar_blue.percentbar_50,
.gf_progressbar_percentage.percentbar_blue.percentbar_100{
  background-color: #28a745;
}

/* Uitlijing */

.gform-page-footer.gform_page_footer.top_label{
  justify-content: space-between;
}

/* Proces pagina */

.page-id-76303 .deliverables-box .elementor-icon-box-wrapper {
  background-color: #246894;
  width: fit-content;
  text-align: center;
  border-radius: 25px;
  padding: 0px 10px;
}

/* Werken bij */

.elementor-78170 .elementor-element.elementor-element-c3fc967{
  margin-bottom: 20px !important;
}

/* Cases */

@media (max-width: 768px){

  .post_content_wrap{
  padding-left: 0 !important;
  }

}

/* Case Detail */

.cpt_portfolio-template-default.single .quote-box{
  display: none;
}

.cpt_portfolio-template-default.single .portfolio_page_featured{
  max-height: 360px;
}

.cpt_portfolio-template-default.single .portfolio_page_featured img{
  object-fit: cover;
  object-position: center;
  max-height: 360px;
}

.cpt_portfolio-template-default.single h4:first-of-type{
  margin-top: 0px;
  font-size: 18px;
  font-weight: 700;
}

.cpt_portfolio-template-default.single h4:nth-of-type(2),
.cpt_portfolio-template-default.single h4:nth-of-type(3){
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.cpt_portfolio-template-default.single .result-item {
  font-size: 15px;
}

/* Footer */

.elementor-66068 .elementor-element.elementor-element-e8f6237 a{
  color: #A8A0A0 !important;
}

.elementor-66068 .elementor-element.elementor-element-e8f6237 a:hover{
  color: #fff !important;
  transition: .5s;
}
