/*  
Theme Name: Titan Child
Theme URI: http://themes.themegoods.com/titan_wp
Description: Premium Template for Photography Portfolio
Version: 1.0
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
License URI: http://themeforest.net/licenses/regular_extended
Template: pptitan
*/

/* Import layout */
@import url(../pptitan/style.css);



#copyright {
   width: 90%;
}
.social_wrapper {
   width: 10%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle {
   font-size: 18px;
}
#footer .sidebar_widget li h2.widgettitle {
   margin-bottom: 0;
}
/* 
#gallery_caption h2 {
   color: #ffffff !important; 
   background-color: #000000;
}
*/
h2 {
   font-size: 28px;
   line-height: 1;
   margin-top: 20px;
}
h4 {
   margin-top: 10px;
}
#page_content_wrapper ul {
   margin-top: 0;
}
a#prevslide, a#nextslide {
   display: none !important;
}
#gallery_caption .gallery_desc {
   font-size: 20px;
   line-height: 28px;
   padding: 10px;
   font-family: 'helvetica neue',Helvetica, arial,sans-serif;
   font-weight: 300;
}
input[type="text"], input[type="password"], textarea, input[type="email"] {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    color: #999999;
    border: 1px solid #555555;
    border-radius: 3px;
    font-family: 'helvetica neue',Helvetica, arial,sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 12px 10px 11px;
    max-width: 90%;
}
.footer_bar {
   margin-bottom: 0;
}

#menu-item-95 {
   background-color: #000000;
   color: #ffffff;
}
#menu_wrapper .nav ul li#menu-item-95 a, #menu_wrapper div .nav li#menu-item-95 a {
   color: #ffffff;
}
#menu_wrapper .nav ul li#menu-item-95 a:hover, #menu_wrapper div .nav li#menu-item-95 a:hover {
   color: #ffff00;
}

img {
   max-width: 100%;
   height: auto;
}

@media only screen and (max-width: 767px) {
    #gallery_caption { 
        display: block !important; 
        width: 90%;
    
     }
    #gallery_caption h2 {
        font-size: 16px;
        line-height: 24px;
        padding: 5px;
    }
    .one_half {
      width: 100%;
    }
    #gallery_caption .gallery_desc {
   font-size: 14px;
   line-height: 18px;
   padding: 5px;
}
}