/*
 Theme Name:   LetsTravel child
 Theme URI:    http://demo.themeton.com/letstravel
 Description:  letstravel Child Theme
 Author:       ThemeTon
 Author URI:   http://themeton.com
 Template:     letstravel
 Version:      1.0
*/

@import url("../letstravel/style.css");

/* Theme customization starts here
  -------------------------------------------------------------- */
.nav-menu-icon {
display: none;
}

.logo {
display: block;
}

header {
height: auto;
}

a {
color: white;
text-decoration: underline;
}

.responsivebreak {
display: none;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.responsivebreak {
		display: block;
}
}
