@charset "UTF-8";

@import "animate.css";
@import "bootstrap.min.css";
@import "et-line-icons.css";
@import "font-awesome.min.css";
@import "themify-icons.css";
@import "swiper.min.css";
@import "justified-gallery.min.css";
@import "magnific-popup.css";
@import "bootsnav.css";
@import "style.css";
@import "responsive.css";

.clear-header {
    padding-top: 72px;
}

header a.logo {
    vertical-align: top;
    margin: 0 0 0 0;
}

header a.logo img {
    max-height: 58px;
}

.menu-icon {
    margin-right: 1em;
    width: auto;
    height: 3em;
}

.menu-with-icons > li {
    font-size: 12px;
    line-height: 1;
    position: relative;
    margin: 15px 0;
    padding-left: 30px;
}

.menu-with-icons .menu-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1em;
}

/*
.mega-menu-column {
    white-space: nowrap;
}
*/

nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child .menu-icon {
    display: inline-block;
    padding-left: 0;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
    color: #ffffff;
    text-transform: none;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a > span {
    color: #ffffff;
    line-height: 1.2;
    text-transform: none;
    display: block;
    margin: 5px 0 0 0;
}

.list-unstyled ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-unstyled .menu-icon {
    height: 1.5em;
}

.cms {
    padding: 40px 0;
}

.link-white a {
    color: #ffffff;
}

/* CMS */

.cms h2 {
    font-size: 1.8em;
    line-height: 1.2;
}

.cms h3 {
    font-size: 1.6em;
    line-height: 1.2;
}

.cms h4 {
    font-size: 1.4em;
    line-height: 1.2;
}

.cms h5,
.cms h6 {
    font-size: 1.2em;
    line-height: 1.2;
}

.cms a {
    color: #007cb6;
}

.cms a:hover {
    color: #ff214f;
}

.form-check-input {
    position: inherit;
    margin-left: 0;
    width: auto;
}

.inline-checkbox {
    display: inline-block;
}
.inline-checkbox > input {
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    width: auto;
}
.footer-logo {
    max-width: 100%;
    max-height: none;
    width: auto;
    height: auto;
}

.feature-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5em;
    width: auto;
}

.responsive-iframe {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 56.25% 0;
    width: 100%;
    height: 0;
}
.responsive-iframe > iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share-button {
    font-size: 25px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    width: 48px;
    height: 48px;
}

.grid-item-share {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    margin: 0;
    padding: 15px;
}
.grid-item-share .share-button {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

.hover-option4 .grid-item:hover .portfolio-hover-content {
    background: #000000;
    padding-bottom: 15px;
}
/*
.hover-option6 .grid-item .portfolio-icon {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.hover-option6 .grid-item .portfolio-icon:hover {
    background: rgba(0, 0, 0, 0.7);
}
.hover-option6 .grid-item .portfolio-icon a,
.hover-option6 .grid-item .portfolio-icon a:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 42px;
    width: 60px;
    height: 60px;
}
.hover-option6 .grid-item .portfolio-icon a:hover {
    background: #000;
}
*/
/*
 * disable pointer events, useful for matterport iframes
 */
.no-events {
    pointer-events: none;
}

.mh-2-lines {
    min-height: 3.4em;
}

.responsive-video {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 56.25% 0;
    width: 100%;
    height: 0;
}

.responsive-video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.footer-standard-dark,
.footer-standard-dark a,
.footer-standard-dark .text-medium-gray {
    color: #fff;
}

.pricing-title-img {
    background: #0085bd;
    border: 20px solid #0085bd;
    border-radius: 50%;
    margin-bottom: 15px;
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
}

.pricing-price .pricing-title {
    line-height: 1;
    display: block;
    min-height: 3em;
}

.pricing-box-margin {
    margin-bottom: 30px;
}

.section-mt-30 > section {
    padding-top: 30px;
}
