/*!
Theme Name:   Icelander Child
Template:     icelander
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design & Oleg Sokolov
Author URI:   https://www.webmandesign.eu/
Version:      1.0.1
Description:  Customizations for this projects.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Corrections for the 2FA page */
#post-4499 div.entry-content-inner > p {
    display: none;
}

/* Fix ? */

form.em-booking-form {
    display: flex;
    flex-direction: column;
}

section.em-booking-form-section-tickets {
    order: 2;
}

section.em-booking-form-section-details {
    oreder: 1;
}

section.em-booking-form-section-confirm {
    order: 3;
}

#intro-container #text-13 {
	margin: auto;
	width: 100%;
	flex: none;
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
#intro-container #text-13 h2 {
	margin-bottom: 0;
	font-size: 30px;
}
@media all and (max-width: 768px) {
	
	#intro-container #text-13 {
		max-width: 80%;
	}
}