/*
Theme Name: trumarkrem.com
Theme URI: http://trumarkremcom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. CSS RESET
2. Navigation
3. Custom CSS
4. IP styles
5. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. CSS RESET
 *
 *******************************************************/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure{
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a,
button {
    color: inherit;
    transition: 0.3s;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/*******************************************************
   *
   * 2. Navigation
   *
   *******************************************************/


/* Sub Menu */
#nav li {
	position:relative;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: #0d0d0d;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
    text-align: center; 
    pointer-events: none;

    z-index: 2;
}


    #nav > li > .sub-menu {
        bottom: 100%;
    }

    header.header.nav-bottom #nav > li > .sub-menu {
        bottom: auto;
    }

    .ip-container header.header #nav > li > .sub-menu{
        bottom: auto;
    }

    .ip-container header.header nav.navigation #nav > li > a::after {
        -webkit-transform: translateY(4px);
        transform: translateY(4px); 
        top: auto;
        bottom: 0;
        border-bottom-color: #d97804;
        border-top-color: transparent;
    }

    .ip-container header.header nav.navigation #nav > li > a:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); 
        bottom: 0;
        top: auto;
    }

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    font-size: 12px;
}
#nav .sub-menu li:hover > a {
    background: #d67800;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: "Noto Sans", Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	background: #fff;
	color: #7e7e7e;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a::before, input[type="submit"], img, .cta-title,
.cta-title::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*** Header ***/
header.header {
    position: absolute;
    z-index: 1029;
    bottom: -35px; 
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
	padding-top: 50px;
	padding-bottom: 20px;
}

header.header.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    -webkit-box-shadow: 1px 1px 9px #00000040;
    box-shadow: 1px 1px 9px #00000040;
}

.site-logo img {
    max-width: 230px;
    margin-top: 16px;
}

/*** Nav ***/
nav.navigation {
    text-align: right;
}

header nav.navigation #nav > li {
    display: inline-block;
    margin: 0px 8px;
    vertical-align: text-top;
    z-index: 1;
}

header nav.navigation #nav > li:hover {
    z-index: 2;
}

    header nav.navigation #nav > li:first-of-type {
        margin-left: 0px;
    }

    header nav.navigation #nav > li:last-of-type {
        margin-right: 0px;
		position: absolute;
    }

    #nav li a {
        color: #484848;
        text-transform: uppercase;
    }

    header nav.navigation #nav > li > a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden;
        padding: 43px 0px 44px;
    }
        header nav.navigation #nav > li > a:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            background: #D97804;
            height: 2px;
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            opacity: 0;
        }

        header.nav-bottom nav.navigation #nav > li > a:before {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
            bottom: 0;
            top: auto;
        }

        header nav.navigation #nav > li > a::after {
            content: "";
            position: absolute;
            z-index: -1;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            height: 0;
            border: 11px solid #d97804;
            -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            border-left-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            width: 10px;
            opacity: 0;
        }

        header.nav-bottom nav.navigation #nav > li > a::after {
            -webkit-transform: translateY(14px);
            transform: translateY(14px);
            border-top-color: transparent;
            border-bottom-color: #d97804;
            top: auto;
            bottom: 0;
        }

        .header nav.navigation #nav > li:hover > a::before, 
        header nav.navigation #nav > li:hover > a::before, 
        header nav.navigation #nav > li:hover > a::before {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .header nav.navigation #nav > li:hover > a::after, 
        header nav.navigation #nav > li:hover > a::after, 
        header nav.navigation #nav > li:hover > a::after {
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
            opacity: 1;
        }

        header.nav-bottom nav.navigation #nav > li:hover > a::after, 
        header.nav-bottom nav.navigation #nav > li:hover > a::after, 
        header.nav-bottom nav.navigation #nav > li:hover > a::after {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
            opacity: 1;
        }

        #nav li:hover .sub-menu {
            display: none; 
            pointer-events: auto;
        }

/*** Slideshow ***/
section#hero {
    position: relative;
}

.cycloneslider-template-video .cycloneslider-volume{
    display: none;
}

