/**
Theme Name: Astra Child
Author: Muhammad Waqar Aslam
Author URI: https://www.websolutionsclub.com/
Description: This child theme is created to accommodate the custom design and functionality of My popcorn Boxes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
html {
  scroll-behavior: smooth;
}
.non-floater {
    overflow: hidden;
}
#siteseal img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.mpb-col-md-3, .mpb-col-md-4 , .mpb-col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.wpcr3_in_content {
    text-align: center;
}
.no-bottom-margin {
    margin-bottom: 0px !important;
}
.mpb-row{
	margin-right: -15px;
    margin-left: -15px;
	zoom: 1;
    clear: both;
}
/*.mpb-row:before{
	display: table;
    content: " ";
}
.mpb-row:after{
	clear: both;
}*/
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    min-height: 275px;
}
.blocks-gallery-grid .blocks-gallery-item figcaption{
	font-size: 16px;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    padding: 1em;
	transition: .5s;
}

.blocks-gallery-grid .blocks-gallery-item img{
	transition: .5s;
}
.blocks-gallery-grid .blocks-gallery-item figure a {
    overflow: hidden;
}
.wpcf7 .ajax-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wpcf7 p {
    margin-bottom: 1.6em !important;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .wpcf7 input[type=file]{
	border-color: #801a1f;
}
@media (max-width: 640px){
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin: 0 0 1em 0;
}
}
@media (min-width: 768px){
.mpb-col-md-4 {
    width: 33.33333333%;
    float: left;
}
.mpb-col-md-3{
	width: 25%;
	float: left;
}
}
@media (min-width: 1100px){
/*.blocks-gallery-grid .blocks-gallery-item:hover figcaption {
    top: 0;
	background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.8) 70%,rgb(0,0,0,0.8));
	transition: .5s;
}*/
.blocks-gallery-grid .blocks-gallery-item:hover img {
    transform: scale(1.1);
}
}