/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font-size: 12px;
	color:#656565;
}
body a {
    -webkit-transition: background-color 0.4s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.4s;
	color: #A82828;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5,
section h1,section .h1,section h2,section .h2,section h3,section .h3,section h4,section h5 {
	font-family: "BirchStd";
	color:#5a5a5a;
	font-weight: normal;
}
.navbar.addbar a:hover {
	color:#FFF;
}
.navbar a {
	color: #FFF;
}
.navbar  {
	background-color:#a82828;
	border-bottom: 1px solid #dc0000;
}
.navbar-inverse.nav-area .navbar-nav>li>a:hover,
.navbar-inverse.nav-area .navbar-nav>li.current-menu-item>a{
	background-color:#faaa2c;
	color:#FFF;
}
.navbar-inverse.nav-area .navbar-nav>li>a,
.navbar-inverse.nav-area .navbar-nav>.active>a
 {
	background-color:#ffd12f;
	color:#000;
	font-size: 26px;
	font-family: "BirchStd";
	padding: 37px 25px;
}
.navbar.navbar-inverse.nav-area{
	min-height: 97px;
	border-bottom: 1px solid #bb2c2c;
}
.navbar.navbar-inverse {
	background-color:#ffd12f;
	color:#000;
	border-top: 2px solid #bb2c2c;
}
#logo {
	padding-top:18px;
}
#header {
	background-color:#a27354;
	padding-bottom: 5px;
}
#home_slider.home-slider img{
	margin: 0px auto;
}
#home_slider.home-slider {
	padding: 3%;
	background:url('../img/sliderbackground.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.home-widget-area {
	margin: 0px;
	padding: 0px;
	border-bottom: 12px solid #ffd12f;
}
#home_desc_grp p{
	color:#FFF;

}
#home_desc_grp {
	padding: 10px;
	background-color:#5a5a5a;
}
.home-widget-area li, .footer-widget-area li {
	list-style: none;
	padding: 0;
}
.date_big {
	font-size: 32px;
	font-family: Georgia;
	color:#5a5a5a;
}
.date_small {
	font-size: 12px;
	font-family: Georgia;
	color:#5a5a5a;
}
.date_big_wrap {
	float:left;
	padding-right:3px;
}
.date_small_wrap {
	padding-top: 5px;
	width:100%;
}
.post_detail {
	background-color:#f4f3ee;
}
.post_info, .post_title {
	padding: 0px 20px 10px 20px;
}
.post_tags {
	background-color:#5a5a5a;
	padding: 5px 0px;
	margin: 0px;
}
.link_area i{
	color: #FFF;
}
.comments_area i{
	color: #FFF;
}
.link_area {
	text-align: center;
	margin: 10px 0px;
	padding: 5px;
	background-color: #5a5a5a;
}
.post_tags p{
	margin: 0px;
}
.post_tags a:hover{
	color:#FFF;
}
.post_tags a{
	color:#FFF;
	padding-left: 20px;
}
.post_wrapper {
	padding-bottom: 10px;
}
.comments_area {
	text-align: center;
	margin: 10px 0px;
	padding: 5px;
	background-color: #f0cb0f;
}
h3.post_title, 
.post_title {
	font-family: Georgia;
	font-style: italic;
	
}
#container {
	padding-bottom: 50px
}
/* Home Cards */
.home-cards-card.text-left img{float: left;}
.home-cards-card.text-right img{float: right;}
.home-cards-card.text-center img{margin:0px auto;}
#footer {
	border-top: 48px solid #ffd12f;
	background-color:#bb2c2c;
	padding-top: 17px;
}
#footer .offscreen {
	color:#FFF;
	border-bottom: 5px solid #a82828;
	padding-bottom: 7px;
}
#footer a, #footer, #footer p {
	color:#ead1a4;
}
.widget-title {
	color:#5a5a5a;
}
#sidebar .xoxo, #comments-list ul{
	list-style: none;
}
#sidebar {
	padding-top:20px;
}
section.footer-copysec ul.foot-links li:last-child:after {
	content: " ";
}
section.footer-copysec ul.foot-links li:after {
    content: "/";
    float: left;
	padding-top: 2px;
}
section.footer-copysec ul.foot-links .menu-item a{
	padding:0 10px;
	color:#FFF;
	float: left;
}
.footer-copysec .footer-copy{
	color:#FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-widget-area {
	margin-left: 0px;
	padding-left: 0px;
}
.footer-copysec {
	background-color:#a82828;
} 
.form-allowed-tags code {
	white-space: normal;
}
#respond input,#respond textarea  {
	width: 100%;
}
/*FONTS*/
@font-face {
    font-family: "BirchStd";
    src: url('../fonts/BirchStd.eot');
}
@font-face {
    font-family: "BirchStd";
    src: url('../fonts/BirchStd.otf');
}
@font-face {
    font-family: "BirchStd";
    src: url('../fonts/BirchStd.ttf');
}
@font-face {
    font-family: "BirchStd";
    src: url('../fonts/BirchStd.svg');
}
@font-face {
    font-family: "BirchStd";
    src: url('../fonts/BirchStd.woff');
}
.responsive-menu-btn {
	display: none;
}
@media (max-width: 768px) {
	.responsive-menu-btn {
		display: block;
	}
	div.col-md-9.menu-area  {
		padding: 0px;
		margin: 0px;
	}
	
	.menu-area .navbar-header {
		background-color: #bb2c2c;
		width: 100%;
	}
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(107, 41, 41);
	background: rgba(107, 41, 41, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

h3.rpwe-title {
	font-family: arial;
}
img.attachment-post-thumbnail.wp-post-image {
	width: 100%;
	height: 100%;
}
#footer .rpwe-title a {
	font-family: georgia;
	font-style: italic;
	color: #e56a45;
	font-size: 14px;
}
dt.rsg_item img{
	width: 100%;
	height: 100%;
	border:5px solid #a82828;
}
dt.rsg_item {
	float: left;
	width: 33%;
	padding: 8px;
}
a.social-link:hover {
	background-color:#a82828;
}
a.social-link {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	padding: 20px 5px;
	border: 1px solid #a82828;
}
.gallery .gallery-item .gallery-icon {
	padding: 5px;
}
.gallery .gallery-item .gallery-icon img {
	width: 100%;
	height: 100%;
	border: 3px solid #a82828!important;
}
#searchsubmit{opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}

.link-switch { margin-right: 20px; }

@media (min-width:992px){
	.wpcf7-form-control.wpcf7-text,
	.wpcf7-form-control.wpcf7-textarea
	{
		width: 253px;
	}
}