/*
Theme Name: Hello Elementor Child
Theme URI:  https://www.wpserveur.net
Author:     Divine Krish
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
.footersubscribeform .es-form-field-container{
 	background: #fff;
    display: flex;
    align-items: center;
	padding: 5px 10px;
    border-radius: 30px;
}
.footersubscribeform .es-form-field-container .es-email{
	border: none;
}
.footersubscribeform .es-form-field-container .gjs-row{
	margin-bottom: 0 !important;
}
.footersubscribeform .es-form-field-container input[name="submit"] {
	border: none;
    background: #04ABF2;
    border-radius: 30px;
    color: #fff;
}
.custag{
	font-family: "Filson Soft", Sans-serif;
}
.custag2{
	font-family: "Filson Soft", Sans-serif;
	font-size:48px !important;line-height: 48px !important;
	margin-top:20px;
}
@media only screen and (max-width: 600px) {
	.custag2{
		font-size: 20px !important;
		line-height: 21px !important;
		margin-top: 10px;
	}
	.custag{
		line-height: 25px !important;
	}
}
.custagcolor{
	color:#04ABF2;
}
.desktopmenu{
 	margin-bottom: 0px !important;
}
.contactformpage label{
	width: 100%;
    font-family: 'Filson Soft';
}
.contactformpage input,.contactformpage textarea,.contactformpage select{
	margin-top: 5px;border: 1px solid #ccc !important;
}
.contactformpage textarea{
	height: 120px;
}
.contactformpage select{
	margin-top: 5px;
}
.contactformpage .wpcf7-submit,.contactformpage .wpcf7-submit:hover,.contactformpage .wpcf7-submit:focus{
	font-family: "Filson Soft", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #04ABF2;
    border-radius: 10px 10px 10px 10px;
    padding: 7px 27px 7px 27px;
    color: #fff;
	border: none !important;
}
.row{
	display: flex;
}
.row .col-md-6{
	padding: 0px 5px;width:50%;
}
.row .col-md-12{
	padding: 0px 5px;width:100%;
}
.headerassbtn .elementor-button-text{
    color: #fff;
    background-color: #04abf2;

    &::after {
        display: inline-block;
        padding-left: 8px;
        content: "\0279E"; // arrow right unicode
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    &:hover {
        color: #fff;
        background-color: #04abf2;

        &::after {
            -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
        }
    }
}
.hovereff:hover{
	color:#000 !important;
}
