/**
Theme Name: Prism Lite
Author: Suhan Alam Rana
Author URI: https://fiverr.com/ranakpik
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prism-lite
Template: astra
*/

.site-footer:before {
    position: absolute;
    top: 0;
    background-image: url(http://prismlite.org/wp-content/uploads/2021/06/footer-bg-min.png);
    background-size: cover;
    background-position: center center;
}
.footer_address {
    position: relative;
}
.footer_address ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 40px;
}
.footer_address img {
    position: absolute;
}
.footer_address ul li {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.footer_address.phone ul li {
    font-size: 30px;
}
/*
header#masthead {
    position: fixed !important;
    width: 100%;
}
*/
.main-header-bar-wrap.sticky{
    position: fixed;
    width: 100%;
    z-index: 999;
	background:#fff;
    top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}

@media (min-width: 768px) and (max-width: 1024px) {
} /* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
.main-header-bar-wrap.sticky{
    position: inherit;
}	
	
    .footer_address img {
        left: 0;
    }
    .footer_address ul {
        padding-left: 0;
    }
    .footer_address.phone ul li {
        font-size: 20px;
    }
    .wpforms-container .wpforms-field {
        overflow-x: initial !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
