/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*book now button at the primary  nav bar*/
.main-navigation .main-nav ul {
	padding: 0;
}
.main-navigation .main-nav ul li.menu-item:last-child a {
	background: #5b5b5b;
    border: 1px solid #5b5b5b;
	/*border-radius: 5px;
	box-shadow: 0 7px 5px -5px #333;*/
	padding: 28px 10px;
	line-height: 60px;
    /* other CSS for your button */
}
.nav-float-right #site-navigation {
        margin-left: 0;
}
.main-navigation {
	width: 100%;
}
#primary-menu {
	width: 100%;
}
#menu-item-1628-sub-menu li.menu-item:last-child a {
	background: transparent;
    border: 0;
	/*border-radius: 5px;
	box-shadow: 0 7px 5px -5px #333;*/
	padding: 10px;
	margin-left: 10px;
	line-height: normal;
    /* other CSS for your button */
}
.main-navigation li:nth-last-child(2){
	margin-left: auto;
}
.main-navigation li:first-child{
	margin-left: auto;
}
.inside-header {
	padding: 0;
}
.box-shadowed {
	box-shadow: 0 7px 5px -5px #333;
}
.text-shadowed{
	text-shadow: none; /*2px 2px 1px #555;*/
}
.text-shadowed-long{
	text-shadow: none; /*x 6px 3px #333;*/
}
.text-shadowed-light{
	text-shadow: none; /*x 2px 1px #ddd;*/
}
.subheading {
	color: #3c3c3c;
}
.makecyan {
	color: #008080;
}
div.gb-container-bb15b118 > div.n2-section-smartslider {/*smart slider of testimonials on the homepage*/
	padding: 20px;
	background-color: #708090;
	border-radius: 5px;
}
@font-face {
    font-family: 'Helvetica Now Display bold';
    src: url('fonts/helveticanowdisplay-bold-webfont.woff') format('woff'),
         url('fonts/helveticanowdisplay-bold-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'Futura';
    src: url('fonts/futura_std_medium-webfont.woff') format('woff'),
         url('fonts/futura_std_medium-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'Futura Condensed';
    src: url('fonts/futura_condensed-webfont.woff') format('woff'),
         url('fonts/futura_condensed-webfont.woff2') format('woff2');
}


/*
@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);

        display: block;
        width: 0;
        height: 5px;

        background-color: currentColor;
        transition: 0.5s width ease;
    }

    .main-navigation .menu > .menu-item.current-menu-ancestor > a::after,
    .main-navigation .menu > .menu-item > a:hover::after {
        width: 80%;
    }
    .main-navigation li:first-child .menu > .menu-item > a:hover::after {
        width: 0%;
}
*/
.topbar-icons {
	padding: 5px 5px 0 5px;
}
.topbar-icons a.gb-button {
	font-size: 10px;
}
.topbar-icons a.gb-button:hover {
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
	.main-navigation .main-nav ul li a {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
    /* CSS in here for mobile screens only */
	h1.wp-block-heading.has-x-large-font-size {
		font-size: 27px !important;
	}
	h3.wp-block-heading.subheading.has-medium-font-size {
		font-size: 18px !important;
		font-family: Futura;
	}
	body h1 {
		font-size: 27px;
	}
	body h2 {
		font-size: 20px;
	}
	body h3 {
		font-size: 15px;
	}
	.page h2.gb-headline {
		font-size: 20px;
	}
	.page h3.gb-headline {
		font-size: 15px;
	}
	body.hotel_roomtypes-template-default h2 {
		font-size: 20px;
	}
	body.hotel_roomtypes-template-default h1 {
		font-size: 27px !important;
	}
	div.gb-container-f3e81f31 {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	div.gb-container-42c3c3f4 {
		padding-top: 250px;
	}
	/*div.gb-container-433d8310 {
		padding-bottom: 150px;
	}*/
	div.gb-container-433d8310 > div.gb-container > div.gb-container-dc7a2de3 {
		padding-top: 0;
	}
	div.gb-container-10a597ad {
		padding-top: 0;
		padding-bottom: 40px;
	}
	div.gb-container-10a597ad>div.gb-container>div.gb-container-7b858665 {
		padding-top: 0;
	}
	div.gb-container-9dba9e7d {
		padding-top: 40px;
	}
	div.gb-container-7153e4d9>div.gb-container{
		width: 100%;
	}
	.main-navigation .main-nav ul li.menu-item:last-child a {
		padding: 20px;
		line-height: normal;
    /* other CSS for your button */
	}
	li.lastchild > a {
		background: none !important;
		border: 0 !important;
	}
    .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] li.menu-item:last-child a {
		background: none !important;
		border: 0 !important;
	}
}