/*!
Theme Name: Ruizarch Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Ruizarch - Architecture WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: ruizarch
Text Domain: ruizarch-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


.mil-button {
  padding: 0 48px;
  height: 56px;
}
.mil-list.mil-post-info.mil-mb-30 {
  display: none;
}
.mil-link .mil-arrow {
  background-color: rgb(250, 201, 82);
}
.mil-progress-track .mil-progress {
  background-color: rgb(250, 201, 82);
}
.mil-navigation nav ul li.current-menu-parent > a {
  background-color: rgb(250, 201, 82);
}
.mil-marker {
  background-color: #FAC952;

}
.mil-service-card:hover .mil-divider-sm {
  background-color: rgb(250, 201, 82);
}

.mil-service-card {
	padding: 34px 28px !important;
  border-width: 0px 5px 5px 5px;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  border-left: border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-style: solid;

}
.mil-service-card:hover {

  border-width: 0px 5px 5px 5px;
  border-image: repeating-linear-gradient(-45deg, #fac9525c, transparent 1px, rgb(250, 201, 82) 1px, rgb(250, 201, 82) 3px) 5;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  border-left: border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-style: solid;

}

.mil-service-card:hover {
  padding-top: 50px;
}
.search-form input[type="submit"], .search-form input[type="submit"], .wp-block-search input[type="submit"], .widget_product_search input[type="submit"], .wp-block-search .wp-block-search__button 
 {

    background-color: #FAC952 !important;
}
.mil-button.mil-sm {
  padding: 0 28px;
  height: 51px;
}
.mil-accent {
    color: #FAC952 !important;
}

.mil-portfolio-item .mil-project-descr {
  padding: 10px !important;
}

.gallery-icon a img{
    object-fit: cover;
    height: 300px !important;
}

.project-single .mil-banner .container{
  height: 435px !important;
  min-height: 439px !important;
}
.mil-list.mil-post-info.mil-mb-30 {
  display: none !important;
}
@media only screen and (max-width: 768px) {
    /* Este estilo solo se aplicará si el ancho de la pantalla es de 768 píxeles o menos (móvil y algunos tablets pequeños). */
    .mil-light.mil-upper.mil-mb-30.mil-rand-accent-word {
        /* Tu estilo original para móviles */
        font-size: 26px !important; 
    }
}

@media screen and (max-width: 1200px) {
    .mil-navigation {
        
        background-color: #FDDA83
	}
}