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

/*************************************
BUSINESS THEME STYLING

#01. TYPOGRAPHY
#02. BUTTONS
#03. HELPERS
    #03.1. Lists
    #03.2. No Border Table
    #03.3. Slope
#04. HEADER
    #04.1. General - Header
    #04.2. Default & Light Header
    #04.3. Dark, Theme, Secondary Header
    #04.4. Transparent Header
    #04.5. Sticky Header
    #04.6 - HEADER LAYOUT 2
    #04.7 - HEADER LAYOUT 3
#05. MOBILE MENU
#06. HERO
#07. PAGE ELEMENTS
    #07.1. General - Page Elements
    #07.2. Icon Layouts
    #07.4. Grid Layouts
#08. TESTIMONIAL ELEMENT
#09. ACCORDION
#10. FORMS
    #10.1. General Form Styling
    #10.2. MAP CONTACT FORM
    #10.3. LOCATION
    #10.4. Forms in Hero Banner
#11. POST SELECTION
#12. ENTRY CONTENT
#13. TEAM MEMBER PAGE
#14. SIDEBAR
#15. PRODUCT
#16. MODAL
#17. FOOTER
#18. VIDEO SECTION
*************************************/


/*************************************
#01. TYPOGRAPHY - START
*************************************/

html,
body,
.default-section .box-link,
.page-element:not(.dark-section) a h3 {
    color: #1B1B1B;
}

.page-element.dark-section a h3 {
    color: #ffffff;
}

.box-link .hic-box .hic-content {
    color: #1B1B1B !important;
}

body {
    font-size: 16px;
	font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

a {
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
}

.lead {
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 641px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 18px;
    }
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 34px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
    h6,
    .h6 {
        font-size: 14px;
    }
}

.checklist > li::before{
	color: #f7941d;
}

[type="text"]:focus{
	box-shadow: none !important;
}
/*************************************
#01. TYPOGRAPHY - END
*************************************/


/**************************
#02. BUTTONS - START
**************************/
.modal-content .gform_footer input[type="submit"]:hover{
	background-color: #333;
	color: #fff;
}
.call-text-hover {
    display: none;
}
.button.call-btn:hover .call-text-hover {
    display: block;
}
.button.call-btn:hover .call-text {
    display: none;
}

.button.call-btn{
	border-radius: 300px;
}

.button {
    padding: 12px 18px;
    font-size: 18px;
}

.gform_footer input[type="submit"] {
    padding: 20px 100px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
}

.hero-form input[type="submit"]:hover,
.gform_footer input[type="submit"]:hover,
.image-right-content.then-left .cell:nth-of-type(odd) .hic-content .button:hover {
    background-color: #ffffff;
    color: #333333;
}

.image-right-content.then-left .cell:nth-of-type(odd) .hic-content .button {
    background-color: #333333;
    color: #ffffff;
}

.hic-button-wrap .button.video-button::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f04b';
    margin-left: 20px;
    position: relative;
    font-weight: 600;
}

/* .hic-button-wrap .button:not(.video-button)::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f30b';
    margin-left: 10px;
    position: relative;
    font-weight: 600;
    transition: all .5s;
} */

.hic-title a:hover {
    color: #333333;
}

.hic-button-wrap {
    padding-top: 30px;
}

.hic-button-wrap .button {
    padding: 12px 22px;
    border-radius: 50px;
 
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
}

.hic-button-wrap .button i{
	margin-right: 10px;
}

.hic-button-wrap .button:hover {
    color: #ffffff;
}

.hero.form-inline .booking-search .booking-btn .button {
    margin-top: 15px;
    height: 65px;
}


/*************************
#02. BUTTONS - END
**************************/


/*************************
#03. HELPERS - START
**************************/


/* #03.1. Lists - START*/

.checklist li,
.page-element.checklist ul li {
    padding-left: 26px;
}

.checklist li:before,
.page-element.checklist ul li:before {
    font-weight: 900;
}

ol.steps-list,
.page-element.steps-list ol {
    padding: 0;
}

ol.steps-list li,
.page-element.steps-list ol li {
    padding: 20px 15px 20px 75px;
}

ol.steps-list li:before,
.page-element.steps-list ol li:before {
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-top: -3px;
    font-weight: bold;
    text-align: center;
}


/*#03.1. Lists - END*/


/*#03.2. No Border Table - START*/

.page-element table.no-border {
    margin: 0 0 32px;
}

.page-element table.no-border th {
    padding: 2px 14px 2px 0;
}

.page-element table.no-border td {
    padding: 2px 8px;
}


/*#03.2. No Border Table - END*/


/*#03.3. Slope - START*/

.slope-top-left-right,
.slope-top-right-left,
.slope-bottom-left-right,
.slope-bottom-right-left {
    position: relative;
}

.slope-top-left-right:before,
.slope-top-right-left:before,
.slope-bottom-left-right:after,
.slope-bottom-right-left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
}

.slope-top-left-right:before,
.slope-top-right-left:before {
    top: -85px;
}

.slope-bottom-left-right:before,
.slope-bottom-right-left:after {
    bottom: -85px;
}

.slope-top-left-right:before,
.slope-bottom-right-left:after {
    border-right: 100vw solid #fff;
}

.slope-top-right-left:before,
.slope-bottom-left-right:after {
    border-left: 100vw solid #fff;
}


/*#03.3. Slope - END*/


/*************************
#03. HELPERS - END
**************************/


/**************************
#04. HEADER - START
**************************/


/*#04.1. General - Header*/

.off-canvas-content{
	padding-top:0 !important;
}

.header .menu a {
    font-size: 16px;
}

.header .top-header {
    font-size: 13px;
}

.header .top-header,
.header .top-header a {
    color: #fff;
}
.header .top-header ul.contact-info li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.header .top-header .menu a {
    font-size: 16px;
    padding-left: 0;
}

.header .top-header ul li.social-icon {
    margin-top: 5px;
    margin-right: 5px;
    padding: 0;
}

.header .top-header ul li.social-icon a {
    padding: 5px 0;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

.header .button {
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
}

.header .top-bar {
	border-bottom: solid 1px #515151;
}

.header .top-bar .top-bar-right.hide-for-large {
    margin-top: 10px;
}

.header .top-bar .top-bar-right.hide-for-large .menu a {
    padding: 5px;
    margin-right: 10px;
}

.header.default-header-layout .top-bar .top-bar-right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
    font-size: 22px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
    display: none;
}

@media (min-width: 1024px) {
    .header.header-layout-1 .top-bar .top-bar-right {
        margin-top: 0;
    }
    header:not(.header-layout-2) .menu.medium-horizontal a {
        padding: 30px 35px;
    }
}

header:not(.header-layout-2) .top-header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

header:not(.header-layout-2) .top-bar .menu .active>a {
    border-top: 2px solid rgba(241, 211, 2);
    margin-top: -2px;
}

.header .menu .is-dropdown-submenu li a {
    background-color: transparent;
    padding: 14px 8px;
}

.header .menu .is-dropdown-submenu li a:hover {
    background-color: transparent!important;
}

