/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-image: url(/wp-content/uploads/2021/05/bg.jpg);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #B8C5CC;
	text-decoration:none;
}
a:hover {
	opacity: 0.9;
	transition: 0.3s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #B8C5CC;
}

.clear-b {
	clear: both;
}

h2 {
	line-height: 30px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1015px;
	width:95%;
	margin:0 auto;
	position:relative;
}

main {
	padding: 20px;
	box-shadow: 0px 0px 10px #333;
    background-color: #1C2635;
}

h1.page-title {
	font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #D93A17;
    padding: 0 0 2px 0;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
	font-family: proxima-nova-extra-condensed, sans-serif;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.logo {
	width: 100%;
	padding: 20px 0;
}

.logo img {
	width: 100%;
}

.nav {
    float: left;
    width: 100%;
    border: 0 solid black;
    position: relative;
    padding: 10px 20px;
    background-color: #D93A17;
    border-bottom: 5px solid #A23012;
    border-radius: 15px 15px 0 0;
    height: 50px;
}

.nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav ul li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 10px;
    line-height: 32px;
    margin-right: 35px;
}

.nav ul li a {
	color: #fff;
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/*------------------------------------*\
    SIDEBAR TEMPLATE
\*------------------------------------*/

section.section-70 {
	width: 68%;
	float: left;
}

.sidebar-30 {
	width: 28%;
	float: left;
	margin-left: 4%;
}

aside.sidebar h3 {
	font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #D93A17;
    padding: 0 0 2px 0;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: proxima-nova-extra-condensed, sans-serif;
    margin-top: 23px;
}

div#recent-posts-3 ul {
	padding-left: 0px;
}

div#recent-posts-3 li {
	list-style: none;
	border-bottom: 1px dashed #fff;
	padding: 10px 0;
}

div#recent-posts-3 li:last-of-type {
	border-bottom: 0px;
}

.bdp-readmorebtn, .bdp-readmorebtn:hover {
	background-color: #D93A17;
	border: 0px;
	color: #fff;
}

.bdp-post-meta span.bdp-post-meta-innr {
	color: #fff;
}

.sidebar-just-announced p {
	margin: 10px 0;
}

.sidebar-just-announced article {
    border-bottom: 1px dashed #fff;
}

.sidebar-just-announced article:last-of-type {
	border-bottom: 0px;
}

aside.sidebar form.search {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

aside.sidebar button.search-submit {
    background-color: #D93A17;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}

aside.sidebar input.search-input {
    border-radius: 0px;
    border: 0px;
    height: 33px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
    margin: 0 auto 10px auto;
    background-color: #D93A17;
    width: 100%;
    border-top: 5px solid #A23012;
    border-radius: 0 0 15px 15px;
    margin-bottom: 30px;
}

.social {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
}

.social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.social ul li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 10px;
}

.social ul li a {
	color: #fff;
	font-size: 20px;
}

.contact-footer {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

/*------------------------------------*\
	MOBILE MENU
\*------------------------------------*/

#mobmenuright li a {
	font-family: proxima-nova-extra-condensed, sans-serif !important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1038px) {
	.nav ul li {
		margin-right: 20px;
	}
}

@media only screen and (max-width:799px) {
	section.section-70 {
		width: 100%;
	}
	
	.sidebar-30 {
		width: 100%;
		margin: 0;
	}

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#B8C5CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#B8C5CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#B8C5CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
