<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Filmmaker Childtheme
Version: 1.0
Description: A child theme of Film Maker Lite
Author: fabekpros
Template: film-maker-lite
*/

@import url("../film-maker-lite/style.css");

.top-header {
  background: #036c86;
}

.custom-logo-link img{
	width: 200px;
}

.main-navigation a {
  font-size: 14px;
  font-weight: 600;
}

section#years-of-experience {
  padding: 80px 0;
}

#years-of-experience .years-number {
  font-size: 155px;
  color: #e9211b;
  font-weight: 400;
  font-family: "Bebas Neue";
  margin: 0;
  line-height: 0.8;
}

.inner_carousel .more-btn a {
  display: none;
}

#years-of-experience h2 {
	font-size: 38px;
	color: #222222;
}

#years-of-experience a.btn {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
  background: #e9211b;
  border-radius: 0;
  padding: 20px 30px 20px 20px;
}

#years-of-experience .experience-box {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #e9211b;
  padding: 10px;
}

#years-of-experience .experience-number p {
  text-align: center;
  font-size: 30px;
  font-family: "Bebas Neue";
  margin: 0;
}
#years-of-experience .experience-box p {
  color: white;
}

#years-of-experience .row .row {
  margin: 10px;
  background: rgb(255,55,49);
  padding: 20px 10px;
}

.lgx-logo-slider-wp .lgx-logo-item .logo-company-name {
  display: block;
  text-transform: initial;
  margin: 0;
  padding: 10px;
  font-size: 20px;
}

.lgx-logo-slider-wp .wp-logo-border .lgx-logo-item {
  border-style: solid;
  border-width: 1px;
  padding: 8px;
}

#footer {
  background: #004151;
  padding: 50px 0 0 0 !important;
  clear: both;
}

.main-navigation a {
  font-size: 14px;
  font-weight: 700;
}

.site-info p {
  font-size: 12px;
  color: #fff;
}

.site-info a {
  font-size: 12px;
  color: #fff;
}

#footer h3 {
  font-size: 24px;
  border-bottom: dashed 1px #3d616a;
}

#footer i.fas {
  color: #ffffff;
}

#footer p {
	font-size: 14px;
  	color: #ffffff;
}

.site-info {
  background: #202020;
  padding: 15px 0;
}

section#production-house-category {
  padding: 80px 0;
}

#production-house-category h2, #production-house-category h3 {
  color: #222222;
}

#production-house-category p {
  color: #757575;
}


#production-house-category .category {
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  padding: 20px;
  margin: 20px 0;
}

#production-house-category .category-img-border {
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  border-color: #036c86;
  border-style: dashed;
  margin: 25px 0;
  border-width: 2px;
}

#production-house-category .category-img {
  display: inline-block;
  background-color:#036c86;
  border-radius: 50%;
  padding: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
}

#production-house-category h3 {
	font-size: 22px;
  color: #222222;
}

#featured-actors h2{
	color: #fff;
}

#featured-actors p{
	color: #fff;
	font-size: 16px;
}

#years-of-experience a.btn {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
  background: #e9211b;
  border-radius: 0;
  padding: 10px 40px;
}

.wpcf7-submit{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
  background: #e9211b;
  border-radius: 0;
  padding: 10px 40px;
}

.wp-block-image img {
  vertical-align: bottom;
  border: 5px solid #fbfbfb;
  padding: 3px;
}

#theme-sidebar h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 20px;
  color: #033844;
  padding-bottom: 10px;
  font-weight: bold;
}

.main-navigation .current_page_item &gt; a, .main-navigation .current-menu-item &gt; a, .main-navigation .current_page_ancestor &gt; a {
  color: #ffa127;
  font-size: 13px;
}

p {
  font-size: 15px;
  line-height: 28px;
}

#slider .inner_carousel h2 {
  	margin: 0;
	font-size: 34px;
	color: #fff;
	padding-bottom: 0;
	text-align: left;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.2;
}

#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  right: 50%;
  bottom: auto;
  padding: 0;
}</pre></body></html>