.cycloneslider-template-video,
.cycloneslider-template-video .cycloneslider-slides,
.cycloneslider-template-video .cycloneslider-slide img {
    min-height: 100vh;
	max-height:100vh;
}

/*** Slidehsow Contacts ***/
.slideshow-smi > div > div {
    display: inline-block;
}
    .contact-info, .contact-info em, .contact-info a {
        color: #fff;
    }

    .slideshow-smi .add {
        display: none;
    }

    .slideshow-smi {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        text-align: right;
    }
        .smi {
            margin: 0px 28px 0px 30px;
        }

        .smi a[class^="ai-font"]::before {
            color: #eda536;
            display: inline-block;
            height: 38px;
            width: 38px;
            background: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            line-height: 2.3em;
            margin: 0px 2px;
        }

        .smi a[class^="ai-font"] {
            font-size: 0px;
        }

        em.ai-font-phone {
            font-size: 10.5px;
            margin-right: 7px;
            display: inline-block;
            vertical-align: middle;
            -moz-transform: rotate(11deg);
            -webkit-transform: rotate(11deg);
            -o-transform: rotate(11deg);
            -ms-transform: rotate(11deg);
            transform: rotate(11deg);
        }

        .smi a[class^="ai-font"]:hover:before {
            color: #000;
            background: #eda536;
            
        }

    .slide-links a {
        color: #fff;
        text-transform: uppercase; 
    }
        .slide-links a:hover, .map-text-wrap a:hover,
        .footernav li a:hover, .copyright a:hover {
            color: #eda536;
        }

        .slide-links a:last-of-type {
            padding-left: 19px;
            margin-left: 18px;
            border-left: 1px solid rgba(255, 255, 255, 0.3);
        }

/*** Search ***/
#search {
    background: #e8e8e8;
    padding: 63px 0px;
    display: none;
}
    #search img {
        border: 1px solid #bdbdbd;
    }

.map-text-wrap h2, .qs-wrap h2 {
    color: #19130e;
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 32px;
    letter-spacing: 2px;
}

.map-text-wrap p {
    line-height: 1.9em;
}

.map-text-wrap a {
    display: inline-block;
    color: #19130e;
    text-decoration: underline;
    margin-top: 54px;
}

.qs-wrap h2 {
    font-size: 24px;
}

.qs-wrap .bootstrap-select.btn-group .dropdown-menu {
    max-height: 250px !important;
}

.qs-wrap select#cityid {
    width: 100%;
}

/* removing select arrow from all browser */
.home select::-ms-expand,
.sidebar select::-ms-expand {
    display: none;
}

.home select,
.sidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent url("images/dd-arrow.png") no-repeat;
    background-position: right 10px center;
    border: 1px solid rgba(144, 134, 132, 0.6);
    height: 39px;
    color: #2d2d2d;
    font-size: 12px;
    width: 49.2%;
    padding: 0px 9px;
    margin-bottom: 4px;
}

select#qs-prop-type, select#city {
    width: 100%;
}

select#bath, select#qs-min {
    float: right;
}

.qs-wrap input[type="submit"] {
    border: none;
    background: #d67800;
    color: #ffffff;
    text-transform: uppercase;
    height: 39px;
    width: 49.2%;
    margin-bottom: 4px;
    font-size: 12px;
}
    .qs-wrap input[type="submit"]:hover, #welcome a:hover {
        background: #9b5701;
    }
.qs-wrap a {
    display: inline-block;
    height: 39px;
    background: #797979;
    vertical-align: top;
    color: #fff;
    text-transform: uppercase;
    line-height: 3.2em;
    width: 49.2%;
    float: right;
    text-align: center;
    font-size: 12px;
}
    .qs-wrap a:last-of-type {
        width: 100%;
        background: #19130e;
        font-size: 12px;
    }

    .qs-wrap a:hover {
        background: #444343;
    }

/*** CTA ***/
.home #cta {
    overflow: hidden;
}

.cta-wrap {
    margin-left: -4px;
    margin-right: -4px;
}

#cta .cta_logo {
    text-align: center;
    margin: 68px 0px 38px;
}

.cta__1 {
  display: flex;
  flex-direction: column;
}

