/**************************
#Hicaliber Child Theme
**************************/

/*TYPOGRAPHY*/
@font-face {
  font-family: 'CrimsonText-Bold';
  src: url(../fonts/CrimsonText-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: 'CrimsonText-Regular';
  src: url(../fonts/CrimsonText-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'CrimsonText-SemiBold';
  src: url(../fonts/CrimsonText-SemiBold.ttf);
  font-weight: 600;
}

/*GENERAL*/
body{
    color:#525252!important;
    font-size:16px!important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'CrimsonText-Bold'!important;
}
h2,
h2.section-title{
    color: #004870;
}
h2 span,
h2.section-title span,
.welcome-heading span{
    color: #80807e!important;
    font-size: 20px;
    font-family: Poppins !important;
}
.welcome-heading span{
    display:block!important;
}
.menu-button a, 
.button {
    font-weight: 600 !important;
    color: #fff !important;
    transform:translateY(0);
    transition: all .3s ease;
}
.menu-button a:hover, 
.button:hover{
    transform:translateY(-8px);
}
.contact-fax a {
    padding-left: 25px;
}
::placeholder {
    color: #868383!important;
}

/*HEADER*/
.header.default-header-layout{
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.07))
}
.top-header.two-column .cell a,
.header.default-header-layout .menu.dropdown a{
    color: #00456e;
}
.header.default-header-layout .top-bar-left {
    padding: 10px 0!important;
}
@media (min-width: 1024px){
	body:not(.header-theme) .header .top-bar-right {
		margin-top: 5px;
	}
}

/*MENU*/
.dropdown.menu > li > a {
    padding: .7rem 1rem!important;
    font-weight: 500!important;
}
body:not(.header-light) .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.active > a::after {
    color: #ffca02;
}
body:not(.header-light) .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    color: rgb(0, 69, 110);
}
.header .menu .submenu {
    background-color: #fff;
}
.header .menu a{
	font-size: 16px;
}

/*HERO*/
.custom-hero.default-section .cell:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-hero.default-section .cell:last-child h1{
    font-size: 50px;
}
.custom-hero.default-section .cell:last-child a.button{
    margin-left: auto;
}
.custom-hero.default-section .bg-image:before{
    background: rgba(51, 51, 51, 0.33)!important;
}
.custom-hero.default-section .cell:first-child {
    background-color: #00456e !important;
    text-align: center;
    padding: 30px 35px;
}
.custom-hero.default-section .cell:first-child h3,
.custom-hero.default-section .cell:first-child p{
    color:#fff!important;
}
.custom-hero.default-section .cell:first-child .gform_footer input[type="submit"]{
    background-color:transparent;
    display:block;
    border:1px solid #ffca02;
    width: 100%;
}
.custom-hero.default-section .cell:first-child .gform_footer input[type="submit"]:hover {
    background-color: rgb(255, 202, 2);
}
.button {
    padding: 12px 25px!important;
}
.button::after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: 10px;
    font-weight: 400;
    top: 33%;
    font-size: 15px;
}

