/*
Theme Name:     Eikos Genesis child theme 3.0
Description:    This is a child theme of Genesis
Author:         Golin Web Design
Template:       genesis

(optional values you can add: Theme URI, Author URI, Version)
*/

/* @import url("../genesis/style.css");  Use code below for genesis 3.x */
@import url("style-genesis-sample-3-2.css");


/* ## Headings and Fonts
--------------------------------------------- */

/* colors */
/**** colors ****/
:root {
--green: #397E5C;
--gray: #707070;
--cream: #fbf8f3;
--blue:#4F7BC1;
--light_blue: #e9f1f2;
--light_gray: #eff3fa;
--menu_hover:#d0d595;
--green_hover:#539876;
--font_pf:"Playfair Display", serif;
--font_ptn:"PT Sans Narrow", sans-serif;
--font_pt:"PT Sans", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font_ptn);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 15px;
	color:var(--green);
}

h1, h1.entry-title {
	font-family: var(--font_pf);
	font-size: 34px;
	font-weight: normal;
	margin-bottom:35px;
	color:#fff;
}

h2, h2.entry-title  {
	font-size: 25px;
	font-family:var(--font_ptn);
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}
body > div {
    font-family: var(--font_pf);
	font-size: 18px;
	font-weight: normal;
    color:var(--gray);
    line-height:1.5em;
}
p {
	margin-bottom:1.2em;
    font-family:var(--font_pf);
	font-size: 18px;
	line-height:1.5em;
	font-weight: normal;
    color:var(--gray);
}
.content ul li {
    margin-bottom:10px;
}
.content ul {
    padding-left:25px;
}
a, a:visited, .entry-title a, a:hover {
	color:#5caccd;
}
a, a:visited, .entry-title a {
	text-decoration: none;
	transition:none;
	/* -webkit-tap-highlight-color: transparent; use this if you don't want a tap color feedback */
}
a:hover, .entry-title a:hover {
	text-decoration:underline;
}
a:active {
    outline:none;
	/*-moz-outline-style: none; not sure if I need this too  */
}

/* image captions */
.wp-caption-text {
	font-weight: normal;
	font-size: 13px;
}
/* remove space between content and footer widgets */
.content .page {
    margin-bottom:0 !important;
}

/********** Page Layout **********/

/* set site width, header width and nav width*/
.content-sidebar-wrap, .site-header .wrap, .nav-primary .wrap, .site-inner {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto; 
}
/********* header settings *************/
.site-header {
    	box-shadow:none;
    	background-color:var(--green);
    	position:relative;
}
.site-header .wrap {
	margin-top:10px;
	margin-bottom:10px;
}
.title-area p, .title-area h1 {
	display:none;
}
.title-area {
    float:none;
    padding-top:10px;
    padding-bottom:10px;
}
/* set dimensions of logo */
.logo {
	max-width:250px;
	height: auto;
	}
/* reduce space bewteen content and footer */
.page .entry {
	margin-bottom:20px;
}
.content {
	float: none;
	width: 100%;
	}

/********** navigation ****************/	
.nav-primary {
    margin-top:-30px;
}
/* move main menu to right of logo */
.nav-primary .genesis-nav-menu {
   width:600px;
   font-family: var(--font_pt), serif;
   font-weight: normal;
  
}
.nav-primary .menu-item {
    float:left;
}
/* remove sub-menu arrow indicator */
.nav-primary .sf-sub-indicator {
    display:none;
}
.nav-primary .genesis-nav-menu a {
	 padding:15px;
}
.genesis-nav-menu li a {
	 color:#fff;
	 text-decoration: none;
	 font-size:17px;
}
.genesis-nav-menu li a:hover {
	 color:var(--menu_hover) !important;
	 text-decoration: none;
}

/* submenu width */
.genesis-nav-menu ul.sub-menu {
	position:absolute !important;
	width:180px;
	background-color:var(--green);
	border:none;
	padding-top:0px;
	padding-bottom:-px;
}

.genesis-nav-menu ul.sub-menu li a {
	font-size: 15px !important;
	padding-top:10px !important;
	font-family:var(--font_pt), serif;
	color:#fff;
	border:none;
	background-color:rgba(250, 250, 250, .2);
	}
	
