/*
Theme Name: McCreery's Home Furnishings
Version: 1
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/unsemantic-grid-responsive.css";


/***********************************************************************************
 * PASTE CUSTOMIZED.CSS
 **********************************************************************************/
/* OmniVue Styles... */
@import url('https://www.mccreerys.com/css/899/customized.css');
/* End OmniVue Styles */

/***********************************************************************************
* START MCCREERYS STYLES

FONTS:

font-family: 'Poppins', sans-serif; 400 and 500
font-family: 'Playfair Display', serif; 700

**********************************************************************************/

img {
    max-width: 100%;
}

body {
    background-color: #fcfcfc;
}

.no-padding {
    padding: 0 !important;
}

.padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}



.container,
#categorycontent,
.ItemBrowserPageContainer,
.ItemInformationContainer {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: none;
}

#categorycontent,
.ItemBrowserPageContainer,
.ItemInformationContainer {
    padding-top: 20px;
}

.text-center {
    text-align: center;
}

.text=left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.playfair {
    font-family: 'Playfair Display';
    letter-spacing: 1px;
}

.button {
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 10px;
}

.button-square {
    border-radius: 0;
}

.button-big {
    padding: 15px 20px;
    font-size: 16px;
}

.button--hollow {
    border: solid 2px #fff;
    color: #fff;
}

.button--hollow:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.button--white {
    background-color: #fff;
    color: #e53a3a;
}

.button--red {
    background-color: #e53a3a;
    color: #fff;
}

.dynamicHeader {
    background: #fff;
}

.top-bar {
    background-color: #2a312f;
    color: #fff;
    font-size: 12px;
    padding: 12px 0;
}

.top-social {
    display: flex;
    list-style: none;
    align-items: center;
}

.top-social li {
    margin-left: 10px;
    height: 18px;
}

.top-social li a {
    display: block;
    align-items: center;
}

.login-links {
    display: flex;
    justify-content: flex-end;
}

.login-links a {
    color: #fff;
    font-weight: 500;
    margin-left: 15px;
}

.login-links a:first-child {
    margin-right: 15px;
}

#header {
    display: flex;
    padding: 20px 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#headermiddle {
    width: 60%;
}

#searchbox {
    border-left: none;
    border-right: none;
    margin-left: 40px;
    border: solid 1px #e1e1e1;
    display: flex;
    padding: 5px;
    border-radius: 5px;
}

#searchbox a {
    color: #fff;
    background: #e53a3a;
    border-radius: 5px;
    font-size: 10px;
    padding: 10px 15px;
    display: block;
}

#searchbox input {
    border: none;
    height: 40px;
    font-size: 16px;
    margin: 0 20px;
    width: 100%;
}


#headerright {
    margin-left: auto;
}

#headerright a {
    color: #606060;
    display: block;
    position: relative;
}

#headerright i {
    font-size: 30px;
}

#headerright .cart-count {
    color: #fff;
    background: #e53a3a;
    padding: 2px 6px;
    border-radius: 20px;
    font-size: 10px;
    position: absolute;
    top: -2px;
    right: -15px;
}

.nav-wrapper {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    background: #fff;
}

#mainnav {
    position: relative;
    z-index: 999;
}

#mainnav ul {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#mainnav.fixed {
    position: fixed !important;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 999;
    max-width: none !important;
    background: #fff;
    border-bottom: solid 1px #e1e1e1;
}

#mainnav ul li {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: solid 3px #fff;
}

#mainnav ul li:hover {
    cursor: pointer;
}

#mainnav ul li a {
    color: #8f8f8f;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
}

#mainnav ul li ul {
    position: absolute;
    display: none;
    background-color: #fff;
    font-size: 14px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 12px;
}

#mainnav ul li ul li {
    margin: 3px 0;
    padding: 0;
    border-bottom: none;
}

#mainnav ul li ul li a {
    padding: 5px 10px;
}

#mainnav ul li:hover {
    cursor: pointer;
}

