@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600&subset=latin,latin-ext);

#header-text-nav-container {
	padding: 10px 0;
}

h1,h2,h3,h4,h5,h6, p, ol, ul{
  font-family: 'Open Sans', sans-serif !important;
}
#main li {
    margin-bottom: 10px;
    line-height: 28px;
}
#featured-slider .entry-description-container {
    background: transparent;
    text-shadow: 1px 1px 1px #616161;
}

ul#menu-main-menu {
    border: 0;
  margin-top:17px;
}
#header-logo-image img{
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-navigation-right .current-menu-item::before {
    border: 0;
}
#site-navigation .menu-item{
    border:0;
    margin-left:0;
}
#site-navigation .menu-item a{
    padding:13px 30px;
  	text-transform: uppercase;
}
#site-navigation .current-menu-item, 
#site-navigation .menu-item:hover {
    border:0;
}
a.ow-button-hover:hover {
    background: #E24514 !important;
} 
a.ow-button-hover:hover span{
      color: white !important; 
}
.text-white * {
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    border: 0px !important;
    transition: all 0.3s;
    display:block;
    width:100%;
    height:auto;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
}
.gallery-item a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(226, 69, 20, 0.38);
    z-index: 5;
}
.gallery-item a {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.gallery-item a:hover img {
    transform: scale(1.2) rotate(3deg);
      -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
}
.gallery-item a:before {
    font-size: 12px;
    transition: all .2s;
}
.gallery-item a:before {
    content: " ";
    position: absolute;
    transition: all 0.2s;
    font-size: 12px;
}
h1.header-post-title-class {
    font-weight: 800 !Important;
    text-transform: uppercase;
}
p#breadcrumbs {
    margin-bottom: 20px !important;
    font-size: 16px !important;
}
.page-template-default.page:not(.home) #main h3{
    font-size: 22px !Important;
}
@media screen and (max-width: 1200px){
    #featured-slider .entry-content p {
        font-size:14px !important
    }
    #featured-slider .entry-content h3{
        font-size: 20px !Important
    }
    #featured-slider .entry-content h3 strong{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 920px){
    #featured-slider .entry-content p{
        display: none !important;
    }
}
@media screen and (max-width: 1100px){
    div#header-right-section {
        float: none !important;
        display: block;
    }
    .main-navigation-right{
        float: none !important;
        display: block;
    }

    div#header-left-section {
        float: none !important;
        margin: 0;
    }
    #header-logo-image{
        float: none !important;
    }
    ul#menu-main-menu{
        margin-top:0px;
        margin-bottom: 15px;
    }
}

ul#menu-main-menu::after{
    content:"";
    clear:both;
    display: block;
}
#featured-slider .entry-content h3 {
    font-size: 39px;
    color: white;
    font-weight: 300;
}
#featured-slider .entry-content h3 strong {
    font-size: 78px;
    line-height: 80px;
    font-weight: 700;
}
p, #main ol, #main ul {
    font-size: 18px !important;
}
.header-post-title-container {
    background: #DBDBDB;
    padding: 20px 15px;
    margin-bottom: 50px;
}

.header-post-title-container h1 {
    font-size: 32px;
    color: black;
}
.img-rounded {border-radius: 100%; }

h1, h2, #main a {
	color: #B20406;
}

.footer-socket-wrapper {
    padding: 20px 0px;
}

.main-small-navigation-right li:hover {
    background: #B20406;
}

#site-navigation .current-menu-item a {
	color: #B20406;
}
#wpcf7-f5-p8-o1 > form > p:nth-child(6){
    width: 15px;
    margin-left: -22px;
    float: left;
}
#wpcf7-f5-p8-o1 > form > div:nth-child(7){margin-left: 15px;
  margin-top: 17px;}