/* Basic styles */
body {
	font-size: 17px;
}

.contactdetail p {
    display: flex;
    align-items: baseline;
}

.cols-3 .social-icons {
    width: 100%;
    margin-top: 0;
}

.header-top span:last-child:after {
    border-right: none;
}

.header-inner {
	align-items: center;
	display: flex;
}

.sitenav {
	margin-left: auto;
}

.header-top {
	font-family: "Arial", sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.header-top .fa {
	font-size: 20px;
	margin-right: 6px;
}

.nivo-caption {
    background: rgba(1,30,65,0.9);
	left: 0;
	margin: auto;
    padding: 40px;
	right: 0;
	text-align: center;
    width: 42%;
}

.nivo-caption h2 {
	align-items: center;
	color: #c39c21;
	display: flex;
	flex-direction: column;
}

.nivo-caption h2:after {
	border-bottom: 2px solid #c39c21;
	content: "";
	display: inline-block;
	margin: 12px 0;
	width: 70px;
}

h2.section-title:after {
	background-color: #c39c21;
}

.fourbxcontent a h3 {
	color: #c39c21;
}

blockquote {
    background: none;
}

#clienttestiminials {
    padding-bottom: 0;
}

input#gform_submit_button_1 {
    border: none;
}

.cta-section {
    text-align: center;
    color: #fff;
}

.cta-section h2.section_title,
.cta-section .ht-section-tagline a,
.cta-section p a {
    color: #fff;
}

.gfield_label {
    display: none !important;
}

#gform_fields_1 .third {
    display: inline-block;
    width: 33.333%;
}

#gform_fields_1 .third input {
    width: 100%;
    height: 35px;
}

#gform_fields_1 input, #gform_fields_1 textarea {
    width: 100%;
    border-radius: 5px;
}

.footer-form #gform_fields_1 input, .footer-form #gform_fields_1 textarea {
    border: none;
}

.contact-form #gform_fields_1 input, .contact-form #gform_fields_1 textarea {
    border: 1px solid #ddd;
}

.gform_wrapper .gform_footer {
    clear: none !important;
    padding-top: 10px;
    width: 25% !important;
}

.gfield.form-captcha {
    float: right;
}

.sitenav ul li a {
    padding: 32px 20px;
}

.welcome-left p:not(:last-child) {
    margin-bottom: 15px;
}

.welcome-left ul {
    list-style: initial;
    padding-left: 15px;
    margin-bottom: 15px;
}

.welcome em {
    color: #898888;
    display: block;
	font-size: 18px;
	font-style: normal;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.welcome em::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #c39c21;
}

.hidden-text {
    display: none;
}

article hr {
    margin-bottom: 20px;
}

.pagearea-inner {
    flex-wrap: wrap;
    display: flex;
}

.blog-post-repeat .post-date {
    display: block;
    border: none;
}

/* Custom */
.cols-3 .social-icons .social-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-flex .img {
    width: 70%;
    position: relative;
    height: 6.5px;
}

.social-flex .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.social-flex .img img.hover {
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.social-flex:hover .img img.hover {
    opacity: 1;
}

.clientsay #clienttestiminials h6 a {
    color: #fff;
}

.page-id-65 #sidebar h3, .page-id-65 #sidebar aside {
    display: none;
}

#sidebar .widget {
	background-color: #f3f3f3;
}

.awards-flex {
    display: flex;
    flex-wrap: wrap;
}

.awards-flex div {
    padding: 3%;
    flex: 1;
}

#sidebar #menu-practice-areas li {
    list-style: none;
    padding: 0;
    border: none;
    display: block;
}

#sidebar #menu-practice-areas .menu-item-has-children a {
    border-bottom: 1px dashed #cccccc;
    display: block;
    padding: 8px 0 8px 0;
}

#sidebar #menu-practice-areas .sub-menu {
    padding-left: 10px;
}

#sidebar #menu-practice-areas.show-all li {
    display: block;
}

#sidebar #menu-practice-areas.show-all .sub-menu {
    display: none;
}

#sidebar #menu-practice-areas.show-all li:hover .sub-menu {
    display: block;
}

