/*
CTC Separate Stylesheet
Updated: 2019-12-02 16:03:36
Theme Name: Academy of the Holy Family Theme
Theme URI: https://one18media.com
Template: visual-composer-starter
Author: One18Media
Author URI: https://one18media.com
Version: 1.0.1575302616
*/

@font-face {
    font-family: 'Gill Sans';
    src: url('fonts/GillSans-Bold.woff2') format('woff2'),
        url('fonts/GillSans-Bold.woff') format('woff'),
        url('fonts/GillSans-Bold.ttf') format('truetype');
    font-weight: 800;
	font-style: normal;
	font-display: swap
}

@font-face {
    font-family: 'Gill Sans';
    src: url('fonts/GillSans-SemiBold.woff2') format('woff2'),
        url('fonts/GillSans-SemiBold.woff') format('woff'),
        url('fonts/GillSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
    font-family: 'Gill Sans';
    src: url('fonts/GillSans.woff2') format('woff2'),
        url('fonts/GillSans.woff') format('woff'),
        url('fonts/GillSans.ttf') format('truetype');
    font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
    font-family: 'Gill Sans';
    src: url('fonts/GillSans-Light.woff2') format('woff2'),
        url('fonts/GillSans-Light.woff') format('woff'),
        url('fonts/GillSans-Light.ttf') format('truetype');
    font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
    font-family:"Gill Sans MT Condensed";
    src:url("fonts/Gillsanscondensed.woff2") format("woff2"),url("fonts/Gillsanscondensed.woff") format("woff"),url("fonts/Gillsanscondensed.otf") format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap
}

@font-face {
    font-family:"Caecilia Bold";
    src:url("fonts/Caecilia-bold.woff2") format("woff2"),url("fonts/Caecilia-bold.woff") format("woff"),url("fonts/Caecilia-bold.ttf") format("opentype");
	font-style:normal;font-weight:600;
	font-display: swap
}



body, h1, h2, h3, h4, h5, h6 {
    font-family: "Gill Sans" !important;
}

body {
	font-weight: 300 !important;
}

.home .content-wrapper {
	padding: 0;
}

#header {
	position: fixed;
	z-index: 9999;
	width: 100%;
}


.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 25px 40px;
	background-color: transparent !important;
}

.navbar-wrap {
	display: flex;
	justify-content: space-between;
}

.navbar-logo {
	flex: 1;
}

.custom-logo {
	height: auto;
	max-width: 155px;
}

#main-nav-area {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	flex: 2;
}

.sticky-header {
	background: rgb(2, 26, 69, 0.8);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.sticky-header .navbar {
	background:none;
	padding:10px 20px;
}

.sticky-header .custom-logo {
	height: auto;
	width: 150px;
}

.sticky-header .topbar-menu {
	display: none;
}

.sticky-header #main-nav-area {
	justify-content: center;
}

#mega-menu-header-topbar-menu > .mega-menu-item a {
	text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.9);
}

#mega-menu-main-menu > .mega-menu-item a {
	text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.9);
}

#mega-menu-main-menu .mega-sub-menu a {
	text-shadow: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding:0;
}

.menu-column-menuitems {
	padding: 15px !important;
}

.menu-column-menuitems li {
	padding: 10px 0 !important;
}

.mega-menu-column-menuitems > .mega-sub-menu {
	display: grid !important;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 20px;
}


/* Slick slider Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #000;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev::before, .slick-next::before {
	font-family: "FontAwesome" !important;
	font-size: 20px;
	line-height: 1;
	color: #ffd100 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 800 !important;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f053' !important;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f054' !important;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* END SLICK ARROWS */



#footer {
	border-top:10px solid #ffda30;
	background-image: url(/wp-content/uploads/2019/12/fullbg-v3.png);
	background-repeat: no-repeat;
	background-position: -400px -200px;
}

.footer-top-slogan {
	border-top: 15px solid #021a45;
}

