/*
	Theme Name: Medallion at Menards
	Theme URI: 
	Description: Medallion at Menards Theme
	Version: 1.4.3
	Author: 
	Author URI:
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

p {
   /* margin-right: 0;*/
}

.img-fluid {
    width: 100%;
    height: auto;
}

#widget_search input {
    box-sizing: border-box;
}

.threeFifthsSlider {
    height: 100%;
    position: relative;
}

h4.main_module_heading {
    max-width: 100%;
    font-size: 1.125em;
    top: 34px;
    padding: 12px;
}

.hero {
    margin: 8px 0 0;
}

.home-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 65px;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    z-index: 100;
    outline: none;
}

.home-slider .slick-prev {
    left: 8px;    
    background: url(images/slideArrowLeft-hover.png);
    background: url(images/slideArrowLeft.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.home-slider .slick-prev:hover {
    background: url(images/slideArrowLeft-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.home-slider .slick-next {
    right: 8px;
    background: url(images/slideArrowRight-hover.png);
    background: url(images/slideArrowRight.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.home-slider .slick-next:hover {
    background: url(images/slideArrowRight-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.home-slider .slick-slide .slide {
    position: relative;
    vertical-align: top;
}

.slideWrapper {
    display: flex;
}

.slideWrapper .slideLeft {
    width: 60%;
    padding-bottom: 8px;
}

.slideLeftSlide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.slideLeftSlide a {
    display: block;
    width: 100%;
    height: 100%;
}

.slideLeftSlide .img-fluid {
    display: none;
}

.slideRight {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
}

.slideRightContainer {
    width: 50%;
    padding-left: 8px;
    padding-bottom: 8px;
}

.slideRightLTbg {
    height: 100%;
    background-color: #76B2BF;
    position: relative;
    padding: 15px;
}

.slideRightLTbg .slideTitle {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0 0 .3em;
}

.slideRightLTbg p {
    margin-right: 0;
    color: #fff;
    font-size: 1em;
}

.slide_cta:link,
.slide_cta:visited {
    background-color: #76B2BF;
}

.home-slider .eSpotSlideCaption + p {
    font-size: 1em;
}

.about_designer {
    font-style: normal;
    color: #fff;
    background-color: rgb(117, 177, 190);
    background-color: rgba(117, 177, 190, 0.7);
    padding: 30px;
    font-weight: 400;
}

.news-slider .slide,
.news-slider-nav .slide {
    vertical-align: top;
}

.news-slider .slide img {
    width: 100%;
    height: auto;
}

.news-slider .slick-arrow {
    background: transparent;
    border: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 120px;
    cursor: pointer;
    background-image: url(images/newsslider_nav_arrows_med.png);
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 100;
    text-indent: -999em;
}

.news-slider .slick-arrow:focus {
    outline: none;
}

.news-slider .slick-prev {
    left: 10px;
    background-position: -130px 0px;
}

.news-slider .slick-next {
    right: 10px;
    background-position: -70px 0px;
}

.news-slider-nav .slide {
    border: 3px solid transparent;
}

.news-slider-nav .slick-slide {
    margin: 10px 10px 0 0;
}

.news-slider-nav .slick-current .slide {
    border-color: #75B1BE;
}

.news-slider-nav .slick-track {
    margin-left: 0;
    transform: translate3d(0,0,0) !important;
}

.about_designer p {
    margin: 0;
}

.brochures_link {
    background-image: url(images/brochure_icon.png);
    background-repeat: no-repeat;
}

.style_quiz_link {
    background-image: url(images/style_quiz_icon.png);
    background-repeat: no-repeat;
}

.brochures_link,
.style_quiz_link {
    background-position: 15px center;
    padding: 2px;
    padding-left: 40px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

#breadCrumb a {
    color:#4f4c48;
}#breadCrumb a:hover {
    color:#eba65e;
}
#breadCrumb {
    text-transform: uppercase;
    padding-left: 0px;
}

.press-featured-image {
    margin-bottom: 30px;
}

.press-featured-image img {
    width: 100%;
    height: auto;
}

.brochures_list h2.module_title {
    margin-bottom: 10px;
}

.brochures_list .module_content .trackedHref {
    padding-top: 3px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.single .secondary_nav ul li a {
    background-image: url(images/arrow_down-news.png);
}

.single .secondary_nav ul li a:hover {
    background-image: url(images/med_arrow_down-right.png);
}

.quizNavButton {
    height: auto;
}

.quizNavButton .at-resp-share-element .at-share-btn .at-label {
    font-size: 18px !important;
    font-family: "proxima-nova", arial, sans-serif !important;
}

.quizNavButton .at-resp-share-element .at-share-btn:focus, 
.quizNavButton .at-resp-share-element .at-share-btn:hover {
    transform: translateY(0) !important;
}

#quizNavButtonContainer a.at-share-btn  {
    padding: 9px 25px;
}

#quizNavButtonContainer a.at-svc-facebook,
#quizNavButtonContainer a.at-svc-twitter {
    background-color: #a6adb5 !important;
}

#quizNavButtonContainer a.at-share-btn:hover {
    background-color: #75B1BE !important;
}

#quizNavButtonContainer .at-resp-share-element.at-mobile .at-label {
    display: inline-block!important;
    padding-right: 0;
}
.section_list .showmore { padding: 14px 0;  margin-left: 14px; }
span.page-numbers.dots {
    float: none;
}

@media screen and (min-width: 1801px) {
    .slideRightLTbg {
        padding: 20px;
    }

    h4.main_module_heading {
        font-size: 1.7em;
    }

    .slideRightLTbg .slideTitle {
        font-size: 3rem;
    }

    .slideRightLTbg p {
        font-size: 1.1em;
    }

    .slide_cta:link,
    .slide_cta:visited {
        font-size: 1.4em;
    }
}
@media screen and (max-width: 1640px) {
    .slideRightLTbg .slideTitle{
        margin-bottom: 0.25em;
    }
    .slide_cta:link{
        bottom: 15px;
    }
}
@media screen and (max-width: 1540px) {
    .slide_cta:link{
        padding: 8px;
        font-size: 1.25em;
    }
    .slideRightLTbg p{
        font-size: 0.9em;
    }
    
}
@media screen and (max-width: 1440px) {
    .slideRightLTbg p {
        font-size: 0.8em;
    }

    .slide_cta:link,
    .slide_cta:visited {
        font-size: 1em;
        bottom: 15px;
        right: 15px;
    }
}
@media only screen and (max-width: 1299px) {
    .slideRightLTbg .slideTitle {
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 1199px) {
    .slideRightLTbg .slideTitle {
        font-size: 1.5em;
        margin-bottom: 10px;
        min-height: inherit;
    }

    .slideRightLTbg p {
        font-size: 14px;
    }

    .slide_cta:link,
    .slide_cta:visited {
        padding: 5px 8px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .slideWrapper {
        flex-direction: column;
    }

    .slideLeftSlide .img-fluid {
        display: block;
    }

    .slideWrapper .slideLeft,
    .slideRight {
        width: 100%;
    }

    .slideRightLTbg .slideTitle {
        font-size: 1.8em;
        margin: 0 0 .3em;
    }

    .slideRight {
        padding: 0 4px;
    }

    .slideRightContainer {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .slideRightContainer {
        width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    /*.single .platinum_heading {
        font-size: 30px;
    }*/
}

@media only screen and (max-width: 767px) {
    .oneHalfSlider h1 {
        letter-spacing: 1px;
    }

    .oneHalfSlider p,
    .oneHalfSlider h1 {
        display: block;
    }

    .slideRightLTbg .slideTitle {
        font-size: 1.4em;
    }

    .slideRightLTbg {
        padding: 10px;
    }

    .slide_cta:link,
    .slide_cta:visited {
        right: 0;
        bottom: 0;
        margin-left: 0;
        width: 100%;
        letter-spacing: normal !important;
        text-align: center;
        border-top: 1px solid #d3e2e4 !important;
        border-left: 0;
        border-right: 0;
    }

    .news-slider-nav .slide {
        border-width: 2px;
    }

    .news-slider-nav .slick-slide {
        margin-top: 10px;
        margin-right: 5px;
    }
    
    .news-slider .slick-arrow {
        background-size: 200px;
        width: 23px;
        height: 60px;
    }
    
    .news-slider .slick-prev {
        background-position: -65px 0px;
    }
    
    .news-slider .slick-next {
        background-position: -35px 0px;
    }
    
    #quizNavButtonContainer a.at-share-btn {
        padding-top: 19px;
        padding-bottom: 19px;
    }

}

@media only screen and (max-width: 640px) {
    

    .slideRightLTbg .slideTitle {
        font-size: 1.2em;
    }

    h4.main_module_heading {
        top: 0;
    }
}

@media only screen and (max-width: 425px) {
    .slideRightLTbg p {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    

    .oneHalfSlider h1 {
        font-size: 1em;
    }

    .oneHalfSlider p {
        display: none;
    }
}

div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 100%;
    margin: 0px 0px 10px 0px !important;
}


#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-weight: normal;
    font-family: Open Sans;
    color: #000!important;
    font-size: 15px !important;
    line-height: normal!important;
    text-shadow: none !important;
    border: 0;
    box-shadow: none;
}

/*======================================
		Pagination starts here
======================================*/		
.pager a, .pager span{
    color: #696b73;
    display: inline-block;
    width: 28px;
    height: 25px !important;
    font-size: 17px;
    margin: 0 0px;
    padding: 15px 0 0;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 0;
    float: left;
    background-position: center;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    vertical-align: top;
    line-height: 25px !important;
}
a.page-numbers{
	padding-left: 5px;
	padding-right: 5px;
}
.pager a:hover{
    color: #317292;
}
.pager span.current{
    background-color: #eba65e;
    color: #fff;
    font-weight: 700;
    padding-top:0px;
    float: left;
}
.pager span.page-numbers.dots{
    float: left;
    padding-top: 7px;
}
a.prev.page-numbers {
    text-indent: -100000px;
    width: 14px;
    background: transparent;
    background-image: url(images/arrow_thin.png);
    background-repeat: no-repeat;
    background-position: 50% 83%;
    transform: rotate(180deg);
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    padding:0;
    margin-right: 1px;
}
a.next.page-numbers{
    background: transparent;
	text-indent: -100000px;
    width: 14px;
    background-image: url(images/arrow_thin.png);
    background-repeat: no-repeat;
    background-position: 50% 83%;
    vertical-align: top;
    display: inline-block;
    padding:0;
    margin-left: 1px;
}
.doorViewer .zoomViewerLink {
    padding: 0;
}
/*============ 19-11-2018===============*/
.content_section.closeFilter .section_list {
    display: none;
}
.sidebarSliderInner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 38px;
}
.customSlideControl {
    position: absolute;
    padding-right: 25px;
    width: 90%;
    left: 5%;
    height: 35px;
    bottom: 5px;
    margin: 0 auto;
}
.sidebarSlideImgCont {
    padding-top: 5px;
}
.doorViewer .zoomViewerLink > img#mainImg {
    display: none;
}
#crossSell4Zone3.sidbarSlider {
    width: 100%;
    height: auto;
    /*padding-bottom: 15px;*/
}
#crossSell4Zone3.sidbarSlider img.imgSidebarSlider {
    width: 100%;
}
.single-door .finishesWrapper, .doorViewer .zoomViewerLink {
    display: none;
}
.imagePreview img#mainImg, .displayNone {
    display: none;
}
.zoomNoMarBottom{
    margin-bottom: 0px !important;
}
.single-product .prodDetailDescription .zoomViewerLink{
    display: none;
}
.single-product .prodDetailDescription .zoomViewerLink.active{
    display : block;
}
.doorImageColumn .zoomViewerLink{
    margin-bottom: 0;
}
/*=======================   06-12-2018 ==============*/
.search .searchGridThumb {
    position: relative;
    padding-bottom: 66.5%;
    overflow: hidden;
}
.search .searchGridThumb > img.size-room-gallery-thumb {
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.search .searchGridThumb > img.size-door-thumb {
    position: absolute;
     max-height: 100%; 
     width: auto; 
    left: 50%;
    transform: translateX(-50%);
}
.search .product.grid3ColumnLayout{display: inline-block;}
/*====================== 06-02-2019 =======================*/
div#makeItYoursContainer {
    max-width: 100%;
}
iframe{max-width: 100%;}
/*============ Social Share Email =====================*/
#social_share_container > div {
    display: inline-block;
    vertical-align: top;
}
.socialMail {
    font-size: 10px;
    background-color: #848484;
    padding: 6px 20px 6px 5px;
    color: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    cursor: pointer;
    margin-right: -2px;
}
.socialMail:hover {
    padding-top: 2px;
}
.socialMail > i {
    margin-right: 5px;
}
/*=========== PopUp ===============*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
    padding-top: 50px;
    padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
    max-width: 500px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modalHeader{position: relative;}
.modalHeader .close {
    position: absolute;
    right: 0;
    top: 0;
}
body.modalOpen {
    position: fixed;
    width: 100%;
}
.modalBody .gform_fields {
    padding-left: 0;
}
.modalBody .gform_fields li.gfield{
    list-style: none;
    margin-right: 0px;
    margin-bottom: 0;
    margin-top: 0;
}
textarea#input_3_6 {
    height: 100px;
}
.modalBody .gform_footer input#gform_submit_button_3, .modalBody .gform_footer{
    margin-top: 0px !important;
}
.modalBody .gform_wrapper .validation_message, .modalBody .gform_wrapper .gfield_error .gfield_label, .modalBody .gform_wrapper div.validation_error{
   color: #B68733 !important;
}
.modalBody .gform_wrapper li.gfield.gfield_error, .modalBody .gform_wrapper div.validation_error, .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{border-color: #900 !important;}
.gform_confirmation_message_3 {
    font-size: 22px;
    color: #75b1be;
    text-align: center;
    margin: 66px 0 40px;
}
.careRightContent p:last-child{
    padding-bottom: 20px;
}
span.lastSpanNone {
    pointer-events: none;
    color: #2d2a26;
}
.linksBrochure a:last-child span.lastSpanNone{
    display: none;
}
#mobileBack{display: none;}
.thankyouRightCol{    min-height: 627px;}
.zoomViewerLink{padding:0px;}
.gform_wrapper.contact_form_wrapper .gfield_checkbox li input[type="checkbox"]{
    margin-bottom: 0px !important;margin-top: 0px !important;
    background-color: #dedede;
    border:1px solid #4f4c48;
    -moz-appearance: none;
}
.Firefox .gform_wrapper.contact_form_wrapper .gfield_checkbox li input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 6px;
    height: 14px;
    border: solid #4f4c48;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
    z-index: 99999;
}
.IE .header_container ul li{padding: 0 .5rem;}

@media(max-width:979px){
    .socialMail i{margin-right: 0px;}.socialMail span{display: none;}
    .socialMail{padding:6px 7px 6px 7px;}
    .thankyouRightCol{min-height: initial;}
}

/*=========== End social mail =============*/

