/* general */
a, .inn_custom_btn {
    cursor: pointer;
    -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.inn_custom_btn.prev,
.inn_custom_btn.next {
    padding: 7px 9px;
}

a.custom-logo-link img {
    max-width: 200px;
}

/* Header */
.site-header-2 .top-bar {
    display: none;
}

.site-header {
    overflow: hidden;
}

.site-logo a img {
    width: 150px;
}

/* Banner */
.hero-section.style-two .wrapper {
    float: right;
    text-align: right;
}

.hero-section.style-two .wrapper > * {
    float: right;
}

/* Footer */
div.footer-logo img {
    max-width: 70px;
}

.footer_inn_content a {
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.footer_inn_content a span {
    font-weight: 600;
}