#mainnav ul li ul li:hover {
    border-bottom: none;
    background-color: #e1e1e1;
}

#mainnav ul li:hover>ul {
    display: block;
}


.red-promo {
    position: absolute;
    bottom: 0;
    right: 5%;
    background-color: #e53a3a;
    padding: 50px 25px 80px;
    color: #fff;
    width: 300px;
    border-radius: 5px 5px 0 0;
}

.red-promo h2 {
    margin-bottom: 10px;
}

.red-promo p {
    margin-bottom: 40px;
    font-size: 14px;
}

.design-services {
    padding: 0 0 40px;
}

.section-title {
    text-align: center;
    display: block;
    padding: 40px;
    font-size: 24px;
}

.promo-banner {
    background-color: #f7f7f7;
    color: #000;
    padding: 20px;
    border-bottom: solid 1px #e1e1e1;
}

.promo-content {
    text-align: center;
    font-size: 16px;
}

.promo-content p {
    margin-bottom: 10px;
}

.design-steps {
    padding: 30px 0;
}

.step-block {
    padding: 0 15px;
}

.step-block h4 {
    margin-bottom: 10px;
}

.step-block p {
    color: #666;
    font-size: 14px;
}

.rooms-wrapper {
    display: block;
}

.featured-rooms {
    /*
	display: flex;
	justify-content:space-between;
	height: 600px;
	flex: 0 0 100%;
	flex-wrap: wrap;
*/
    height: 500px;
    margin-bottom: 50px;
}

.featured-rooms a {
    text-decoration: none;
}

.featured-rooms .grid-33 {
    height: 100%;
    padding: 0 !important;
    border-right: 1px solid #fff;
}

.featured-rooms .grid-33:last-child {
    border-right: none;
}

.featured-rooms .grid-33 .grid-100 {
    height: 50%;
    padding: 0 !important;
    border-bottom: 1px solid #fff;
}

.featured-rooms .grid-33 .grid-100:last-child {
    border-bottom: none;
}

.featured-rooms a {
    display: flex;
    height: 100%;
    width: 100%;
    background-size: cover;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.featured-rooms a h3 {
    padding: 0 0 10px 20px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.featured-rooms a p {
    padding: 0 0 20px 20px;
    font-size: 14px;
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.featured-rooms a .room-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.featured-rooms a:hover .room-overlay {
    background-color: rgba(0, 0, 0, 0);
}

.rooms-1,
.rooms-2,
.rooms-3 {
    background-size: contain;
    flex: 1 auto;
}

.rooms-1,
.rooms-2 {
    border-right: solid 2px #fff;
}

.rooms-1 a,
.rooms-2 a,
.rooms-3 a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    color: #fff;
}

.living-room {
    background-image: url(images/living-room.jpg);
}

.dining {
    background-image: url(images/dining-room.jpg);
}

.bedroom {
    background-image: url(images/bedroom.jpg);
}

.entertainment {
    background-image: url(images/home-entertainment.jpg);
}

.accents {
    background-image: url(images/home-accents.jpg);
}

.recent-posts {
    padding-bottom: 40px;
}


.recent-posts a {
    display: block;
    border-radius: 5px;
    padding: 20px;
}

.recent-posts a:hover {
    box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.13);
    cursor: pointer;
    background-color: #fff;
    animation: fadein 1s;
}


.recent-posts a h4 {
    font-family: 'Playfair Display';
    color: #333;
}

.recent-posts a img {
    max-width: 100%;
}

#shopdepartmentcontainer .new-arrivals {
    margin-top: 50px;
}

.new-arrivals .grid-50 {
    margin-bottom: 40px;
}


.promo-area {
    padding: 40px 0;
}

.promo-text {}

.promo-text p {
    margin-bottom: 20px;
}

.promo-text h3 {
    margin-bottom: 20px;
}

.cta-box {
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}

.showroom_cta {
    background-image: url(images/tour_bg.png);
    color: #fff;
}

