/*
Theme Name: ACI Theme
Theme URI: http://aci.com/
Text Domain: ACITheme
Description: WordPress them for ACITheme
Author: the ACITheme team
Author URI: 
*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
}
.pagination .nav-links .page-numbers {
    display: block;
    width: 45px;
    height: 38px;
    background: #ffffff;
    margin: 0 4px;
    color: #df6512;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
}
.pagination .nav-links .prev, .pagination .nav-links .next {
    position: relative;
    font-size: 0.1px;
    text-indent: -9999px;
}
.pagination .nav-links .page-numbers span {
    display: block;
}
.pagination .nav-links .page-numbers.current {
    color: #ffffff;
    background: #df6512;
}
.pagination .nav-links .page-numbers:hover {
    color: #ffffff;
    background: #df6512;
}
.pagination .nav-links .prev:before {
    display: block;
    content: "<";
    color: #df6512;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: 0;
}
.pagination .nav-links .next:before {
    display: block;
    content: ">";
    color: #df6512;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: 0;
}
.pagination .nav-links .next:hover:before {    color: #ffffff;}
.pagination .nav-links .prev:hover:before {    color: #ffffff;}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

.nf-form-content select.ninja-forms-field {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}
h3.wpdt-c {
    display: none !important;
}
.brown_box .su-box-content.su-u-clearfix.su-u-trim {
    background-color: #8f7747;
    color: #FFFFFF;
    text-align: center; padding: 30px 0 50px 0; 
}
.su-box.su-box-style-default.brown_box {
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;     border: none;
}
.brown_box .su-box-content.su-u-clearfix.su-u-trim h6 {    font-family: 'latoregular';}
.brown_box .su-box-content.su-u-clearfix.su-u-trim h6:after {
    content: ".";
    display: block;     font-family: 'latobold';     font-size: 45px;
}
.su-box.su-box-style-default.brown_box .su-box-title {
    text-align: center;
    padding-top: 50px; padding-bottom: 30px;  
}
.brown_box .su-box-content.su-u-clearfix.su-u-trim h6:last-child:after {display:none;}

p.highlighed_text strong {
    margin: 0 15px;
}
.testimonialsSecNew .slick-arrow {display:none !important; }
img.border_outline {
    border: 3px solid #959595;
}
.navTop ul li a:hover {
    color: #f48120;
}