.cta__1_2 {
  display: flex;
}

.cta__2_4 {
  flex-grow: 1;
}

.cta__2_5 {
  flex-grow: 1;
}

.cta__2_6 {
  flex-grow: 1;
}

.cta__1_3 {
  display: flex;
}

.cta__3_7 {
  flex-grow: 1;
}

.cta__3_8 {
  flex-grow: 1;
}

.cta__3_9 {
  flex-grow: 1;
}

.cta__3_10 {
  flex-grow: 1;
}

#cta a {
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding: 0px 4px;
}
    #cta a::before {
        content: '';
        position: absolute;
        left: 4px;
        right: 4px;
        top: 0;
        height: 100%;
        background: rgba(240, 209, 169, 0.7);
        z-index: 1;
    }
        #cta a:hover:before {
            background: rgba(34, 34, 34, 0.10);   
        }

    #cta a img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        width: 100%;
    }
        #cta a:hover img {
            -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
        }

    .cta-title {
        position: absolute;
        bottom: 0px;
        left: 4px;
        right: 4px;
        color: #19130e;
        font-family: 'Noto Serif', serif;
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        z-index: 1;
        padding: 60px 0px 45px;
    }
        .cta-title::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: url(images/cta-hover-bg.png) center center no-repeat;
            -webkit-background-size: 100% 100%;
            background-size: 100% 100%;*/
            background: #3e4560;
            z-index: -1;
            opacity: 0;
        }

        #cta a:hover .cta-title {
            color: #fff;
        }

        .cta-title:hover:before {
            opacity: 1;
        }

/*** Welcome ***/
#welcome {
    text-align: center;
    margin: 101px 0px 111px;
}
    #welcome h1,
    #welcome h2 {
        font-size: 35px;
        color: #19130e;
        font-family: 'Noto Serif', serif;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin-bottom: 40px;
    }
    #welcome p {
        max-width: 860px;
        margin: auto;
        line-height: 1.8em;
    }
    #welcome a {
        display: inline-block;
        color: #fefefe;
        font-size: 13px;
        text-transform: uppercase;
        background: #d67800;
        padding: 20px 50px;
        margin-top: 40px;
    }

/*** Footer Contacts ***/
.footer-contact {
    padding: 60px 0px;
    background: url(images/contact-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
    .footer-contact::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(62, 69, 96, .7);
    }

.footer-contact-info-wrap {
    text-align: center;
}
    .footer-contact-info-wrap .contact-info {
        text-align: left;
        padding-left: 29px;
        margin-top: 25px;
    }
        .footer-contact-info-wrap .contact-info > div > span {
            display: block;
            margin-bottom: 12px;
            position: relative;
            padding-left: 19px;
        }
            .footer-contact-info-wrap .contact-info span em[class^="ai-font"] {
                color: #de921e;
                position: absolute;
                left: 0;
                top: 0px;
                bottom: 0;
                margin: auto !important;
                font-size: 15px;
            }
        
        .footer-contact-info-wrap .contact-info > div > span.phone {
            font-size: 16px;
        }
            .footer-contact-info-wrap .contact-info span em.ai-font-phone {
                top: 2px;
                font-size: 13px;
            }

        .footer-contact-info-wrap .contact-info > div > span.add {
            font-size: 12px;
            line-height: 1.5em;
        }

            .footer-contact-info-wrap .contact-info span em.ai-font-location-b {
                top: 4px;
            }

.footer-contact-info-wrap .smi {
    text-align: left;
}

/*** GIT ***/
.git-wrap {
    padding-left: 52px;
}
    .git-wrap h2 {
        color: #fff;
        font-family: 'Noto Serif', serif;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 18px;
    }

.git-wrap form {
    font-size: 0px;
    position: relative;
}
    .git-wrap input, .git-wrap textarea {
        border: none;
        background: rgba(13, 13, 13, 0.6);
        color: #bababa;
        height: 39px;
        vertical-align: top;
        padding: 0px 17px;
        font-size: 12px;
        margin-bottom: 7px;
        width: 49.6%;
    }
    .git-wrap input#git-email {
        margin-left: 0.8%;
    }
    .git-wrap textarea {
        resize: none;
        width: 100%;
        height: 140px;
        padding-top: 15px;
        padding-right: 50px;
    }
    .git-message-wrap {
        position: relative;
    }

    .git-wrap input[type="submit"] {
        position: absolute;
        right: 13px;
        bottom: 17px;
        height: 22px;
        width: 25px;
        background: url(images/airplane-icon.png) center center no-repeat;
        font-size: 0px;
    }

    .git-message-wrap span.ajax-loader {
        position: absolute;
        top: 100%;
        left: 0;
    }

    .git-wrap .wpcf7-spinner {
        position: absolute;
        bottom: 25px;
        right: 25px;
    }

    .git-wrap .use-floating-validation-tip .wpcf7-not-valid-tip {
        position: absolute;
        top: 10px;
        width: auto;
    }

    .git-wrap span.wpcf7-not-valid-tip {
        font-size: 12px;
    }

