@font-face {
    font-family: LucidaGrande;
    src: url('assets/webfonts/LucidaGrande.ttf');
}

.edit-link {
	display: none !important;
}

body{
	background: url('assets/images/bgbody.jpg') fixed repeat-x top center #5E871D !important;
	padding: 15px 0;
	font-family: 'Arial' !important;
}
.banner {
	height: 200px;
    background: url('assets/images/header.jpg') no-repeat top center;
}
#page {
	max-width: 950px;
	margin: 0 auto;
	box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: space-around;
}
.main-menu ul li {
	list-style: none;
	display: inline-block;
}
.main-menu ul li a {
	text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
}
.main-menu ul li a:hover {
	color: #424673;
}
.main-menu {
	background-color: #0180B7;
}
.main-menu ul li.current-menu-item a {
	color: #dddf50;
}
#footer {
	text-align: center;
	color: #fff;
}
#footer p, #footer p small {
	font-size: 11px;
}
#footer .bottom-footer img {
	display: block;
	margin: 0 auto;
}
#footer a {
	color: #fff;
}
#footer .top-footer {
	padding: 15px;
}
#footer .bottom-footer {
	padding-bottom: 15px;
}
#footer .top-footer a:hover {
	color: #dddf50;
}
#content {
	background-color: #fff;
}

/*paginate_links*/
.paginate_links {
 overflow: hidden;
 text-align: center;
 display: table;
 margin: 30px auto;
}
.paginate_links .page-numbers{
 width: 32px;
 height: 32px;
 display: inline-block;
 float: left;
 margin: 0 5px 0 5px;
 padding-top: 7px;
 color: #007BB6;
 border: 1px solid #007BB6;
 margin-bottom: 5px;
}
.paginate_links .page-numbers:hover{
 background: #007BB6;
 color: #fff;
}
.paginate_links .page-numbers.prev,.paginate_links .page-numbers.next{
 background: transparent;
 width: auto;
 border: none;
}
.paginate_links .page-numbers.prev:hover,.paginate_links .page-numbers.next:hover{
 text-decoration: underline;
 color: #007BB6;
}
.paginate_links .page-numbers.current{
 background: #007BB6;
 color: #fff;
}
/*End paginate_links*/
.index-content h3 {
	font-size: 18px;
    border-bottom: 1px dotted #D3D3D3;
    padding: 10px 0;
    color: #111;
}
.site-main p {
	font-size: 13px;
    color: #333333;
}
.site-main li a {
	font-size: 11px;
	text-decoration: none;
}
.site-main a:hover {
	color: #ff0000;
}
.index-content:nth-child(2n){
	border-left: 1px solid #D3D3D3;
}
body.home .site-main {
	padding: 10px 0 20px;
}
body.home .site-main .container{
	border-bottom: 8px solid #ddd;
}
.site-main li {
	list-style: none;
	line-height: 18px;
}
.site-main ul{
	padding-left: 0;
	margin-bottom: 0;

}
.site-main h2 {
	background: url(assets/images/bgbox.png) repeat-x #f0f0f0;
    margin-left: -12px;
    margin-right: -12px;
    padding: 15px;
    color: #222;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
}
.post_cat h3 {
	font-size: 24px;
	font-weight: 700;
    color: #222222;
    text-align: left;
    letter-spacing: -1px;
    line-height: 110%;
    padding: 20px 0;
    margin-bottom: 0;
}
.post_cat h4 {
    font-family: LucidaGrande;
    font-weight: bold;
	font-size: 11px;
    background: #333;
    padding: 0 7.5px;
    height: 40px;
    line-height: 40px !important;
    letter-spacing: 0px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 0 5px #111;
    -moz-box-shadow: inset 0 0 5px #111;
    -webkit-box-shadow: inset 0 0 5px #111;
    color: #FFF;
}
.more-link-container {
	display: none;
}
.post_cat a {
	text-decoration: none;
	font-size: 11px;
	font-family: 'Arial';
}
.post_cat a.readmore:hover {
	color: #ff0000;
}
.post_cat .readmore{
	padding-left: 13px;
	background-repeat: no-repeat;
	color: #666;
	background-image: url('assets/images/readmore.png');
}
.post_cat p {
    font-family: LucidaGrande !important;
    font-size: 15px;
}

