/*
Theme Name: Night Dove Pictures
Author: Moumita Adhikary
*/
.film_txt { text-align: justify; }
.contact_btn .wpcf7-submit {
    width: 142px;
    height: 46px;
    background: #222222;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    font: 400 16px "Montserrat";
    text-transform: uppercase;
    outline: none;
}
.modal-body {
    position: relative;
    padding: 15px;
    min-height: 300px;
	text-align:center;
	width:100%;
}
.modal-content {
    position: relative;
    top: 117px;
}
.film_btn{width:83%;margin:10px auto;}
.film_btn ul {
    width: 100%;
}
.film_btn ul li {
    width: auto;
    float: left;
    margin: 0 11px 0 0;
}
.film_btn ul li a {
    width: 220px;
    height: 52px;
    border-radius: 4px;
    background: #1e1e1e !important;
    color: #fff;
    text-align: center;
    display: inline-block;
    font: 400 16px/52px "Montserrat";
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.film_btn ul li a:hover{background: #b40522 !important;}
.grid-item .overlay{display:none;}
@media screen and (max-width: 1199px)  
{
.film_btn { width: 100%;}
.film_btn ul {width: 100%;text-align: center; display: inline-block;}
.film_btn ul li {width: 100%;float: left;margin: 0 0 15px;}
}
@media screen and (max-width: 991px)
{
.film_btn ul {width: 100%;text-align: center; display: inline-block;}
.film_btn ul li {width: 100%;float: left;margin: 0 0 15px;}

}