/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
	font-family: 'utm-avo';
	src: url('2584utm-avo.woff2') format('woff2'),
		url('2584utm-avo.woff') format('woff');
	font-weight: 400; font-style: normal; font-display: auto;
}

.utm-avo{font-family: 'utm-avo' !important;}

		h1, h2, h3, h4, h5, h6, .entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title, .site-title, .site-description, body, p, blockquote, li, a, strong, b, em, .menu-main-container li a, .menu-main-container li span, #menu-main li a, #menu-main li span, .menu-verticle-menu-container li a, .menu-verticle-menu-container li span, #menu-verticle-menu li a, #menu-verticle-menu li span{
	font-family: 'utm-avo' !important;
}

/* General Header Styles */
.header-main {
    height: 90px;
}
#logo img {
    max-height: 90px;
    padding: 6px 0;
}
#logo {
    width: 200px;
}
.header-bottom {
    min-height: 55px;
}
.header-top {
    min-height: 30px;
}

/* Transparent Header Styles */
.transparent .header-main {
    height: 90px;
}
.transparent #logo img {
    max-height: 90px;
}
.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 90px;
}

/* Stuck Header (Scroll) Styles */
.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important;
}
.stuck #logo img {
    max-height: 70px !important;
}
.header-bottom {
    background-color: #7f7f7f;
}

/* Navigation Line Heights */
.top-bar-nav > li > a {
    line-height: 16px;
}
.header-main .nav > li > a {
    line-height: 16px;
}
.stuck .header-main .nav > li > a {
    line-height: 50px;
}
.header-bottom-nav > li > a {
    line-height: 16px;
}

/* Responsive Styles */
@media (max-width: 549px) {
    .header-main {
        height: 70px;
    }
    #logo img {
        max-height: 70px;
    }
}

/* Dropdown Navigation */
.nav-dropdown {
    font-size: 100%;
}

/* Primary Color - Text */
.accordion-title.active,
.has-icon-bg .icon .icon-inner,
.logo a,
.primary.is-underline,
.primary.is-link,
.badge-outline .badge-inner,
.nav-outline > li.active > a,
.nav-outline > li.active > a,
.cart-icon strong,
[data-color='primary'],
.is-outline.primary {
    color: #f24545;
}
[data-text-color="primary"] {
    color: #f24545 !important;
}

/* Primary Color - Background */
[data-text-bg="primary"] {
    background-color: #f24545;
}
.scroll-to-bullets a,
.featured-title,
.label-new.menu-item > a:after,
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover,
.has-hover:hover .badge-outline .badge-inner,
button[type="submit"],
.button.wc-forward:not(.checkout):not(.checkout-button),
.button.submit-button,
.button.primary:not(.is-outline),
.featured-table .title,
.is-outline:hover,
.has-icon:hover .icon-label,
.nav-dropdown-bold .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold > li > a:hover,
.nav-dropdown-bold.dark .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold.dark > li > a:hover,
.header-vertical-menu__opener,
.is-outline:hover,
.tagcloud a:hover,
.grid-tools a,
input[type='submit']:not(.is-form),
.box-badge:hover .box-text,
input.button.alt,
.nav-box > li > a:hover,
.nav-box > li.active > a,
.nav-pills > li.active > a,
.current-dropdown .cart-icon strong,
.cart-icon:hover strong,
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before,
.banner,
.header-top,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover,
.button.primary:not(.is-outline),
input[type='submit'].primary,
input[type='submit'].primary,
input[type='reset'].button,
input[type='button'].primary,
.badge-inner {
    background-color: #f24545;
}

/* Primary Color - Border */
.nav-vertical.nav-tabs > li.active > a,
.scroll-to-bullets a.active,
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover,
.has-hover:hover .badge-outline .badge-inner,
.accordion-title.active,
.featured-table,
.is-outline:hover,
.tagcloud a:hover,
blockquote,
.has-border,
.cart-icon strong:after,
.cart-icon strong,
.blockUI:before,
.processing:before,
.loading-spin,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover {
    border-color: #f24545;
}
.nav-tabs > li.active > a {
    border-top-color: #f24545;
}
.widget_shopping_cart_content .blockUI.blockOverlay:before {
    border-left-color: #f24545;
}
.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
    border-left-color: #f24545;
}

/* Primary Color - Fill */
.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
    fill: #f24545;
}

