/* 
Theme Name: Summit Water Theme
Theme URI: https://bwired.ca/
Description: This is a child theme for the sumit water website, created by Bwired team
Author: Bwired Team
Author URI: https://bwired.ca/
Template: hello-elementor
Version: 2.0.0
Text Domain: summit-water-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.news-post .elementor-post__text {
    display: flex !important;
    padding-right: 40px;
    justify-content: center;
}
.news-post .elementor-post__meta-data {
    order: 1;
}
.news-post .elementor-post__title {
    order: 2;
}
.news-post .elementor-post__excerpt {
    order: 3;
}
.news-post .elementor-post__read-more {
    order: 4;
}
@media(max-width:768px){
    .news-post .elementor-post__text {
		padding-right: 0px;
	}
}

/* Home */
.bg-blur {
    /*height: 233px;*/
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(30px);
}

/*.bg-blur .hidden-box{
    display: none;
}*/

/*.bg-blur:hover {
    transition: all 0.5s;
    margin-top: -116px;
    height: 350px;
    overflow: hidden;
}

.bg-blur:hover .hidden-box{
    display: block
}*/

.bg-card-blur{
    backdrop-filter: blur(15px);
}

.contact-box .form input, textarea{
    border: none;
    border-bottom: 1px solid #4C4D6E;
	color: #000231;
}

.contact-box .form input::placeholder, textarea::placeholder{
    color: #000231;
}

.contact-box .form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000231;
    color: #36DEFF;
    width: 100%;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
}

/* .news-section{
    max-height: 650px;
    overflow-y: scroll
} */

.news-section::-webkit-scrollbar{
    width: 4px;
}
.news-section::-webkit-scrollbar-track{
    background-color: #ededed;
}
.news-section::-webkit-scrollbar-thumb{
     background-color:#36deff;
}
.grecaptcha-badge {
/*     width: 70px !important; */
/*     overflow: hidden !important; */
/*     transition: all 0.3s ease !important; */
/*     left: 2px !important; */
	/*     	left: -17px !important; */
	bottom: -14px !important;
	transform: scale(0.5);
	right: -157px !important;

}
/* .grecaptcha-badge:hover {
    width: 256px !important;
} */
.grecaptcha-logo {
 pointer-events: none;
}
@media(max-width:767px){
	.grecaptcha-badge {
		transform: scale(0.5);
/*     	left: -17px !important; */
	}
}
@media(max-width:1024px){
	.news-section{
		max-height: initial;
		overflow-y: hidden
	}
}

@media(max-width:767px){
.elementor-kit-6 h1 {
    font-size: 46px;
 }
}

