/*
Theme Name: Bezel Child
Theme URI: https://simplefreethemes.com/bezel/
description: 
Author: SimpleFreeThemes
Author URI: https://simplefreethemes.com/
Template: bezel
Version: 1.0.0
*/


.centerfix .textwidget {
	text-align: center !important;
}


.eds-event {
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}

.eds-event-title a {
	pointer-events: none !important;
	color: inherit !important;
}

a, a:visited {
  color: #da3510;
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #737373;
}
:-moz-placeholder {
  color: #737373;
}
::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #737373;
}

.pagination .page-numbers:hover {
  background: #da3510;
  border: 1px solid #020202;
}

.pagination .current.page-numbers {
  background: #da3510;
}

.post-navigation a:hover, .post-navigation a:focus, .post-navigation a:active {
  color: #da3510;
}

.more-link, .more-link:visited {
  background: #da3510;
}

.more-link:hover, .more-link:focus, .more-link:active {
  background: #97341e;
}

.entry-meta {
  color: #737373;
}

.entry-meta a, .entry-meta a:visited {
  color: #737373;
}

.entry-meta .posted-on a, .entry-meta .posted-on a:visited {
  color: #da3510;
}

.search-form .search-submit {
  background: #da3510;
}

.search-form .search-submit:hover {
  background: #97341e;
}

.img-featured:hover,
.img-postlist:hover {
  border: 1px solid #333333;  
}

  /* Current Item Indicator */
.sf-menu > li.current_page_item > a,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current_page_ancestor > a,
.sf-menu > li.current-menu-ancestor > a,
.sf-menu > li.current_page_parent > a,
.sf-menu > li.current-menu-parent > a {
  color: #da3510;
}
.sf-menu > li li.current_page_item > a,
.sf-menu > li li.current-menu-item > a,
.sf-menu > li li.current_page_ancestor > a,
.sf-menu > li li.current-menu-ancestor > a,
.sf-menu > li li.current_page_parent > a,
.sf-menu > li li.current-menu-parent > a {
  color: #da3510;
}

.kt-heading { 
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  margin-bottom: 4px;
}

span.cat-links{
  color: #737373;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #da3510;
}

button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #97341e;
}

.post-navigation a:hover, .post-navigation a:focus, .post-navigation a:active {
  color: #da3510;
}

.post-navigation .meta-nav {
  color: #da3510;
}
.site-header{
  padding:0;
      height: 150px;
    overflow: hidden;
}
.site-header img{
      object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.site-header .container{
      display: none;
}
@media (max-width: 767px) {
  .site-header .container{
        position: absolute;
       bottom: 20px;
    display: block;
    left: 0;
    right: 0;
  }
  .site-header .site-branding-wrapper{
      display: none;
  }
  .site-header .toggle-menu-control {
        align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #242424;
    display: inline-flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all .25s ease-out;
  }
  .site-header {
      height: auto;
        min-height: auto;
  }
  .site-header img {
    object-fit: contain;
  }
}
@media (max-width: 700px) {
  .site-header .container {
    bottom: 3px;
  }
  .site-header .toggle-menu-control {
    width: 30px;
    height: 30px;
  }
  .toggle-menu-wrapper a:before {
    font-size: 14px;
  }
}
.di-social {
	display: flex;
    align-items: center;
}
.di-social li{
	padding-bottom:0;
	margin-right:20px;
}
.di-social li:last-child{
	margin-right:0;
}
@media screen and (max-width:767px) {
	.di-social li{
		margin-right:10px;
	}
  .di-social li img{
	width: 30px;
  }
}