/*
Title: Custom CSS File
Theme Name: Ashoka
Author Name: GeeksLabs
Author URI: http://themeforest.net/user/geekslabs
Website: http://geekslabs.com

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.navbar ul li a .secondary {
    margin-top: 5px;    
}
.text-light{
    margin-top: 15px;    
}
ul.hr li.hr-line {
    width: 35%;
}
.home-text h3{
    line-height: 0.5;
}
.galleryDesc {
    text-align: center;
}
.slideshow figcaption h3 {
    font-weight: 300;
    font-size: 150%;
}
.slideshow figcaption p{
    font-size: 15px;
}
#footer{
    padding: 30px;	
}
#footer .move-up a{
    border: 1px solid #fff;
}
#footer .move-up a:hover{
    background: #b8a279;
}
.div-center{
    margin: 0 auto;
     width: 300px; 
}
.div-confirm{
    margin: 0 auto;
    font-family: "Raleway",Arial,sans-serif;
    font-size: 1em;
    font-weight: 500;
    width: 400px; 
    position: relative;
    top: 40px;
    z-index: 1000;
}
.validate{
    font-family: "Raleway",Arial,sans-serif;
    font-size: .9em;
    font-weight: 500;
}

@media only screen and (min-width: 992px) {
    .galleryDesc {
        min-height: 50px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
    .galleryDesc {
        min-height: 70px;
        font-size: .9em;
    }
}
@media screen and (max-height: 480px) {	/*Mobile landscape*/
.section-info h3{
    font-size: 1.2em;
}
.section-info p{
    font-size: 1.2em;    
}
.home-text h3{    
    font-family: "Raleway",Arial,sans-serif;
    font-size: 3em;
    letter-spacing: 2px;    
    color: #fff;
    font-weight: 400;
    line-height: 1;    
    text-transform: uppercase;
}
.home-text h2{
    font-family: "Raleway",Arial,sans-serif;
    font-size: 6em;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.navbar ul li {
       margin-bottom: 18px !important;
}
.navbar .heading-sep {
      background: none !important;
}
.navbar ul li a .secondary {
    margin-bottom: 5px;    
}
.light-simple .home-text h3,.light-simple .home-text h2,.light-simple .home-carousel-caption p,.light-simple .logo{
        padding-bottom: 20px;
    }
.grid-gallery figcaption p {
    text-align: left;
}
    figure {
        font-size: .7em;
    }
}
@media print {
    h1.logo {
        display: none;
    }
    .logo img {
        display: none;
    }
    figure {
        font-size: .8em;
    }
}