body, a, p, .theme-button, .tp-caption.medium_light_white, .medium_light_white {
	font-family:"Conduit ITC W02 Light";
}

h1, h2, h3, h4, h5, h6, .entry h2, .entry-title a {
	font-family:"Conduit ITC W04 Bold" !important;
}

.theme-button {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

a:hover {
    text-decoration: none;
}

#site-navigation .dropdown-menu>li>a>span.link-inner {
	font-size: 18px;
}

.post-template-default #site-header-sticky-wrapper.is-sticky #site-header {
    left: 0%;
}

#site-header.overlay-header {
    top: 40px;
    left: 15%;
    width: 70%;
}

body.has-overlay-header .wpex-sticky-header-holder {
    left: 15%;
    top: 0px;
    width: 70%;
}

#site-header-sticky-wrapper.is-sticky #site-header {
    left: 15%;
}

@media only screen and (max-width: 1450px) {
    #site-header.overlay-header {
    left: 5%;
    width: 90%;
}
body.has-overlay-header .wpex-sticky-header-holder {
    left: 5%;
    width: 90%;
}
#site-header-sticky-wrapper.is-sticky #site-header {
    left: 5%;
}
}

@media only screen and (max-width: 1140px) {
    #site-header.overlay-header {
    left: 0%;
    width: 100%;
}
body.has-overlay-header .wpex-sticky-header-holder {
    left: 0%;
    width: 100%;
}
#site-header-sticky-wrapper.is-sticky #site-header {
    left: 0%;
}
}

.entry-title a:hover {
    color: #ff5546 !important;
}

.vcex-blog-entry-details {
    border: 0px solid #fff;
}

.match-height-content {
    position: relative;
    top: -52px;
    background-color: #fff;
    padding: 10px;
}

#post-media {
    text-align: left;
}