/* 
*  break out of page content width 
*  add new page classes here
*/
body.page-id-8880.responsive.layout-full #page-wrapper #main, body.page-id-8861.responsive.layout-full #page-wrapper #main, body.page-id-8852.responsive.layout-full #page-wrapper #main, body.page-id-8141.responsive.layout-full #page-wrapper #main, body.page-id-8493.responsive.layout-full #page-wrapper #main, body.page-id-8514.responsive.layout-full #page-wrapper #main, body.page-id-8604.responsive.layout-full #page-wrapper #main {
    padding: 0px;
}
body.page-id-8880.responsive.layout-full #page-wrapper #main .full-container,  body.page-id-8861.responsive.layout-full #page-wrapper #main .full-container, body.page-id-8852.responsive.layout-full #page-wrapper #main .full-container, body.page-id-8141.responsive.layout-full #page-wrapper #main .full-container, body.page-id-8493.responsive.layout-full #page-wrapper #main .full-container, body.page-id-8514.responsive.layout-full #page-wrapper #main .full-container, body.page-id-8604.responsive.layout-full #page-wrapper #main .full-container {
    max-width: 1440px;
}
/* page title */
#edm-hero {
    margin:0px calc(50% - 50vw) !important;
    padding: 0 !important;
}
.edm-subtitle {
    font-size : 24px !important;
}
.entry-content h1.edm-pagetitle, .entry-content h2.edm-subtitle {
    margin-left: 30px !important;
    margin-right: 30px !important;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
#edm-explore {
    border-radius : 0px 0px 50px 0px;
}
#edm-more-rooms {
    display: flex;
    align-items: center;
    border-radius : 0px 0px 0px 50px;
}
#page-wrapper #edm-more-rooms h2 {
    font-family: "Quattrocento Sans";
}
/* EDM theme area styles */
#edm-themes .sow-features-feature {
    margin-bottom: 20px;
}
#edm-themes .sow-icon-container {
    display: none;
}
#edm-themes h4 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
#edm-themes p {
   margin-top: 5px;
}
.theme-icon {
    width: 48px;
    margin-right: 8px;
}
/* lightbox styles*/
#cvpboxContent {
    margin: 0;
}
.pt-cv-lightbox .fa-search {
    display: block;
    margin-bottom: 20px;
}
.pt-cv-lightbox-dialog #cvpboxLoadedContent {
    background-color: rgba( 0, 0, 0, 0.8 );
    padding: 0;
}
#cvpboxClose, #cvpboxCurrent, #cvpboxPrevious, #cvpboxNext {
    display: none !important;
}
#cvpboxLoadedContent { 
    border: 0; 
}
.pt-cv-lightbox .fa {
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    #cvpcolorbox, #cvpboxWrapper, #cvpboxContent, #cvpboxLoadedContent { 
        top: 0px !important;
        left: 0px !important;
        width: 100vw !important;
        height: 100vh !important;
    }
}
/* filter bar */
pt-cv-wrapper {
    display: flex;
    flex-direction: column;
}
.pt-cv-filter-bar {
    width: 100%;
    box-sizing: border-box;
    background-color: #005590;
    padding: 10px 20px 0px 20px;
}
.btn-group.pt-cv-filter-bar {
    padding-bottom: 10px;
}
.pt-cv-filter-bar:first-of-type {
    display: none;
}
.btn-group .btn.pt-cv-filter-option  {
    margin-bottom: 0;
    float: none !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px !important;
    border-color: transparent !important;
}
.btn-group .btn.pt-cv-filter-option.active, .pt-cv-wrapper .btn.pt-cv-filter-option:focus, .pt-cv-wrapper .btn.pt-cv-filter-option:hover {
    border: 1px solid #ffffff !important;
}    
/* room item styles */
#edm-web-tour {
    display: flex; 
    align-items: center;
    height: 100vh;
}
#edm-web-tour #main {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0;
    background-color: transparent;
}
#edm-web-tour #main .item {
    display: flex;
    width: 100%;
}
#edm-web-tour #main .item.odd {
    flex-direction: row-reverse;
}
#edm-web-tour .sr-only {
    position: absolute;
    left: -10000px;
}
#edm-web-tour .left-col {
    max-width: 70%;
    background-color: #e2e1e0;
    flex: 0 0 auto;
}
#edm-web-tour .item.first .left-col {
    align-items: flex-start;
}
#edm-web-tour #featured-image {
    display: block;
    max-width: 100%;
    height: auto !important;
}
#edm-web-tour .right-col {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    width: 30%;
    background-color: #ffffff;
}
#edm-web-tour .item .right-col {
    flex-direction: row;
}
#edm-web-tour .item.first .right-col {
    flex-direction: column;
    align-items: normal;
}
#edm-web-tour .item .left-col, #edm-web-tour .item .right-col {
    display: flex;
    align-items: center;
    width: 50%;
    background: #fff;
}
#edm-web-tour #entry-title {
    height: 150px;
    display: flex;
    align-items: flex-end;
    padding: 30px 30px 15px 30px;
    background-color: #5393c5 !important;
}
#edm-web-tour #entry-title h1 {
    font-size: 32px;
    font-family: 'Quattrocento Sans';
    font-weight: 600;
    line-height: 1.1;
    color: white;
    text-transform: uppercase;
}
#edm-web-tour .main-content {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 20px 30px 0px 30px;
    overflow-y: auto;
}
#edm-web-tour .item .main-content {
    padding-bottom: 20px;
}
#edm-web-tour .main-content h2 {
    font-size: 24px;
    font-weight: 600;
}
#edm-web-tour .main-content p {
    font-family: 'Quattrocento Sans';
    font-size: 16px;
}
#edm-web-tour .main-content .poem p   {
    font-family: Quicksand, Arial;
}    
#edm-web-tour .main-content p.citation  {
    font-size: 12px;
}
#edm-web-tour #close-modal {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 4px 16px;
    font-size: 20px;
    color: #ffffff;
    border-color: #2c6eaa;
    background-color: #2c6eaa;
    border-radius: 0 0 8px 8px;
}    
/* half width columns */
@media only screen and (max-width: 1279px) {
    #edm-webtour-columns .panel-grid-cell:first-of-type {
        width: 50% !important;
    }
    #edm-webtour-columns .panel-grid-cell:nth-of-type(2) {
        width: calc(50% - 30px) !important;
    }
}
/* full width columns */
@media only screen and (max-width: 979px) {
    #edm-webtour-columns {
        flex-wrap: wrap;
    }
    #edm-webtour-columns .panel-grid-cell:first-of-type {
        width: 100% !important;
    }
    #edm-webtour-columns .panel-grid-cell:nth-of-type(2) {
        width: 100% !important;
    }
    #edm-explore, #room-menu-container {
        border-radius: 0;
    } 
    .theme-icon {
        width: 48px;
        margin-right: 8px;
    }
    #edm-themes .sow-icon-container {
        display: none;
    }
    #edm-themes h4 {
        display: flex;
        align-items: flex-end;
    }
    .pt-cv-lightbox .fa {
        pointer-events: none;
    }
    .entry-content .edm-pagetitle, .entry-content .edm-subtitle {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .btn-group.pt-cv-filter-bar {
        padding-bottom: 10px;
    }
    .btn-group.pt-cv-filter-bar .btn {
        margin-left: 15px;
        margin-right: 0px !important;
        margin-bottom: 0;
        float: none !important;
    }
}
@media only screen and (max-width: 767px) {
    #edm-web-tour {
        background-color: #5393c5;;
    }
    #edm-web-tour #main {
        flex-wrap: wrap-reverse;
    }
    #edm-web-tour .left-col, #edm-web-tour .right-col, #edm-web-tour .story .item .left-col, #edm-web-tour .story .item .right-col {
        width: 100%;
        max-width: 100%;
    }
    #edm-web-tour #main .story {
        display: flex;
        flex-wrap: wrap;
    }
    #edm-web-tour #main .story .item {
      flex-wrap: wrap-reverse;
    }
    #edm-web-tour #entry-title {
        height: auto;
    }
    #edm-web-tour .main-content {
        max-height: none !important;
    }
    #edm-web-tour #close-modal {
        position: fixed;
    }
}

