/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/


hr.is-style-dots:before {
	font-size: 2.5em !important;
	letter-spacing: 10px !important;
	padding-left: 0 !important;
	content: "....";
}
hr.is-style-dots {
	width: auto !important;
	text-align: left !important;
}
hr.is-style-dots.center-align {
	text-align: center !important;
}
input#gform_submit_button_9 {
    padding: 10px 30px !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    letter-spacing: 4.8px !important;
    font-family: 'VT323' !important;
}
.curve.top-curve {
	transform: scaleX(2) !important;
}

@media (width <= 900px) {
  #hero-mobile {
    display: block;
  }

  #hero-desktop {
    display: none;
  }
}

@media (width > 900px) {
  #hero-mobile {
    display: none;
  }

  #hero-desktop {
    display: block;
  }
}