/*
 Theme Name:     Trim Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Trim Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Trim
 Version:        1.0.0
*/

@import url("../Trim/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
#left_area ul ul { padding-left: 20px; }
#menu .nav a>span {
    padding: 12px 12px 11px;
}

.extrablock a {
    padding: 20px 30px;
    border: 1px solid #ccc;
    margin: 10px 0;
    display: block;
}

.entry, #comment-wrap {
    padding: 0 0 35px 0;
}
#search-form #searchinput { color: #aaa;width: 127px; }
#search-form {

    margin: 0 47px 23px 0;
}

#films, .prjects {text-align: center;  vertical-align: top;
}
.prjects  {text-align: left; }
#films .pnt, .prjects .pnt {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  padding: 5px 10px 20px;
  vertical-align: top;
}
.prjects .pnt { 
  width: 32%;

}
.prjects h3 {     padding: 15px 10px 25px; }


#top-area2 {
position: relative;
}
#top-area2:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 193px;
  height: 47px;
  background: url(images/tm.png);
      z-index: 2;
}

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

  .prjects .pnt {
      width: 48%;
  }

}

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

  #films .pnt, .prjects .pnt {
      width: 100%;
  }

}


#menu #main-menu {
    width: inherit;
}

select#cat {
  width: 100%;
}