/*
Theme name: GBS Theme
Version: 1.0.0
Author: Mejora infotech
Author URI: www.mejorainfotech.com
Description: An wordpress theme with community and forum.
*/

.pay-by-credit{
	display: none;
}
.banktransfertxt{
	display: none;
}

div.wpb_wrapper{
	position: relative;
}

div.wpcf7 .screen-reader-response.mailsendcls{
	position: absolute;
    height: auto;
    width: 100%;
    color: #fff;
    top: auto;
    left: 0;
    bottom: 0;
    clip: inherit
}

.emailtxt {
    font-size: 12px;
    margin-bottom: 15px;
    font-style: italic;
}

.newsletter-loop-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
}
.newsletter-loop-area .newsletter-item{
	width: 25%;
}

@media screen and (max-width: 1024px){
	.newsletter-loop-area .newsletter-item{
		width: 33.33%;
	}

}

@media screen and (max-width: 768px){
	.newsletter-loop-area .newsletter-item{
		width: 50%;
	}

}

@media screen and (max-width: 480px){
	.newsletter-loop-area .newsletter-item{
		width: 100%;
	}

}