.financing_cta {
    background-image: url(images/financing_bg.png);
    color: #fff;
}

.cta-content {
    display: flex;
    padding: 100px 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.staff-row {
    margin: 30px 0;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 30px;
}

.staff-row .staff-info h3 {
    margin-bottom: 20px;
}

#footercontainer {
    padding: 0 15px;
}

.footer-content {
    padding: 40px 0;
}

.footercolumn {
    width: auto;
    padding-right: 0;
    float: none;
}

.footer-links {}

.footer-links li {
    margin-bottom: 20px;
}

.contact-list {}

.contact-list li {
    margin-bottom: 20px;
    padding-left: 20px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.contact-list li.location {
    background-image: url(images/location_icon.png);
}

.contact-list li.email {
    background-image: url(images/mail_icon.png);
}

.contact-list li.phone {
    background-image: url(images/phone_icon.png);
}

.contact-list li.time {
    background-image: url(images/time_icon.png);
}

.footer-newsletter {
    margin-bottom: 20px;
}

.newsletter-container {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    display: inline-block;
}

#SignUpEmailAddress {
    border: none;
    padding: 10px;
    border-radius: 5px;
}

#EmailSignup_submit {
    background-color: #e53a3a;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.RequestInformation a {
    background-color: #e53a3a;
    color: #fff;
    border-radius: 5px;
    background-image: none;
}

.RequestInformation a:hover {
    background-image: none;
}



.testimonial-embeds {}

.testimonial-embeds iframe {
    margin: 0 auto 20px;
}

#pagecontentheading p {
    margin-bottom: 20px;
}

#dynamicContentCMS p {
    margin-bottom: 20px;
}

#contactus label {
    display: block;
}

#contactus p.checkbox label {
    display: inline;
}

#contactus input[type="text"],
select,
textarea,
.newsletterInput {
    width: 90%;
    padding: 10px;
    border-radius: 0;
    border: solid 1px #e1e1e1;
    margin-bottom: 10px;
}

#contactus select {
    -webkit-appearance: none;
    background-color: #fff;
    width: 94%;
    border-radius: 0;
}

#newsletterSubmitHeader {
    font-size: 1.17em;
    font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 949px) {
    /* IPAD */
    .hide-on-tablet {
        display: none;
    }

    .tablet-center {
        text-align: center;
    }

    #headerleft {
        margin-left: 10px;
    }

    #headermiddle {}


    #headerright {
        margin-left: 20px;
    }

    .red-promo {
        padding: 40px 25px 40px;
    }

    .featured-rooms {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    /* 	IPHONE */
    .hide-on-phone {
        display: none;
    }

    .login-links {
        justify-content: center;
    }

    .top-social {
        justify-content: center;
    }

    #headerleft {
        width: 100%;
    }

    #headermiddle {
        width: 98%;
    }

    #headerright {
        margin-left: 20px;
    }

    #searchbox {
        margin-left: 10px;
        width: auto;
    }

    .phone-center {
        text-align: center;
    }

    #accountnav ul li {
        float: left;
        width: 33%;
        text-align: center;
        display: inline-block;
    }

    .red-promo {
        position: relative;
        width: 100%;
        padding: 0;
        border-radius: 0;
        right: auto;
    }
    .red-promo h2 {
        padding-top: 10px;
    }

    .red-promo p {
        padding: 0 10px 10px;
        margin-bottom: 0;
    }

    .red-promo a {
        margin-bottom: 10px;
    }

    .new-arrivals img {
        max-width: 100%;
    }

    .contact-list li {
        padding-left: 0;
    }

    .contact-list li.location {
        background-image: none;
    }

    .contact-list li.email {
        background-image: none;
    }

    .contact-list li.phone {
        background-image: none;
    }

    .contact-list li.time {
        background-image: none;
    }
}

/***********************************************************************************
 * END BLOG STYLES
 **********************************************************************************/