/*
Theme Name: Hotel Xenia Child
Theme URI: http://plethorathemes.com/avoir/
Description: Child theme for Avor (Plethora Themes)
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, translation-ready
Template: hotel-xenia
*/
/* DO YOUR STUFF AFTER THIS !!  */

/*Recaptcha Badge */
.grecaptcha-badge {
    bottom: 52px !important;
    z-index: 4000;
}

/*Return to Top*/
a#return-to-top {
    bottom: 135px;
}

/*Contact Form*/
.row .half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
}
.row .half .col-sm-12 {
    width: 100%;
}
.wpcf7 .row {
    display: flex;
    flex-direction: column;
}
.row .half .col-sm-6 {
    width: 100%;
}
@media only screen and (max-width: 989px) {
	.row .half {
			grid-template-columns: repeat(1, 1fr);
	}
  }