﻿input { border-radius: 0; }

/* home */
.full-main { margin-left: 30px; }

/* interior */
.interior-right, .interior-right .wide { width: 320px !important; }
.interior-right .wide .col1 { width: 320px; }
.interior-right .narrow { display: none; }


/* about */
.about-right, .about-right .wide { width: 320px !important; }
.about-right .wide .col1 { width: 320px !important; }
.about-right .narrow { display: none; }
.about-right .wide .col2 { display: none; }

/* events */
#main .events-left { position: inherit !important; }
.events-right, .events-right .wide { display: none !important; }
#hidden-overlay { background: rgba(255, 255, 255,.8) none !important; }

/* portrait view */
@media screen and (orientation:portrait) {
    /* home */
    .full-main { margin-left: 95px; }

    /* interior */
    .interior-right { display: none; }
    .interior-left { position: inherit;margin-left: 20px; }
    .interior-top { width: auto; }
    .interior-right .wide .col2 { display: none; }	

    /* about */
    .about-right { display: none; }

    /* search */
    .search-container .search-results .result-item .result { width: 565px; }
    .search-container .search-results { width: 720px; }

    /* inspiration */
    .inspiration-results .next-page { display: none; }
    .inspiration-results, .inspiration-results .wide { width: 500px !important; }

    /* events */
    #main .events-left { width: auto !important; }
    .events-left .content-block.events-list { width: 725px !important; overflow: hidden; }
    .events-left .content-block.featured-events { width: 705px !important; overflow: hidden; }
    .events-list .current-list-details { width: 100%; }
    .events-right { display: none !important; }
    .events-list .month-select ul li a {padding: 8px 9px !important;}
    .events-list .event-list-item {width: 350px !important;height: 250px !important;}
    .events-list .event-list-item .small-image {width: 100px !important;height: 100px !important;}
    .events-list .event-list-item .small-image img {width: 100% !important;height: auto !important;}
    .events-list .event-list-item .event-details {width: 235px !important;}
}