/* color of current menu item */
.genesis-nav-menu .current-menu-item a, .genesis-nav-menu .sub-menu .current-menu-item a, .genesis-nav-menu .current-menu-parent a {
	color:var(--menu_hover);
}
.genesis-nav-menu li:not(.current-menu-item):not(.current-menu-parent) a {
	color:#fff;
}
.genesis-nav-menu .sub-menu li:not(.current-menu-item) a {
	color:#fff;
}


/********** homepage ***********/
/* don't display page title */
.home h2.entry-title {
	display:none;
}
.home .site-inner {
    padding-top:0;
}
/* for screen sizes wider than 1800px */
.home-top-section {
    background-image:url("/wp-content/uploads/HomeImageTop.jpg");
    background-size:55%;
    background-repeat:no-repeat;
    background-position:left;
    margin-bottom:50px;
    height:400px;
    background-color:#f8f3ef;
}
.home-topimage-row {
    position:absolute !important;
    z-index:-10;
    top:0;
    left:0 !important;
}
.home-topimage-row .vc_column-inner {
    padding-top:0 !important;
}
.home-top-tagline {
    width:280px;
    float:right;
    margin-right:8%;
    padding-top:50px;
}

.home-top-tagline p {
    font-size:40px;
    line-height:50px;
    color:var(--green);
    font-family:"Playfair Display", serif;
}
.home-top-tagline h2 {
    line-height:35px;
    line-height:50px;
    color:var(--gray);
    font-weight:bold;
    margin-bottom:10px;
}
.home-top-mobile {
    display:none;
    margin-bottom:0 !important;
}

.home-intro-line2 p {
    color:var(--gray);
    font-family: "Playfair Display", serif;
    font-size:25px;
    line-height:38px;
}
.home-whatweoffer h2 {
    font-family:var(--font_pf);
    font-size:40px;
    font-weight:400;
}
.home-features {
    padding-left:3%;
    padding-right:3%;
    flex-wrap:nowrap !important;
}
.home-features-col1 {
    background-color:var(--light_gray);
    margin-right: 10px;
    margin-left:10px;
}
.home-features-col2 {
    background-color:var(--light_blue);
    margin-right: 10px;
    margin-left:10px;
}
.home-features-col3 {
    background-color:var(--cream);
    margin-right: 10px;
    margin-left:10px;
}
.home-features h3 {
    font-family:var(--font_ptn);
    color:var(--gray);
    font-weight:700;
    font-size:25px;
    line-height:30px;
}
.home-features-heading {
    height:70px;
    margin-bottom:15px !important;
}
.home-features p {
    font-size:19px;
    line-height:29px;
}
.home-features-description {
    font-family:var(--font_pt);
}
/* line up findmore buttons at bottom */
.home-features-col1 .wpb_wrapper,
.home-features-col2 .wpb_wrapper,
.home-features-col3 .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.findmore-button {
    align-self:flex-end;
    margin-bottom:20px !important;
}
/* for screen sizes wider than 1800px */
.home-bottom-section {
    margin-top:60px;
    background-image:url("/wp-content/uploads/Eikos_BottomHome-2.jpg");
    background-size:55%;
    background-repeat:no-repeat;
    background-position:right;
    height:350px;
    background-color:#f8f3ef;
}
.home-bottom-text {
    width:500px;
    padding-top:3%;
}
.home-bottom-text p {
    font-size:25px;
    line-height:42px;
}
.home-bottom-mobile {
    display:none;
}
/***** buttons *******/
.green-button a {
    color:#fff;
    text-transform:uppercase;
    font-family: "PT SANS Narrow", sans-serif;
    font-weight:bold;
    font-size:16px;
    background-color:var(--green);
    padding:10px 20px 10px 20px;
}
.green-button a:hover {
    background-color:var(--green_hover);
    text-decoration:none;
}
.green-button-large a {
    color:#fff;
    text-transform:uppercase;
    font-family: "PT SANS Narrow", sans-serif;
    font-weight:bold;
    font-size:20px;
    background-color:transparent;
}
.green-button-large a:hover, .green-button-large p:hover {
    background-color:var(--green_hover);
    text-decoration:none;
}
.green-button-large p {
    width:170px;
    background-color:var(--green);
    padding:15px;
    margin-top:-25px;
}
.findmore-button {
}
.findmore-button a {
    color:var(--green);
    text-transform:uppercase;
    font-family: "PT SANS Narrow", sans-serif;
    font-weight:bold;
    font-size:19px;
    border-color:var(--green);
    border:solid 2px;
    padding:10px 20px 10px 20px;
    border-radius:25px;
}
.findmore-button a:hover {
    background-color:var(--green);
    color:#fff;
    text-decoration:none;
}
/***** secondary pages *********/
/* limit content area to 1000px */
body:not(.home) .content {
	max-width: 950px !important;
	margin-left:0;
	margin-bottom:30px;
}
.intro-text p {
    font-size:25px;
    line-height:38px;
}
/* don't display page headers */
h1.entry-title {
	display:none;
	}
	