.git-wrap .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 0px;
}

.footer-bottom {
    text-align: center;
    padding: 30px 0px;
}

    .footernav li {
        color: #484848;
        font-size: 11px;
        text-transform: uppercase;
        display: inline-block;
        margin: 0px 4px;
        vertical-align: text-top;
    }

.copyright {
    color: #484848;
    font-size: 11px;
    margin-top: 5px;
}

.mls {
    font-size: 20px;
    color: #484848;
    margin-top: 8px;
}

/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 70.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title, #content .archive-title,
#content .archive-subtitle { 
    font-size: 35px;
    color: #19130e;
    font-family: 'Noto Serif', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}
	 
.ip-container header.header {
    position: fixed;
    top: 0;
    bottom: auto;
    -webkit-box-shadow: 1px 1px 9px #00000040;
    box-shadow: 1px 1px 9px #00000040;
}

.ip-banner {
    height: 0px;
    padding-top: 30%;
    background: url(images/ip-banner.jpg) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin-top: 100px;
}

.sidebar .qs-wrap::after {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 10px;
}

.ip-container .cta-title {
    font-size: 21px;
    padding: 0px 10px;
}

.sidebar {
    width: 26.83%;
    padding-left: 40px;
    border-left: 1px solid #d6780057;
}

.sidebar .qs-wrap h2 {
    text-align: center;
}



/*quick Search dynamic*/

.hp-quick-search button.btn.dropdown-toggle.btn-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: inherit;
    background: transparent url(images/dd-arrow.png) no-repeat;
    background-position: right 10px center;
    border: 1px solid rgba(144, 134, 132, 0.6);
    height: 39px;
    padding: 0px 9px;
    margin-bottom: 4px;
    background-image: unset;
    border-radius: 0px !important;
}

 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #2d2d2d;
}


.hp-quick-search .bootstrap-select.btn-group .dropdown-menu li a{
    background-color: unset !important;
    height: 25px !important;
    line-height: unset !important;
    text-align: left !important;
}

#ihf-main-container ul.nav-tabs {
    margin-left: 0;
}

#ihf-main-container ul.chosen-results {
    margin-left: 0;
    padding-left: 0;
}

section#cta, section#welcome{
    display: none;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


#content .listing-details-wrap .photo-slideshow .photo-list{

    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
}

.pop-gallery-wrap .pop-gallery .photo-list{

    background-size: auto 100% !important;
    background-repeat: no-repeat !important;}

.covid-btns a {
    margin: 10px 0;
    background: #cc0000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.covid-btns a:hover {
    background: #990000;
    color: #ffffff;
}

/*header nav.navigation #nav > li:last-of-type a {
    color: red !important;
}   
*/

.logo-item{
    display: block;
    padding: 10px 0;
    font-size: 0;
}