/*WELCOME*/
.boxes-with-bg.grey-section .cell:first-child {
    background-color: #477a8f !important;
}
.boxes-with-bg.grey-section .cell:nth-child(2) {
    background-color: #154e6b !important;
}
.boxes-with-bg.grey-section .cell:last-child {
    background-color: #00456e !important;
}
.boxes-with-bg.grey-section .cell {
    color: #fff;
}
.boxes-with-bg.grey-section .cell .hic-box {
    padding: 20px;
}
.hour-list li span.hour-time {
    text-align: right;
    float: right;
}
.hour-list li {
    font-size: 15px;
    padding-top:8px;
    padding-bottom:8px;
}
.hour-list {
    list-style: none;
    margin-left: 0px;
}
.hour-list li {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hour-list li:not(:last-child){
    border-bottom: 1px solid #2d5f80;
}
.checklist > li:before, .page-element.checklist ul li:before{
	color:#ffca02;
}
/*ICON ABOVE CONTENT*/
.icon-above-content.grey-section .hic-box .hic-content {
    padding: 30px 30px;
}
.icon-above-content.grey-section .hic-box {
    background-color: #fff;
}
.icon-above-content.grey-section .hic-content .hic-title h3{
    font-size:19px;
    color:#00456e!important;
}

/*IMAGE ALTERNATE*/
.image-right-content.split-50-50.default-section .hic-content .hic-title h3{
    color:#00456e!important;
}
.image-right-content.split-50-50.default-section .hic-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-right-content.split-50-50.default-section .section-body .cell .hic-box{
    justify-content: center;
}

/*CTA ELEMENT*/
.cta-element.default-cta-layout.has-bg-img .bg-image:before{
    background: rgba(164, 164, 164, 0.7)!important;
}
.cta-element.default-cta-layout.has-bg-img .section-title{
    color:#fff!important;
}

/*TEAM*/
.team-element.carousel.grey-section .hic-box{
    background-color:#fff!important;
}
.team-element.carousel.grey-section .hic-content{
    text-align:center;   
}
.team-element.carousel.grey-section .hic-content .member-name{
    color:#00456e!important;
    font-weight: 600;
}
.team-element.carousel.grey-section .hic-box .hic-image::before {
    padding-top: 98%!important;
}
@media(min-width:1024px){
	.team-item .hic-content {
		position: relative;
		min-height: 165px;
	}
	.member-details .hic-button-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
	}	
}

/*FAQ*/
.cell.accordion-container .cell.medium-12 {
    width: 100% !important;
}
.cell.accordion-container .cell.medium-12 h2{
    text-align:left!important;
}
.accordion-element.image-left-accordion .accordion-content,
.accordion-element.image-left-accordion .accordion-title{
    border:none!important;
    padding-left: 0px;
}
.accordion-element.image-left-accordion .accordion-content{
    padding-top:0px!important;
}
.accordion-element.image-left-accordion .accordion-title{
    font-family: 'CrimsonText-Bold' !important;
    font-size: 26px;
}

.accordion-title:hover, .is-active .accordion-title {
    background-color: transparent!important;
    color: #004870 !important;
}
.accordion-element.image-left-accordion .accordion-title{
    border-bottom: 1px solid #c0c0c0 !important;
}
.accordion-item.is-active .accordion-title{
    border-bottom:none!important;
}
.accordion-item.is-active .accordion-content{
    border-bottom: 1px solid #c0c0c0 !important;
}
.accordion-element.image-left-accordion .hic-image::before{
    padding-top: 105%!important;
}
.is-active > .accordion-title::before {
    content: "\f077"!important;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
}
.accordion-title::before {
    content: "\f078"!important;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
}

/*BOOK AN APPOINTMENT*/
.hotdoc.grey-section .cell:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*CONTACT FORM SECTION*/
.map-form-element.contact-layout-4 .grid-container {
    width: 100% !important;
    max-width: 100%;
}
.map-form-element.contact-layout-4 .cell.pe-form-column{
    background-color:#00456e;
}
.contact-layout-4.has-map .sub-map,
.contact-layout-4.has-map #sub_map{
    height: 100%;
}
.map-form-element.contact-layout-4 .cell.pe-form-column .gform_wrapper h2{
    color:#fff!important;
}
.map-form-element.contact-layout-4 .cell.pe-form-column .gform_wrapper input[type="submit"]{
    width: 100%!important;
}
.map-form-element.contact-layout-4 .cell.pe-form-column .gform_wrapper h2 span{
    display:block!important;
}
.map-form-element.contact-layout-4 .section-header {
    display: none;
}
.map-form-element.contact-layout-1 .section-title, 
.map-form-element.contact-layout-1 h2 {
    color: #fff;
}
.map-form-element.contact-layout-1 .contact-phone i,
.map-form-element.contact-layout-1 .contact-email i{
    color:rgb(255, 202, 2);
}

