/*
Theme Name: betrapipar
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.absolute-footer {
	display: none;
}
#masthead {
	border-bottom: 5px solid #EDC234;
}
.wpcf7-form-control.wpcf7-submit {
	background: black;

    font-weight: 600;
/*     transform: skewX(20deg); */
    transform-origin: 0 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    min-width: 130px;
	color: #EDC234;
}
.no-pad {
	padding: 0 !important;
}
.info {
	font-size: 24px;
}
html {
	background: white !important;
}