/*** sub-page banners */
.banner-background {
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
    max-height:450px;
    height:48vw;
	}
.bannercontainer {
	margin-left:auto;
	margin-right:auto;
	max-width:1400px;
	}
.subpage-title {
	display:flex;
	align-items:center;
	max-height:450px;
    height:46vw;
    margin-left:10px;
    max-width:900px;
	}
.subpage-title h1 {
	font-size:80px;
	color:#fff;
	display:inline;
}
/***** team page*****/
.page-id-128 p {
    font-size:16px;
    line-height:26px;
}
.page-id-128 .vc_column_container:nth-child(odd) {
    padding-right:25px;
}
.page-id-128 .vc_column_container:nth-child(even) {
    padding-left:25px;
}

/***** Accomodations page *****/
/**** Contact Page ***/
.contact-image img {
    max-width:350px !important;
}
/**** testimonials page *****/
.page-id-20 h2 {
    margin-bottom:5px;
}
/*** posts ****/
/* size headers on archive pages */
body.archive h2.entry-title a, body.archive h2.entry-title {
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	}
a.moretag, a:visited.moretag, a:hover.moretag {
}
/* hide "continue reading because we added readmore */
.post .post-more {
	display:none;
}
/* hide comments on custom post types */
#comments {
	display:none;
}
/**** cutsom post loop pagination *****/
/*** make pagination lineup horizontally **/
.pagination li {
	float:left;
	margin-left:5px;
}
/* set page nav color */
.pagination li a {
	color:#13acd3;
    background-color:#fff;
}
 
/* set achive page nav color */
.pagination li.active a, .pagination li a:hover {
	color:#0b6981; 
    background-color:#fff;
}
/* add flexbox to center pagination */
.pagination {
	padding-bottom:50px;
	display:flex;
	justify-content: center;
}
/******* footer ************/
/********** basic footer setting *********/
/* remove genesis gototop */
.site-footer .gototop {
	display:none;
}
.site-footer {
    border-top:0px;
    padding-top:0;
}
.footer-left {
    float:left;
}
.footer-right {
    float:right;
}
.footer-widgets .wrap, .site-footer .wrap {
	padding-top:25px;
	padding-bottom:25px;
	max-width: 1400px;
	margin-left:auto;
	margin-right:auto;
}
.footer-widgets {
	/* set background color and add paint splash images */
	background-color:var(--green);
	padding:0;
}

/* 2 Footer widgets */
.footer-widgets-1 {
	width:50%;
	float:left;
}
.footer-widgets-2 {
	width:50%;
	float:left;
}

/* style fonts */
.footer-widgets p {
    font-family:var(--font_pt);
	color:#fff;
	font-size:18px;
	line-height:26px;
	font-weight:600;
}
.footer-widgets-2 p {
    margin-right:19px;
    text-align:right;
}
.footer-widgets-2 .widget {
    margin-bottom:0;
}
.footer-widgets-2 img {
    width:160px;
    margin-top:-15px;
}

@media only screen and (max-width:1800px) {
    .home-top-section {
        background-position:bottom left;
        max-height:580px;
        height:48vw;
        background-image:url("/wp-content/uploads/HomeImageTop-2.png");
        background-size:100%;
    }
    .home-bottom-section {
        max-height:520px;
        height:36vw;
        background-position:top right;
        background-image:url("/wp-content/uploads/Eikos_BottomHome.jpg");
        background-size:100%;
    }
    .home-bottom-text {
        padding-top:12%;
        width:500px;
    }
    .home-intro-heading {
        margin-top:-8%;
    }
    .home-top-tagline {
        margin-right:5%;
        margin-top:4%;
    }
    /* adjust subpage banner and title and content positions */
    body:not(.home) .content {
        margin-top:-8%;
    }
    .banner-background {
	    background-position:bottom left;
        max-height:580px;
        height:48vw;
	}
	
} /* 2000 */

