/*
 Theme Name: moderne-child
 Template: moderne
 */
@import url("../moderne/style.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaBT-ExtraBlackCondItalic.woff2') format('woff2'),
        url('fonts/FuturaBT-ExtraBlackCondItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBT-BoldCondensed';
    src: url('fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
        url('fonts/FuturaBT-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


header#masthead {
    background: #ffff;
}
#site-branding {
    text-align: left;
}
div#nav-wrapper {
    background: transparent;
    border: none;
	padding-top: 55px;
}
div#nav-wrapper li a {
    color: #86888a;
    font-size: 20px;
    padding: 0px 10px;
	font-family: 'Bebas Neue', cursive;
}
div#nav-wrapper li a:hover {
    color: #FFD535;
}
.entry-title a:hover {
    color: #ffd535;
}
.copyright {
    color: #000;
}
header#masthead.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
	top: 0;
}

.fixed div#site-branding img {
    max-width: 80px;
}
.fixed  div#nav-wrapper li a {
    font-size: 16px;
}
footer#footer {
	display:block;
	padding: 60px 0 50px;
	background: #2a2d36;
	width: 100%;
}
.footerTopOuter {
	display:block;
	width: 100%;
	text-align: center;
}
.FooterLogoInner {
	margin: auto;
	width: 340px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.FooterLogoInner img {
	display:block;
}
.footerTopOuter ul {
	padding: 0 0 0 100px;
	margin: 0;
	list-style: none;
	position: relative;
}
.footerTopOuter ul::before {
	content: "";
	position: absolute;
	left: 50px;
	width: 1px;
	height: 95px;
	background: #6f7176;
	top: -30px;
	transform: rotate(32deg);
}
.footerTopOuter ul li {
	display:inline-block;
	margin: 0 8px;
}
.footerTopOuter li a {
	width: 30px;
	height: 30px;
	background: #6f7176;
	color: #2a2d36;
	font-size: 20px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	display: inline-block;
	line-height: 30px;
}
.footerNavbar {
	display:block;
	width: 100%;
	text-align: center;
	margin: 65px 0 35px;
}
.footerNavbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.footerCopyright {
	text-align: center;
	width: 70%;
	margin: auto;
	display: inline-flex;
	width: 100%;
}
.footerCopyright p {
	display:block;
	width: 50%;
	text-align: center;
	color: #6f7176;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'FuturaBT-BoldCondensed';
}
.footerCopyright p {
	display:inline-block;
	width: 100%;
	text-align: center;
	color: #6f7176;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'FuturaBT-BoldCondensed';
}
.footerCopyright p a {
	color: #6f7176;
	position: relative;
	margin: 0 14px;
}
.footerCopyright p a::after {
	content: "";
	position: absolute;
	right: -15px;
	width: 1px;
	height: 12px;
	background: #6f7176;
	top: 2px;
	transform: rotate(26deg);
}
.footerCopyright p a:last-child:after { display: none; }

.footerTopOuter li a:hover {
    background: #fff;
    color: #2a2d36;
}
.footerCopyright p a:hover {
	color: #fff;
}
#page {
    margin: 0;
}
.footer-left, .footer-right {
    padding-left: 0;
    padding-right: 0;
}
.footerCopyright .container {
    max-width: 1100px;
    padding: 0;
}
.footerCopyright .row {
    margin: 0 auto;
}
.wp-block-search__input {
    margin-bottom: 0 !important;
}
.BannerButtonsOuter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.BannerButtonsOuter a {
	float: left;
	margin-right: 10px;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	text-align: center;
	font-family: 'FuturaBT-BoldCondensed';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 21px;
	min-width: 175px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #ffd535;
	color: #ffd535 !important;
}

.BannerButtonsOuter a:hover, .BannerButtonsOuter a:hover
{
	border-color:#ffd535 !important;
	color: #fff !important;
	background:#ffd535 !important;
}
.BannerButtonsOuter a.CallUsBtn:hover img {
	filter: brightness(100);
}
.BlogFooterButtons {
	display: inline-block;
	width: 100%;
	padding:20px 0 0;
}
.BannerButtonsOuter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.BlogFooterButtons-Inn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.BannerButtonsOuter a.CallUsBtn img {
	position: relative;
	top: -3px;
	right: 6px;
}

.BlogHeaderPanel {
	background: #20232a !important;
}
.readmore, .readmore:visited, .excerpt-readmore, .excerpt-readmore:visited {
    background-color: #222;
}
.readmore:hover, .readmore:visited:hover, .excerpt-readmore:hover, .excerpt-readmore:visited:hover {
    background-color: #ffd535;
}


@media (min-width: 768px) and (max-width: 1024px) {
div#nav-wrapper li a {
	font-size: 18px;
	padding: 0px 5px;
}
}
@media only screen and (max-width: 767px) {
 div#nav-wrapper {
    padding-top: 35px;
}
div#nav-wrapper li a {
    font-size: 16px;
    padding: 8px 0px;
    color: #725d0b;
}
.footerCopyright p {
    font-size: 13px;
	width: 100%;
}
.menu-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff;
}
span.icon-bar {
    display: block;
    width: 40px;
    height: 5px;
    border-radius: 1px;
    background: #ffd535;
    margin: 0 0 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div#nav-wrapper {
    text-align: right;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff;
}

div#site-header-menu {
    position: fixed;
    width: 400px;
    height: 100vh;
    background: #ffd535;
    top: 0;
    display: block;
    padding: 110px 20px 80px;
    z-index: 9999;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
}
.nav-open .pushmenu-push {
    right: 0;
}

.site-header-menu.toggled-on{
    right: 0px;
}
.site-header-menu{
    right: -450px;
}
.toggled-on .main-navigation li {
    border-color: transparent !important;
	margin-bottom: 18px;
}
.toggled-on span.icon-bar {
    background: #fff;
}
.menu-toggle.toggled-on {
    z-index: 99999;
	position: relative;
}
.menu-toggle.toggled-on .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(44deg);
    left: 0px;
    position: relative;
    top: 7px;
}
.menu-toggle.toggled-on .icon-bar:nth-child(2) {
    display: none;
}
.menu-toggle.toggled-on .icon-bar:nth-child(3) {
    transform: rotate(45deg);
    -webkit-transform: rotate(134deg);
    left: 0px;
    position: relative;
    top: -3px;
}
.BannerButtonsOuter a {
    margin-right: 5px;
	margin-left: 5px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;    
    font-size: 15px;   
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 479px) {
div#site-header-menu{
	    width: 280px;
}
}