/** GENERAL STYLES **/
body {
	background: #fff;
    font-size: 16px;
}
body.custom-font-enabled {
    font-family: 'latoregular';
  	font-size: 18px;
}
div#page {
    box-shadow: none;
    margin: 0 auto;
    max-width: 1170px;
}
div#primary {
    margin: 0;
}
.site-content article {
    border: 0;
    margin: 0;
  	padding: 0;
}
.libel-suit {
	font-family: 'libel_suitregular' !important;
}
.mw-835 {
	max-width: 835px;
  	margin: 0 auto !important;
}
footer.entry-meta {
    display: none;
}
header.entry-header {
    margin: 0;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
}
.single-post #page {
    margin-top: 150px;
}
.single-post #page header.entry-header {
    text-align: center;
}


/** HOME SPECIFIC **/
.home header.entry-header {
    display: none;
}
.home-block-c {
    color: #fff;
    font-size: 16px;
    margin: 0 20px 20px;
    line-height: 20px;
}

/** HEADER **/
header#masthead {
    padding: 0 !important;
    background: rgba(0,0,0,0.79);
}
.inner-header {
    max-width: 1170px;
    margin: 0 auto;
  	padding: 10px 0 0;
}
hgroup {
    display: inline-block;
    vertical-align: top;
}
nav#site-navigation {
    display: inline-block;
    vertical-align: top;
    float: right;
  	margin-top: 5px;
}
header#masthead {
    position: relative;
}
header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    height: 125px;
    z-index: 9999 !important;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



/** NAVIGATION **/
ul#menu-main-menu {
    border: 0;
}
ul#menu-main-menu li {
    margin: 0;
}
ul#menu-main-menu li a {
    font-size: 25px;
    font-family: 'libel_suitregular';
    color: #fff;
    padding: 0 15px;
    font-weight: normal;
}
ul#menu-main-menu li:last-child a {
    padding-right: 0 !Important;
}


/** MEGA MENU **/
div#mega-menu-wrap-primary {
    background: none;
}
ul#mega-menu-primary li a {
    font-size: 25px !important;
    font-family: 'libel_suitregular' !important;
    color: #fff;
    padding: 0 15px !Important;
    font-weight: normal !important;
    text-transform: uppercase !Important;
}
nav#site-navigation {
    margin-top: 50px;
}
ul.mega-sub-menu {
    margin-top: 25px !important;
    position: fixed !Important;
    color: #000000 !important;
		background-color: #000000 !Important;
}
ul.mega-sub-menu li a:hover {
     color: #e6e6e6 !important;
		  background-color: #e6e6e6 !Important;
}
ul#mega-menu-primary li ul.mega-sub-menu li a {
    color: #fff !important;
    font-size: 18px !important;
		color: #fff !important;
		background-color: #000000 !Important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    max-width: 20% !important;
    padding: 15px 5px !important;
    text-align: center !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important;
}
ul.mega-sub-menu {
    text-align: center !important;
}
ul.mega-sub-menu li a {
    text-align: center !important;
}


/** FOOTER **/
footer#colophon {
    border: 0;
    max-width: 100%;
    padding: 40px 20px;
    margin: 0;
    background: #1c1c1c;
}
.site-info {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}
.site-info h2 {
    font-family: 'libel_suitregular' !important;
    font-size: 36px;
    margin-bottom: 2px;
    line-height: 36px;
    font-weight: normal;
}
.site-info p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 24px;
}
.col-1-3 {
    width: 33.3333%;
    float: left;
}
.footer-widget-container, .footer-widget-container-2 {
    overflow: hidden;
}
.col-2-3 {
    width: 66.6666%;
    float: left;
}
.soc-icons a img {
    margin: 0 10px;
}
.copyright a {
    color: #184b6b !important;
    text-decoration: none;
}

/** POST SLIDER **/
.flexslider .slides img {
    float: right;
    max-width: 49%;
    height: auto !important;
}
.flex-caption {
    float: left;
    max-width: 49%;
    background: none !important;
    font-size: 18px;
    color: #000 !important;
  	padding: 0 !important;
}
.flex-caption h2 a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 28px;
}
.flexslider {
    box-shadow: none !important;
}

/** RESPONSIVE FIXES **/
@media all and (min-width : 768px) and (max-width: 1024px) and (orientation: landscape) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
      	max-width: 100% !important;
    }
  	h1.site-title {
        margin-left: 20px;
    }
}
@media all and (min-width : 768px) and (max-width: 1024px) and (orientation: portrait) {
    h1.site-title a img {
        max-width: 100%;
    }
    hgroup {
        max-width: 20%;
        margin: 20px 20px 0 20px;
    }
    ul#mega-menu-primary li a {
        font-size: 18px !important;
        padding: 0 10px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
        max-width: 100% !important;
    }
  	h1.site-title {
        margin-left: 20px;
    }
    .flex-caption h2.post-title {
        margin: 0;
    }
    .flex-caption h2.post-title a {
        font-size: 22px;
    }
    .flex-caption {
        font-size: 16px;
    }
}
@media all and (max-width: 568px){
    header#masthead {
        position: relative !Important;
    }
    hgroup {
        display: block;
    }
    .col-1-3 {
        width: 100%;
        text-align: center;
    }
    .col-2-3 {
        width: 100%;
        text-align: center;
    }
    .flex-caption h2.post-title {
        margin: 0;
    }
    .flex-caption h2.post-title a {
        font-size: 18px;
    }
    .flex-caption {
        font-size: 14px;
    }
    .flex-caption p {
        line-height: 20px;
	}
}
@media all and (max-width: 414px){

}