/*FOOTER*/
.footer.footer-layout-3 {
    background-color: #eff3f6!important;
}
.footer.footer-layout-3, .footer.footer-layout-3 a {
    color: #666;
}
.footer.footer-layout-3 h4 {
    color: #00456e;
    font-size: 20px;
    padding-top: 20px;
}
.bottom-footer {
    background-color: #fff!important;
    color: #666 !important;
    font-size: 14px;
}
.bottom-footer a{
    color:#fdd025!important;
}


@media( min-width: 1024px ){
    .custom-hero.default-section .cell:last-child a.button{
        width: 35%;
    }
    .team-element.carousel .grid-container .section-footer{
        position: absolute;
        text-align: left;
        margin-top: 95px;
    }
    .map-form-element.contact-layout-4 .cell.pe-form-column .gform_wrapper {
        padding: 85px 150px 85px 65px !important;
    }
    .map-form-element.contact-layout-4 .cell.pe-form-map, 
    .map-form-element.contact-layout-4 .cell.pe-form-column {
        width: 50% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .cell.large-auto.footer-col.footer-col-2 {
        max-width: 366px !important;
    }
    .cell.large-auto.footer-col.footer-col-3 {
        max-width: 200px;
    }
    .team-element.carousel .grid-container {
        display: flex;
    }
    .team-element.carousel .grid-container .section-header{
        width: 20%!important;
    }
    .team-element.carousel .grid-container .section-body{
        width: 80%!important;
    }
    .map-form-element.contact-layout-4 .cell.pe-form-column .gform_wrapper{
        padding: 40px 65px!important;
    }
    .team-element.carousel .grid-container .section-header h2 {
        text-align: left;
    }
}
@media( max-width: 640px ){
    .custom-hero.default-section .cell:first-child {
        order: 2;
    }
    .custom-hero.default-section .cell:last-child {
        order:1;
        text-align:center!important;
        padding-bottom: 45px;
        padding-top: 45px;
    }
    .custom-hero.default-section .cell:last-child h1{
        font-size: 35px!important;
    }
    .custom-hero.default-section{
        margin-bottom:0px!important;
    }
    .custom-hero.default-section .cell:last-child a.button {
        margin-left: 0!important;
    }
    .team-element.grey-section .section-title {
        text-align: center !important;
    }
    .map-form-element.contact-layout-4 .cell.pe-form-column .gform_wrapper{
        padding: 40px 0px!important;
    }
    .footer.footer-layout-3 {
        text-align: center;
    }
    .cell.medium-6.pe-form-map {
        padding: 0px!important;
    }
    .boxes-with-bg.grey-section .cell{
        margin-bottom:0px!important;
    }
    .hero.tall-banner .hero-banner-message{
        text-align:center;
    }
    .hero.tall-banner {
        min-height: 424px;
    }
    .map-form-element.contact-layout-1 .contact-phone, 
    .map-form-element.contact-layout-1 .contact-email {
        padding-left: 0px;
    }
    .map-form-element.contact-layout-1 .section-title, .map-form-element.contact-layout-1 h2 {
        font-size: 36px;
    }
    .image-right-content.split-50-50.default-section .hic-box {
        background-color: #eff3f6;
    }
    .image-right-content.split-50-50.default-section .hic-content {
        padding-left:25px;
        padding-right:25px;
        text-align:center;
    }
}

@media( max-width: 1023px ){
    .cell.accordion-container .cell.medium-12 h2 {
        text-align: left !important;
        padding-top: 45px;
    }
    .contact-layout-4.has-map .sub-map p{
        margin-bottom:0px!important;
    }
    .contact-layout-4 .cell.medium-6.pe-form-map {
        padding-left: 0px;
        padding-right: 0px;
    }
    .menu-icon::after {
        background: #00456e !important;
        box-shadow: 0 7px 0 #00456e,0 14px 0 #00456e;
        content: "";
    }
    .off-canvas .menu .is-accordion-submenu-parent > a::after {
        content: none;
    }
}

@media( min-width: 641px ) and (max-width: 1023px){
    .map-form-element.contact-layout-4 .cell.pe-form-column {
        background-color: #00456e;
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact-layout-4.has-map .sub-map, .contact-layout-4.has-map #sub_map p,
    .contact-layout-4.has-map .map-form-element .sub-map iframe{
        height:100%!important;
    }
    .hour-list li{
        display:inline-block!important;
    }
    .footer.footer-layout-3 .contact-email a{
        word-wrap:break-word;
    }
}

@media( min-width: 641px ){
    .image-right-content.split-50-50.default-section .cell{
        margin-bottom: 45px!important;
    }
    .image-right-content.split-50-50.default-section .cell:nth-child(odd) .hic-image-container {
        padding: 20px;
        margin-left: -80px;
    }
    .image-right-content.split-50-50.default-section .cell:nth-child(even) .hic-image-container {
        padding: 20px;
        margin-right: -80px;
    }
    .image-right-content.split-50-50.default-section .hic-content {
        background-color: #eff3f6;
    }
    .image-right-content.split-50-50.default-section .cell:nth-child(odd) .hic-content {
        padding-left: 30px !important;
        padding-right: 65px !important;
    }
    .image-right-content.split-50-50.default-section .cell:nth-child(even) .hic-content {
        padding-right: 30px !important;
        padding-left: 100px !important;
    }
}


.white-boxes .hic-content, .grey-boxes .hic-content, .primary-theme-boxes .hic-content {
    padding: 35px;
}
.grey-boxes .hic-box{
	background-color: #eff3f6;
}
.grey-boxes .hic-box .hic-title h3 {
    color: #00456e;
}

thead {
    background-color: #004870;
    color: #fff;
}
tbody tr:nth-child(even) {
    background: rgba(0,0,0,.1);
}
.single-team .agent-bio-col {
    width: 100%;
}
.single-team .main-content .cell.medium-4 {
    display: none;
}

.box-equal-height .hic-image {
    height: 100%;
}

/* ========= Customize ========= */

.map-form-element .section-header .sub-heading {
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
.dropdown.menu > li > a{
	font-weight:300!important;
}
/*TEAM PAGE - START*/
.page-element.team-element .hic-image.team-member-avatar {
    padding-top: 80%;
}
.page-element.team-element #alison .hic-button-wrap, .page-element.team-element #dinesh .hic-button-wrap, .page-element.team-element #kayleigh .hic-button-wrap, .page-element.team-element #renee .hic-button-wrap, .page-element.team-element #rina .hic-button-wrap, .page-element.team-element #taylor .hic-button-wrap {
    display: none;
}
.single-team .agent-avatar {
    background-position: top;
}
/*TEAM PAGE - END*/

/*HERO- START*/
@media( min-width: 1920px ){
   .home .hero .bg-image:nth-child(2) {
    background-position: 50% 25%;
  }
	.home .hero .bg-image:nth-child(3) {
    background-position: 50% 70%;
  }
}
/*HERO- END*/
/*CONTACT US PAGE START*/
.page-element.map-form-element ul.hour-list span, .page-element.map-form-element h3{
    color: #fff;
}
.page-element.map-form-element .sub-page-map {
    padding-top: 50px;
}
/*CONTACT US PAGE END*/
/*FOOTER START*/
@media (min-width:1024px){
	.cell.large-auto.footer-col.footer-col-2 {
    max-width: none!important;
  }
}
/*FOOTER END*/
/*SERVICES ADJUST TABLET*/
@media (min-width:641px) and (max-width:1023px){
	.page-element.grey-boxes .cell.medium-4 {
    width: 50%;
  }
}
/*TEAM*/
.page-element.team-element .member-name {
    font-weight: 700;
}
@media (min-width:1024px){
	.page-element.team-element .member-name {
    font-size: 21px;
  }
	
}