@charset "UTF-8";

/*
Theme Name: Roadway Theme
Theme URI: 
Author: Roadway team
Author URI: 
Description: Roadway Theme is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roadwaytheme
*/

#custom_breadcrumb .elementor-shortcode span > a {
  color: #fff;
}
#custom_breadcrumb .elementor-shortcode > span {
  color: #fff;
}
#custom_breadcrumb .elementor-shortcode .breadcrumb_last {
  color: #ec2028;
  text-transform: capitalize;
}

/* contact-page-css */
#contactform .filds {
  height: 55px;
  margin-top: 8px;
}
#contactform .filds2 {
  height: auto;
  margin-top: 8px;
}
#contactform .filds:focus,
#contactform .filds2:focus {
  box-shadow: none;
}
#contactform .btncustom {
  background: var(--e-global-color-primary);
  border: none;
  color: #fff;
  width: 180px;
  height: 50px;
  border-radius: 5px;
}
.button-end > p {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  display: -webkit-flex;
  -webkit-align-items: center;
}

/* end-contact-page-css */