@media only screen and (max-width:1430px) {
    .subpage-title {
        margin-left:25px;
    }
}
@media only screen and (max-width:1400px) {
    .home-top-section {
        background-position:top left;
        background-repeat:no-repeat;
        margin-bottom:50px;
        height:47.8vw;
        max-height:680px;
        background-color:#fff;
    }
    .home-top-tagline {
        padding-top:5vw;
        float:left;
        margin-left:67%;
    }
    .home-intro-heading {
        margin-top:-80px;
    }
    .site-header {
        padding-left:4%;
        padding-right:4%;
    }
    .subpage-title {
        margin-left:4%;
        margin-right:4%;
    }
    .site-inner {
        padding-left:4%;
        padding-right:4%;
    }
 
}/* 1400 */
@media only screen and (max-width:1300px) {
    .home-bottom-section {
        background-image:url("/wp-content/uploads/Eikos_BottomHome_3.jpg");
    }
} /* 1300 */
@media only screen and (max-width:1200px) {

    .home-bottom-text p {
        font-size:20px;
        line-height:33px;
    }
    .home-bottom-text {
        width:425px;
        padding-top:11%;
    }
} /* 1150 */
@media only screen and (max-width:1050px) {
    .home-top-tagline p {
        font-size:3.5vw;
        line-height:4.8vw;
    }
    .home-top-tagline h2 {
        font-size:20px;
        line-height:30px;
    }
    .home-top-tagline {
        width:250px;
    }
    body:not(.home) .content {
        max-width:95% !important;
    }
	
} /*1050 */
@media only screen and (max-width:965px) {
	/* switch to mobile menu */
	.nav-primary {
		display:none;
	}

	/* style slideout menu */
	#rmp_menu_trigger-37 {
		top:25px !important;
		right:50px !important;
		background-color:transparent !important;
		position:absolute !important;
		}
	#rmp-container-37 {
	    position:absolute !important;
	    background-color:transparent !important;
	}
	.rmp-menu-wrap {
		padding-top:0px !important;
		padding-bottom:0px !important;
		padding-right:0px !important;
		background-color:var(--green) !important;
		margin-top:24px;
		}
	#rmp-menu-37 {
	    background-color:rgba(250,250,250,.2) !important;
	    padding-top:10px !important;
	    padding-bottom:10px !important;
	}
	.rmp-menu li, .rmp-menu li a {
	    background-color:transparent !important;
	}
	/* button */
	#rmp_menu_trigger-37:hover .responsive-menu-pro-inner, #rmp_menu_trigger-37:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-37:hover .responsive-menu-pro-inner::after {
	    background-color:#fff !important;
	}
	.responsive-menu-pro-inner {
	    width:50px !important;
	    background-color:#fff !important;
	}
	.responsive-menu-pro-inner::before {
        margin-top:3px;
        width:50px !important;
	}
	.responsive-menu-pro-inner::after {
        margin-bottom:3px;
        width:50px !important;
	}
	.rmp-menu-trigger-boring.is-active 	.responsive-menu-pro-inner::after {
	    margin-bottom:0;
	    width:31px !important;
	}
	.rmp-menu-trigger-boring.is-active 	.responsive-menu-pro-inner::before {
	    margin-top:0;
	}
	.rmp-menu-trigger-boring.is-active 	.responsive-menu-pro-inner {
	    width:31px !important;
	}
	/*
	li.responsive-menu-item .responsive-menu-item-link, li.responsive-menu-item  .responsive-menu-item-link:hover {
		border:0px !important;
		outline:0px !important;
		}
	*/
    .rmp-menu-subarrow {
        display:none !important;
    }
    
    .rmp-menu a {
        color:#fff !important;
        font-size:17px !important;
        font-family:var(--font_pt) !important;
    }
    .rmp-menu a:hover {
        color:var(--menu_hover) !important;
    }
    
    .rmp-menu .rmp-menu-current-item .rmp-menu-item-link {
        color:var(--menu_hover) !important;
    }
    .rmp-menu .rmp-menu-current-item .rmp-submenu .rmp-menu-item-link {
        color:#fff !important;
    }
     .rmp-menu .rmp-menu-current-item .rmp-submenu .rmp-menu-item-link:hover {
        color:var(--menu_hover) !important;
    }
    
    .rmp-submenu li a {
         font-size:15px !important;
         text-transform:none;
         line-height:30px !important;
         height:30px !important;
         color:#fff !important;
    }
     .rmp-submenu  li a:hover {
            color:var(--menu_hover) !important;
    }

    /* adjust into on homepage */
    .home-intro-heading {
        margin-top:-6%;
    }
    .home-features {
        flex-wrap:wrap !important;
    }
    .home-features-col1,   
    .home-features-col2,  
    .home-features-col3 {
        width:100% !important;
        margin-bottom:20px;
    }
    .home-features-heading {
        height:auto;
    }
    /* switch home bottom image to mobile image */
    .home-bottom-section {
        background-image:none;
        height:auto;
        margin-top:0;
    }
    .home-bottom-text {
        width:100%;
        max-width:750px;
        padding-top:30px;
    }
    .home-bottom-mobile {
        display:block;
        margin-bottom:0 !important;
    }
    .home-bottom-mobile img, 
    .home-bottom-mobile figure, 
    .home-bottom-mobile .vc_single_image-wrapper {
        width:100%;
    }
    .home-top-tagline {
        width:220px;
    }

		
} /* 965 */
@media only screen and (max-width:800px) {
     .home-intro-text .wpb_column {
        width:100%;
    }
    .home-intro-text .green-button {
        margin-bottom:60px;
        margin-top:10px;
    }
    .home-intro-text .green-button p {
        text-align:left !important;
    }
} /* 800 */
@media only screen and (max-width:767px) {
    .subpage-title h1 {
        font-size:50px;
    }
    .intro-text p {
        font-size:22px;
        line-height:35px;
    }
    /* remove column padding on team page */
    .page-id-128 .vc_column_container:nth-child(odd) {
        padding-right:0;
    }
    .page-id-128 .vc_column_container:nth-child(even) {
        padding-left:0;
    }
    .home-top-tagline {
        width:180px;
    }
    /* flip order of photo and text on accomodations page */
    .englewood-ave-row {
        display:flex;
        flex-wrap:wrap;
    }
    .englewood-ave-row .wpb_column:first-child {
        order:2;
        width:100%;
    }
    .englewood-ave-row .wpb_column:nth-child(2) {
        order:1;
        width:100%;
    }
    .englewood-ave-row .blankcolumn {
        display:none;
    }
	
}/* 767 */
@media only screen and (max-width:660px) {
    .home-top-section {
        background-position:top left;
        background-repeat:no-repeat;
        height:auto;
        padding-bottom:0px;
        max-height:auto;
        background-image:none;
        background-color:var(--cream);
    }
    .home-top-tagline {
        padding-top:10px;
        margin-left:3%;
        width:500px;
        margin-bottom:40px;
    }
    .home-top-tagline p {
        font-size:27px;
        line-height:35px;
    }
    .home-top-mobile {
        display:block;
        margin-bottom:0 !important;
    }
    .home-top-section .vc_column-inner {
        padding:0 !important;
    }
    .home-intro-heading {
        margin-top:0;
    }
    .home-intro-line2 p {
        font-size:20px;
        line-height:35px;
    }
    body:not(.home) .content {
        max-width:100% !important;
    }
} /* 660 */
@media only screen and (max-width:550px) {
    
    .subpage-title h1 {
        font-size:40px;
    }
    .footer-widgets-1,
    .footer-widgets-2 {
	     width:100%;
    }
    .footer-widgets-2 p {
        text-align:left;
        margin-left:17px;
    }
    .footer-widgets-2 .wp-block-image {
        float:left !important;
        margin-top:20px;
    }
    .footer-widgets-2 figure {
        margin-left:0 !important;
    }
    .footer-right {
        width:100%;
        float:left;
        text-align:left;
        margin-top:5px;
    }
    
} /* 550 */

@media only screen and (max-width:375px) {
    .subpage-title h1 {
        font-size:30px;
    }
    .logo {
        max-width:50%;
    }
    .home-top-tagline p {
        font-size:20px;
        line-height:30px;
    }
    
	
} /* 350 */