/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */

div.viewport .entry-title {display:none;}
.entry-content p {font-size: 16px;}
div.slide .info {width: 584px;}
.slide .style-default {
    width: 450px;
}

/*TILT*/
div.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

div.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
div#attachment_423 {font-color: #333;}

div.slide .info {
    width: 400px;
}
.page-title, .entry-title{
font-weight: normal !important;
}
.site-navigation a {
font-family: arial !important;
}
.select2-container .select2-choice {
padding-left: 30px !important;
}