/*
Theme Name: Ayro Child
Theme URI: http://ayro.select-themes.com
Description: A child theme of Ayro
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: ayro
Template: ayro
*/

.qodef-search-opener {
	display: none !important;
}

footer .qodef-footer-top-holder {
    background-color: #f9f9f9 !important;
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a,
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
	height: 35px !important;
}

.owl-carousel .owl-item {
	text-align: center;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    width: auto !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-height: 100%;
    height: 100%;
    margin: 0 auto;
}

.qodef-carousel-holder .qodef-carousel-item-holder .qodef-carousel-second-image-holder {
	right: 0;
}

.owl-carousel .owl-nav .qodef-next-icon, .owl-carousel .owl-nav .qodef-prev-icon {
	background-color: transparent !important;
}

footer div.wpforms-container-full .wpforms-form button[type="submit"],
#wpforms-form-5699 button[type="submit"] {
 	display: inline-block;
    position: relative;
    outline: 0;
    font-family: Catamaran,sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 39px;
    font-size: 14px;
    line-height: 55px;
    letter-spacing: .5px;
    border-radius: 100px;
    -webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -moz-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 	color: rgb(255, 255, 255);
    background-color: rgb(15, 92, 148);
    border: 2px solid rgb(15, 92, 148);
    font-size: 16px;
}

footer div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
#wpforms-form-5699 button[type="submit"]:hover {
	color: rgb(252, 216, 4);
	background-color: rgb(37, 168, 224);
	border-color: rgb(37, 168, 224);
    border-width: 2px;
}