/*-----------------------------------------------------------------------------------

   Theme Name: Koncept Child
   Theme URI: 
   Description: Koncept Child Theme
   Author URI: 
   License: GNU General Public License version 3.0 & Envato Regular/Extended License
   License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
   Version:  
   Template: koncept

   All PHP code is released under the GNU General Public Licence version 3.0
   All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License (http://themeforest.net/licenses)

-----------------------------------------------------------------------------------*/

/*Theme Customisation*/

body{background-color: #fff;}

.sticky #header {
   background-color: rgba(255, 255, 255, 0.8);
}

#header a{
   color: #828282;
   padding-left: 0;
   padding-right: 0;
   text-decoration: none;
   font-weight: 400 !important;
}

#header a:hover{
   color: #000;
}

#header a#logo{color: #000;}
#header a#logo:hover{color: #282828;}

#header .selected.menu-item a{
   color: #000;
   text-decoration: underline;
   font-weight: 400 !important;
}

#portfolio .item a{border: 0 !important;}

.wp-caption {
   width: 100% !important;
   max-width: 100% !important;
   margin: 0;
}

.wp-caption a {
   border: 0 !important;
}

.wp-caption-text {
   font-size: 17px;
}

.wp-caption img {
   width: 100% !important;
   max-width: 100% !important
}

@media (max-width: 760px) {
   .single-portfolio #article,
   .page-template-default #article,
   .page-template-template-contact #article{
     padding-left: 40px;
     padding-right: 40px;
   }
}

@media (max-width: 520px) {
   .single-portfolio #article,
   .page-template-default #article,
   .page-template-template-contact #article {
     padding-left: 30px;
     padding-right: 30px;
   }
}

#menu-item-1053 a,
#menu-item-1053 a:hover{
   color: #c8c8c8;
   cursor: default;
}



#footer {
  background: #fff;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
}

#portfolio .item .caption h3 {
  text-transform: none;
}