.logo-item .logo-left{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.logo-item .logo-right{
    width: 80%;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
}

.footer .contact-info span {
    display: flex;
    font-size: 15px;
     color: #c5c4c4 !important;
}

.footer .contact-info span > em{
     color: #c5c4c4 !important;
}

.footer .contact-info span.phone {
    /*font-size: 20px;*/
}

.footer .contact-info span:not(:last-child){
    margin-bottom: 10px
}

.footer .contact-info span > em:first-child {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer  .contact-info,
.footer  .smi{
    padding-top: 25px;
}

.footer .smi{
    margin-left: 0;
}

.footer  .smi h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: underline;
    color: #c5c4c4;
    padding-bottom: 15px;
}

.git-wrap span.mainte {
    font-size: 16px;
    font-weight: 800;
}

.page-id-43734 h1.entry-title,
.page-id-43690 h1.entry-title,
.page-id-44326 h1.entry-title,
.page-id-44409 h1.entry-title,
.page-id-67879 h1.entry-title,
.page-id-48933 h1.entry-title,
.page-id-48903 h1.entry-title,
.page-id-44459 h1.entry-title,
.page-id-44475 h1.entry-title,
.page-id-44474 h1.entry-title,
.page-id-44500 h1.entry-title,
.page-id-44508 h1.entry-title,
.page-id-69 h1.entry-title,
.page-id-71 h1.entry-title
 {
    display: none;
}


.page-id-3 #content a {
    color: #337ab7;
}

/*Floating Cookie*/
.floating-accept-cookie-wrapper {
    background: #fff;
    height: auto;
    left: 0;
    width: 100%;
    z-index: 100000000!important;
    border-top: 1px solid #cbd6e2;
    color: #33475b;
    font-weight: 400;
    text-align: left;
    text-shadow: none;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0 -1px 3px #eaf0f6;
}

.floating-accept-cookie.active {
    bottom: 0;
}

.floating-accept-cookie {
    z-index: 991;
    position: fixed;
    width: 100%;
    bottom: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.floating-accept-cookie-verbiage {
    margin-bottom: 25px;
}

.floating-accept-cookie-inner {
    padding: 20px;
    display: block;
    max-width: 766px;
    margin: 0 auto;
}

.floating-accept-cookie-verbiage p {
    margin: 0;
    color: #33475b;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-shadow: none;
}

.floating-accept-cookie-button button {
    background: #d67800;
    border: none;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
}

.floating-accept-cookie-button {
    display: flex;
    justify-content: flex-end;
}

.floating-accept-cookie-verbiage p a {
    color: #d67800;
}
/*Floating Cookie*/

iframe {
    max-width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.error404 .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 2px;
    width: auto;
}

.page-id-90419 #content h1.entry-title {
    color: #454b66;
    text-align: center;
}

.qfms-field-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.qfms-field-item {
    display: block;
    width: 100%;
}

.qfms-field-item input, .qfms-field-item textarea {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 0 5px;
}

.qfms-field-item textarea {
    height: 100px;
    padding: 5px;
}

.qfms-field-item input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    transition: all 0.4s ease;
    background: #454b66;
    border: 1px solid #454b66;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
}

.qfms-field-item input[type="submit"]:hover {
    background: #d67800;
    border-color: #d67800;
}

/*Custom Tab*/
.header .custom-menu-tab {
	display: inline-flex !important;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
	padding: 30px 0 0;
	width: 100%;
	max-width: 300px;
	top: -60px;
	right: 0;
}

.header .custom-menu-tab > a{
    padding: 0 !important;
    color: #3e435e !important;
	font-size: 14px !important;
	width: 100%;
}

.header .custom-menu-tab > a:first-child {
    font-size: 9px;
    padding: 0 !important;
    line-height: 1;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 5px !important;
}

.header .custom-menu-tab > a::before, .custom-menu-tab > a::after {
    display: none;
}

.header .custom-menu-tab li:hover a:first-child,
.header .custom-menu-tab a:first-child:hover{
    background : #eda536;  
}

.header .custom-menu-tab li:hover a:last-child,
.header .custom-menu-tab > a:last-child:hover{
    color: #eda536 !important;  
    background: transparent !important; 
}

.header .custom-menu-tab > a br{
    display: none;
}

.cta_logo {
    margin-bottom: 100px;
}

/*Custom Tab*/

.page-id-90419 .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 44%;
    left: 20%;
    font-size: 12px;
    padding: 0.2em 0.8em;
    width: auto;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