.post_cat {
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 15px;
}
.post_cat:last-child {
	border-bottom: none;
}
.post-cat {
	border: 1px solid #D3D3D3;
	margin-bottom: 15px;
	
}
.col-lg-9.col-md-9.col-sm-8.col-xs-12 {
    border: 1px solid #D3D3D3;
}

.col-lg-3.col-md-3.col-sm-4.col-xs-12 {
    border-top: 1px solid #D3D3D3;
}
.paginate_links .next,
.paginate_links .prev {
	text-decoration: none;
    border: 1px solid #007BB6 !important;
    padding: 0 5px;
    line-height: 2;
}
.paginate_links .next:hover,
.paginate_links .prev:hover {
	background: #007BB6;
    color: #fff !important;
    text-decoration: none !important;
}
.sidebar h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
    border-bottom: 1px solid #D3D3D3;
    cursor: pointer;
    padding: 15px 0;
    color: #666;
}
.login_sidebar #wp-submit {
	padding: 10px 20px;
    border-radius: 5px;
}
.sidebar_title {
	background-image: url(assets/images/bgaccordion1.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.sidebar_title.active {
	background-image: url(assets/images/bgaccordion2.png);
}
.sidebar .author_sidebar a {
	color: #666;
	border-bottom: 1px solid #f0f0f0;
	display: block;
	padding: 3px 0;
}
.hp_show {
	display: block;
}
.hp_hidden {
	display: none;
}
.sidebar .author_sidebar a:hover {
	color: #ff0000;
}
.form-login label {
	display: block;
}
.form-login #wp-submit {
	padding: 10px 30px;
    border-radius: 5px;
}
.wp-next-post-navi {
    display: none;
}
button.button-menu {
    border: none;
    display: none;
}
.close-menu {
	display: none;
}
.post-categories {
	display: inline-block;
}
.post_cat h4 a {
	color: #ccc;
}
.post_cat h4 a:hover {
	color: #ccc;
	text-decoration: underline;
}
.printfriendly {
    position: relative;
    right: 0;
    top: -40px;
    float: right;
}
.lostpass {
    display: block;
    text-decoration: none;
    font-size: 13px;
}
.form-login {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D3D3D3;
}
.wpcf7-list-item {
    margin:0;
}
.breacrum {
    font-size: 12px;
    padding: 10px 5px;
    font-family: LucidaGrande;
}
.breacrum a {
    text-decoration: none;
}
.breacrum .navhome a{
    font-weight: bold;
    color: #ff0000;
}
.breacrum strong {
    font-size: 12px;
    color: #333;
}

/*responsive*/

@media screen and (max-width: 980px){
	.container, .container-md, .container-sm {
		    max-width: 100%;
	}
}
@media screen and (max-width: 767px){
	.col-lg-9.col-md-9.col-sm-8.col-xs-12.post-cat {
		width: 100%;
	}
	.col-lg-3.col-md-3.col-sm-4.col-xs-12.sidebar {
		width: 100%;
	}
	.login_sidebar label {
		display: block;
	}
	.index-content {
		width: 100%;
	}
	button.button-menu {
	    display: block;
	}
	.menu-main-menu-container{
		display: none;
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
		background: #0180B7;
		bottom: 0;
		z-index: 999;
	}
	.menu-main-menu-container.active {
		display: block;
	}
	.logged-in .menu-main-menu-container {
		top: 46px;
	}
	.main-menu {
		padding: 10px;
	}
	.main-menu ul {
		display: block;
	}
	.main-menu ul li {
	    display: block;
	}
	.close-menu {
		position: absolute;
	    z-index: 9999;
	    border: none;
	    background: transparent;
	    font-size: 30px;
	    color: red;
	    bottom: 0;
	    left: 49%;
	}
	.close-menu.active {
		display: block;
	}
	body.page .wp-block-columns {
		display: block;
	}
	.wp-block-contact-form-7-contact-form-selector input[type="text"],
	.wp-block-contact-form-7-contact-form-selector input[type="email"],
	.wp-block-contact-form-7-contact-form-selector textarea{
		width: 100%;
		display: block;
	}
	.printfriendly {
        top: 0;
        float: none;
    }
}