.footer-top-slogan span {
	text-align: center;
	font-size: 48px;
	font-style: italic;
	color: #059;
	display: block;
	padding: 40px 0;
	border-top: 10px solid #ffd930;
	font-weight: 400;
}



.footer-top-menu {
	display: flex;
	justify-content: flex-end;
}

#mega-menu-wrap-footer-top-menu {
	display: inline-block;
}

.footer-social-icons {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}

.footer-social-icons a {
    font-size: 2rem;
}

.footer-widget-area {
	background: transparent !important;
}

.footer-logo-column {
	display: flex;
}

.footer-logo-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
	font-family: "Caecilia Bold";
	font-size: 24px;
}

.footer-logo-copy span {
	font-family: "Gill Sans";
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}


/* PAGES */
.page:not(.home) .content-wrapper {
    padding-top: 75px;
    background-color:transparent;
}
.page:not(.home) .container.main-container {
	background: url(/wp-content/uploads/2019/12/fullbg-v3.png);
	background-size: cover;
	padding-bottom: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-custom-header {
	height: 40vw;
	background-size: cover !important;
	background-position: top center !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.entry-title-container {
    background: rgb(2, 26, 69, 0.8);
    display: flex;
    justify-content: center;
    padding:40px 0 10px 0;
}

#breadcrumbs {
    background: rgb(2, 26, 69, 0.8);
    display: flex;
    justify-content: center;
    padding:20px 0;
}

#breadcrumbs span {
	font-style: italic;
	color: #fff;
}

#breadcrumbs span a {
	color: #fff !important;
}

.entry-title {
	margin-bottom: 0;
	color: #fff;
	font-family: "Gill Sans MT Condensed" !important;
	font-size: 80px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0 40px 20px 40px;
}

.page:not(.home) .col-md-9.main-content-block {
    padding-left: 50px;
}

.page-inner-heading h2 {
	font-weight: 600;
	font-size: 24px;
	color: #005599;
}

.page:not(.home) .entry-content {
    line-height:1.5;
}

.page-inner-button a {
	font-size: 28px !important;
	font-weight: 400;
}

.gform_fields li::before {
	display:none;
}

.contact-infoblock {
	display: flex;
	border: 1px solid #059;
	border-radius: 5px;
	padding: 20px;
	margin-top: 40px;
	justify-content: space-around;
	flex-direction: row;
	background: rgba(250,250,250,0.7);
}

.contact-infoblock-left {
	flex: 1;
	margin-right: 20px;
}

.contact-photo {
	max-width: 250px;
}

.contact-photo img {
	width: 100%;
	box-shadow: 0 9px 13px 3px rgba(3,3,3,0.2);
}

.contact-name {
	display: block;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

.contact-title {
	font-weight: 300;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.contact-infoblock-right {
	flex: 2;
}

.contact-infoblock-right span {
	display: block;
}

.contact-infoblock-button {
	margin-top: 20px;
}

.contact-infoblock-button a {
	color: #059;
	border: 1px solid #059;
	height: 45px;
	width: 45px;
	border-radius: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
}

.contact-infoblock-button a:hover {
	text-decoration: none;
	background: #ffd92f;
	transition:0.5s;
}

.page:not(.home) blockquote {
	font-family: 'Gill Sans' !important;
	font-weight: 300;
	background: rgba(255,255,255,0.8);
}

.activity-grid-title {
	margin-bottom: 0 !important;
}

.activity-grid-title h3 {
	color: #ffd92f;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 600;
	text-shadow: 0px 0px 2px #000;
	background: rgba(0,0,0,0.5);
	padding: 5px 0;
	margin: 0;
}

/* POSTS */
.post-custom-header {
	height: 23vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: #021a45;
}

.post-custom-header .entry-title {
	border-bottom: none;
}

.single-post #breadcrumbs {
	background: none;
	color: #021a45;
	font-style: normal;
	display:inline-block;
	padding:0;
}

.single-post #breadcrumbs span {
	color: #021a45;
	font-style: normal;
}

.single-post #breadcrumbs span a {
	color: #021a45 !important;
	opacity: 0.8;
	font-style: normal;
}

