﻿@media only screen and (max-height: 800px){

    ul.home_section_indicator
    {
        text-align: right;
        bottom:auto;
        right:30px;
        top:150px;
    }

}

@media only screen and (max-width: 1280px){

    .wrapper
    {
        width:640px;
    }

    .section_overlay p
    {
        font-size:1.2em;
    }

    footer.footer p.prestige_pulpits_copyright
    {
        display:block;
        margin-bottom: 10px;
    }

    #products_page_sidebar
    {
        width:100%;
    }

    #products_container
    {
        width:100%;
        border:0;
        padding:0;
        margin-bottom: 60px;
    }

    #products_container ul li {
        display: inline-block;
        width: 305px;
        margin-right:30px;
    }

    #products_container ul li:nth-child(3n)
    {
        margin-right:inherit;
    }

    #products_container ul li:nth-child(2n)
    {
        margin-right:0;
    }    

    #product_details_left
    {
        width:40%;
    }

    #product_details_right
    {
        width:60%;
    }

    #select_communion_table_left
    {
        width:40%;
    }

    #select_communion_table_right
    {
        width:60%;
    }

    .prestige_pulpits_form_column
    {
        width:100% !important;
    }

    .textarea_column
    {
        width:100% !important;
    }

    #artworks_page ul li
    {
        width: 305px;
        margin-right:30px;
        margin-bottom:30px;
    }

    #artworks_page ul li:nth-child(2n)
    {
        margin-right:0;
    }        

    .shopping_cart_subtotal p {
        text-align: center;
    }

    .shopping_cart_product_details {
        margin: 0;
    }

    .shopping_cart_price_column {
        margin: 20px 0 0 0;
    }

    p.shopping_cart_total_heading {
        display: none;
    }

    .shopping_cart_header {
        margin: 0;
    }

    .shopping_cart_product_details {
        width: 100%;
    }

    .shopping_cart_product_thumb {
        margin: 0 0 20px 0;
    }

}


@media only screen and (max-width: 640px){

    .wrapper
    {
        width:300px;
    }

    #header_left
    {
        display:block;
        width:100%;
        text-align: center;
        padding-left:0;
    }

    #header_left a
    {
        margin:auto;
    }

    a.prestige_pulpits_logo
    {
        background-position: center !important;
    }

    body[mode=regular] #content
    {
        padding-top:110px;
    }

    .slide
    {
    }

    #header_right
    {
        padding-right:0;
        display:block;
        width:100%;
        text-align: center;
    }

    ul.main_navigation>li
    {
        margin-left:5px !important;
        font-size:0.8em;
        margin-right:5px !important;
    }

    #home-page-sections
    {
        display:block;
        position: relative;
    }

    body[page=index] .footer
    {
        display:none;
    }

    .section_overlay
    {
        position: absolute;
        bottom:0;
        padding: 20px;
        width:100%;
    }

    .section_overlay>.wrapper
    {
        width:100%;
    }

    .section_overlay h1
    {
        font-size:1.5em;
    }


    .section_overlay p
    {
        font-size:0.9em;
    }

    ul.home_section_indicator
    {
        font-size:0.9em;
        right:0px;
        top:130px;
        text-align: center;
    }


    ul.home_section_indicator li
    {

        margin-left:5px;
        margin-right:5px;
    }


    #products_container ul li {
        display: block;
        width: 100%;
        margin-right:0px !important;
        margin-bottom: 20px !important
    }

    .footer_left, .footer_right
    {
        display:block !important;
        text-align: center !important;
        margin-bottom: 20px;
        width:100% !important; 
        padding:0 !important;
    }

    .footer_right
    {
        margin: 0 !important;
    }

    #about_page
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #about_page p
    {
        font-size:1em;
    }

    ul.social_media_icons
    {
        margin:0;
    }

    table.shopping_cart_products_table tr>*:first-child
    {
        width:50%;
    }

    table.shopping_cart_products_table tr>*:last-child
    {
        width:50%;
    }

    p.shopping_cart_product_description
    {
        width:100%;
        margin-top:20px;
    }

    #product_details_left
    {
        width:100%;
        padding:0;
    }

    #product_details_right
    {
        width:100%;
    }

    #select_communion_table_left
    {
        width:100%;
        padding:0;
    }

    #product_details_right label
    {
        font-size: 0.8em;
    }

    #select_communion_table_right
    {
        width:100%;
    }

    #microphone_holder_kit_popup
    {
        width:300px;
        margin-left:-150px;
        z-index: 10000;
    }

    #microphone_holder_kit_popup p
    {
        font-size:0.8em;
    }

    #artworks_page ul li
    {
        display: block;
        width: 100%;
        margin-right:0px !important;
        margin-bottom: 20px !important
    }

    img.colourfill_options
    {
        width:100%;
    }

    p.prestige_pulpits_copyright {
        line-height: 1.5em;
    }

}

