/*
Theme Name: ImperiumElite
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Anhor
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1774002438
Updated: 2026-03-20 11:27:18

*/

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: white;
}
.has-base-background-color {
    background-color: #060000 !important;
}
:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}
.wp-block-table thead {
  border-bottom: 3px solid #de2e2f !important; 
}
.wp-block-gutenbee-container, .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #2a2a2a !important; 
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    width: 300px !important;
}
.wpcf7-form {
    width: 100% !important;
}
.wpcf7-form label {
    display: block;
    width: 100% !important;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 {
    width: 100% !important;
}
.fleet-management-item-models-slider .responsive-item-models-slider div.item-model-title {
    color: #f9dd78;
}
.fleet-management-item-models-list .item-model-wrap .item-model-description {
    width: 26%;

}
.fleet-management-item-models-list .info-line .fa, .fleet-management-item-model-search-results .info-line .fa, .fleet-management-item-model-details .info-line .fa {
    color: var(--fleet-management-primary-color);
}
.fleet-management-item-models-list .section-title {
    color: #f9dd78;
}
.fleet-management-item-model-details .item-model-description {
    width: 92%;
}
.fleet-management-item-models-list .item-model-wrap .item-model-image img {
    width: 300px;
    height: 158px;
}
.fleet-management-item-models-list .item-model-wrap .item-model-description {
  width: 31%;
}
.fleet-management-item-models-list .item-model-wrap .item-model-more {
  width: 40%;
  padding-left: 2%;
}
.fleet-management-item-model-input-search-form, .fleet-management-item-model-search-results, .fleet-management-search-options-list, .fleet-management-search-summary-table, .fleet-management-payment-processing, .fleet-management-order-received, .fleet-management-order-updated, .fleet-management-order-cancelled, .fleet-management-search-failure {
  background: #060000;
  border-radius: 25px;
  max-width: 1310px;
  width: 96%;
}
.fleet-management-item-model-input-search-form .search-field .search-field-body input[type="submit"] {
  border-radius: 25px;
}
.fleet-management-search-options-list .item-models-list-header .col2, .fleet-management-search-options-list .selected-item-model .col2, .fleet-management-search-options-list .extras-list-header .col2, .fleet-management-search-options-list .extra .col2 {
  width: 29%;
}
.fleet-management-search-summary-table .form-row {
  width: 49%;
}
.fleet-management-search-summary-table .customer-data-label {
  width: 15%;
}  
.home #podpis-stopka {
    display: none;
}
.fleet-management-search-summary-table .customer-data-input input[type="text"] {
	padding: 0px;
}
.fleet-management-search-summary-table .customer-data-input .payment-method-name {
  color: white;
}

@media (min-width: 768px) and (max-width: 1160px) {
  .fleet-management-item-models-list .item-model-wrap .item-model-description {
  width: 25%;
  padding-left: 13%;
  }
  .fleet-management-item-models-list .item-model-wrap .item-model-more {
  width: 37%;
  padding-left: 1%;
  }
}

@media (max-width: 1024px) {
  .fleet-management-item-models-price-table .item-model-description-separator, .fleet-management-item-models-price-table th.classified-item-label, .fleet-management-item-models-price-table tr.item-model-row .item-model-description,
  .fleet-management-item-models-price-table tr.class-label td.class-name, .fleet-management-item-models-price-table th.item-model-deposit, .fleet-management-item-models-price-table tr.item-model-row .item-model-deposit {
    display: none;
  }
}

@media (max-width: 850px) {
  .fleet-management-item-models-list .item-model-wrap .item-model-description, .fleet-management-item-models-list .item-model-wrap .item-model-more {
    width: 100% !important;
	padding-left: 0%;
  }
  .fleet-management-item-model-input-search-form {
    width: 90%;
  }   
  .fleet-management-wrapper .search-field-body input[type="text"], .pickup-location, .return-location, .pickup-time, .return-time {
  padding: 0px 0px 0px 25px !important;
  }
  .wp-block-table thead {
  border-bottom: 3px solid #de2e2f !important; 
  }
  .wp-block-gutenbee-container, .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #2a2a2a !important; 
  } 
}