.header .menu .is-dropdown-submenu li {
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu,
.dropdown.menu.vertical>li .is-dropdown-submenu {
    background-color: rgba(0, 0, 0, .75);
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    border-color: transparent transparent transparent #fff;
}


/* #04.2. Default & Light Header - START*/

.header-default .header,
.header-light .header {
    background-color: #fff;
    color: #000000;
}

.header-default .header .top-header,
.header-light .header .top-header {
    background-color: #fff;
    color: #000000;
}

.header-default .header .top-header a,
.header-light .header .top-header a {
    color: #000000;
}

.header-default .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu,
.header-default .dropdown.menu.vertical>li .is-dropdown-submenu,
.header-light .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu,
.header-light .dropdown.menu.vertical>li .is-dropdown-submenu {
    background-color: rgba(255, 255, 255, .75);
}

.header-default .menu .is-dropdown-submenu li:hover a:after,
.header-light .menu .is-dropdown-submenu li:hover a:after {
    border-color: transparent transparent transparent #fff;
}


/* #04.2. Default & Light Header - END*/


/* #04.3. Dark, Theme, Secondary Header - START*/

.header-dark .is-dropdown-submenu-parent.opens-right>a:after {
    border-color: transparent transparent transparent #fff;
}

.header-secondary .dropdown.menu>li.is-active>a,
.header-secondary .header .top-bar .menu a:hover,
.header-secondary .header .top-bar .menu a:focus,
.header-secondary .header .top-bar .menu .active>a,
.header-secondary .dropdown.menu>li.is-active>a,
.header-secondary .header .top-bar .menu a:hover,
.header-secondary .header .top-bar .menu a:focus,
.header-secondary .header .top-bar .menu .active>a {
    color: #fff;
}


/* #04.3. Dark & Theme Header - END*/


/* #04.4. Transparent Header - START*/


/* #04.4. Transparent Header - END*/


/* #04.5. Sticky Header - START*/

.sticky-header.scrolled .header .top-bar{
	border: none;
}

.sticky-header.scrolled .header {
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .35);
    background-color: #000;
}

.sticky-header .header .logo-wrap {
    width: 100%;
    transition: all 1s;
}

.sticky-header.scrolled .header .logo-wrap {
    width: 80%;
    transition: all 1s;
}


/* #04.5. Sticky Header - END*/


/*#04.6 - HEADER LAYOUT 2 - START*/

.header.header-layout-2 .menu-container>ul>li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 24px;
    margin-right: 24px;
}

.header-layout-2 .top .menu-container {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 1;
    top: 100%;
    padding: 5px;
}

.header-theme .header-layout-2 .top .menu-container {
    border-top: 2px #fff solid;
}

.header-layout-2 .top ul.menu {
    justify-content: center;
}

.header-layout-2 .top-header .grid-container {
    position: relative;
}

.header-layout-2 .top-header .grid-container .grid-x {
    position: absolute;
    right: 0;
    bottom: -65px;
}

.header-layout-2 .top-header .grid-container .grid-x .cell {
    width: 100%;
    text-align: right;
}

.header-secondary .header-layout-2 .menu.medium-horizontal .menu-item a,
.header-default .header-layout-2 .menu.medium-horizontal .menu-item a,
.header-light .header-layout-2 .menu.medium-horizontal .menu-item a {
    color: #fff;
}

.header-layout-2 .top-bar .menu>a:hover,
.header-layout-2 .dropdown.menu>li.is-active>a {
    color: #fff;
}


/*#04.6 - HEADER LAYOUT 2 - END*/


/*#04.7 - HEADER LAYOUT 3 - START*/

.header-layout-3 .top-bar-right::before {
    display: none;
}

.header-layout-3 .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    right: -15px;
}

.header-secondary .header-layout-3 .menu .is-dropdown-submenu li:hover a:after,
.header-secondary .header-layout-3 .menu .is-dropdown-submenu li.active a:after {
    border-color: transparent transparent transparent #fff;
}


/*#04.7 - HEADER LAYOUT 3 - END*/

@media(max-width:1023px){
	.top-bar-right.float-right.hide-for-large .menu.top li:last-child {
		display: none;
	}
}
/**************************
#04. HEADER - END
**************************/


/**************************
#05. MOBILE MENU - START
**************************/

.off-canvas .menu li.is-accordion-submenu-item a {
    padding-left: 30px;
}

.off-canvas .menu a {
    color: #fff
}

.off-canvas .menu-button {
    margin-left: 0;
}

.custom-mobile-menu {
    font-weight: 600;
    border: 1px solid #CCC;
    padding: 8px 16px;
}

.off-canvas .menu li {
    border-bottom: 1px solid;
}

.off-canvas .menu .is-accordion-submenu-parent>a::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transition: all .25s ease-in-out;
}

.off-canvas .menu .is-accordion-submenu-parent[aria-expanded="true"]>a::after {
    transform: rotate(90deg);
}

.off-canvas .menu .is-accordion-submenu-parent>a {
    position: relative;
}


/**************************
#05. MOBILE MENU - END
**************************/


/****************************************
#06. HERO -  START
****************************************/

#field_2_15 {
    box-shadow: none;
    background: none;
}

.header-transparent .hero.full-screen-banner {
    min-height: 815px;
}


/*fix on hero background-image with image slider*/

.hero.background-with-slider {
    height: 100px;
}

.hero.background-with-slider .hero-banner-message-w-slider .cell {
    max-width: 1000px;
}

.hero.background-with-slider .hero-gallery-slides-thumb {
    display: none;
}

.hero .slick-dots {
    bottom: -65px;
}


/*fix on hero background-image with image slider END*/

.hero .grid-container {
    align-items: flex-end;
}

.hero-form .gform_fields .gfield .ginput_container input {
    margin: 0 0 16px !important;
    border-radius: 9px;
    height: 50px;
    font-size: 15px;
}

/* .gform_wrapper .gfield_label {
    display: none;
} */

.hero-form-container .form-title {
    color: #FFF;
}

.hero.text-right .hero-banner-message .hic-button-wrap {
    justify-content: flex-end;
    flex-flow: wrap;
}

.hero .hero-form ::placeholder {
    color: #333333;
    padding-left: 10px;
    font-size: 12px;
}

.hero .hero-form .hero-form-container .form-title {
    font-size: 26px;
    font-weight: 900;
}

.hero-form-container {
    color: #333333;
}

.hero.form-layout-2.form-inline .inner-hero-form {
    max-width: 1400px;
}

.top-bar-left {
   padding: 20px 5px;
}

.hero-banner-message .hic-button-wrap .button.primary-white-button {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.hero-banner-message .hic-button-wrap .button.primary-white-button:hover {
    background-color: #f1d302;
    color: #333333;
}

.hero-form input[type="submit"],
.hero-form button[type="submit"] {
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    font-weight: 600;
    background-color: #f7941d;
    color: #ffffff;
	margin-bottom: 0;
}

.hero .article-header,
.hero .hero-banner-message {
    padding-top: 35%;
    width: 100%;
}

.hero .article-header h1,
.hero .hero-banner-message h1,
.hero .hero-banner-message h2.h1 {
    font-size: 32px;
}

.hero .hero-banner-message p {
    font-size: 1.5em;
    line-height: 1.3;
}

.hero-form {
    text-align: left;
}

.hero-form header {
    margin-bottom: 18px;
}

.hero .slick-dots {
    z-index: 1;
    bottom: 0;
}

.hero .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
    opacity: .35;
}

