/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

@font-face {
  font-family: 'BrownStd';
  src: url('fonts/BrownStd-Regular.eot');
  src: url('fonts/BrownStd-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/BrownStd-Regular.woff') format('woff'),
       url("fonts/BrownStd-Regular.otf") format('opentype'),
       url('fonts/BrownStd-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6{
  font-family: BrownStd !important;
  line-height: 1.4 !important;
}
.x-navbar .x-nav-wrap .x-nav > li > a{
  font-family: BrownStd !important;
}

.x-main .widget{
  text-align: center;
  margin-top: 1em;
  font-size: 0.75em;
}
.h-widget{
  margin: 0;
}
.x-main .widget iframe{
  margin-top: 1em;
}
.entry-title, .h-widget{
  font-size: 150% !important;
}
.portfolio-page .entry-title{
  text-align: center;
  font-size: 125% !important;
}
.clearfix{
  display:block;
  width: 100%;
  clear:both;
}
.textwidget.social-links{
  font-size: 24px;
}
.textwidget.social-links a{
  padding: 6px;
}
.textwidget.social-links a:hover{
  opacity: 0.6;
}
a.entry-thumb:before{
  display: none !important;
}
a.entry-thumb:hover img{
  opacity: 1;
}/*
@media all and (max-width: 767px){
.x-column.x-sm {
    float: none;
    width: 100%;
    margin-right: 0;
}
}*/