/*
Theme Name: catch-kathmandu Child
Description: catch-kathmandu WordPress child theme.
Author: Bayside Networks
Template: catch-kathmandu
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#site-logo, #hgroup, .header-sidebar, #supplementary, #main {
    padding-top: 10px;
}

#secondary {
  width:250px;
}

#primary {
    width: 990px;
}

#hgroup-wrap, .hentry, .comments-area article {
    padding-bottom: 20px;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
margin-bottom: 20px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.bigbox {
    background-color: #f3f4f5 !important;
    padding: 20px; 
}

.details {
padding: 0;
margin: 0 40px 0 30px;
background: #fff;
}

.wrapper {
padding: 20px 50px 20px 20px;
border-bottom: 1px solid #d1d1d1;
}

.dimensions {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #d1d1d1;
}

.listtext {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.productname {
    font-family: "Roboto", Arial, sans-serif; !important;
    font-size: 28px;
    font-weight: bold;
    color: #485d73;
}

.productdesc {
font-family: "Roboto", Arial, sans-serif;
font-size: 14px;
color: #485d73;
line-height: 27px;
padding-right: 35px;
}

.dimensions li {
font-family: "Roboto", Arial, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 25px;
text-align: center;
padding: 20px;
margin: 0;
list-style: none;
}

.specmain {
font-family: "Roboto", Arial, sans-serif; !important;
font-size: 25px;
font-weight: bold;
}

.specdesc {
font-family: "Roboto", Arial, sans-serif; !important;
font-size: 16px;
line-height: 10px;
}

.home-hero {
display: block;
height: 225px;
}

.herofull {
min-height: 110px;

.full {
width: 100%;
}

@media screen and (max-width: 480px) {

    .entry-title {
    display: block !important;

}
}