@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300,300italic,400italic,600italic,600,700italic);
    
    @import url(//fonts.googleapis.com/css?family=Raleway:300);
    

    .page-content-wrapper { 
                        background-color:rgb(73, 73, 74);
                                                                                                                                                     } 

    
    
            /* Below is the custom gradient styling for artwork description. */

        [data-readmore] {
            position: relative;
        }


        /* Set default styling of gradient.
        Note the height of 0. We'll transition the height, rather than the background. I think this makes for a smoother effect. This also has the added benefit of not overlaying the text at the bottom with an absolutely positioned pseudo-elementeven if it is transparentwhich could prevent text selection. */
        [data-readmore]:before {
            content: '';
            width: 100%;
            height: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            background: linear-gradient(rgb(73, 73, 74)00, rgb(73, 73, 74));

            /* Be sure to use the same speed value as in your Readmore configuration, keeping in mind that CSS transition speed is stated in seconds. */
            transition: height .3s
        }

        /* Set the height of the gradient to 80 when CLOSED */
        [data-readmore][aria-expanded="false"]:before,
        /* Also when transitioning from OPEN to CLOSED */
        [data-readmore][aria-expanded="true"].transitioning:before {
            height: 80px;
        }

        /* This isn't strictly necessary, but I think it makes for a smoother effect. */
        /* Set the height of the gradient to 0 when transitioning from CLOSED to OPEN */
        [data-readmore][aria-expanded="false"].transitioning:before {
            height: 0;
        }
        .panel-info.no-pod, .panel-info.no-pod .panel-default {
            background-color: rgb(73, 73, 74) !important;
        }

        artwork-image .modal-content {
            background-color: rgb(73, 73, 74);
        }

                    /*
            .panel, .panel-body, .panel-body h4 {
                background-color: rgb(73, 73, 74);
                color: null !important;
                border-color: null !important;
            }*/
                    .main_content_area a, #viewAllThumbsLink a { 
                                color:rgb(105, 212, 255);
                                                                    font-weight:normal;
                                        font-style:normal;
                                        text-decoration:none;
                                        text-transform:none;
                                                             } 

    
            .main_content_area a:hover, #viewAllThumbsLink a:hover  { 

                    color:rgb(150, 222, 250);
                            font-weight:normal;
                            font-style:normal;
                            text-decoration:none;
             } 
    
            .site-wrapper, .site-wrapper .dropdownList, .site-wrapper legend { 
                                color:rgb(255, 255, 255);
                                            font-family:'Open Sans', sans-serif;
                                        font-size:12pt;
                                        font-weight:normal;
                                        font-style:normal;
                                        text-decoration:none;
                                        text-transform:none;
                                                             } 

    
    
                .panel-info.no-pod, .panel-info.no-pod .panel-default {
            color:rgb(255, 255, 255);
            border: none;
        }

        .panel-info.no-pod h4{
            color:rgb(255, 255, 255);
        }
        .blog_MenuHeaderBG { 
                        background-color:#FCFBF7;
                            color:#2E3033;
                                             } 

    
    
            .main_separator { 
                        background-color:#FCFBF7;
                                                     } 

    
    
            .cartButton, .cssButton { 
                        background-color:rgb(0, 0, 0);
                            color:rgb(0, 0, 0);
                                             } 

    
    
            .selected-gallery-name { 
                        background-color:#FCFBF7;
                            color:#711927;
                                             } 

    
    
            .galleryHeaderName { 
                        background-color:#FFFFFF;
                            color:#2F1D22;
                                            font-family:'Times New Roman', Times, serif;
                                        font-size:11pt;
                                        font-weight:normal;
                                        font-style:normal;
                                        text-decoration:none;
                                        text-transform:none;
                                                             } 

    
    
            .site-wrapper .contentheading, .site-wrapper h2, .site-wrapper h3, .site-wrapper .gallery-menu-wrap { 
                                color:rgb(255, 255, 255);
                                            font-family:'Open Sans', sans-serif;
                                        font-size:17pt;
                                        font-weight:normal;
                                        font-style:normal;
                                        text-decoration:none;
                                        text-transform:none;
                                                             } 

    
    
            .main-footer, .main-footer a, .main-footer a:hover { 
                        background-color:rgb(73, 73, 74);
                            color:rgb(73, 73, 74);
                                             } 

    
    
            .main-header .main-nav li.active a, .main-header .main-nav li a:hover, .main-header .main-nav li a:focus, .main-header .main-nav li a:active, .main-header .header-nav .mobile-menu-button.button-toggle .close, .main-header .header-nav .mobile-menu-button .menu  { 
                        background-color:rgb(60, 60, 61);
                            color:rgb(255, 255, 255);
                                             } 

    
    
            .main-header .header-navigation-wrap, .main-header .header-nav.mobile-open ul { 
                        background-color:rgb(61, 61, 62);
                                                                                                                                                     } 

    
    
            .main-header .main-nav li a { 
                        background-color:rgb(60, 60, 61);
                            color:rgb(105, 212, 255);
                                            font-family:'Open Sans', sans-serif;
                                        font-size:15pt;
                                        font-weight:normal;
                                        font-style:normal;
                                        text-decoration:none;
                                        text-transform:none;
                                                                                                                                                             } 

    
    
            .main-header .artist-details .artist-info p a, .main-header .artist-details .artist-info a p { 
                                color:rgb(255, 255, 255);
                                            font-family:'Raleway', sans-serif;
                                        font-size:25pt;
                                        font-weight:normal;
                                        font-style:normal;
                                        text-decoration:none;
                                        text-transform:none;
                                                             } 

    
    
            .main-header .artist-details .artist-info h1 a, .main-header .artist-details .artist-info a h1 { 
                                color:rgb(238, 239, 242);
                                            font-family:'Raleway', sans-serif;
                                        font-size:32pt;
                                        font-weight:normal;
                                        font-style:normal;
                                        text-decoration:none;
                                        text-transform:none;
                                                             } 

    
    
            #customization_field { 
            display:none;
     } 

    
    
            .site-background { 
                        background-color:rgb(0, 0, 0);
                                                     } 

    
    
            .main-header .header-info-wrap { 
                        background-color:rgb(97, 97, 100);
                                            background-image:url('//s3.amazonaws.com/artspan-fs/member_files/ehagresta/siteGraphics/upload_4585816_231.PNG?x=1757536863');
                            background-position: center center;
                                                            background-repeat:no-repeat;
                    background-size:contain;
                                                                                                                                                                                                             } 

    
    
        

    .header-info-wrap{
    min-height:122px;
    }