.single-post .news-back {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.single-post .news-back a {
	color: #ffdd2f;
	border: none;
	background-color: #044874;
	padding: 10px 20px;
	display: inline-block;
}

.single-post .news-back a:hover {
	text-decoration: none;
}

.single-post .news-post-controls {
	border-bottom: 2px solid #021a45;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.single-post .news-prevnext a {
	color: #ffd92f;
	background: #059;
	padding: 3px 10px;
	font-size: 14px;
}

.single-post .news-prevnext a:hover {
	text-decoration: none;
}

.single-post .news-prevnext .prev-post-arrow {
	margin-right: 10px;
}

.single-post .news-prevnext .next-post-arrow {
	margin-left: 10px;
}

.single-post .post-sidethumb img {
	width: 100%;
	height: auto;
}

.singlepost-cats {
	margin: 5px 0 25px 0;
}

.singlepost-cats a {
	background: #ccc;
	padding: 5px 10px;
	color: #059;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	font-weight: 500 !important;
	line-height: 12px;
	display: inline-flex;
}

.singlepost-cats a:hover {
	text-decoration: none;
}

.singlepost-cats a::before {
	content: ' ';
	width: 9px;
	height: 9px;
	background: #059;
	display: inline-block;
	margin-right: 6px;
	margin-top: 1px;
}

.single-post article p:first-of-type {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	padding: 0 15px;
}

.single-post article p:first-of-type::first-letter {
	font-size: 65px;
	line-height: 65px;
	padding: 0 10px 0 0;
	float: left;
	margin-right: -9px;
	color: #059;
}

.archive.category-ahf-spotlight .page-custom-header {
	background: linear-gradient(0deg, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 100%),url(/wp-content/uploads/2021/06/spotlight.jpg) !important;
	background-size: cover !important;
}

/* SIDEBARS */
.sidebar-menu {
	border-top: none !important;
}

.sidebar-menu .widget-title {
	font-size: 68px;
	font-family: "Gill Sans MT Condensed" !important;
	text-align: center;
	text-transform: uppercase;
	color: #005599;
	border-bottom: 1px solid #005599;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.sidebar-menu .mega-menu-item {
	border-bottom: 1px solid !important;
	margin-top: 10px !important;
	padding-bottom: 10px !important;
}

.sidebar-menu .mega-menu-item a {
    font-style: italic;
}

/* .mega-current-page-ancestor a {
    background-color:transparent !important;
    font-size: 16px;
    font-weight: 300 !important;
    color: #059 !important;
}

.mega-current-page-ancestor a:hover {
	background:#021a45 !important;
	color:#fff !important;
	font-weight: bold !important;
} */

.sidebar-menu .mega-current_page_item a, .sidebar-menu .mega-menu-item a:hover {
    font-style: normal !important;
}

.sidebar-quicklinks {
	border-top: none !important;
}

.sidebar-quicklinks .widget-title {
	font-size: 34px;
	font-family: "Gill Sans MT Condensed" !important;
	text-align: left;
	text-transform: uppercase;
	color: #005599;
	border-bottom: 1px solid #005599;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.quicklinks-widget-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.quicklink-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.quicklink-item i {
	font-size: 60px;
	color:#ffd92f;
}

.quicklink-item span {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	padding-top: 15px;
}

.gform_button[type="submit"] {
	background: #059;
	color: #ffd92f;
	font-size: 24px !important;
	border:none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
}

.gform_save_link {
	color: #ffd92f;
	padding: 11px 20px;
}

.gform_save_link:hover {
	color:#ffd92f;
}

.testimonial-name, .testimonial-misc-info {
	color: #fff;
	text-transform: uppercase;
}

.testimonial-content {
	margin-bottom: 25px !important;
	font-weight: 600;
}

.floating-visit {
	top: calc(100vh - 50%);
	bottom: auto;
	right: -8.6rem;
	left: auto;
	-webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
	transform: rotate(-90deg) translate3d(0, 0, 0);
	width: auto;
	height: auto;
	position: fixed;
	z-index: 999;
}

.floating-visit-inner p {
	margin-bottom: 0;
}

.floating-visit a {
	font-family: "Gill Sans", sans-serif;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 0.8rem;
	background-color: #e7ca09;
	padding: 1.6rem;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	color: #fff;
}

.shortcode-spotlight-grid {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 20px;
	}
	.shortcode-spotlight-grid .entry-meta-author {
		display: none !important;
	}
	.shortcode-spotlight-grid .entry-meta-category, .shortcode-spotlight-grid .entry-meta-date {
		display: none !important;
	}
	.shortcode-spotlight-grid .entry-content .entry-title a {
		color: #333 !important;
	}
	.shortcode-spotlight-grid .entry-content .entry-title {
		text-align: left;
		padding: 0;
		line-height: 2rem;
		border-bottom: none;
		padding-bottom: 15px;
		letter-spacing: -1px;
		font-family: "Gill Sans" !important;
		font-weight: 300;
		font-size: 1.8rem;
	}
	.shortcode-spotlight-grid .blue-button.read-more {
		color: #ffdd2f;
		border: none;
		background-color: #044874;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		font-family: "Gill Sans";
		text-transform: uppercase;
	}
	.shortcode-spotlight-grid article {
		background: rgba(2, 26, 69, 0.1);
		padding: 20px;
		border-radius: 5px;
	}
	.shortcode-spotlight-grid .entry-preview {
		margin-bottom: 0;
	}


	.vc_row.wpb_row.vc_row-fluid.darkblue_bg { background-color: #1c195a !important; }
	#home-findyourpower { padding-top: 50px !important; padding-bottom: 50px !important;
		background-image: url(https://ahfbaltic.com/wp-content/uploads/2019/12/home-findyourpower-bg.jpg?id=1616) !important;
		background-position: center; background-repeat: no-repeat !important; background-size: cover !important; }
	#stats { background-image: url(https://ahfbaltic.com/wp-content/uploads/2019/12/home-findyourpower-bg.jpg?id=1616) !important;
		background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; }

/* CALENDARS */
.simcal-event::before {
	display: none;
}

/* Full Calendar View */

.simcal-align-right .post-edit-link, .simcal-align-right #vc_load-inline-editor {
    display: none !important; 
}

