.site-search{
    position: relative;
}
.site-search input{
    border: 1px solid #0a2d6c;
    padding: 10px;
    font-size: 16px;
    width: 300px;
}
.site-search button{
    background-color: #0a2d6c;
    color: #fff;
    border: 1px solid #0a2d6c;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
}
.site-search button:hover{
    background-color: #fff;
    color: #0a2d6c;
}
body.search-results .archive-pagination.pagination{
    display: none;
}
body.search-results article{
    display: block;
    position: relative;
    background-color: rgba(0,0,0,.1);
    padding: 20px;
    margin-top: 30px;
}
body.search-results article .entry-content img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
}
header.site-header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: auto;
    animation: sticky_header .5s forwards;
    z-index: 99;
}
@media screen and (max-width: 1200px) {
	header.site-header.menu-active{
		height: 100%;
	}
}
.site-container iframe{
	width: 100%;
	height: 460px;
}
@keyframes sticky_header {
    0% {
        transform: translateY(-200px);
    }
    100% {
        transform: translateY(0px);
    }
}
body .container-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumb{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}
.widget{
    margin-bottom: 30px;
}
.hero-content .title{
	line-height: 60px;
}
.site-header .primary-menu li .sub-menu .menu-item-has-children{
	position: relative;
}
.site-header .primary-menu li .sub-menu .menu-item-has-children::after{
	content: '+';
	display: inline-block;
	position: absolute;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.pasingle-content ol li{
	margin: 10px 0;
	line-height: 32px;
}

@media screen and (max-width: 1200px) {
	body.page-template-page-practice-areas .mrfoc .mrfoc-content .text{
		left: 0;
		width: 100%;
	}
	body .content-sidebar-wrap main.content{
		width: 100%;
	}
}
.breadcrumb a:hover{
	text-decoration: underline;
	color: #d1cd9f;
}
body.single-attorneys .site-inner.main-wrap .content-sidebar-wrap{
	padding: 15px 0;
}
body.single .post-thumbnail::before{
	background-color: rgba(0, 0, 0, 0.6);
}
body.page-template-frontpage .header .header-inner{
	padding-right: 20px;
}
@media screen and (max-width: 1680px){
	.cta-btn-span{
		display: none;
	}
}
.primary-menu li.menu-item-has-children{
	position: relative;
}
.primary-menu li.menu-item-has-children::after{
	content: '';
	display: inline-block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
  	border-top: 4px solid #fff;
	position: relative;
	top: -3px;
	right: 16px;
}
@media screen and (max-width: 1400px) {
	.primary-menu li.menu-item-has-children::after {
		right: 13px;
		transform: scale(.8);
	}
}
@media screen and (max-width: 1250px) {
	.primary-menu li.menu-item-has-children::after {
		right: 5px;
	}
}
.primary-menu li.menu-item-has-children .sub-menu li{
	position: relative;
}
.primary-menu li.menu-item-has-children .sub-menu li.menu-item-has-children::after{
	content: '';
	display: inline-block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
  	border-top: 4px solid #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	transform: rotate(-90deg);
}
body.page-template-page-practice-area-single .pasingle .content h2,
body.page-template-page-practice-area-single .pasingle .content h3{
	color: #3f5375;
}
body.page-template-page-practice-area-single .pasingle .content a,
body .breadcrumb a{
	color: #a8a04b;
}
body.page-template-page-practice-area-single .pasingle .content a:hover,
body .breadcrumb a:hover{
	color: #a8a04b;
	opacity: .6;
	text-decoration: underline;
}
body .cta-btn-span{
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width: 1600px) {
	body .breadcrumb,
	body .container-inner{
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media screen and (max-width: 1200px) {
	body .breadcrumb,
	body .container-inner{
		padding-left: 15px;
		padding-right: 15px;
	}
}