/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://eazyvacations.personalconciergeteam.com/eazyWP/wp-content/themes/twentynineteenChild/
 Description:  TwentyNineteen Child Theme
 Author:       Casablanca Express
 Author URI:   https://eazyvacations.personalconciergeteam.com
 Template:     twentynineteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentynineteen-child
*/

@import url("../twentynineteen/style.css");
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

/* Theme customization starts here
-------------------------------------------------------------- */

/* Global Styling */
h2::before {
	display: none;
}

/* navigation */

/* general styling */
.contact {
	text-align: center;
	font-family: 'Merriweather', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin: 35px auto;
}

.contact .phone {
	font-size: 2em;
	line-height: 1em;
}

.contact p {
	line-height: 1.7em;
	word-break: break-all;
	margin: 0 auto;
}


/* homepage */


/* footer */
#colophon {
	background: #F3F5FA;
	margin-top: 0;
	padding-bottom: 50px;
}

#colophon .widget-area {

}

footer .site-info {
	display: none;
}

/*lower tablet and phone resolutions*/

@media screen and (max-width: 1200px) {
	.page-id-2 #content .elementor .elementor-section:nth-child(3) {
		font-size: .8em;
		padding: 50px;
	}
}

@media screen and (max-width: 960px) {
	
	.elementor-widget-container {
		font-size: .8em;
	}
	
	.gallery .gallery-item {
		max-width: 30%!important;
	}
	
	.page-id-2 #content .elementor .elementor-section:nth-child(3), .page-id-2 #content .elementor-section:nth-child(5), .page-id-2 #content .elementor-section:nth-child(7) {
		font-size: .9em;
	}
	
}

@media screen and (max-width: 760px) {
	
	.gallery .gallery-item {
		max-width: 50%!important;
	}
	
}

@media screen and (max-width: 500px) {
	.contact {
		font-size: 1.1em;
	}
	
	.page-id-2 #content .elementor .elementor-section:nth-child(3) {
		font-size: .75em;
		padding: 15px;
	}
	
	.page-id-2 #content .elementor .elementor-section:nth-child(2) .elementor-widget-wrap, .page-id-2 #content .elementor .elementor-section:nth-child(9) .elementor-widget-wrap {
		padding: 0;
	}
}