.hero.form-layout-1.form-side .hero-form {
    border-radius: 10px;
}

.hero.form-layout-2.form-inline .gform_wrapper input,
.hero.form-layout-2.form-inline .gform_wrapper select {
    height: 50px;
}

.hero.form-layout-2.form-inline .gform_wrapper textarea[rows] {
    height: 80px;
}
@media(max-width:1023px){
	.hero .hero-banner-message h1::after {
		margin: 10px auto;
	}
	.hero .hero-main {
        display: block;
    }
	.header-transparent .hero .hero-banner-message {
        margin-top: 0px;
        text-align: center;
	}
    .form-layout-1.form-inline.form-top .hero-form {
        margin-top: 0;
    }
    .header .top-header {
        display: none;
    }
    .hero.text-right .hero-banner-message .hic-button-wrap {
        justify-content: center;
    }
    
    .form-layout-1 .hero-carousel-type .hero-form-container {
        padding: 24px;
        border-radius: 0px;
        text-align: center;
    }
}

@media (min-width: 641px) {
    .hero.slider-carousel-banner.default-alignment .hero-banner-message,
    .hero.slider-carousel-banner.text-left .hero-banner-message {
        max-width: 600px;
    }
    .hero .article-header h1,
    .hero .hero-banner-message h1,
    .hero .hero-banner-message h2.h1 {
        font-size: 40px;
    }
    .header-transparent .hero .hero-banner-message {
        padding-top: 0;
        margin-top: 0;
    }
  
    
    .form-side .hero-carousel-type .hero-form-container {
        padding: 48px;
    }
    .form-side.form-left .hero-carousel-type .hero-form {
        left: 5%;
    }
    .form-side.form-right .hero-carousel-type .hero-form {
        right: 5%;
    }
    .form-side.form-right .hero-banner-message .hic-button-wrap {
        margin-right: auto;
    }
    .form-side.form-left .hero-banner-message .hic-button-wrap {
        margin-left: auto;
    }
}

@media (min-width: 1024px) {
    .hero .article-header h1,
    .hero .hero-banner-message h1,
    .hero .hero-banner-message h2.h1 {
        font-size: 48px;
    }
    .hero.form-layout-1.form-side .hero-carousel-type .inner-hero-form {
        margin: 100px 0 0;
		max-width: 400px;
		position: absolute;
		right: 0;
		padding: 0 15px;
    }
	.form-side .hero-carousel-type .hero-form {
        width: calc(50% - 100px);
        position: absolute;
    }
	
	.hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-banner-message {
        width: calc(60% - 100px);
        margin-right: auto;
        margin-right: 2%;
    }
}
@media(max-width:300px){
	.hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {
		font-size: 25px;
	}
}

/****************************************
#06. HERO - END
****************************************/


/**************************
#07. PAGE ELEMENTS - START
**************************/


/* #07.1. General - Page Elements*/

.content-box-element.image-right-content .section-footer {
    margin-top: 0;
}

.content-box-element.image-right-content .hic-button-wrap{
	padding-top: 0 !important;
}

.slick-list .hic-image::before{
    padding-top: 98%;
}

.section-header {
    margin-bottom: 30px;
}

.header-left .section-header {
    margin-top: 3%;
    width: 20%;
}

.page-element.cta-element.cta-layout-1.cta-get-started .hic-button-wrap{
	padding-top: 0;
}

.header-left .section-body {
    width: 80%;
}

.header-left .section-footer {
    bottom: 30%;
    position: absolute;
}

.section-title span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.page-element .section-title::after {
    height: 2px;
    width: 61px;
    background: #f7941d;
    content: "";
    display: block;
    margin: auto;
    margin-top: 15px;
	
}

.page-element.content-box-element.image-right-content .section-title::after {
	margin: 15px 0;
}

.page-element.portrait-images .hic-image::before {
    padding-top: 100%;
}

.large-2 .hic-title h3 {
    font-size: 18px;
}

.section-header .sub-heading {
    font-size: 18px;
    font-weight: 400;
}
.element-whatwedo .section-header .sub-heading {
    font-size: inherit;
    font-weight: 300;
}

.element-whatwedo .hic-box img {
    max-height: 150px;
	transition: all .2s;
}
.element-whatwedo .hic-box:hover img {
    max-height: 80px;
	transition: all .2s;
}
.element-whatwedo .hic-content {
    min-height: 300px;
	height: auto;
	width: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
}
.page-element.box-shadow .hic-box {
    box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
}

.hic-title h3 {
    font-size: 1.5rem;
}

.hic-blurb p:last-child {
    margin-bottom: 0;
}

.white-titles .hic-title h3 {
    color: #fff !important;
}

.white-boxes .hic-box {
    background-color: #fff;
    color: initial;
}

.grey-boxes .hic-box {
    background-color: #f2f2f2;
    color: initial;
}

.white-boxes .hic-content,
.grey-boxes .hic-content,
.theme-boxes .hic-content {
    padding: 25px;
}

.image-overlay-content .hic-box {
    position: relative;
    border: 0;
}

.image-overlay-content .hic-content {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    padding: 15px;
    color: #fff;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.image-above-content .hic-box,
.white-boxes .hic-box,
.grey-boxes .hic-box {
    height: 100%;
}

.image-above-content:not(.grey-section):not(.has-bg-img) .hic-box,
.grey-boxes .hic-box {
    background-color: #f2f2f2;
}

.image-overlay-content .hic-title h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.grey-boxes.image-above-content .hic-image,
.white-boxes.image-above-content .hic-image {
    margin-bottom: 0;
}

.hic-button-wrap .button {
    margin: 1rem 0 0;
}

.box-equal-height.align-button .hic-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.box-equal-height.align-button .hic-button-wrap {
    justify-self: self-end;
    margin-top: auto;
}
.gallery-element.carousel .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* HIC VIDEO BOX */

.hic-video-box .hic-image::before {
    content: '';
    display: block;
    padding-top: 60%;
}

.hic-video-box .hic-image {
    height: auto;
    position: relative;
}

.hic-video-box {
    position: relative;
    margin-bottom: 30px;
}

.hic-video-box .hic-content * {
    color: #fff;
}

.hic-video-box .hic-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 30px;
}

.video-play-container .video-play-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 12px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video-play-container {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, .75);
    border-radius: 50%;
    margin: auto;
    position: relative;
}

.has-video .hic-image {
    position: relative;
/*     height: 100% !important; */
}

.has-video .hic-image::before {
    background-color: rgba(10, 0, 0, 0.1);
    transition: all .25s ease-in-out;
}

.has-video:hover .hic-image .video-play-button {
    transform: scale(1.15);
}

.has-video:hover .hic-image::before {
    background-color: rgba(10, 0, 0, 0.4);
}