@media only screen and (max-width: 400px){

    .prestige_pulpits_form_submit_button {
        width: 100%;
    }

    #contact_form .prestige_pulpits_form_submit_button {
        width: 100%;
    }

    input#btn_contact_send {
        width: 100%;
    }

}
/*
@media only screen and (min-width: 1285px) and (max-width: 4000px){
    .wrapper {
        padding: 0 15%;
    }
    body {
        font-size: 18px;
    }
    #header ul li a {
        font-size: 1em;
    }
    .section_overlay {
        padding: 40px 0;
    }
    .section_overlay h1 {
    }
    .section_overlay p {
        line-height: 1.5em;
        font-size: 1.1em;
    }
    .home_section_indicator i.fa.fa-circle {
        display: none;
    }
    footer.footer p.prestige_pulpits_copyright {
    }
    ul.home_section_indicator {
        bottom: 220px;
    }
    ul.home_section_indicator li a {
        font-size: 1.1em;
    }
    #terms_guarantee_page h1 {
        margin: 130px 0 0;
    }
    #find_pulpit_page_header h1, #testimonials_page h1, #contact_page h1 {
        margin: 160px 0 0  0;
    }
    .product_image {
        width: 31.5%;
    }
    .product_details {
        width: 31.5%;
    }
    .product_details_options {
        width: 67%;
    }
    ul.product_details_tab_links li {
        width: 28.2%;
    }
    ul.select_communion_table_list {
        width: 43%;
    }
    li.select_communion_table_thumb img {
        width: 105px;
    }
    img.select_communion_table_image_main {
        margin: -488px 0 0 0;
        width: 52%;
    }
}

@media only screen and (min-width: 1284px) and (max-width: 1780px) {
    li.select_communion_table_thumb img {
        width: 100px;
    }
    img.select_communion_table_image_main {
        margin: -473px 0 0 0;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1284px){
    .wrapper {
        width: 900px;
    }
    #elegance_section, #timeless_section, #quality_section, #service_section  {
        padding: 140px 0 0 0;
    }
    body {
        font-size: 18px;
    }
    .section_overlay h1 {
        margin: 50px 0 10px 0;
        font-size: 2em;
    }
    .section_overlay p {
        line-height: 1.5em;
        font-size: 0.9em;
    }
    #terms_guarantee_page p, #testimonials_page p {
        font-size: 0.9em;
    }
    .home_section_indicator i.fa.fa-circle {
        display: none;
    }
    ul.trim_options_list img {
        width: 60px;
    }
    #colourfill_page p {
        font-size: 0.9em;
    }
}

@media only screen and (min-width: 760px) and (max-width: 959px){
    .wrapper {
        width: 700px;
    }
    body {
        font-size: 18px;
    }
    body[page=index] #content {
        height: auto;
    }
    .section_overlay h1 {
        margin: 50px 0 10px 0;
        font-size: 2em;
    }
    .section_overlay p {
        line-height: 1.5em;
        font-size: 0.9em;
    }
    #terms_guarantee_page p, #testimonials_page p {
        font-size: 0.9em;
    }
    body[page=index] .footer {
        bottom: 0;
    }
    body[page=index] .footer p.prestige_pulpits_copyright, body[page=about] .footer p.prestige_pulpits_copyright {
        left: 30px;
        margin: 90px 0 0 0;
    }
    body[page=about] .footer {
        bottom: 120px;
    }
    body[page=about] .content {
        padding: 130px 0 200px 0;
    }
    ul.home_section_indicator{
        bottom: 60px;
    }
    body[page=home] ul.social_media_icons, body[page=about] ul.social_media_icons {
        margin: 70px 0 0 0;
    }
    img.prestige_pulpits_anniversary {
        width: 120px;
        margin: 20px 0 0 0;
    }
    .home_section_indicator i.fa.fa-circle {
        display: none;
    }
    #products_container {
        width: 100%;
        border-left: 0 none;
    }
    #products_page_sidebar {
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
    #products_page_sidebar ul li {
        margin: 0 10px 20px 0;
        display: inline-block;
    }
    ul.trim_options_list img {
        width: 60px;
    }
    ul.product_details_tab_links li {
        width: 27%;
    }
    ul.product_details_tab_links li a {
        font-size: 0.6em;
    }
    .product_details_tab_content {
        width: 84.5%;
    }
    #colourfill_page p {
        font-size: 0.9em;
    }
    img.select_communion_table_image_main {
        width: 52%;
        margin: -332px 0px 0 0;
    }
    li.select_communion_table_thumb img {
        width: 39px;
    }
}

@media only screen and (max-width: 759px){
    .wrapper {
        padding: 0 5%;
    }
    body {
        font-size: 18px;
    }
    body[page=index] #content {
         height: auto; 
    }
    .section_overlay h1 {
        margin: 110px 0 10px 0;
    }
    .section_overlay p {
        line-height: 1.5em;
        font-size: 0.9em;
    }
    ul.home_section_indicator {
        top: 170px;
        right: 0px;
    }
    .home_section_indicator i.fa.fa-circle {
        display: none;
    }
    #testimonials_page p {
        line-height: 1.8em;
        font-size: 0.8em;
    }
    ul.social_media_icons li {
        margin: 0 0 0 0;
    }
    a.prestige_pulpits_logo {
        left: 2%;
    }
    .js #menu {
        display:none;
    }    
    .js .slicknav_menu {
        display: block;
        z-index: 100;
        position: fixed;
        width: 100%;
        height: 80px;
    }
    .slicknav_nav a {
        outline: none;
        color: gray;
        font-size: 1.1em;
        text-decoration: none;
        margin: 0 0 10px 0;
    }
    ul.slicknav_nav {
        text-align: left;
        background: rgb(210, 210, 210);
        padding: 20px 0 0 0px;
        margin: 80px 0 0 0;
        border-top: 1px solid gray;
    }
    ul.slicknav_nav li {
        margin: 0 0 20px 0;
        border-bottom: 1px solid gray;
        padding: 0 0 20px 20px;
    }
    ul.main_navigation_submenu li {
        display: list-item !important;
        background-color: #f1f1f1;
        margin: 0 0 !important;
        padding: 20px 0 20px 20px !important;
        border-bottom: 1px solid rgba(128, 128, 128, 0.37);
    }
    ul.main_navigation_submenu li a {
        text-decoration: none;
        text-align: center;
    }
    ul.slicknav_nav button {
        background: none;
        border: 0 none;
    }
    span.slicknav_arrow {
        width: 0;
        font-size: 0.6em;
        margin: 0 0 0;
        vertical-align: middle;
    }
    a.prestige_pulpits_logo {
        width: 200px;
    }
    h1 {
        font-size: 1.7em !important;
        line-height: 1.5em;
        text-align: left !important;
    }
    #artworks_page ul li {
        width: 40%;
    }
    #header ul li {
        display: list-item;
        font-size: 1em;
        padding: 20px 20px;
        margin: 0;
        border-bottom: 1px solid gray;
    }
    #header ul li a {
        color: gray;
    }
    .open_close_btn_mobile {
        display: block;
        right: 5%;
        top: 30%;
        position: absolute;
    }
    button#show_mobile_nav {
        background: none;
        border: 0 none;
    }
    button#hide_mobile_nav {
        display: block;
        right: 5%;
        position: absolute;
        background: none;
        border: none;
        top: 0;
    }
    a.open_btn {
        color: #ffffff;
        font-size: 2em;
    }
    a.close_btn {
        color: gray;
        font-size: 2em;
        top: 10%;
        right: 5%;
        position: absolute;
    }
    a.open_btn:hover {
        cursor: pointer;
    }
    a.close_btn:hover {
        cursor: pointer;
    }
    a.cart-nav-button::before {
        color: gray;
        font-size: 1em;
    }
    a.slicknav_btn.slicknav_collapsed, span.slicknav_menutxt {
        text-decoration: none;
        right: 5%;
        top: 40%;
        position: absolute;
        color: #ffffff;
        letter-spacing: 0.1em;
    }
    ul.main_navigation {
        width: 100%;
        top: 0;
        right: 0;
        margin: 0;
        position: absolute;
        background: #eaeaea;
        height: auto;
        padding: 20px 0 0 0;
        display: none;
    }
    ul.main_navigation::before:hover ul.main_navigation {
        display: none;
    }
    ul.main_navigation_submenu {
        position: absolute;
        font-size: 0.7em;
        line-height: 1.5em;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 21px 0 0 0;
    }
    li.main_navigation_parent_nav:hover ul.main_navigation_submenu {
        display: none;
    }
    i.products_parent_nav.fa.fa-angle-down {
        display: block;
        left: 100px;
        top: 40px;
        position: absolute;
        color: gray;
    }
    i.artwork_parent_nav.fa.fa-angle-down {
        display: block;
        top: 100px;
        position: absolute;
        left: 100px;
        color: gray;
    }
    i.artwork_parent_nav.fa.fa-angle-down {
        content: "\f106";
    }
    i.fa-angle-up:before {
        content: "\f106";
    }
    table.shopping_cart_products_table td img {
        width: 80%;
        margin: 0 0 10px 0;
    }
    table.shopping_cart_products_table p {
        width: 80%;
    }
    p.shopping_cart_product_price {
        margin: 280px 0 20px 0;
    }
    a.financing_option_link {
        text-align: left;
        line-height: 1.2em;
    }
    #find_pulpit_page_header p {
        line-height: 1.5em;
    }
    #find_pulpit_page ul {
        float: none;
    }
    img.colourfill_options {
        width: 100%;
    }
    body[page=index] .footer {
        bottom: inherit;
        margin: -180px 0 0 0;
    }
    body[page=about] .content {
        padding: 100px 0 300px 0;
        height: 100%;
    }
    #about_page h1 {
        margin: 70px 0 10px 0;
    }
    body[page=about] .footer {
        bottom: 220px;
    }   
    body[page=about] .footer ul.social_media_icons, body[page=index] .footer ul.social_media_icons {
        left: 15px;
        margin: 80px 0 30px 0;
    }
    img.prestige_pulpits_anniversary {
        margin: 10px 0 0 0;
        left: 10px;
        width: 120px;
    }
    footer.footer p.prestige_pulpits_copyright {
        bottom: 0px;
        left: 15px;
        margin: 0 0 -155px 0;
        width: 95%;
        line-height: 1.5em;
    }
    footer.alternate_footer p.prestige_pulpits_copyright {
        left: 30px;
        line-height: 1.5em;
        margin: 80px 0 0 0;
    }     
    footer.alternate_footer i.fa {
        width: 19px;
    }            
    ul.social_media_icons {
        left: 30px;
        margin: 260px 0 30px 0;
    }
    footer.footer i.fa {
        margin: 0 10px 0 0;
    }
    #elegance_section, #timeless_section, #quality_section, #service_section {
        padding: 120px 0 320px 0;
    }
    #contact_page .prestige_pulpits_form_column {
        width: 100%;
    }
    textarea, select, input[type="text"], .prestige_pulpits_form_column, .textarea_column {
        width: 100%;
    }
    #contact_form .prestige_pulpits_form_submit_button {
        margin: 0 20px 0 0;
    }
    .shopping_cart_subtotal {
        text-align: left;
    }
    span.slicknav_menutxt {
        text-decoration: none;
        right: 30px;
        top: 40%;
        position: absolute;
        color: gray;
        letter-spacing: 0.1em;
    }
    body[page=index] span.slicknav_menutxt, body[page=about] span.slicknav_menutxt {
        color: #ffffff;
    }
    body[page=giftware] ul.social_media_icons, body[page=accessories] ul.social_media_icons, body[page=crosses] ul.social_media_icons, body[page=endtables] ul.social_media_icons, body[page=offeringboxes] ul.social_media_icons, body[page=communiontable] ul.social_media_icons, body[page=lecterns] ul.social_media_icons, body[page=pulpits] footer.footer p.prestige_pulpits_copyright, body[page=cart] footer.footer p.prestige_pulpits_copyright, body[page=contact] footer.footer p.prestige_pulpits_copyright, body[page=findpulpit] footer.footer p.prestige_pulpits_copyright, body[page=artworks] footer.footer p.prestige_pulpits_copyright, body[page=pricelist] footer.footer p.prestige_pulpits_copyright, body[page=productdetails] footer.footer p.prestige_pulpits_copyright, body[page=testimonials] footer.footer p.prestige_pulpits_copyright, body[page=termsandconditions] footer.footer p.prestige_pulpits_copyright, body[page=pulpits] footer.footer p.prestige_pulpits_copyright, body[page=lecterns] footer.footer p.prestige_pulpits_copyright, body[page=communiontable] footer.footer p.prestige_pulpits_copyright, body[page=offeringboxes] footer.footer p.prestige_pulpits_copyright, body[page=endtables] footer.footer p.prestige_pulpits_copyright, body[page=crosses] footer.footer p.prestige_pulpits_copyright, body[page=accessories] footer.footer p.prestige_pulpits_copyright, body[page=giftware] footer.footer p.prestige_pulpits_copyright, body[page=colourfill] footer.footer p.prestige_pulpits_copyright {
        left: 30px;
        margin: 0 0 -50px 0;
    }
    body[page=giftware] ul.social_media_icons, body[page=accessories] ul.social_media_icons, body[page=crosses] ul.social_media_icons, body[page=endtables] ul.social_media_icons, body[page=offeringboxes] ul.social_media_icons, body[page=communiontable] ul.social_media_icons, body[page=lecterns] ul.social_media_icons, body[page=pulpits] ul.social_media_icons, body[page=cart] ul.social_media_icons, body[page=contact] ul.social_media_icons, body[page=termsandconditions] ul.social_media_icons, body[page=findpulpit] ul.social_media_icons, body[page=artworks] ul.social_media_icons {
        margin: 20px 0 50px 0;
    }
    #products_container {
        width: 100%;
        border-left: 0 none;
    }
    #products_container ul li {
        display: inline-block;
        width: 44%;
        margin: 30px 5% 0 0;
    }
    #products_page_sidebar {
        width: 100%;
    }
    ul.trim_options_list img {
        width: 60px;
    }
    #colourfill_page p {
        font-size: 0.9em;
    }
}


@media (max-width: 560px) {
    span.home_section_buttons {
        display: none;
    }
    .home_section_indicator i.fa.fa-circle {
        display: block;
    }
}

@media (max-width: 400px) {
    #products_container ul li {
        display: inline-block;
        width: 95%;
        margin: 30px 5% 0 0;
    }
}

@media (min-width: 481px) and (max-width: 760px) {
    #artworks_page ul li {
        width: 40%;
    }
}

@media (min-width: 200px) and (max-width: 480px){
    body {
        font-size: 18px;
    }
    img.product_details_product {
        width: 100%;
    }
    .product_details_options {
        width: 100%;
    }
    .product_details_options {
        left: 0;
        width: 100%;
        top: 0;
        position: relative;
    }
    ul.trim_options_list img {
        width: 35px;
    }
    ul.trim_options_list li {
        margin: 0 3px 10px 0;
    }
    .product_details_tab_content {
        width: 100%;
    }
    ul.product_details_tab_links li {
        width: 25.3%;
    }
    ul.product_details_tab_links li a {
        font-size: 0.6em;
    }
    ul.stain_options_list li a img {
        width: 35px;
        vertical-align: middle;
    }
    #artworks_page ul li {
        width: 83.5%;
    }
}*/