/********* Do not edit this file *********/
/*
 Accesspress Custom CSS - plugin by https://accesspressthemes.com
*/

h4, h4 a {
    font-weight: 500;
}

header.site-header {
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    border-top: 5px solid #c97928;
    background: #FFF;
    position: relative;
}
.page_header_wrap {
    background: none repeat scroll 0 0 #F8F8F6;
    margin-bottom: 30px;
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
#accesspreslite-breadcrumbs {
    font-size: 12px;
    padding-top: 5px;
}
/*---- HOME SLIDER ----*/

.slider-wrap {
    background: #ddd;
}
#slider-banner .overlay {
    opacity: 0.5;
}

/*---- SIDEBAR ----*/

.sidebar .widget-title {
    background: #c97928;
    color: #FFFFFF !important;
    padding: 8px 10px;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
  font-weight: normal;
}
.sidebar .widget-title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #975b1e #975b1e transparent;
}

/*---- TWITTER FEED ----*/
.aptf-template-1 .aptf-tweet-name, .aptf-slider-template-3 .aptf-tweet-name {
    font-weight: normal;
  	font-size: 10px;
}
p.aptf-timestamp {
    font-size: 10px;
}

/*---- TESTIMONIAL ----*/

.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #f4e4d4;
}

/*---- BLOG ----*/
.events-section .event-list .event-date {
    background: #c97928;
}
.events-section .event-list .event-date-day, .events-section .event-list .event-date-month  {
    color: #fff;
}
.event-slider.layout1.lightSlider.lsGrab.lSSlide {
    height: inherit !important;
}
.event-img img {
    max-height: 280px;
    object-fit: cover;
    min-height: 280px;
}
.blog-thumbnail img {
    max-height: 250px;
    max-width: 320px;
    min-width: 320px;
    object-fit: cover;
    min-height: 250px;
}
.cat-links {
    display: none;
}
div.blog-author {
    display: none !important;
}
.meta-btn-wrap {
    border-bottom: 1px dotted #ccc;
      border-top: none;
}



/*---- FOOTER ----*/
.footer-lowvis,.footer-lowvis a {
    color: #888;
}

/*------ CONTACT FORM STYLING ------*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
