/*
Theme Name: amia
Description: This theme is a custom coded for the client.
Author: Chirag
Version: 1.0
*/
/**
 * ===========================================
 *					Generic Css
 * ============================================
 */

@font-face {
  font-family: helvetica-light;
  src: url(fonts/Helvetica-Light.ttf);
}

html {
    font-size: 100%;
}
body { 
	background: #fafafa;
	color: #383838;
	font-family: helvetica-light;
	font-size: 1rem;
	font-weight: normal;
	position: relative;
}
a { 
	text-decoration: none;
	-webkit-transition: color .2s ease, background-color .2s ease;
	-o-transition: color .2s ease, background-color .2s ease;
	transition: color .2s ease, background-color .2s ease;
}
img,
svg,
iframe {
	height: auto;
	max-width: 100%;
}
header, 
section, 
footer,
article {
	width: 100%;
}
.accessibility {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}
h1 {
	font-size: 3.5rem;
	margin-bottom: 1.5rem;
	font-weight: normal;
}
h3 {
	font-size: 40px;
	
}
.font-helvetica {
	font-family: helvetica-light;
}
.font-sacramento {
	font-family: 'Sacramento', cursive;
}
.sitebtn {
	display: inline-block;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0.6rem 2rem;
	line-height:1.5;
	background-color: #0294b5;
    color: #fff;
    letter-spacing: 0.1em;
	vertical-align: middle;
	-webkit-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	border: 2px solid #0294b5;
	cursor: pointer;
}
.sitebtn:hover {
	text-decoration: none;
	color: #0294b5;
	background-color: #fff;
} 
.font-big {
	font-size: 1.25rem;
}
/**
 * ======================================================================================
 *									Header Css
 * =======================================================================================
 */
header{
	border-bottom: 2px solid gray;
    margin-bottom: 2px;
}
.siteheader--top{
	background-color: rgba(56, 56, 56, 1);
    padding: 0;
}
.siteheader--menu{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
}
.siteheader--menu li {
    display: inline-block;
    position: relative;
}
.siteheader--menu a{
	font-family: helvetica-light;
    font-size: 1rem;
    line-height: 1.4em;
	display: block;
    color: #FAFAFA;
    padding: 15px 10px;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
	text-decoration:none !important;
}
.siteheader--menu .current-menu-item > a{
    color: #EEC383;	
}
.siteheader--menu li .sub-menu li {
    display: block;
}
.siteheader--bottom{
    background: #fafafa;	
	padding-top:10px;
}
.logo-big-text{
	color: #016379;
    font-size: 77px;
}
.logo-small-headline{
	font-size: 46px;
    color: #333333;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 50px;
}
.logo-small-headline a{
	color: #333333;
	text-decoration: none !important;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
}
.logo-small-headline:after{
	content: "";
    position: absolute;
    background: rgba(1, 99, 121, 1);
    height: 6px;
    left: 25%;
    right: 0;
    bottom: 0;
    width: 50%;
}

/**
 * ======================================================================================
 *									Owl Carousel
 * =======================================================================================
 */ 
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -25px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    background: #016379;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #EEC383;
}
/**
 * ======================================================================================
 *									Home Page
 * =======================================================================================
 */
