/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.extra-padding{
padding-bottom: 50px;
	align: left;
}

.video-title{
font-size: 19px;
}
.grid .readmore {
    display: none;
    clear: both;
}
.site-branding {
margin-top: 40px;
}
.postedon{
display: none;
}
#masthead {
max-height : 80px;
}
body {
  font-family: Sans-Serif;
}
h1.site-title.title-font {
  font-family: Sans-Serif;
}
ul#menu-top-menu.menu a {
  font-family: Sans-Serif;
}
ul#menu-top-menu-1-menu.menu a {
  font-family: Sans-Serif;
}
ul li a {
  font-family: Sans-Serif;
}
h1, h2, h3, h4, h5 {
  font-family: Sans-Serif;
}
a {
  font-family: Sans-Serif;
}
.entry-meta {
display:none;
}

[class*='col-'] {
  float: left;
}
.col-1-2 {
  width: 50%;
}
.col-1-4 {
  width: 25%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  padding-right: 20px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 500px) {
	.col-1-3 {
  width: 100%;
}
.col-1-2 {
  width: 100%;
}
.col-1-4 {
  width: 100%;
}
   
}
.entry-title-smaller {
font-size: 30px;
}
.col-1-5.extra-padding {
  overflow: hidden;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.featured-thumb img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.col-1-5.extra-padding:hover img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
   transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