#sidebar #menu-practice-areas .current-menu-item,
#sidebar #menu-practice-areas .current-menu-item li,
#sidebar #menu-practice-areas .current-page-ancestor,
#sidebar #menu-practice-areas .current-page-ancestor li {
    display: block;
}

#sidebar #menu-practice-areas .current-menu-item a {
    color: #C39C21;
}

#sidebar #menu-practice-areas .current-menu-item li a {
    color: #737272;
}

#sidebar #menu-practice-areas .current-menu-item li a:hover {
    color: #C39C21;
}

#sidebar ul li a {
	font-family: inherit;
	font-size: 16px;
}

#sidebar ul li:not(:last-child) {
	margin-bottom: 10px;
}

.post-date {
    border-right: none;
}

.side-testi {
    margin-top: 20px;
}

.side-testi.hide,
.footer-testi.hide,
.page-template-template-testimonials .side-testi,
.page-template-template-testimonials .footer-testi {
    display: none;
}

.sidebar.contactdetail .fa,
.sidebar.contactdetail p,
.sidebar.contactdetail a {
    color: #999;
}

section.footer-testi {
    background-color: #e25050;
}

#clienttestiminials h6 {
    color: #fff;
}

nav.post-navigation .nav-previous {
    max-width: 50%;
}

nav.post-navigation .nav-next {
    max-width: 50%;
    text-align: right;
}

nav.post-navigation .nav-next a,
nav.post-navigation .nav-previous a {
    display: flex;
}

nav.post-navigation .nav-next a .meta-nav {
    margin-left: 10px;
}

nav.post-navigation .nav-previous a .meta-nav {
    margin-right: 10px;
}

.testimonial {
    padding: 25px 20px 10px 20px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 0 0 25px 0;
}

.testimonial p {
    font-style: italic;
    font-size: 20px;
}

.testimonial strong {
    font-style: normal;
    font-size: 16px;
}

.post-comment {
    display: none;
}

.header {
	background-color: rgba(1,30,65,0.9) !important;
}

.sitenav ul li:hover > ul {
	width: 250px;
}

h3.widget-title {
	background-color: #011E41;
}

#footer-wrapper {
	font-size: 16px;
}

.copyright-inner {
	font-size: 14px;
}

.slider-video {
	min-height: 880px;
	position: relative;
}

.header-video {
	height: 100%;
	position: absolute;
	object-fit: cover;
	width: 100%;
}

.page-id-40 .entry-header {
	bottom: 0;
	top: auto;
}

.page-id-40 .entry-header .entry-title {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .news-box:only-child {
        width: 100%;
        display: flex;
    }

    .news-box:only-child .newsdesc {
        padding-left: 20px;
        padding-top: 0;
        width: 66%;
    }
}

@media screen and (max-width: 1375px) {
	.nivo-caption h2 {
		font-size: 32px;
		line-height: 1;
	}
}

@media screen and (max-width: 1120px) {
	.nivo-caption {
    	bottom: 14%;
		width: 60%;
	}
	
	.slider-video {
		min-height: 560px;
	}
}

@media screen and (max-width: 1040px) {
    .sitenav ul li a {
        padding: 32px 16px;
    }
}

@media screen and (max-width: 995px) {
    .header-inner {
		flex-wrap: wrap;
	}
	
	.toggle {
		width: 100%;
	}
	
	.sitenav ul {
		background-color: #011e41;
	}

	.sitenav ul li a:hover {
		color: #d8bc4f !important;
	}
}

@media screen and (max-width: 980px) {
    .sitenav ul li a {
        padding: 5px 15px;
    }
	
	.slider-video {
		min-height: 380px;
	}
	
	.slider-video .nivo-caption {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	#gform_fields_1 .third {
        width: 100%;
    }

    .gform_wrapper .gform_footer {
        display: inline-block;
        width: 100% !important;
    }

    #footer-wrapper {
        padding: 20px 0;
    }

    #ht-cta-section {
        background-attachment: scroll !important;
    }
}

@media screen and (max-width: 499px) {
	.slider-video {
		min-height: 520px;
	}	
}