.simcal-fullcalendar .fc-event-container {
	padding: 0 !important;
}

.simcal-fullcalendar .fc-widget-content {
	padding:0 !important;
	font-family: "Gill Sans";
}

.simcal-fullcalendar .fc-day-grid-event {
	border-radius: 0 !important;
	border: none !important;
	padding: 5px !important;;
	margin: 2px 1px;
	font-size: 14px;
}

.simcal-fullcalendar .fc-day-grid-event .fc-content {
	white-space: normal;
	overflow: visible;
}

.simcal-fullcalendar .fc-head-container {
	padding: 0 !important;
}

.simcal-fullcalendar .fc-day-header {
	padding: 10px 0 !important;
	vertical-align: middle !important;
	background: #005599;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600 !important;
}


.red_border.wpb_column > .vc_column-inner { border: 3px solid #dd3333; margin: 15px; padding: 15px; }
.blue_bg.wpb_column > .vc_column-inner { background: #1e73be; margin: 15px; padding: 15px; }
.blue_bg.wpb_column > .vc_column-inner p:first-of-type, .blue_bg.wpb_column > .vc_column-inner li { color: #fff; }
.entry-content .blue_bg.wpb_column ul > li:before, 
   .entry-content .red_border.wpb_column ul > li:before { color: #021a45; line-height: 28px; }

/* DIRECTORY */
#cn-slim-plus .cn_category_label {
	display: none !important;
}

#cn-slim-plus .cn-entry {
	color: #021a45 !important;
}

#cn-slim-plus .cn-sprite,
#cn-slim-plus .cn-full-profile-link {
	display: none !important;
}

#cn-slim-plus .cn-left,
#cn-slim-plus .cn-right {
	float: none;
	width: auto;
}

