/* @  
#header-om .texture {
	position: absolute;
	top: 50%;
	left: 20%;
	max-width: 50%;
}

#header-om {
	height: 100vh;
	position: relative;
}

*/ 
.section-header-om *{
    /*color: #ffffff !important;
  text-shadow: #000000 2px 2px 2px !important;*/
}
#header-om  .content,
#header-om  .content > .content-pad {
    box-sizing: border-box;
    position: relative;
    max-width: none;
    width: auto;
    /*min-height: 400px;*/
    padding: 0;
}
#header-om  .content > .content-pad .content-pad {
    padding-top: 0.4em;
    padding-right: 30px;
    padding-bottom: 0.4em;
    padding-left: 30px;
    /*background: red;*/
}
#header-om p {
    margin: 0px;
}

/*
#header-om,
#header-om h1, 
#header-om h2,
#header-om h3,
#header-om h4,
#header-om h5,
#header-om h6 {
	font-size: 150%;
	line-height: normal;
	text-shadow: #424242 3px 3px 3px;
}

#header-om .texture .content .content-pad p {
	line-height: 4em;
	font-size: 0.8em;
	text-shadow: #424242 2px 2px 2px;
}
*/

@media only screen and (min-device-width:400px) and (max-device-width:800px) 
 {
#header-om,
#header-om .content,
#header-om .content > .content-pad {
        background-size: cover !important;
        height: 350px !important;
    }
}

@media only screen and (max-width: 480px) 
 {
#header-om,
#header-om .content,
#header-om .content > .content-pad {
	/*background-color: #cccccc  !important;*/
	background-size: cover !important;
	height: 450px !important;
	}
#header-om,
#header-om h1, 
#header-om h2,
#header-om h3,
#header-om h4,
#header-om h5,
#header-om h6 {
	font-size: 140%;
	}
}
.horizontal-left {
    left: 0;
    text-align: left;
}
.horizontal-center {
    text-align: center;
}
.horizontal-right {
    right: 0;
    text-align: right;
}
.vertical-top {
    top: 0;
}
.vertical-middle {
    top: 44%;
    position: absolute;
    width: 100%;
}
.vertical-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
}







.section-header-om {
  overflow: hidden;
}
.headerom-nav .btn-navbar {
      display: none;
      padding: 7px 10px;
      margin-right: 5px;
      margin-left: 5px;
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #ededed;
      *background-color: #e5e5e5;
      background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
      background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
      background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
      background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
      background-repeat: repeat-x;
      border-color: #e5e5e5 #e5e5e5 #bfbfbf;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
         -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.headerom-nav .btn-navbar:hover,
.headerom-nav .btn-navbar:focus,
.headerom-nav .btn-navbar:active,
.headerom-nav .btn-navbar.active,
.headerom-nav .btn-navbar.disabled,
.headerom-nav .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.headerom-nav .btn-navbar:active,
.headerom-nav .btn-navbar.active {
  background-color: #cccccc \9;
}
.headerom-nav .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
.headerom_nav {
  /*position: absolute;
  top: 0;
  margin-top: 5px;*/
  text-align: center;
  width: 100%;
}
@media (min-width: 980px) {
  .headerom_nav {
      height: auto !important;
      overflow: visible !important;
  }
}

.headerom_nav.headerom-right {
    text-align: right;
}
.headerom_nav.headerom-left {
    text-align: left;
}
.headerom_nav li {
    display: inline;
    padding: 0px 10px;
}
.headerom_nav li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
}
.headerom_nav li a:hover {
  opacity: 0.9;
}
.headerom_nav li a:active {
  opacity: 1;
}
.headerom_nav.headerom-left {
  text-align: left;
}
.headerom_nav.headerom-right {
    text-align: right;
}
@media (max-width: 979px) {
  .headerom-nav .btn-navbar {
      display: block;
  }  
  .headerom_nav {
      height: 0;
      overflow: hidden;
  }
  .headerom_nav li {
      display: block;
      padding: 0 10px;
  }
}
@media (max-width: 800px) {
  #site .section-header-om .content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .responsive #site .section-header-om .headerom_nav {
    margin-top: 10px;
  }
  .responsive #site .section-header-om .headerom_nav li a {
    font-size: 11px;
  }
}

.section-header-om img.avatar{
    border-radius: 500px;
}
.headerom-avatar{
    margin-right: 10px;
}
.headerom-avatar .alignnone{
    display: inline;
}
.headerom-avatar.author-page-avatar img{
    margin-bottom: 1em;
}
.section-header-om .metabar {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}