.home-hero .hero-slider--image {
	padding: 100px 0;
}
.hero-slider--image {
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.hero-inside--box {
    padding: 60px 30px;
    text-align: center;
	position: relative;
	z-index: 1;
}
.hero-inside--box::before{
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0.35;
	top: 0;
	left: 0;
	z-index: -1;
}
/* .home-hero--content {
	position: absolute;
    top: 50%;
    z-index: 10;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */
.hero-inside--box h3 {
    font-weight: 400;
    margin-bottom: 30px;
	font-family: 'Oswald', sans-serif;
}
.bg-white-color {
	background-color: #fff;
    padding: 50px 15px;
}
.top-text{
	font-family: helvetica-light;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.55em;
}
.bottom-text {
    font-size: 22px;
    text-transform: uppercase;
	font-family: helvetica-light;
}
.about-box{
    background: #fafafa;
	padding: 30px;
	cursor: default;
}
.about-box-inner{
    background: #f6f3f0;
    padding-top: 10px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 275px;
    min-height: 275px;
}
.about-line{
	border-top: 1px solid rgba(0, 0, 0, 1);
    width: 128px;
    margin: 20px auto 30px auto;
}
.about-box:hover .about-box-inner{
    background: #000;	
	padding:5px !important;
}
.about-box:hover .front-content, .back-content{
    display:none;
}
.about-box:hover .back-content{
    display:block;
}
.about-box:hover .about-line{
	border: none;
    padding-bottom: 1px;
}
.back-content {
	font-size: 12px;	
}
.back-content p{
	margin-bottom:0px;
}
.blue-border-bottom {
    border-bottom: 1px solid rgba(2, 148, 181, 1);	
}
.post-inner-content{
    padding: 25px;	
}
.recent-post-inner{
	margin: 0px;
    background: #fafafa;
    padding: 20px 5px;
}
.post-title a{
    color: #383838;
    text-decoration: none;
    font-weight: bold;	
}
.post-img{
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.recent-post-box {
	border: 1px solid rgba(197,195,195,0.75);	
}
.press-dark--box {
	background-color: #3a7383;
	color: #fff;
}
.press--content h3{
	font-family: helvetica-light;
}
.press-contect textarea ,
.press-contect input:not(.sitebtn) {
    border: 1px solid #0294b5;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 0;
    padding: 5px 15px;
    font-size: 1rem;
    color: #383838;
    background-color: #fff;
}
.press-contect input.sitebtn {
	width: auto;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
.press--content {
	padding: 50px 15px;
}
/**
 * ======================================================================================
 *									Our Team
 * =======================================================================================
 */
.attorneys--image {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 95%;
	z-index: 3;
	text-decoration: none;
	-webkit-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.attorneys--image .attorneys--name{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 0.875rem;
	width: 100%;
	z-index: -1;
	visibility: visible;
	-webkit-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-align: center;
	display: none;
}
.attorneys--image:hover .attorneys--name{
	display: block;
	visibility: visible;
}
/**
 * ======================================================================================
 *									Team Detail page
 * =======================================================================================
 */
.team-detail--section {
	padding: 50px 0;
	position: relative;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.team-detail--section:after {
	content: '';
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(256,256,256,0.6);
	z-index: 1;
}
.team-detail--section .container {
	position: relative;
	z-index: 5;
}
.team-member--img {
	max-width: 257px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-color: lightgray;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.team-detail--section.dark-overlay:after {
	background-color: rgba(256,256,256,0.85);
}
/**
 * ======================================================================================
 *									Blog page
 * =======================================================================================
 */
.blog--listing .blog--img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 60%;
	height: 100%;
	width: 100%;
}
.blog--listing .blog--content {
	padding: 30px 45px;
}
.blog--listing .row{
	border: 1px solid rgba(197, 195, 195, 0.75);
	margin-bottom: 30px;
}
.blog-author--img {
	height: 50px;
	width: 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: lightgray;
	border-radius: 50%;
	margin-right: 15px;
}
.blog--content h2 a {
	color: #383838;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
.blod--section {
	padding: 50px 0;
}
/**
 * ======================================================================================
 *									Contact css
 * =======================================================================================
 */
.location--data,
.contact-section {
	padding: 30px 0;
}
.cp--form textarea,
.cp--form input:not(.sitebtn) {
    border: 1px solid #0294b5;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 0;
    padding: 5px 15px;
    font-size: 1rem;
    color: #383838;
    background-color: #fff;
}

/**
 * ======================================================================================
 *									Footer css
 * =======================================================================================
 */
footer{
    background: #383838;
    padding: 35px 0;
}
.copyright{
	color: #fff;
}
.footer-social a{
	color: #fff;
    font-size: 24px;
    margin-right: 25px;
}
/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (min-width: 576px) {
	
}
@media only screen and (min-width: 768px) {
	
}
@media only screen and (min-width: 992px) {
	.sub-menu {
		display: block;
		position: absolute;
		left: 0px;
		top: 100%;
		min-width: 180px;
		background-color: #383838;
		opacity: 0;
		z-index: 555;
		padding: 0;
		visibility: hidden;
		text-align: left;
	}
	.siteheader--menu li:hover>ul {
		visibility: visible;
		opacity: 1;
	}
	.siteheader--menu li:last-child .sub-menu {
		right: 0;
		left: unset;
	}
	.siteheader--menu li .sub-menu .sub-menu {
		left: 100%;
		top : 0;
	}
	.siteheader--menu .sub-menu li {
		margin-left: 0;
		padding: 0;
	}	
	.siteheader--menu .sub-menu li a {
		display: block;
		padding: 10px 20px;
		position: relative;
		text-transform: capitalize;
	}	
}
@media only screen and (min-width: 1200px) {
	
}
@media only screen and (min-width: 1400px) {
	.sub-menu {
		min-width: 220px;
	}
}
/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (max-width: 1399px) {

}
@media only screen and (max-width: 1199px) {
	.back-content {
		padding: 15px;
	}
	.about-box {
		margin-bottom: 30px;
	}
	.about-line {
		margin-top: 0;
	}
}
@media only screen and (max-width: 991px) {
	.mobile-hambtn {
		position: absolute;
		top: 5px;
		right: 15px;
		z-index: 1008;
	}
	.menu-btn {
		width: 60px;
		height: 50px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		/* border: 5px solid #fff; */
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.menu-btn__burger, 
	.menu-btn__burger::before, 
	.menu-btn__burger::after {
	    width: 40px;
		height: 4px;
		border-radius: 5px;
		background-color: #383838;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.menu-btn__burger::before, .menu-btn__burger::after {
		content: "";
    	position: absolute;
	}
	.menu-btn__burger::before {
		-webkit-transform: translateY(-10px);
    	-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.menu-btn__burger::after {
	    -webkit-transform: translateY(10px);
    	-ms-transform: translateY(10px);
    	transform: translateY(10px);
	}
	.sub-menu {
		display: none;
	}
	.siteheader--menu li.menu-item-has-children a{
		position: relative;
		padding-right: 50px;
	}
	.siteheader--menu li.menu-item-has-children a.open-children{
		position: absolute;
	}
	.siteheader--menu li.menu-item-has-children.active > .sub-menu {
		background-color: rgba(255,255,255,0.05);
		padding-left: 0;
	}
	.siteheader--menu .sub-menu li a {
		font-size: 14px;
	}
	.siteheader--menu a.open-children {
		position: absolute;
		right: 0;
		z-index: 15;
		width: 45px;
		height: 49px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 0;
		top: 0px;
		border-left: 1px solid rgba(255,255,255,0.1);
		border-right: 1px solid rgba(255,255,255,0.1);
		padding: 0 !important;
	}
	.siteheader--menu .sub-menu a.open-children {
		height: 45px;
	}
	.siteheader--menu li.menu-item-has-children.active > .open-children svg{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.siteheader--menu a {
		padding: 13px 10px;
	}
	.siteheader--menu li.menu-item-has-children.active > .sub-menu{
		display: block;
	}
	.menu-btn.active .menu-btn__burger, 
	.menu-btn.active .menu-btn__burger::before, 
	.menu-btn.active .menu-btn__burger::after{
		color: #fff;
		background-color: #fff;
	}
	.menu-btn.active .menu-btn__burger {
		background-color: transparent;
	}
	.menu-btn.active .menu-btn__burger::before {
		-webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-btn.active .menu-btn__burger::after {
		-webkit-transform: rotate(-45deg);
    	-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	h3 {
		font-size: 30px;
	}
	.hero-inside--box {
		padding: 40px 30px;
	}
	.bg-white-color {
		padding: 40px 15px;
	}
	.press--content {
		padding: 15px 0px;
	}
	.press-contect {
		margin-top: 20px;
	}
	.press-contect input.sitebtn {
		margin-bottom: 0;
	}
	h5 {
		font-size: 1.05rem;
	}
	.attorneys--image,
	.recent-post-box {
		margin-bottom: 30px;
	}
	.siteheader--top {
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		overflow: auto;
		z-index: -1;
		right: 0;
		visibility: hidden;
		padding-bottom: 2rem;
		opacity: 0;
		-webkit-transition: all 350ms ease-in;
		-o-transition: all 350ms ease-in;
		transition: all 350ms ease-in;
    	-webkit-transform: translateX(-100%);
    	-ms-transform: translateX(-100%);
    	transform: translateX(-100%);
	}
	.siteheader--top.active {
		visibility: visible;
		opacity:1;
		z-index: 1000;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.siteheader--menu {
		display: block;
		padding-top: 60px;
	}
	.siteheader--menu li {
		display: block;
		width: 100%;
	}
	.siteheader--menu a {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.siteheader--menu a:hover {
		color: #EEC383;
	}
	.blod--section,
	.team-detail--section {
		padding: 30px;
	}
	.attorneys--image .attorneys--name {
		display: block;
		visibility: visible;
	}
}
@media only screen and (max-width: 767px) {
	h3 {
		font-size: 25px;
	}
	.logo-small-headline:after {
		height: 4px;
	}
	.logo-small-headline {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.logo-big-text {
		font-size: 60px;
	}
	.logo-small-headline {
		font-size: 30px;
	}
	.sitefooter {
		text-align: center;
		padding: 25px 0;
	}
	.footer-social {
		margin-top: 15px;
	}
	.font-big{
		font-size: 1rem;
	}
	.h2, h2 {
		font-size: 1.6rem;
	}
	.blog--listing .blog--content {
		padding: 20px;
	}
	.about-box {
		padding: 0;
	}
}
@media only screen and (max-width: 575px) {
	.blod--section, .team-detail--section {
		padding: 30px 0;
	}
}