/*
Theme Name: artgalleria
Theme URI: http://artgalleria.com
Author: Art Galleria
Author URI: http://www.artgalleria.com/
Description: This is the theme to view different art designs.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Online Arts, white, green, sliders, arts, images, gallery
*/

@import url('css/bootstrap.min.css');
@import url('css/ie10-viewport-bug-workaround.css');

html,
body {
    margin:0;
    padding:0;
    height:100%;
    padding-top: 70px;
    font-family: 'Raleway', sans-serif;
}
#wrapper {
    min-height:100%;
    position:relative;
}
#header {
    background:#ededed;
    padding:10px;
}
#content {
    padding:0 15px 275px 15px; /* Height of the footer element */
}
.tw-top-bar {
    position: relative;
    background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    line-height: 36px;
        margin-top: 5px;
    border-bottom: 1px solid #EDEDED;
}
.tw-top-widget:first-child {
    border-right: 1px solid #e8e8e8;
}
.tw-top-widget {
    position: relative;
    font-size: 11px;
    color: #a4a4a4;
    text-shadow: 0 1px #fff;
    padding: 0 15px;
    border-left: 1px solid #e8e8e8;
}
.navbar-brand {
    height: auto;
    padding:0px;
}

.navbar-nav {
  /*  margin-top:9px; */
}

.navbar{
    background-color: rgba(255,255,255,.98)
}

#bottom{
    background: #1c1c1c;
    border-bottom: 1px solid #2a2a2a;
}
.footericon a{color: #666666 !important; }
.footericon a:hover{color: #ffffff !important; }

.fa-lg {
    line-height: .4em !important;
}



.navbar-brand{
    /* padding: 10px; */
}
.about_us{
    padding-top:80px;
    padding-bottom:80px; 
    min-height: 550px; 
}

.about_us h2{
    font-style: italic;
    font-weight: bold;
    font-family: 'Crimson Text', serif;
    text-transform: none;
    font-size: 60px;
    color: #141414;
    letter-spacing: -2px;
    margin-top: 0px;
}

.about_us p{
   font-family: 'Raleway', sans-serif;
   line-height: 28px;
   color: #6f6f6f;
}
.about_box{
    font-family: 'Raleway', sans-serif;
}
.about_box h2{ margin: 0 !important; color: #CE0000; font-size:20px;}
.about_box  h3{font-size: 18px; margin:10px 0 10px 0;}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    margin: 0;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
}
.wpcf7 textarea{
    max-height: 150px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 226px;
    outline: none;
    border: 1px solid #DBDBDB;
    background: #fff;
    color: #666666;
    line-height: 1.9em;
}
input, button, select, textarea {
    font-family: inherit; 
     font-size: inherit; 
    line-height: inherit;
}
.wpcf7 textarea {
    width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    margin: 0;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
}
.wpcf7 textarea{
    max-height: 150px;
}


input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 12px 32px;
    border: none;
    background-color: #000000;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform:uppercase;
}

.navbar-default {
    background-color: none !important;
    border-color:none !important;
}
.navbar{
    margin-bottom: 20px;
}
.shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.tw-social-icon a{
    color: #a4a4a4;
}
#copy{
    font-size: 12px !important;
}