@media(max-width: 1023px){
	.single h2.resp-accordion{
		padding: 15px 27px !important;
	}
	.single #product_tabs .resp-tab-active{
		padding-top: 18px !important;
	}
}



@media(max-width: 767px){
	.doorImageColumn .doorViewer img{
		width: 90%;
		margin-bottom: 10px;
	}
    li#field_1_32.gfield_error {
        padding-bottom: 20px;
    }
    .page-id-967 h1.platinum_heading {
        font-size: 28px;
    }
    .limitedWarrantyCaption.limitWarrantyBuildTo, .tailoredToYourSpace {
        padding: 170px 20px 20px 20px;
        background-position: 50% 0;
    }
    .subHeader {
        margin-left: auto;
        margin-right: auto;
    }
    .not_found h2 {
        text-align: center;
    }
}

@media(min-width: 480px) and (max-width: 640px){
	.single .resp-tabs-container .crossSells{
		min-height: 355px;
	}
}
@media(min-width: 768px){
    .contact_form_wrapper {
        min-height: 513px;
    }
}

@media(min-width: 980px) {
    .at-style-responsive .at-share-btn{
        padding: 5px 3px !important;
    }
    #social_share_container{
        max-width: 450px !important;
        margin-left: 20px;
    }
    #breadCrumb{
        width: 56% !important
    }
    body.modalOpen {right:8px;}
}