.hic-image>* {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.hic-video-container {
    height: 280px;
    position: relative;
}

.hic-video-container .hic-image {
    height: 100%;
}

.page-element.has-excerpt .hic-blurb strong {
    font-weight: normal;
}

.custom-75-25-split {
    padding-bottom: 100px;
}

.custom-75-25-split .grid-container {
    position: relative;
}

.custom-75-25-split .section-header {
    width: 75%;
}

.custom-75-25-split .section-body {
    padding-right: 350px;
}

.custom-75-25-split .section-footer {
    width: 25%;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.overlap-boxes.image-right-content.then-left .cell .hic-box {
    position: relative;
    margin-bottom: 40px;
    min-height: 570px;
}

.overlap-boxes.image-right-content.then-left .cell:nth-of-type(odd) .hic-image-container.has-image {
    top: 10%;
    position: absolute;
    left: 45%;
    height: 80%;
}

.icon-left-content .hic-box {
    margin-left: 120px;
}


/*cta elements - START*/

.cta-element .grid-container {
    display: flex;
    flex-direction: column;
}

.cta-element .section-top {
    order: 2;
}

.cta-element .section-header {
    order: 1;
}

.cta-element .section-body {
    order: 3;
}

.cta-element img.icon {
    display: none;
}

.cta-element .cta-feature-video a::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f144';
    margin-left: 10px;
    position: relative;
    font-weight: 500;
    font-size: 150px;
}

.cta-element .cta-feature-video a {
    color: #1b1b1b;
    transition: all .5s;
}

.cta-element.dark-section .cta-feature-video a,
.cta-element.has-bg-img .cta-feature-video a {
    color: #fff;
}

.cta-element .cta-feature-video a:hover {
    color: #f1d302;
}

.element-whatwedo .hic-title h3 {
    font-size: 1rem;
	text-transform: uppercase;
}
.element-whatwedo .hic-blurb{
	display: none;
}
@media(max-width:640px){
	.hic-content {
		text-align: center;
		padding: 20px 40px;
	}
}


/*cta elements - END*/


/*post-elements - START*/

.post-element.image-overlay-content .hic-content {
    justify-content: space-around;
    text-align: left;
    background-color: rgba(163, 162, 162, 0);
    border: 2px solid #f1d302;
    border-radius: 20px;
    padding: 30px;
    transition: all .2s;
    color: #1b1b1b;
    position: relative;
}

.post-element.image-overlay-content .hic-content header {
    display: flex;
    flex-direction: column;
}

.post-element.image-overlay-content .hic-content header .hic-title {
    padding-top: 40px;
    padding-bottom: 20px;
    order: 2;
    color: #1b1b1b;
}

.post-element.image-overlay-content .hic-content header ul.post-byline {
    order: 1;
    font-size: 14px;
    font-weight: 400;
    color: #f1d302;
}

.post-element.image-overlay-content .hic-box.article-inner {
    min-height: 300px;
}

.post-element.image-overlay-content .hic-image-container {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.post-element.image-overlay-content .hic-image-container .hic-image {
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.post-element.image-overlay-content .hic-image-container .hic-image:before {
    height: 100%;
    background-color: rgba(241, 211, 2, .75);
}

.post-element.image-overlay-content .hic-button-wrap {
    opacity: 0;
    transition: all .5s;
}

.post-element.image-overlay-content .hic-box:hover .hic-button-wrap,
.post-element.image-overlay-content .hic-box:hover .hic-image-container .hic-image {
    opacity: 1;
}

.post-element.image-overlay-content .hic-button-wrap .button {
    border: 1px solid #333333;
    background-color: transparent;
}

.post-element.image-overlay-content .hic-box:hover header ul.post-byline {
    color: #333333;
}

.post-element.image-overlay-content .hic-box:hover header .hic-title a {
    color: #ffffff;
}

.post-element.image-overlay-content .hic-button-wrap .button:hover {
    background-color: #333333;
}

.post-element.carousel .slick-arrow:before {
    color: #ffffff;
    padding: 8px 15px;
    background-color: #f1d302;
    border-radius: 20px;
}

.post-element.carousel .slick-prev {
    left: -40px;
}

.post-element.carousel .section-body.slick-slider {
    margin-left: 50px;
    margin-right: 50px;
}


/*post-elements - END*/

.box.link .hic-box {
    color: #1B1B1B;
}

@media (max-width: 640px) {
    .post-element.carousel .slick-next {
        right: -13px;
    }
    .grey-boxes.content-box-element:not(.image-overlay-content) .hic-image,
    .white-boxes.content-box-element:not(.image-overlay-content) .hic-image {
        margin-bottom: 0;
    }
    .hic-button-wrap {
        text-align: center;
        padding-top: 0;
    }
    .overlap-boxes.image-right-content.then-left .cell .hic-box {
        min-height: unset;
    }
    .overlap-boxes.image-right-content.then-left .cell:nth-of-type(odd) .hic-image-container.has-image {
        position: unset;
    }
    .overlap-boxes.image-right-content.then-left .cell:nth-of-type(odd) .hic-content,
    .overlap-boxes.image-right-content.then-left .cell:nth-of-type(even) .hic-content {
        padding: 20px;
    }
    .header-left .section-footer {
        margin-top: 0;
    }
    .header-left .section-body {
        text-align: center;
    }
    .custom-75-25-split .section-footer {
        position: relative;
        margin-top: 30px;
    }
	.page-element.content-box-element.image-right-content .section-title::after{
		margin: 15px auto 0;
	}
}

@media (min-width: 641px) {
    .page-element {
        padding: 50px 0;
    }
    .section-title {
        font-size: 48px;
		font-weight: 500;
    }
    .section-title span {
        font-size: 20px;
    }
    .section-header .sub-heading {
        font-size: 22px;
    }
    .image-left-content .hic-content {
        padding-left: 30px;
    }
    .image-right-content .hic-content {
        padding-right: 30px;
    }
    .image-right-content.then-left .hic-content,
    .image-left-content.then-right .hic-content {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .image-right-content.then-left.grid .section-body .cell.medium-12,
    .image-left-content.then-right.grid .section-body .cell.medium-12 {
        margin-bottom: 0;
    }
    .image-left-content.then-right .grid .hic-content,
    .image-right-content.then-left .grid .hic-content {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: left;
    }
    .page-element.split-50-50 .hic-content {
        align-items: center;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .flex-image-height .hic-box .hic-image {
        height: 100%;
        min-height: 350px;
    }
    .image-above-content .hic-content {
        padding: 22px;
    }
    .overlap-boxes.image-right-content.then-left .cell:nth-of-type(odd) .hic-content,
    .overlap-boxes.image-right-content.then-left .cell:nth-of-type(even) .hic-content {
        padding: 50px;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .image-above-content-for-medium .hic-box {
        display: block !important;
    }
    .image-above-content-for-medium .hic-image-container,
    .image-above-content-for-medium .hic-content {
        width: 100% !important;
    }
    .image-above-content-for-medium .hic-content {
        padding: 0 !important;
    }
    .image-above-content-for-medium .hic-image {
        margin-bottom: 20px;
    }
    .two-col-for-medium .section-body .cell {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .section-header {
        margin-bottom: 0px;
    }
    .section-body {
        justify-content: center;
    }
    .header-left .section-header {
        text-align: center;
        width: 100%;
    }
    .header-left .section-body {
        width: 100%;
    }
    .header-left .section-footer {
        position: relative;
        text-align: center;
    }
    .header-left .section-header,
    .section-header,
    .custom-75-25-split .section-footer,
    .custom-75-25-split .section-header {
        width: 100%;
        text-align: center;
    }
    .overlap-boxes.header-left .section-body {
        position: relative;
    }
    .custom-75-25-split .section-footer {
        position: relative;
        ]
    }
}

@media (min-width: 1024px) {
    .page-element {
        padding: 80px 0;
    }
    .overlap-boxes.header-left .section-body .cell.feature-image {
        position: absolute;
        right: 0;
        margin-top: 60px;
    }
    .overlap-boxes.header-left .section-body .cell.accordion-container {
        width: 60%;
        padding: 200px 55px 100px 130px;
        min-height: 715px;
    }
    .overlap-boxes.header-left .section-body .cell.accordion-container .accordion {
        margin-right: 20%;
    }
    .overlap-boxes.header-left .section-body .cell.feature-image .hic-image {
        height: 600px;
    }
    .overlap-boxes.image-right-content.then-left .cell:nth-of-type(odd) .hic-content,
    .overlap-boxes.image-right-content.then-left .cell:nth-of-type(even) .hic-content {
        padding: 100px;
    }
}


/* #07.1. General - Page Elements - END*/


/*#07.2. Icon Layouts - START*/

.icon-above-content.default-alignment .hic-box {
    text-align: center;
}

.icon-above-content .hic-icon {
    font-size: 60px;
    width: 100%;
    display: inline-block;
}

.icon-above-content .hic-icon img {
    height: 75px;
    max-width: 75px;
    margin: 0 auto 20px;
}

@media (max-width: 640px) {
    .icon-left-content .hic-icon {
        position: relative;
        width: unset;
        left: 0;
        top: 0;
    }
    .icon-left-content .hic-content {
        text-align: center;
        padding: 10px;
    }
}

@media (max-width: 1023px) {
    .icon-left-content .hic-content {
        padding: 10px;
    }
    .icon-left-content .hic-icon {
        position: relative;
    }
    .icon-left-content .hic-box {
        margin-left: 0;
    }
}


/*#07.3. Icon Layouts - END*/


/*#07.4. Grid Layouts - START*/

.theme-section,
.theme-boxes .hic-box {
    background-color: transparent;
}

.page-element.grid-layout-1 .section-body.grid .cell:not(:last-child) .hic-box {
    margin-bottom: 12px;
}

.page-element.grid-layout-1 .section-body.grid .hic-image {
    height: 300px;
}

@media (min-width: 641px) {
    .grid-layout-1 .grid-x>.large-4:first-child {
        width: 66.66667%;
    }
    .grid-layout-1 .grid-x>.large-3:first-child {
        width: 50%;
    }
    .page-element.grid-layout-1 .section-body.grid {
        padding-left: 9px;
        padding-right: 9px;
    }
    .page-element.grid-layout-1 .section-body.grid .cell {
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
    }
}


/*#07.4. Grid Layouts - END*/


/**************************
#07. PAGE ELEMENTS - END
**************************/


/**************************
#08. TESTIMONIAL ELEMENT - START
**************************/

.testimonial-element .cell.testimonial {
    border: 1px solid #3333;
    margin: 10px;
    padding: 20px 55px;
	background-color: rgba(107, 107, 107, 0.4) !important;
}

.testimonial-element.content-only .hic-content:before {
    left: 47%;
    font-size: 32px;
    color: #ccc;
}

.testimonial-main-content {
    margin-top: 40px;
}

.testimonial-element.content-only .hic-content {
    position: relative;
}

.testimonial-element.content-only .hic-content {
/*     padding-top: 70px; */
}

.page-element.rounded-images .hic-image{
	border-radius: 15px;
	overflow: hidden;
}

.gallery-element .hic-image::after {
	background-color: rgba(247, 148, 29,.76);
}

/* 
.testimonial-element.content-only .hic-content:before {
    content: "\f10d";
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 28px;
} */

.testimonial-element .client-details {
    margin-top: 20px;
}

.testimonial-element .client-name {
    font-weight: 600;
}

.testimonial-element .client-name {
    font-weight: 600;
}


/**************************
#08. TESTIMONIALS ELEMENT - END
**************************/


/**************************
#09. ACCORDION - START
**************************/

.accordion-element .accordion-title {
    font-size: 20px;
    color: #000;
}

.accordion-title:hover,
.is-active .accordion-title {
    color: #fff;
}

.overlap-boxes .grid-container {
    position: relative;
    min-height: 600px;
}

.overlap-boxes.header-left .section-header {
    position: absolute;
    z-index: 1;
    left: 8%;
    margin-top: 80px;
}

.overlap-boxes.header-left .section-header span {
    color: #fff;
}

.overlap-boxes.header-left .section-body {
    position: absolute;
    width: 100%;
}

.overlap-boxes .accordion,
.overlap-boxes .accordion-content {
    background-color: transparent;
    border: none;
    font-size: 14px;
}

.overlap-boxes .accordion-title {
    color: #333333;
    border: none;
    font-size: 20px;
    font-weight: 400;
    border-top: 1px solid #ffffff;
}

.overlap-boxes .accordion-title:hover,
.overlap-boxes .accordion-title:focus {
    background-color: #333333;
}

@media(min-width: 1024px) {
    .accordion-element.layout-1 .section-body .cell,
    .accordion-element.layout-2 .section-body .cell {
        width: 50%;
    }
    .accordion-element.layout-2 .section-body .feature-image {
        order: 2;
    }
}

@media(max-width: 640px) {
    .overlap-boxes.header-left .section-header {
        position: relative;
        left: 0;
        margin-top: 0;
    }
}

@media(max-width: 1023px) {
    .overlap-boxes.header-left .section-body {
        position: relative;
    }
    .overlap-boxes.header-left .section-header {
        position: relative;
        left: 0;
        margin-top: 0;
    }
}


/**************************
#09. ACCORDION - END
**************************/


/**************************
#10. FORMS - START
**************************/
.gform_confirmation_message {
    background: white;
    text-align: center;
}
.filter-form .qs-ul {
    list-style: none;
}

.map-form-element a {
    color: #333333;
}

.form-layout-1 .hero-form-container {
    border-radius: 20px;
}

.hero.form-layout-1 .hero-form {
    z-index: 2;
}

.main-contact-form .gfield input,
.main-contact-form .gfield select,
.main-contact-form .gfield textarea {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: transparent;
    border-bottom: 1px #fff solid;
    border-radius: 0;
    padding-right: 0;
}

.form-layout-2 .form-content select,
.form-layout-2 .form-content input {
    border-radius: 15px;
    height: 50px;
    font-size: 15px;
}

.gfield_html {
    margin-bottom: 16px;
}

.field-disclaimer {
    padding: 16px;
}

.default-section:not(.has-bg-img) .field-disclaimer,
.light-section .field-disclaimer {
    background-color: #F2F2F2;
}

.field-disclaimer {
    font-size: 14px;
}

.main-contact-form ::placeholder {
    color: #333333;
    font-size: 16px;
}

@media(max-width: 640px) {
    .input-group {
        flex-flow: column;
    }
}

@media (min-width: 1280px) {
    /*.hero.form-layout-1.form-side.form-left .hero-carousel-type .hero-form {
        left: 15%;
    }
    .hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form {
        right: 20%;
    }*/
}

@media(min-width: 1024px) {
    .main-contact-form .gfield input,
    .main-contact-form .gfield select {
        height: 50px;
    }
    .hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form {
        display: flex;
		align-items: center;
		width: 100%;
		min-height: inherit;
		margin: auto;
		left: 0;
		right: 0;
		max-width: 1170px;
    }
	.hero.form-layout-1.form-side .hero-carousel-type .hero-form-container{
		width: 100%;
	}

    .hero-banner-message .hic-button-wrap {
        flex-flow: unset;
    }
    .form-side .hero-carousel-type .hero-form-container {
        padding: 24px 34px;
    }
    .form-side .hero-carousel-type .hero-banner-message {
        max-width: calc(55% - 100px);
        margin-right: 2%;
    }
	.hero-form .no-magic-label.gfield {
		padding-top: 0;
	}
}


/**************************
#10. FORMS - END
**************************/


/*********************
#10.1. General Form Styling
*********************/

.general-form .gform-wrapper {
    margin: 0 !important;
}

.general-form .gform_body {
    display: table;
    width: 100%;
}

.general-form .gform_footer {
    text-align: center;
}

.general-form .gfield {
    margin-bottom: 18px;
}

.general-form .gfield input,
.general-form .gfield select,
.general-form .gfield textarea {
    margin-bottom: 0 !important;
}

.general-form .gfield .gfield_label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.general-form .gfield select:focus {
    outline: none !important;
}

.general-form .gfield.gfield_html ul {
    list-style: disc;
    font-size: 16px;
    margin-left: 36px;
}

.general-form .gfield.inline-price-field .gfield_label,
.general-form .gfield.inline-price-field .ginput_container_product_price {
    display: inline-block;
}

.general-form .gfield_required {
    color: #A90000;
}

.general-form .gform_fields .gfield.gfield_total {
    border: 2px dashed #ccc;
    padding: 8px;
    text-align: center;
}

.general-form .gform_fields .gfield.gfield_total .ginput_total {
    margin-left: 8px;
    font-weight: 700;
}

.general-form .gform_fields .gfield.gfield_total .gfield_label,
.general-form .gform_fields .gfield.gfield_total .ginput_container_total {
    font-size: 18px;
    display: inline-block;
}

.general-form .gform_confirmation_message {
    text-align: center;
    font-weight: 700;
}

.general-form .charleft,
.general-form .gfield_description,
.general-form .screen-reader-text {
    font-style: italic;
    margin-top: 4px;
    color: #666;
    padding: 0px 8px;
}

.general-form .gfield_price .ginput_container_singleproduct span,
.general-form .charleft,
.general-form .gfield_description,
.general-form .screen-reader-text,
.general-form .gfield,
.general-form .ginput_container_creditcard label {
    font-size: 12px;
}

.general-form .ginput_container_date img {
    display: none !important;
}

.general-form .datepicker {
    background-image: url(../images/calendar-icon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% 13px;
}

.general-form .gform_drop_area {
    position: relative;
    border: 2px dashed #CCC;
    text-align: center;
    padding: 24px;
}

.general-form .ginput_container_fileupload .validation_message {
    margin-top: 0 !important;
}

.general-form .gform_fileupload_multifile .gform_button_select_files {
    font-size: 12px !important;
    background-color: #fff !important;
    color: #585858;
    border-radius: 6px !important;
    padding: 4px;
    height: auto;
    font-weight: 600;
    margin-left: 12px !important;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc !important;
}

.general-form .ginput_container_creditcard label {
    margin-left: 12px;
    margin-bottom: 16px;
}

.general-form .ginput_card_security_code_icon {
    transform: translateX(12px);
}

.general-form .gfield_description.validation_message {
    color: #A90000;
    margin: -10px 0 0;
}

.general-form .gf_progressbar_wrapper {
    margin-bottom: 24px;
}

.general-form .gf_progressbar_title {
    font-size: 16px;
    text-align: center;
}

.general-form .gf_progressbar_percentage {
    background-color: #333;
}

.general-form .gf_progressbar {
    background-color: #FFF;
    border-radius: 40px;
    overflow: hidden;
}

.general-form .gf_progressbar span {
    color: #FFF;
    font-weight: 700;
    padding-left: 16px;
    font-size: 16px;
}

.general-form .gform_page_footer .button {
    margin: 4px 0;
    min-width: 160px;
}

.general-form .gform_page_footer input:not([type=submit]) {
    background-color: #444;
}

.general-form .gform_page_footer input:not([type=submit]):hover {
    background-color: #000;
}

.general-form .gform_page_footer input[type="Submit"]:hover {
    background-color: #000;
    color: #FFF;
}

.general-form .center-buttons .gform_page_footer {
    text-align: center;
}

.general-form .gsection {
    border-bottom: 1px solid #CCC;
}

.general-form .gsection_title {
    font-size: 18px;
}

.general-form .ginput_quantity {
    display: inline-block;
    width: 100px;
}

.general-form .gfield_checkbox,
.general-form .gfield_radio {
    margin-left: 14px;
}

.general-form .gfield_checkbox li label,
.general-form .gfield_radio li label {
    font-size: 12px;
    line-height: 1.9;
    vertical-align: bottom;
}

.general-form .gfield_checkbox li {
    display: block;
    width: 100%;
}

.general-form .gform_card_icon {
    display: inline-block;
    font-size: 0;
    margin-right: 16px;
}

.general-form .gform_card_icon:before {
    font-family: "Font Awesome 5 Brands";
    font-size: 40px;
    opacity: .6;
}

.general-form .gform_card_icon.gform_card_icon_selected:before {
    opacity: 1;
}

.general-form .gform_card_icon_amex:before {
    content: '\f1f3';
}

.general-form .gform_card_icon_visa:before {
    content: '\f1f0';
}

.general-form .gform_card_icon_mastercard:before {
    content: '\f1f1';
}

.general-form .ginput_card_security_code_icon:before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    content: '\f023';
    font-weight: 900;
}

.general-form .ginput_card_security_code_icon+label,
.general-form .ginput_card_security_code_icon {
    display: inline-block;
}

.general-form.main-contact-form .gform_wrapper {
    margin-bottom: 0;
}

.general-form.general-form-style-1 .gform_wrapper .cell {
    padding: 0 16px;
}

.general-form.general-form-style-1 .gform_footer input[type="submit"]:hover {
    background-color: #000;
    color: #FFF;
}

.general-form.general-form-style-1 .inner-section>.grid-container {
    background-color: #f2f2f2;
    padding-top: 24px;
    padding-bottom: 24px;
}

body .general-form .gform_wrapper .gfield input,
body .general-form .gform_wrapper .gfield select,
body .general-form .gform_wrapper .gfield textarea {
    border: 1px solid #eaeaea;
    font-size: 12px;
    background-color: #fff;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

body .general-form .gform_wrapper .gfield input[type="file"] {
    font-size: 14px;
    line-height: 1;
    background-color: transparent !important;
    border: none;
    height: auto;
}

body .general-form .gform_wrapper .gfield.disabled-input input.ginput_amount {
    background-color: transparent !important;
    border: none;
    font-weight: 700;
    color: #a90000;
}


/*#10.1. General Form Styling - END*/


/**************************
#10. 2. MAP CONTACT FORM - START
**************************/

.ginput_recaptcha {
    margin-bottom: 20px;
}

.contact-layout-1 .sub-map iframe {
    width: 100%;
    display: block;
}

.contact-layout-1 .sub-map>p {
    margin: 0;
}

.map-form-element.contact-layout-2 .grid-x>.medium-5,
.map-form-element.contact-layout-2 .grid-x>.medium-7 {
    width: 100%;
}

.map-form-element.contact-layout-2:not(.inline-form) .gform_wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.form-featured-image .featured-image {
    height: 100%;
}

.pe-form-column:only-child {
    width: 100%;
}

@media(min-width: 641px) {
    .map-form-element.main-contact-form .sub-page-map p,
    .map-form-element.main-contact-form .sub-page-map .sub-map,
    .map-form-element.main-contact-form .sub-page-map p iframe {
        width: 100%;
    }
    .default-contact-layout.default-alignment .section-header {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .map-form-element.main-contact-form .gform_footer {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .map-form-element.has-bg-img .bg-float:before {
        background: rgba(27, 31, 42, 0.8);
    }
    .map-form-element.main-contact-form .sub-page-map {
        width: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin-top: 0;
    }
    .map-form-element.main-contact-form .grid-container {
        margin-left: 50%;
        padding: 50px;
    }
    .map-form-element.main-contact-form .sub-page-map p,
    .map-form-element.main-contact-form .sub-page-map .sub-map,
    .map-form-element.main-contact-form .sub-page-map p iframe {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 640px) {
    .map-form-element.image-contain .featured-image {
        height: auto;
    }
    .map-form-element.image-contain .featured-image::before {
        content: '';
        width: 100%;
        height: auto;
        display: block;
        padding-top: 60%;
    }
    .map-form-element.main-contact-form .sub-page-map p,
    .map-form-element.main-contact-form .sub-page-map .sub-map,
    .map-form-element.main-contact-form .sub-page-map p iframe {
        width: 100%;
    }
}


/**************************
#10.2. MAP CONTACT FORM - END
**************************/


/*************************
#10.3. LOCATION - START
**************************/

.location-map {
    height: 700px;
}


/**************************
#10.3. LOCATION - END
**************************/


/**************************
#10.4. Forms in Hero Banner - START
**************************/

.form-inline .hero-form {
    text-align: center;
}

.form-inline .gform_wrapper .gform_fields {
    display: inline-flex;
}

.form-inline .gform_body .gform_fields li {
    margin-left: 25px;
}

.form-inline .gform_footer input[type="submit"] {
    padding: 15px 50px;
    margin-left: 30px;
    width: unset;
}

.form-layout-1.form-inline.form-top .hero-form {
    margin-top: 11%;
}

.form-layout-1.form-inline.form-top .hero-banner-message {
    margin-top: 30%;
}

.form-layout-1.form-inline.form-bottom .hero-form {
    margin-bottom: 3%;
}

.form-layout-2.form-inline.form-top .hero-main,
.form-layout-2.form-inline.form-bottom .hero-main {
    position: relative;
}

.form-layout-2.form-inline.form-top .hero-form,
.form-layout-2.form-inline.form-bottom .hero-form {
    position: relative;
}

.form-layout-2.form-inline .hero-form .inner-hero-form {
    max-width: unset;
}

.hero.form-inline .gform_wrapper form,
.hero.form-inline .form-content {
    justify-content: center;
}

.hero.form-layout-2.form-inline .gform_wrapper .gform_body {
    width: unset;
}

.hero.form-layout-2.form-inline.form-top .inner-hero {
    display: flex;
    flex-direction: column;
}

.form-layout-2.form-inline.form-top .hero-main {
    order: 2;
}

.form-layout-2.form-inline.form-top .hero-form {
    order: 1;
}

.form-layout-2.form-side.form-right .hero-carousel-type .hero-banner-message {
    float: right;
}

.form-layout-2.form-side.form-left .hero-carousel-type .hero-banner-message {
    float: left;
}

@media(max-width: 1023px) {
    .form-layout-2.form-inline.form-top .hero-main {
        order: 1;
    }
}


/**************************
#10.4. FORMS IN BANNER - END
**************************/


/****************************************
#11. POST SELECTION START
****************************************/

@media(min-width: 641px) {
    .hic-simple-select-element .input-group {
        align-items: center;
        justify-content: center;
    }
    .hic-simple-select-element h4 {
        font-size: 16px;
        margin-bottom: 0;
        margin-right: 24px;
    }
    .hic-simple-select-element select {
        background-position: right 0 center;
        max-width: 300px;
        margin-bottom: 0;
    }
}

@media(min-width: 1024px) {
    .hic-simple-select-element h4 {
        font-size: 24px;
    }
    .hic-simple-select-element select {
        max-width: 450px;
        padding: 12px 16px;
        height: auto;
    }
}


/****************************************
#11. POST SELECTION END
****************************************/


/**************************
#12. ENTRY CONTENT - START
**************************/

.entry-content .wp-post-image {
    margin-bottom: 20px;
}

.post-byline li {
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    line-height: 1;
}

.post-byline li:last-child {
    border-right: none;
}

.body-content {
    margin-left: auto;
    margin-right: auto;
}

.page-title .vcard {
    border: 0px;
    padding: 0px;
}

.byline {
    color: #999;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
}

.entry-content .alignright,
.entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}


/**************************
#12. ENTRY CONTENT - END
**************************/


/**************************
#13. TEAM MEMBER PAGE - START
**************************/

.single-team .hero {
    height: 398px;
}

.agent-sinlge-header .grid-x {
    width: 100%;
}

.single-team.subpage .main-content {
    padding-bottom: 0;
}

.agent-sinlge-header {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.agent-sinlge-header .inner {
    height: 100%
}

.agent-sinlge-header .ash-container {
    max-width: 650px;
    width: 90%;
    margin: 80px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.68);
    padding: 34px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
}

.agent-sinlge-header .agent-avatar {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #1b1f2a;
}

.agent-sinlge-header .agent-details {
    color: #1b1b1b;
}

.agent-sinlge-header .agent-name {
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
}

.agent-sinlge-header .agent-position {
    color: #FFF;
    margin-bottom: 12px;
}

.agent-sinlge-header .agent-address {
    margin-bottom: 0;
}

.single-team .agent-bio-col,
.single-team .agent-bio-col+.cell {
    padding-bottom: 50px;
    padding-top: 50px;
}

.single-team .secondary-text {
    font-weight: 700;
}

.single-team .agent-phone,
.single-team .agent-email,
.single-team .agent-alternative-number {
    margin-bottom: 10px;
}

.single-team .agent-phone .accent-text,
.single-team .agent-email .accent-text,
.single-team .agent-alternative-number .accent-text {
    margin-right: 5px;
}

.agent-listing-section {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.agent-listing-section .section-title {
    text-align: center;
}

.single-team .agent-bio-col+div> :last-child {
    margin-bottom: 50px;
}

.team-element.default-section.header-left.image-overlay-content .hic-content:hover {
    background-color: rgba(241, 211, 2, .75);
}

.team-element.default-section.header-left.image-overlay-content .hic-content:hover .member-details div:not(.hic-button-wrap) {
    visibility: visible;
    opacity: 1;
}

.team-element .member-position,
.team-element .contact-details {
    font-size: 14px;
    font-weight: 300;
}

.member-details .hic-button-wrap .button {
    border-radius: unset;
}

.team-element.default-section.header-left.image-overlay-content .hic-content {
    padding: 0px;
    justify-content: flex-end;
    background-color: unset;
    transition: all .5s;
}

.team-element.default-section.header-left.image-overlay-content .hic-content,
.team-element.default-section.header-left.image-overlay-content .hic-content a:not(.button) {
    color: #333333;
}

.team-element.default-section.header-left.image-overlay-content .hic-content .hic-button-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.team-element.default-section.header-left.image-overlay-content .hic-content .hic-button-wrap a {
    width: 100%;
    padding: 20px;
}

.team-element.default-section.header-left.image-overlay-content .hic-content .member-details {
    height: 15%;
    margin: auto 0 auto 0;
    font-weight: 600;
}

.team-element.default-section.header-left.image-overlay-content .hic-content .member-details div:not(.hic-button-wrap) {
    visibility: hidden;
    opacity: 0;
}

.team-element.default-section.header-left.image-overlay-content .section-body .hic-box,
.team-element.default-section.header-left.image-overlay-content .section-body .hic-image {
    height: 100%;
}

.team-element.default-section.header-left.image-overlay-content .section-body .cell.team-list {
    height: 400px;
}

.team-element.carousel .grid-container {
    display: flex;
}

@media (min-width: 641px) {
    .agent-listing-section {
        padding: 80px 0;
    }
    .agent-listing-section .section-title {
        text-align: left;
    }
    .agent-sinlge-header .ash-container {
        width: 70%;
    }
    .agent-sinlge-header .agent-avatar {
        height: 150px;
        width: 150px;
    }
}

@media (min-width: 1024px) {
    .agent-sinlge-header .agent-name {
        font-size: 28px;
    }
    .agent-sinlge-header .agent-avatar {
        height: 200px;
        width: 200px;
    }
    .agent-sinlge-header .ash-container {
        width: auto;
    }
}


/**************************
#13. TEAM MEMBER PAGE - END
**************************/


/**************************
#14. SIDEBAR - START
**************************/

.sidebar .widget {
    margin-bottom: 25px;
}

.sidebar .widgettitle {
    font-weight: 600;
}

.sidebar li {
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 15px 6px 0;
}

.sidebar li a {
    color: inherit;
    display: block;
}

.sidebar .button-group .button {
    border-radius: 0;
    margin: 0;
    height: auto;
    padding: 0 15px;
}


/**************************
#14. SIDEBAR - END
**************************/


/**************************
#15. PRODUCT - START
**************************/

.description-gallery .button i {
    margin-right: 12px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
}

.button span.cart-item-count {
    z-index: 1;
}

.page-my-account.woocommerce-page .col2-set .col-2 {
    margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 4px 0 rgba(10, 0, 0, 0.15);
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e3e3e3;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #757575;
    display: block;
    padding: 6px 15px;
    background-color: #FFF;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    color: #fff;
}

.woocommerce-page .woocommerce table.shop_table thead th,
.woocommerce-page .woocommerce table.shop_table th {
    color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-cart .cart-empty.woocommerce-info {
    width: 100%;
}

.listing-element .pager-column .page-numbers.current {
    color: #fff;
}

.listing-element .pager-column {
    text-align: center;
}

.listing-element .pager-column .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 4px;
    min-width: 40px;
    text-align: center;
}

.hic-notice .woocommerce-error li .button {
    margin-left: 12px;
}

@media (max-width: 640px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .button {
        width: 100%;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin-bottom: 5px !important;
    }
    .woocommerce-cart table.cart td.actions .coupon {
        padding-bottom: 1rem;
    }
}

@media (min-width: 641px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin-bottom: 0 !important;
        height: auto;
        width: 150px;
        margin-right: 5px !important;
        background-color: #eee;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 50%;
    }
    .woocommerce-cart table.cart td.actions .coupon .button {
        width: calc(50% - 5px);
    }
}

@media (max-width: 1023px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
}


/**************************
#15. PRODUCT - END
**************************/


/**************************
#16. MODAL - START
**************************/

.reveal {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 8px;
    padding: 35px;
}

.reveal .button {
    margin-bottom: 0;
}

.modal-title{
	color: #f7941d;
}
/**************************
#16. MODAL - END
**************************/


/**************************
#17. FOOTER - START
**************************/

.bottom-footer {
    background-color: rgb(25, 28, 42) !important;
}

.footer.footer-layout-3 {
    display: none;
}

.bottom-footer.with-colophon-link .copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.contact-details i {
    width: 18px;
    margin-right: 6px;
    text-align: center;
}

.footer-layout-1 .contact-details>div,
.footer-layout-1 .menu li a {
    padding: 8px 0;
}

.footer-layout-1 .contact-details i {
    position: absolute;
    left: -20px;
    top: 12px;
}

@media (max-width: 640px) {
    .footer .contact-details i,
    .map-form-element .contact-details i {
        position: relative;
        left: 0;
        top: 0;
    }
}

@media (min-width: 641px) {
    .footer-layout-1 .footer-col {
        margin-bottom: 30px;
    }
    .footer-layout-1 .contact-details div {
        padding-left: 25px;
    }
    .footer-layout-1 .contact-details i {
        left: 0px;
    }
    .bottom-footer .inner-content {
        text-align: left;
    }
    .bottom-footer .inner-content .copyright {
        display: inline-block;
    }
}

@media (max-width: 1023px) {
    .bottom-footer {
        text-align: center;
    }
    .footer {
        text-align: center;
    }
    .footer .contact-details i,
    .map-form-element .contact-details i {
        position: relative;
        left: 0;
        top: 0;
    }
}


/**************************
#17. FOOTER - END
**************************/

/**************************
#18. VIDEO SECTION - START
**************************/

.page-element.content-box-element.image-right-content.split-50-50.grid.rounded-image .hic-image{
	border-radius: 15px;
	overflow: hidden;
}

/**************************
#18. VIDEO SECTION - END
**************************/

@media(max-width: 1279px){
	
	/*.hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form {
		left: unset;
		right: 5%;
	}*/
	
}

@media(max-width: 1023px){
	.header-transparent .hero.full-screen-banner {
		min-height: 1000px;
	}
	
	.hero .grid-container {
		align-items: center;
	}
	
	/*.hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form {
        left: unset;
		right: 6%;
    }*/
}

@media(max-width: 639px){
	
	.header-transparent .hero.full-screen-banner {
		min-height: 500px;
	}
	
}