/* room menu styles */
#room-menu-container {
    border-radius: 0 0 0 50px;
}
#room-menu {
    position: relative;
    width: max-content;
    margin: 0 auto;
}
#room-menu li {
    margin-left: 0;
    list-style: none;
}
#room-menu li.focus {
    background: #00bcff;
}
#room-menu > li a {
    display: inline-block;
    margin: 0;
    padding: 13px 6px 13px 6px;
    color: #ffffff;
}
#room-menu > li > a {
    padding: 13px 15px;
}
#room-menu:hover > li > a, #room-menu .current_page_item, #menu-room-menu li:hover {
    background-color: #a02121;
}
#room-menu a, #room-menu a:hover {
    text-decoration: none;
    color: #ffffff;
}
#menu-room-menu {
    display: block;
    position: absolute;
    width: max-content;
    min-width: 160px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    z-index: 3;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    background: #464646;
    top: 54px;
    right: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
} 
#room-menu:hover #menu-room-menu, #room-menu li.focus #menu-room-menu {
    opacity: 1;
    visibility: visible;
}
#menu-room-menu li {
    display: flex;
}
#menu-room-menu li a {
    width: 100%;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    #menu-room-menu {
        right: -57px;
    }
}
/* floorplan */
.evergreens-floorplan-container, .homestead-floorplan-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: auto;
}
#floorplans svg {
    position: absolute;
    transform: rotateX(60deg) rotateZ(65deg);
    transform-style: preserve-3d;
    transform-origin: center center 50px;
    transition: 1s;
    overflow: hidden;
    width: 250px;
    perspective: 5000px;
}
#floorplans #evergreens-floor2, #floorplans #homestead-floor2 {
    transform: rotateX(60deg) rotateZ(65deg) translateZ(175px);
}
#floorplans #evergreens-floor1 #parlor-icon {
    transform-origin: 70px 350px;
}
#evergreens-floor1 #library-icon {
    transform-origin: 290px 470px;
}
#evergreens-floor1 #diningroom-icon {
    transform-origin: 96px 220px;
}
#floorplans #evergreens-floor1 #kitchen-icon {
    transform-origin: 90px 80px;
}
#evergreens-floor2 #nursery-icon {
    transform-origin: 78px 220px;
}
#floorplans #homestead-floor1 #homestead-parlor-icon {
transform-origin: 70px 410px;
}
#floorplans #homestead-floor1 #homestead-library-icon {
    transform-origin: 265px 485px;
}
#floorplans #homestead-floor1 #homestead-conservatory-icon {
transform-origin: 400px 450px;
}
#floorplans #homestead-floor2 #roseicon {
    transform-origin: 70px 470px;
}
#floorplans .room {
    cursor: pointer;
    transition: 0.3s;
}
#floorplans .active.room {
    cursor: pointer;
}
#floorplans .icon {
    cursor: pointer;
    transition: 0.3s;
}
.room-label {
    height: 40px;
    margin-top: 10px;
    font-family: "Lustria";
    font-size: 24px;
}
.floorplans-label {
    display: none;
    text-align: center;
    color: #000000
}
#floorplan-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
#floorplan-buttons .btn {
    padding: 8px 20px;
    border-color: #000000;
    border-radius: 0;
    background-color: #fff;
    color: #000000;
    text-transform: uppercase;
}
#floorplan-buttons .btn:hover {
    opacity: 1;
}
#floorplan-buttons .btn.active {
    border-color: #286c6f;
    background-color: #2c6eaa;
    color: #ffffff;
}
#floorplan-buttons .btn:not(.active):hover {
    border-color: #286c6f;
    color: #286c6f;
}