@media(max-width: 1199px){
    .Safari-9 .slideRightLTbg, .Safari-10 .slideRightLTbg{
        height: 23.9vw;
    }
}
@media(max-width: 1022px){
    .Safari-9 .slideRightLTbg, .Safari-10 .slideRightLTbg{
        height: 48vw;
    }
}
/*@media(max-width: 980px){
    #breadCrumb{width: 100%;}
}*/
@media(max-width: 767px){
    .Safari-9 .slideRightLTbg, .Safari-10 .slideRightLTbg{
        height: 47vw;
    }
    #breadCrumb{padding-left: 5px;}
}
@media(max-width: 480px){
    .Safari-9 .slideRightLTbg, .Safari-10 .slideRightLTbg{
        height: 46vw;
    }
}
@media(min-width: 1200px){
    .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{
        height: auto !important;
    }
    .Safari-9 .slideLeftSlide, .Safari-10 .slideLeftSlide{
        padding-bottom: 66%;
    }
    .Safari-9 .slideRightLTbg, .Safari-10 .slideRightLTbg{
        height: 19.30vw;
    }
}
/*===============================================
        New Medallion at Menards Start
/*===============================================*/
.homeSlideWrapper .slideWrapper {
    padding-bottom: 37.5%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.homeSlideWrapper .slideWrapper .slide_caption{
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.catUnstrHeading, .headlines {text-transform: uppercase;}
.viewer-toolbar > ul > li + li, .viewer-toolbar > ul > li {
    padding-left: 0 !important;
}
.viewer-toolbar > ul > li + li {
    margin-left: 5px;
}
.IE .catThreeColumns > div{
    width: calc(33.33% );
    margin-left: 0;
    padding: 0 5px;
}

@media(max-width: 1250px){
    .slide_caption p {
        font-size: 1.4rem;
    }
}

@media(max-width: 1023px){
    .slide_caption p {
        font-size: 1rem;
    }
    .home-slider .slick-arrow{
        width: 40px;
    }
    .homeSlideWrapper .slideWrapper{
        padding-bottom: 40.5%;
    }
    /*.page-template-page-state-of-the-art-finishes .resp-accordion + .resp-tab-content{
        display: none;
    }
    .page-template-page-state-of-the-art-finishes .resp-accordion.resp-tab-active + .resp-tab-content {
        display: block;
    }*/
}

@media(max-width: 767px){
    .slide_caption p {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
    .home-slider .slick-arrow{
        width: 30px;
    }
    .home-slider .slide_caption{
        padding: 0.5em;
    }
    .page-template-page-earth-minded .catHeader .heroImg{
        min-height: 54vw;
    }
}

@media(max-width: 450px){
    .homeSlideWrapper .slideWrapper{
        padding-bottom: 70%;
    }
}