/*
Theme Name: Rolling Productions
Theme URI: https://rollingproductionsinc.com
Author: Rolling Productions
Author URI: https://rollingproductionsinc.com
Description: Full-service creative agency theme for Rolling Productions — branding, video production, website design, SEO, and social media. Based in Owasso, Oklahoma.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rolling-productions
Tags: agency, portfolio, creative, business, video, branding
*/

/* ===== ROLLING PRODUCTIONS CUSTOM STYLES ===== */
.rp-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.rp-img-rounded {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.rp-hero-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
}
.rp-section-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}
.rp-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
.rp-full-img {
  width: 100%;
  object-fit: cover;
  display: block;
}
