/*
Theme Name: Cinerama
Theme URI: https://cinerama.qodeinteractive.com/landing/
Description: A Theme for Movie Studios and Filmmakers
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: cinerama
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.7
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

#ur-recaptcha-node
{
	padding:10px;
}
.edgtf-title-holder
{
	background-size:100% !important;
}
.edgtf-portfolio-list-holder.edgtf-pl-gallery-text-sliding .edgtf-pli-text
{
	display:none;
}
::placeholder
{
  color: red;
  opacity: 1; 
}
input,
input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 3;
}