#cn-slim-plus .cn-list-section-head {
	display: none;
}

#cn-slim-plus #cn-list-body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

#cn-slim-plus .vcard {
	border: 4px solid #ffd92f;
	border-radius: 4px;
	padding: 20px;
	background: rgba(250, 250, 250, 0.7);
}

#cn-slim-plus h3 {
	cursor: auto;
	text-align: center;
	font-size: 20px !important;
	font-weight: 600 !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #059 !important;
	margin-bottom: 10px !important;
	text-transform: uppercase;
}

#cn-slim-plus .title {
	font-size: 16px;
	font-weight: 400 !important;
	text-transform: uppercase;
	margin-top: 10px;
}

#cn-slim-plus .email .email-name,
#cn-slim-plus .email .cn-separator {
	display: none !important;
}

#cn-slim-plus .email-address {
	font-size: 14px;
}

#cn-slim-plus .cn-left,
#cn-slim-plus .cn-right {
	float: none;
	width: auto;
	text-align: center;
}

#cn-slim-plus .chosen-container.chosen-container-single a {
	color: #059;
}

#cn-slim-plus #cn-list .chosen-container .chosen-results li::before {
	display: none;
}

#cn-slim-plus span.cn-image-style {
	padding: 0;
}

.cn-list .cn-list-body::before {
	display: none !important;
}


/* RESPONSIVE STYLES */
@media screen and (max-width:1400px) {
.navbar {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#main-nav-area {
	flex: 3;
}

.footer-logo-copy {
	flex: 3;
	margin-left: 20px;
}
}

@media screen and (max-width:1200px) {
	#mega-menu-main-menu .mega-menu-link {
		font-size: 16px !important;
	}
	#mega-menu-header-topbar-menu .mega-menu-link {
		font-size: 16px !important;
	}
	.footer-logo {
		flex: 1;
	}
	.footer-logo-copy {
		font-size: 20px;
	}
	.footer-logo-copy span {
		font-weight: 400;
		font-size: 12px;
		line-height: 12px;
	}
	.footer-social-icons a {
		font-size: 30px;
	}
	#mega-menu-footer-menu .mega-menu-link {
		font-size: 16px !important;
		line-height: 35px !important;
	}
}

@media screen and (max-width:1100px) {
	#mega-menu-main-menu .mega-menu-link {
		padding: 0px 5px 0px 5px !important;
	}
}

@media screen and (max-width:1000px) {
	.topbar-menu {
		display: none;
	}
	#main-nav-area {
		justify-content: center;
		flex: 2;
	}
	.menu-column-image {
		display: none !important;
	}
	.mega-menu-column-menuitems > .mega-sub-menu {
		grid-template-columns: repeat(1,1fr);
	}
	.entry-title-container {
		padding-bottom: 0;
		padding-top: 15px;
	}
	.entry-title {
		font-size: 50px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width:991px) {
	.page:not(.home) .col-md-9.main-content-block {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-social-icons {
		padding: 0;
		max-width: 300px;
	}
	.footer-address-widget p {
		text-align: left !important;
	}
}
 
@media screen and (max-width:768px) {
	#header {
		position: relative;
		background: #021a45;
	}
	.shortcode-spotlight-grid {
			display: grid;
			grid-template-columns: repeat(1,1fr);
			grid-gap: 20px;
		}
}

@media screen and (max-width:650px) {
	.page-custom-header {
		height: auto;
	}
	.footer-top-slogan span {
		padding: 20px;
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (max-width:550px) {
	.navbar-wrap {
		flex-direction: column;
	}
	.navbar-logo {
		text-align: center;
	}
	.mega-menu-toggle {
		margin-top: 15px;
	}
	#mega-toggle-block-1 span {
		font-size: 16px !important;
	}
	.mega-toggle-animated-inner, .mega-toggle-animated-inner::before, .mega-toggle-animated-inner::after {
		width: 30px !important;
	}
	#mega-menu-footer-top-menu {
		padding: 15px !important;
	}

}