.scrollToTop{
        position: fixed;
    z-index: 99999;
    right: 30px;
    bottom: 120px;
    display: none;
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.scrollToTop:hover{
    text-decoration:none;
}

.main_box{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.scroll{
    overflow:auto;
    padding-bottom:150px;
}

.navbar-nav>li>a {
    padding: 0;
}


.nav>li {
    padding: 0 10px 0 10px;

}


/*.nav>li:after{
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}*/

.nav>li:hover:after {
    width: 100%;
    background: #CE0000;
}

.nav>li a:hover{
 color: #000;
  text-decoration: none;
}


.no_pad_marg{
    padding: 0;
    margin:0;
    line-height: 19px;
    font-size: 12px;
}
.maroon_color{
    color: #CE0000;;
}
.textwidget p{line-height: 25px;}
.wpcf7-form p{line-height: 3em;}

.consultants_img_link{
    margin-top:50px;
    font-size:12px;
}
.footericon a{color: #666666 !important; }
.footericon a:hover{color: #ffffff !important; }


.artworkbox{
    min-height: 80px;
}

.m-up-2{
  margin-top: -2px !important;     
}
.m-b-10{
    margin-bottom: 10px;
}

.m-b-16{
    margin-bottom: 16px;
}

.m-t-0{
    margin-top:0px; 
}
.m-t-5{
 margin-top: 5px;
}
.m-t-15{
 margin-top: 15px;
}
.m-t-20{
 margin-top: 20px;
}

.m-t-30{
 margin-top: 30px;
}
.m-t-10{
 margin-top: 10px;
}
.m-b-30{
    margin-bottom: 30px;
}

.m-l-6{
    margin-left:6px !important; 
}

.m-t-100{
    margin-top: 100px;
}

.m-t-50{
    margin-top: 50px;
}

.m-b-20{
    margin-bottom: 20px;
}

.m-b-0{
    margin-bottom: 0;
}

.p-l-15{
    padding-left:15px; 
}

.m-b-100{
    margin-bottom:100px; 
}

.m-b-50{
    margin-bottom: 50px;
}
.p-r-60{
    padding-right:60px; 
}

.p-r-0{
    padding-right: 0px;
}

.p-b-15{
    padding-bottom: 15px;
}

.p-t-5{
    padding-top:5px; 
}
.p-t-10{
    padding-top:10px; 
}
.p-t-20{
    padding-top: 20px;
}

.p-b-20{
    padding-bottom:20px; 
}

.p-b-200{
    padding-bottom: 200px;
}

.p-b-150{
    padding-bottom: 150px;
}

.p-b-100{
    padding-bottom: 100px;
}


.p-b-50{
    padding-bottom: 50px;
}

.p-r-10{
    padding-right:10px; 
}

.p-b-5{
    padding-bottom: 5px;
}

.fs-72{
    font-size: 72px;
}

.fs-22{
    font-size: 22px;
}

.fs-20{
    font-size: 20px;
}

.fs-16{
    font-size: 16px;
}

.fs-12{
    font-size: 12px;
}

.b-t{
 border-top:1px solid #ccc;
}

#copy p{
    margin: 0 !important;
}

.no-image-artwork{

    border:1px solid #cccccc;
    background: #efefef;
    min-height:250px;
    width:260px;
}

.no-image-text{
    margin-top: 45%;
    color:#000000;
}

.no-image-ad{
    width:100%;
    background:#efefef;
    min-height:500px; 
}

.no-image-ad span{
    line-height: 500px;
}

.min-height-151{
    min-height: 151px !important;
}

.portfolio-img a{
    text-decoration: none;
}

.portfolio-image a{
    text-decoration: none;
} 
.no-artist-img{
    line-height:130px; 
    color:#000000;
}

.portfolio-item a{
    text-decoration: none;
}

.no-padding{
    padding: 0;
}


.frame {
    height: 50px;      /* equals max image height */
    width: 160px;
    white-space: nowrap;
    text-align: center; margin: 0.8em 0;
}

.logo-link{
    display: inline-block !important; 
    height: 100% !important;
    vertical-align: middle !important;
}
.logo-link img{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}


@media (min-width: 768px) {
    .navbar-nav li a {
        padding-top:2px !important; 
        line-height:50px !important;    
    }
    .navbar-header a {
        line-height:70px !important;    
    }

    .navbar-right li a{
        padding-top:2px !important; 
        line-height:70px !important;   
    }
    
    .navbar-brand h3 {
     margin-top:0;
     margin-bottom:0;
     line-height: 40px; 
    }

    .header-op-4 li a{
        line-height: 20px !important;
    }
    .social .cta-button{
        line-height: 70px;
    }
}
.frame-op-4{
    margin: 0 !important;
}

@media (max-width: 767px) {
   .navbar-nav li a {
        line-height:25px !important;    
    }
    .social{
        padding-bottom: 7px;
    }
    .social .cta-button{
        line-height: 25px;
    }
}

.navbar-toggle {
    margin-top:20px;
}


.social .cta-button a{
    line-height: 20px !important;
}

/**
* =================================== Header Option 1,2,3 ===================================
*/

.header-op .header-logo{
    height: 50px;
}

.header-op #navbar{
    padding: 0 15px 0 15px;
}
.header-op .navbar-nav{
    /*margin-top: 8px;*/
       
}

.b-r{
    border-right:1px solid #CDCDCD; 
}


.header-op .nav{
    padding: 0 15px 0 15px;
}


.header-op .nav>li>a:hover {
 color:#000000 !important;   
}

.header-op .nav>li:after {
    background: #000000;
}

.header-op .social{
   /* margin-top: 17px; */
}
.header-op ul{
    margin-bottom: 0;
    padding-left:10px; 
}
.header-op .social li{
    list-style: none;
    display: inline-block;
    padding: 0 8px;
}
.header-op .social li a{
    color: #4f4f4f;
}

.header-op .social li i{
    font-size:22px;
    padding:2px;
}


/**
* =================================== end Header Option 1,2,3 ===============================
*/



/**
* =================================== Header Option 4 ===================================
*/

.header .header-logo{
    height: 38px;
}

.header .navbar-brand{
    margin-left:2px !important;
    margin-bottom:7px;
}
.header .navbar-nav{
    margin-top: 10px;
}


.header .nav{
    padding: 0 15px 0 15px;
}




.header .nav>li:after {
    background: #000000;
}


.header .tw-top-bar{
    border-bottom:1px solid #cccccc;
    background: none;
}

.header .social{

}
.header ul{
    margin-bottom: 0;
    padding-left:10px; 
}
.header .social li{
    list-style: none;
    display: inline-block;
    padding: 0 8px;
}
.header .social li a{
    color: #4f4f4f;
}

.header .social li i{
    font-size:16px;
    padding:2px;
}

.header .contact-icons i{
     font-size:16px;
    padding:2px;
}

.header .contact-icons span{
    padding-right:10px; 
}

/**
* =================================== end Header Option 4 ===============================
*/



/**
* =================================== end Header Option 5 ===============================
*/

.header-center .header-logo{
    height: 38px;
}

.header-center .navbar-brand{
    margin-left:2px !important;
}
.header-center .navbar-nav{
    margin-top: 8px;
}


.header-center .nav{
    padding: 0 15px 0 15px;
}


.header-center .nav>li>a:hover {
 color:#000000 !important;   
}

.header-center .nav>li:after {
    background: #000000;
}

.header-center .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.header-center .navbar .navbar-collapse {
  text-align: center;
}

.logo-center {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.header-center .social{

}
.header-center ul{
    margin-bottom: 0;
    padding-left:10px; 
}
.header-center .social li{
    list-style: none;
    display: inline-block;
    padding: 0 8px;
}


.header-center .social li i{
    font-size:16px;
    padding:2px;
}


/**
* =================================== end Header Option 5 ===============================
*/



/**
* ================================= start header Option 6 ===============================
*/


/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/**
* ================================ end header Option 6 ==================================
*/

.color-gray{
    color: #efefef;
}

.footer_menu ul{
    margin: none;
}
.footer_menu ul li{
    display: inline-block;
    list-style: none;
    padding: 0 26px 0 0;
}

.footer_menu ul li a{
    text-decoration: none;
}

.footer_social ul li{
    display: inline-block;
    padding:0 21px 0 0;
    font-size: 16px;
}

.footer_social ul li a{
    color:#efefef;;
}

.f-social li{
    display: inline-block;
    padding:0 21px 0 0;
    font-size: 16px;
}


.social-op-two :last-child{
    padding-right: 0px !important;
}


.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.navbar-default .navbar-nav>.active>a:hover{
    background: none;
}


.blog-container{
    position: relative;
    max-height: 281px;
    overflow:hidden;
}
.blog-container img{
    width: 100% !important;
}
.blog-link{
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
.blog-anchor:hover .blog-link{
    opacity: 1;
}


.uppercase{
    text-transform: uppercase;
}


.blog-container-fit{
    position: relative;
    max-height: 281px;
    overflow:hidden;
}

.fit-square{
    
    vertical-align:middle;
    text-align:center;
    height:300px;
}

.fit-square img{
    display: inline-block;
    margin: auto;
    height: 255px;
}

.event-container{
    overflow:hidden;
}

.event-container img{
    width: 100% !important;
}

.event-container h5{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}

.event-heading{
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    margin: 0 0 50px;
    text-align: center;
    color: #aaaaaa;
    position: relative;
}


.event-heading:after {
    content: '.';
    text-indent: -9999px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    position: absolute;
    height: 0;
    top: 49%;
    left: 0;
    right: 0;
    z-index: 1;
}

.event-heading span{
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 18px 0 20px;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    font-size: 15px;
}

.event-date{
    margin: 20px 0 20px 0;
}

.event-location, .event-date{
        color: #999;
}
.event-image{
    overflow: hidden;
    margin-bottom: 50px;
}
.event-image img{
    width: 100%;
}

.event{
     color: #999;
}

.post-content{
    line-height:22px;
}

.post-title{
 color:#6b776c;
}

.post-img img{
    width:100%;
}

.contact-container{
    min-height:400px;
    background: rgba(0, 0, 0, 0.5);
    border-radius:5px
}

.contact-container h2{
    color: #ffffff;
}

/* Contact Form 7 */

.ag-contact ::-webkit-input-placeholder {
    color:#ffffff;
}

.ag-contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
.ag-contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}

.ag-contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}


.ag-contact  input[type="text"],
.ag-contact  input[type="email"]{
    display: inline;
    background: none;
    border:1px solid #ffffff;
    color: #ffffff;
    width: 49.6%;
    margin-bottom: 10px;

}
.your-subject input[type="text"]{
    width: 100%;
}
.ag-contact textarea{
    background: none;
    border:1px solid #ffffff;
    color: #ffffff;
    margin-bottom:15px;
}
.ag-contact input[type="submit"]{
    float: right;
    background: #ffffff;
    color:#000000;
    padding: 8px 30px 8px 30px;
}


.ag-contact 
.use-floating-validation-tip 
span.wpcf7-not-valid-tip{
    border: 1px solid #ffffff;
    background: #000000;
    color: #ffffff;
}
.contact-container div.wpcf7-validation-errors {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}
@media only screen and (max-width:500px) { 
 .ag-contact  input[type="text"],
.ag-contact  input[type="email"]{
    width: 100%;
 }

}
/* Contact Form 7 */

.footer-social-op{
    margin-bottom: 20px;
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .footer_menu li a{
        font-size: 75%;
    }

    .footer-social-op{
        margin-bottom: 15px;
    }

    .footer_social ul li{
       font-size:20px;
    }

    .filter li a {
      padding: 5px 8px !important;
      font-size: 8px !important;
    }

    .header .social li i {
        font-size: 18px;
    }
    .header .contact-icons i {
        font-size: 20px;
    }

    .text-sm-center{
        text-align: center;
    }

    .footer-op-2 .text-right{
        text-align: center;
    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .footer_menu li a{
        font-size: 75%;
    }

    .footer-contact{
       font-size: 75%;    
    }

    .footer-social-op{
        margin-bottom: 15px;
    }

    .footer_social ul li{
       font-size:20px;
    }

    .contact-icons{
        font-size: 85%;
    }

    .filter li a {
      padding: 5px 8px !important;
      font-size: 8px !important;
    }

    .header .social li i {
        font-size: 18px;
    }

    .header .contact-icons i {
        font-size: 20px;
    }

    .text-sm-center{
        text-align: center;
    }

    .footer-op-2 .text-right{
        text-align: center;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .text-sm-center{
        text-align: center;
    }

    .footer-op-2 .text-right{
        text-align: center;
    }



}



#evetMap{
    height:500px;
}

.border{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.dropdown-filter{
    border:1px solid #efefef;
    padding: 0;
}



#footer{
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    padding-bottom:30px;
}


.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
} 

.cta-button a{
    padding:5px 6px !important;
    border-radius: 0px;
}

.under-line{
    text-decoration: underline;
}


/* ============== 404 ============================ */
.headling-color{   color:#565a5d; }
.color-subheading{ color:#85878D; }
.menu ul{ padding: 0; }
.menu ul li{ list-style: none; line-height: 24px; }
.message{font-size:36px; line-height: 40px; color:#565a5d;}

/* ============= Social Share ArtWork Page ===================== */
.social_share { margin-bottom:30px !important; }    
.social_share li{ margin-right: 10px !important;  }
.social_share li i{ font-size: 20px; }


/*============ artwork detail page ============================= */

.img-thumb{
    margin-right: 20px;
    margin-top: 20px;
    height: 150px !important;
}


.h-150{
    height: 150px;
}



.profileSocial {
    margin: 0;
    padding: 0;
}

.profileSocial li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

/* ------ Stripe Buy Now Button ------- */
.stripe-button-el span{
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    font-size: 12px !important; 
}

@media only screen and (max-width:61.9375em) and (min-width:48em) { 
    .header-option1{ display: none; }
    .b-r { border:none; }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px !important;
    }
}



