/* ==========================================================================
  Hierarchy
========================================================================== */
/*
  1 - Header
    i) Nav
    ii) BG
  2- Theme Collection
  3- Main heading For Home Page
  4- recent theme collection
  5- section featured on
  6- Footer
  7- inner-page-heading
  8- sidebar
  9- blog posts
  10-single blog post
  11- tags
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1024px) {
  .col-sm-centered {
    float: none;
    margin: 0 auto; } }
/* Medium devices (desktops, 992px and up) */
.transition, .theme-collection .theme-box .theme-img .theme-img-hover, .theme-collection .theme-box .theme-img .theme-img-hover-text, .theme-collection .theme-box .theme-img .theme-img-hover-text a, .theme-collection .theme-box .theme-box-content h4 a, .featured-on .featured-on-images img, footer .widget .widget-content .media .recent-post-img .media-image-hover, footer .widget .widget-content .media .media-body h5 a, footer .widget .widget-content ul li a, footer .widget .widget-content .social-circle a, .footer-bottom p a, #inner-page-heading .breadcrumb li a, aside .widget .widget-content .categories li a, aside .widget .widget-content .media .recent-post-img .media-image-hover, aside .widget .widget-content .media .media-body h5 a {
  transition: all 0.5s ease; }

/* ==========================================================================
  Header ==> Nav
========================================================================== */
header {
  padding-top: 80px; }
  header nav.navbar-default {
    border: none;
    background: #fff;
    padding: 0 25px;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      header nav.navbar-default {
        padding: 0; } }
    header nav.navbar-default .navbar-header .navbar-brand {
      padding: 18px 15px;
      height: auto; }
    header nav.navbar-default .navbar-nav > li > a {
      padding: 30px 18px;
      color: #aaaaaa;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }
    header nav.navbar-default .navbar-nav > li > a:hover,
    header nav.navbar-default .navbar-nav > li > a:focus {
      color: #444444; }
    header nav.navbar-default .navbar-nav > .open > a,
    header nav.navbar-default .navbar-nav > .open > a:hover, header nav.navbar-default .navbar-default .navbar-nav > .open > a:focus {
      background: transparent !important;
      color: #444444; }
    @media screen and (min-width: 993px) {
      header nav.navbar-default .navbar-nav .dropdown:hover .dropdown-menu {
        display: block; } }
    @media screen and (min-width: 760px) {
      header nav.navbar-default a.dropdown-toggle .caret {
        display: none; } }
    header nav.navbar-default .navbar-nav > .active > a, header nav.navbar-default .navbar-nav > .active > a:hover, header nav.navbar-default .navbar-default .navbar-nav > .active > a:focus {
      background: transparent;
      color: #444444; }
    header nav.navbar-default .dropdown-menu {
      padding: 0;
      min-width: 200px; }
    header nav.navbar-default .dropdown-menu > li > a {
      color: #aaaaaa;
      padding: 10px 20px;
      border-bottom: 1px solid #e6e6e6; }
    header nav.navbar-default .dropdown-menu > li > a:hover, header nav.navbar-default .dropdown-menu > li > a:focus {
      color: #444444; }
    header nav.navbar-default .navbar-nav > .active > a, header nav.navbar-default .navbar-default .navbar-nav > .active > a:hover, header nav.navbar-default .navbar-nav > .active > a:focus {
      background: transparent;
      color: #444444; }
    header nav.navbar-default .tthemes-nav-search {
      display: none;
      position: absolute;
      right: 224px;
      top: 7px;
      width: 50%;
      z-index: 2; }
      header nav.navbar-default .tthemes-nav-search .form-control {
        width: 100%;
        height: 50px; }
    header nav.navbar-default .social-nav-icon {
      margin-left: 40px; }
      header nav.navbar-default .social-nav-icon li a {
        padding: 30px 13px; }
      header nav.navbar-default .social-nav-icon li:nth-of-type(1):hover a {
        color: #3b5998; }
      header nav.navbar-default .social-nav-icon li:nth-of-type(2):hover a {
        color: #00aced; }
      header nav.navbar-default .social-nav-icon li:nth-of-type(3):hover a {
        color: #d34836; }

@media (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block;
    margin-top: 22px;
    margin-bottom: 22px; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
	.admin-bar .navbar-fixed-top {
		top: 32px;
	}
	@media screen and (max-width: 782px) {
		.admin-bar .navbar-fixed-top {
			top: 46px;
		}
	}

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
/* ==========================================================================
  Header ==> Bg
========================================================================== */
#headerBg {
  background: url("../images/headerBg.png") no-repeat;
  max-height: 700px;
  height: 700px;
  background-size: cover; }
  #headerBg .headerBg-text {
    display: table;
    width: 100%;
    height: 700px;
    max-height: 700px;
    text-align: center; }
    #headerBg .headerBg-text .headerBg-inner-text {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      text-transform: uppercase; }
      #headerBg .headerBg-text .headerBg-inner-text h3 {
        margin-bottom: 36px;
        font-weight: 500;
        color: #fff; }
      #headerBg .headerBg-text .headerBg-inner-text h1 {
        font-size: 46px;
        letter-spacing: 3px;
        font-weight: 800;
        margin-bottom: 26px;
        color: #fff; }
      #headerBg .headerBg-text .headerBg-inner-text p {
        font-size: 20px;
        color: #dadada;
        font-family: 'Open Sans', sans-serif;
        text-transform: none;
        margin: 0 auto;
        margin-bottom: 43px;
        text-align: center; }
        @media screen and (min-width: 992px) {
          #headerBg .headerBg-text .headerBg-inner-text p {
            width: 805px; } }

/* ==========================================================================
  2- Theme Collection
========================================================================== */
.theme-collection:nth-of-type(odd) {
  background: #fafafa; }
.theme-collection .theme-box {
  border: 1px solid #e0e0e0;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 1px 3px 5px 1px rgba(68, 68, 68, 0.1);
  -moz-box-shadow: 1px 3px 5px 1px rgba(68, 68, 68, 0.1);
  box-shadow: 1px 3px 5px 1px rgba(68, 68, 68, 0.1);
  margin-bottom: 80px; }
  .theme-collection .theme-box .theme-img {
    height: 250px;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e0e0e0; }
    .theme-collection .theme-box .theme-img img {
      object-fit: cover;
      -o-object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center top; }
    .theme-collection .theme-box .theme-img .theme-img-hover {
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(29, 78, 97, 0);
      width: 100%;
      height: 100%;
      z-index: 1;
      display: table; }
    .theme-collection .theme-box .theme-img .theme-img-hover-text {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      opacity: 0; }
      .theme-collection .theme-box .theme-img .theme-img-hover-text i {
        font-size: 24px;
        font-weight: bold;
        display: block;
        color: white;
        margin-bottom: 20px; }
      .theme-collection .theme-box .theme-img .theme-img-hover-text a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        color: white; }
  .theme-collection .theme-box .theme-box-content {
    text-align: center;
    padding: 11px 0; }
    .theme-collection .theme-box .theme-box-content h4 {
      margin-bottom: 18px; }
      .theme-collection .theme-box .theme-box-content h4 a {
        text-decoration: none;
        color: #444444; }
        .theme-collection .theme-box .theme-box-content h4 a:hover {
          color: #03b0f4; }
    .theme-collection .theme-box .theme-box-content p {
      color: #8e8e8e;
      font-size: 14px; }
      .theme-collection .theme-box .theme-box-content p:nth-of-type(2) {
        color: #6c6c6c;
        padding: 0 15px; }
    .theme-collection .theme-box .theme-box-content .btn {
      margin-bottom: 20px; }
  .theme-collection .theme-box:hover .theme-img .theme-img-hover {
    background: rgba(29, 78, 97, 0.7); }
    .theme-collection .theme-box:hover .theme-img .theme-img-hover .theme-img-hover-text {
      opacity: 1; }
  .theme-collection .theme-box .featured-tag .featured {
    border-bottom: 30px solid #03b0f4;
    border-left: 30px solid transparent;
    border-right: 31px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -39px;
    text-align: center;
    top: 12px;
    transform: rotate(45deg);
    width: 130px;
    z-index: 2;
    -webkit-box-shadow: 0 4px 0px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 0px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 0px -1px rgba(0, 0, 0, 0.2); }
    .theme-collection .theme-box .featured-tag .featured p {
      color: #fff;
      font-weight: bold;
      font-style: italic;
      font-family: 'Open Sans', sans-serif;
      line-height: 2; }
  .theme-collection .theme-box .featured-tag .left-corner {
    background: #017fb1 none repeat scroll 0 0;
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 71px;
    top: -8px;
    width: 12px; }
  .theme-collection .theme-box .featured-tag .right-corner {
    background: #017fb1 none repeat scroll 0 0;
    display: inline-block;
    height: 12px;
    position: absolute;
    right: -9px;
    top: 72px;
    width: 12px;
    z-index: 0; }

/* ==========================================================================
  3- main heading for home page
========================================================================== */
.main-heading {
  text-align: center; }
  .main-heading h1 {
    margin-bottom: 40px; }
  .main-heading p {
    font-size: 18px;
    color: #8e8e8e;
    margin-bottom: 80px; }

/* ==========================================================================
  4- recent theme collection
========================================================================== */
.recent-themes .theme-box-contain {
  margin-bottom: 80px; }
  .recent-themes .theme-box-contain .theme-box {
    margin-bottom: 36px; }
.recent-themes .nav-tabs > li, .recent-themes .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* for IE7*/
  *zoom: 1;
  /* for IE7*/ }
.recent-themes .nav-tabs {
  text-align: center;
  border: 1px solid #e0e0e0;
  border-bottom: 5px solid #e0e0e0;
  border-radius: 4px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 85px; }
.recent-themes .nav-tabs > li {
  position: relative; }
.recent-themes .nav-tabs > li > a {
  color: #aaaaaa;
  border-radius: 0; }
.recent-themes .nav-tabs > li.active > a, .recent-themes .nav-tabs > li.active > a:hover, .recent-themes .nav-tabs > li.active > a:focus {
  background-color: #03b0f4;
  border: none;
  color: #fff; }
  .recent-themes .nav-tabs > li.active > a:after, .recent-themes .nav-tabs > li.active > a:hover:after, .recent-themes .nav-tabs > li.active > a:focus:after {
    content: "";
    height: 5px;
    width: 100%;
    background: #0396d0;
    position: absolute;
    bottom: -5px;
    left: 0; }
.recent-themes .nav > li > a:focus,
.recent-themes .nav > li > a:hover {
  background: #03b0f4;
  color: #fff; }
  .recent-themes .nav > li > a:focus:after,
  .recent-themes .nav > li > a:hover:after {
    content: "";
    height: 5px;
    width: 100%;
    background: #0396d0;
    position: absolute;
    bottom: -5px;
    left: 0; }

/* ==========================================================================
  5- section featured on
========================================================================== */
.featured-on {
  padding: 80px 0; }
  .featured-on h3 {
    text-transform: capitalize;
    margin-bottom: 80px; }
  .featured-on .featured-on-images img {
    margin-right: 80px;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%); }
    .featured-on .featured-on-images img:last-of-type {
      margin-right: 0; }
    .featured-on .featured-on-images img:hover {
      -webkit-filter: grayscale(0);
      /* Chrome, Safari, Opera */
      filter: grayscale(0);
      cursor: pointer; }

/* ==========================================================================
  6- section featured on
========================================================================== */
footer {
  padding: 80px 0;
  background: #444444; }
  footer .widget .widget-heading h4 {
    color: #ececec;
    margin-bottom: 40px;
    text-transform: capitalize; }
  footer .widget .widget-content .media {
    margin-bottom: 10px; }
    footer .widget .widget-content .media .recent-post-img {
      position: relative; }
      footer .widget .widget-content .media .recent-post-img img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        -o-object-fit: cover; }
      footer .widget .widget-content .media .recent-post-img .media-image-hover {
        display: block;
        background: #000000;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    footer .widget .widget-content .media .media-body h5 a {
      font-size: 16px;
      color: #aaaaaa;
      text-decoration: none;
      line-height: 1.5;
      padding-right: 10px; }
      footer .widget .widget-content .media .media-body h5 a:hover {
        color: #03b0f4; }
    footer .widget .widget-content .media .media-body span {
      color: #aaaaaa;
      font-size: 10px;
      margin-right: 5px; }
      footer .widget .widget-content .media .media-body span a {
        color: inherit;
        text-decoration: none; }
        footer .widget .widget-content .media .media-body span a:hover {
          color: #03b0f4; }
      footer .widget .widget-content .media .media-body span i {
        color: inherit;
        margin-right: 5px; }
    footer .widget .widget-content .media:hover .recent-post-img .media-image-hover {
      opacity: 0.5; }
  footer .widget ul.menu {
    padding-left: 0;
    list-style: none; }
    footer .widget ul.menu li {
      margin-bottom: 3px; }
      footer .widget ul.menu li a {
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
        color: #aaaaaa; }
        footer .widget ul.menu li a:hover {
          color: #03b0f4; }
  footer .widget .widget-content .footer-form p {
    color: #aaaaaa;
    font-size: 13px;
    margin-bottom: 20px; }
  footer .widget .widget-content .footer-form .form-group {
    margin-bottom: 10px; }
    footer .widget .widget-content .footer-form .form-group .form-control {
      height: 40px;
      background: #6c6c6c;
      border-color: #6c6c6c;
      color: #aaaaaa; }
    footer .widget .widget-content .footer-form .form-group button {
      margin-bottom: 24px; }
  footer .widget .widget-content .social-circle h4 {
    color: #fff;
    margin-bottom: 20px; }
  footer .widget .widget-content .social-circle a {
    display: inline-block;
    background: #6c6c6c;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin-right: 3px; }
    footer .widget .widget-content .social-circle a i {
      display: inline-block;
      color: #fff;
      font-size: 13px; }
    footer .widget .widget-content .social-circle a:hover {
      background: #03b0f4; }

.footer-bottom {
  background: #2e2e2e;
  padding: 15px 0; }
  .footer-bottom p {
    color: #6c6c6c;
    margin: 0; }
    .footer-bottom p a {
      color: #6c6c6c; }
      .footer-bottom p a:hover {
        color: #03b0f4; }

/* ==========================================================================
  7- inner-page-heading
========================================================================== */
#inner-page-heading {
  background: #f0f0f0;
  padding: 30px 0;
  margin-bottom: 90px; }
  #inner-page-heading h4 {
    margin: 0;
    text-transform: capitalize; }
  #inner-page-heading .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0; }
    #inner-page-heading .breadcrumb li a {
      color: #8e8e8e;
      text-decoration: none;
      text-transform: capitalize; }
      #inner-page-heading .breadcrumb li a:hover {
        color: #444444; }
  #inner-page-heading .breadcrumb > .active {
    color: #8e8e8e; }

.categories-collection {
  background: transparent !important;
  margin-bottom: 60px; }
  .categories-collection .theme-box {
    margin-bottom: 38px; }

.pagination {
  margin-top: 0;
  margin-bottom: 100px;
  border: 1px solid #e0e0e0;
  border-bottom-width: 4px; }

.pagination > li > a, .pagination > li > span {
  border: none;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #aaaaaa;
  padding: 8px 20px; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #03b0f4;
  border-color: #03b0f4; }
  .pagination > .active > a:after, .pagination > .active > a:hover:after, .pagination > .active > a:focus:after, .pagination > .active > span:after, .pagination > .active > span:hover:after, .pagination > .active > span:focus:after {
    content: "";
    height: 4px;
    width: 100%;
    background: #0396d0;
    position: absolute;
    bottom: -4px;
    left: 0; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #fff;
  background: #03b0f4; }
  .pagination > li > a:hover:after, .pagination > li > a:focus:after, .pagination > li > span:hover:after, .pagination > li > span:focus:after {
    content: "";
    height: 4px;
    width: 100%;
    background: #0396d0;
    position: absolute;
    bottom: -4px;
    left: 0; }

/* ==========================================================================
  8- sidebar
========================================================================== */
aside .widget {
  margin-bottom: 50px; }
  aside .widget .widget-heading h4 {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: bold; }
  aside .widget .widget-content .categories {
    list-style: none;
    padding: 0; }
    aside .widget .widget-content .categories li {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 5px; }
      aside .widget .widget-content .categories li a {
        color: #8e8e8e;
        font-size: 14px;
        text-transform: capitalize;
        display: block;
        text-decoration: none; }
        aside .widget .widget-content .categories li a i {
          display: inline-block;
          padding: 0 20px 0 10px; }
        aside .widget .widget-content .categories li a span {
          padding-right: 10px; }
        aside .widget .widget-content .categories li a:hover {
          background: #03b0f4;
          color: #fff; }
  aside .widget .widget-content .media {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0; }
    aside .widget .widget-content .media .recent-post-img {
      position: relative;
      border: 1px solid #e0e0e0;
      margin-right: 15px; }
      aside .widget .widget-content .media .recent-post-img img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        -o-object-fit: cover; }
      aside .widget .widget-content .media .recent-post-img .media-image-hover {
        display: block;
        background: #000000;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    aside .widget .widget-content .media .media-body h5 a {
      font-size: 16px;
      color: #444;
      text-decoration: none;
      line-height: 1.5;
      padding-right: 10px; }
      aside .widget .widget-content .media .media-body h5 a:hover {
        color: #03b0f4; }
    aside .widget .widget-content .media .media-body span {
      color: #8e8e8e;
      font-size: 10px;
      margin-right: 5px; }
      aside .widget .widget-content .media .media-body span a {
        color: inherit;
        text-decoration: none; }
        aside .widget .widget-content .media .media-body span a:hover {
          color: #03b0f4; }
      aside .widget .widget-content .media .media-body span i {
        color: inherit;
        margin-right: 5px; }
    aside .widget .widget-content .media:hover .recent-post-img .media-image-hover {
      opacity: 0.5; }
  aside .widget .image-adve {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 35px;
    background: #fafafa; }
    aside .widget .image-adve img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }

/* ==========================================================================
  9- blog posts
========================================================================== */
.blog-posts article {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 50px; }
  .blog-posts article:last-of-type {
    border: none; }
  .blog-posts article header {
    padding-top: 0;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e0e0e0; }
    .blog-posts article header h2 {
      margin: 24px 0 30px 0; }
      .blog-posts article header h2 a {
        color: #444444;
        text-decoration: none; }
    .blog-posts article header span {
      color: #aaaaaa;
      font-size: 16px;
      font-weight: 400;
      margin-right: 30px; }
      .blog-posts article header span i {
        display: inline-block;
        color: #03b0f4;
        margin-right: 8px; }
      .blog-posts article header span a {
        color: inherit;
        text-decoration: none; }
        .blog-posts article header span a:hover {
          color: #03b0f4; }
  .blog-posts article .blog-img {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 500px;
    overflow: hidden;
    margin-bottom: 40px; }
    .blog-posts article .blog-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: center top; }
  .blog-posts article h3 {
    font-size: 20px;
    margin-bottom: 30px; }
	.blog-posts article h1 {
    font-size: 25px;
    margin-bottom: 30px; }
  .blog-posts article p {
    font-size: 15px;
    color: #8e8e8e;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.9; }
  .blog-posts article h4 {
    margin-bottom: 20px; }
  .blog-posts article .blog-read-more {
    margin-bottom: 40px; }

/* ==========================================================================
  10- single blog posts
========================================================================== */
.big-single-post-img {
  background: #fafafa;
  padding: 30px 0;
  margin-top: -90px;
  margin-bottom: 50px; }
  .big-single-post-img .single-post-img {
    max-height: 500px;
    width: 100%;
    overflow: hidden; }
    .big-single-post-img .single-post-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* ==========================================================================
  11- tags
========================================================================== */
.tags {
  font-family: 'Ubuntu', sans-serif;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .tags span {
    display: inline-block;
    color: #8e8e8e;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 25px; }
    .tags span i {
      display: inline-block;
      margin-right: 10px; }
  .tags a {
    display: inline-block;
    color: #aaaaaa;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    border-bottom: 4px solid #e0e0e0;
    max-height: 40px;
    line-height: 37px;
    padding: 0 20px;
    font-weight: 500; }
    .tags a:hover {
      background: #03b0f4;
      color: #fff;
      border-color: #03b0f4;
      border-bottom: 4px solid #0396d0; }

.post-author {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: #fafafa;
  margin-bottom: 50px; }
  .post-author .author-img {
    width: 120px;
    height: 140px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin-right: 15px; }
    .post-author .author-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .post-author .media-body .media-heading {
    margin: 10px 0 18px 0; }
  .post-author .media-body p {
    color: #8e8e8e; }

.related-post {
  border-bottom: 1px solid #e0e0e0; }
  .related-post h3 {
    margin-bottom: 40px; }
.error-page{
	padding-bottom:100px;
}	
.ttheme-contact-form .form-inline .form-control {
    width: 100%;
}
.ttheme-contact-form .ttheme-contact-form-heading h3{
    margin-bottom: 40px;
}
.ttheme-contact-form .ttheme-contact-form-heading p{
    font-size: 16px;
    color: #8e8e8e;
    margin-bottom: 45px;
}

.ttheme-contact-form form .form-group .control-label{
    margin-bottom:  20px;
}

.ttheme-contact-form form .form-group .form-control{
    margin-bottom: 30px;
}

.ttheme-contact-form form input{
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    border:  1px solid #e0e0e0;
}
.ttheme-contact-form form textarea{
    height: 219px;
}
.ttheme-contact-form .form-group .help-block{
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.ttheme-rightM{
	margin-right:10px;
}
article img{
	width:100%;
	height:auto;
	object-fit:cover;
	-o-object-fit:cover;
}
.page-template-template-blog .blog-img{
	height:auto !important;
}
.page-template-template-blog .blog-img img{
	height:auto !important;
}
/*===================================
  11- tags
=====================================*/
.commentsSection textarea,
.commentsSection input{
    width:100%;
}
.commentsSection input.button{
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: bold;
}