/* Primary Color - Focus */
.primary:focus-visible,
.submit-button:focus-visible,
button[type="submit"]:focus-visible {
    outline-color: #f24545 !important;
}

/* Body and Font Styles */
body {
    color: #0a0a0a;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    color: #0a0a0a;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, .heading-font,
.banner h1, .banner h2,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-weight: 700;
    font-style: normal;
}
.alt-font {
    font-family: "Dancing Script", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* Header Navigation Colors (Non-transparent) */
.header:not(.transparent) .top-bar-nav > li > a {
    color: #ededed;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #0a0a0a;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover,
.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li.current > a,
.header:not(.transparent) .header-nav-main.nav > li > a.active,
.header:not(.transparent) .header-nav-main.nav > li > a.current {
    color: #dd3333;
}
.header-nav-main.nav-line-bottom > li > a:before,
.header-nav-main.nav-line-grow > li > a:before,
.header-nav-main.nav-line > li > a:before,
.header-nav-main.nav-box > li > a:hover,
.header-nav-main.nav-box > li.active > a,
.header-nav-main.nav-pills > li > a:hover,
.header-nav-main.nav-pills > li.active > a {
    color: #FFF !important;
    background-color: #dd3333;
}

/* Footer Styles */
.footer-2,
.absolute-footer,
html {
    background-color: #0a0a0a;
}
.header-vertical-menu__opener {
    width: 75px;
}

/* Custom CSS - Miscellaneous */
.align-items-center {
    align-items: center;
}
.nav-bar .col-inner {
    display: flex;
    align-items: center;
}
.nav-logo .img-inner img {
    height: 85px;
    width: auto;
}
.nav-button {
    color: #000 !important;
}
.nav-button:hover {
    background-color: rgba(153, 153, 153, 0.2) !important;
    text-transform: underline !important;
}

/* Custom CSS - Section Headings */
.head-text h2 {
    position: relative;
}
.head-text h2::after {
    /* content: ''; */
    position: absolute;
    width: 150px;
    height: 3px;
    background-color: red;
    bottom: 0;
}
.head-text-01, .head-text-02, .head-text-03, .head-text-04 {
    position: relative;
}
.head-text-01::after, .head-text-03::after {
    /* content: ''; */
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: red;
    transform: rotate(50deg);
    z-index: -1;
}
.head-text-02::after, .head-text-04::after {
    /* content: ''; */
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    z-index: -1;
}
.head-text-01::after {
    bottom: 20px;
    right: 50px;
}
.head-text-02::after {
    bottom: 20px;
    right: 90px;
}
.head-text-03::after {
    bottom: 30px;
    right: 50px;
}
.head-text-04::after {
    bottom: 30px;
    right: 50%;
}
.head-text-project::after {
    /* content: ''; */
    position: absolute;
    width: 40px;
    height: 50px;
    background-color: red;
    z-index: -1;
    bottom: 0;
    left: -10px;
}

/* Custom CSS - Forms */
.form-wrapper {
    display: flex !important;
}
.wpcf7-email.wpcf7-validates-as-email {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
}
.wpcf7-email.wpcf7-validates-as-email:focus {
    outline-offset: none;
    box-shadow: none;
    background: none;
    border-bottom: 1px solid #f24545;
}

/* Custom CSS - Service Section */
.public-relation-head h2,
.public-relation-head h5 {
    margin: 0;
}
.public-relation-head h5 a {
    position: relative;
}
.public-relation-head h5 a::after {
    /* content: ''; */
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: red;
    transform: rotate(70deg);
    z-index: -1;
    right: -7px;
}
.public-relation-content ul li {
    margin: 0;
}
.service-arrow-right {
    position: absolute;
    bottom: -20px;
    right: 0;
}

/* Custom CSS - Menu Item Labels */
.label-new.menu-item > a:after {
    content: "New";
}
.label-hot.menu-item > a:after {
    content: "Hot";
}
.label-sale.menu-item > a:after {
    content: "Sale";
}
.label-popular.menu-item > a:after {
    content: "Popular";
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.icon-box.special .icon-box-text h6 {
		font-size: 20px;
		
	}
	.icon-box.special .icon-box-text h5 {
		font-size: 16px;
		
	}
	.icon-box.special .icon-box-img svg {
		max-height: 55px;
	}
}