/* -------- Footer Styles -------- */

footer {
	background: #FAFAFA;
	border-top: #DBE2EA solid 1px;
}

.top-footer-info-container aside:nth-child(2),
.footer-1 .top-footer-info-container aside:nth-child(2),
.footer-2 .top-footer-info-container aside:first-child {
	display: none;
}

.footer-2 .top-footer-info-container aside:nth-child(2) {
	display: inline-block;
}

.top-footer {
	padding: 50px 3%;
}

.top-footer-info-container {
	padding: 4% 0;
}

.top-footer-info-container aside {
	width: 13%;
	display: inline-block;
	vertical-align: top;
}

.top-footer-info-container aside:first-child,
.top-footer-info-container aside:nth-child(2) {
	width: 28%;
	padding-right: 4%;
}

.top-footer-info-container aside:first-child .widget-title,
.top-footer-info-container aside:nth-child(2) .widget-title {
	display: none;
}

.top-footer-info-container aside:first-child p,
.top-footer-info-container aside:nth-child(2) p {
	font-size: 12px;
	line-height: 2;
}

.top-footer-info-container aside:last-child {
	width: 18%;
}

.top-footer-info-container aside:nth-last-child(2) {
	width: 15%;
}

.top-footer-info-container aside:last-child a {
	display: inline-block;
	padding: 10px 20px;
	background: #1274A2;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-family: 'Avenir LT Std 65';
    font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
	transition: all .2s ease-in-out;
}

.top-footer-info-container aside:last-child a:hover {
	opacity: 0.9;
}

.footer-2 .top-footer-info-container aside:last-child a {
	background: #595959;
}

.top-footer-info-container aside:last-child p {
	font-size: 16px;
}

.footer-info .footer-main-info p {
	font-size: 12px;
	line-height: 2;
	font-family: 'Muli' !important;
	font-weight: 400;
}

.top-footer-info-container aside ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.top-footer-info-container .widget_nav_menu h4 {
	margin-bottom: 15px;
}

.top-footer-info-container aside .menu li > a {
	color: #414141;
	text-decoration: none;
	font-size: 16px;
	line-height: 35px;
	font-weight: normal;
}

.site-info {
	padding-top: 15px;
	border-top: #DBE2EA solid 1px;
	text-align: center;
}

.site-info .textwidget {
	padding: 0 5%;
}

.site-info .textwidget p {
	font-size: 14px;
}

#newsletter .modal-body {
	text-align: center;
	padding: 40px 40px 35px;
}

#newsletter .modal-body h3 {
	font-size: 24px;
    font-family: 'Avenir LT Std 65';
    font-weight: 900;
	margin-bottom: 15px;
}

#newsletter .modal-body .desc {
	font-size: 16px;
    line-height: 1.2;
    margin-bottom: 24px;
}

#newsletter .modal-body input[type="text"],
#newsletter .modal-body input[type="email"] {
	background: #F7F7F7;
	color: #756F86;
	padding: 17px 24px;
	font-size: 16px;
	border-radius: 4px;
    border: none;
    margin-bottom: 10px;
    width: 100%;
}

#newsletter .modal-body input[type="submit"],
#newsletter .modal-body button {
	float: right;
}

#newsletter .modal-body input[type="submit"] {
	width: auto;
    background: #1274A2;
    color: #fff;
    float: left;
    padding: 10px 40px;
	border-radius: 4px;
    border: none;
}

#newsletter .modal-body button {
	float: right;
    margin-right: 10px;
    padding: 10px 20px;
    background: transparent;
    border: none;
    color: #414141;
	font-size: 18px;
}

#newsletter .modal-body button:hover {
	background: #F7F7F7;
}

#newsletter .modal-body .clear {
	margin-top: 15px;
}

#newsletter .input-group input[type="checkbox"],
#newsletter .input-group label {
	display: none;
}

#newsletter .input-group ul {
	list-style: none;
}

#newsletter .input-group .agreement, #newsletter .input-group .agreement a {
	font-size: 16px;
	line-height: 1.4;
}

.page-up {
	background: url('../../img/ico-page-up-arrow.svg') no-repeat center;
	width: 24px;
	height: 24px;
	margin: 0 auto 10px;
}

/* Mailchimp Error Messages */

#mce-error-response, #mce-success-response {
	width: auto;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 20px !important;
    margin: 12px 0 0 0;
}

#mce-error-response {
	background: #C74A4A;
}

#mce-success-response {
	background: #4caf50;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #c74a4a !important;
    font-weight: normal !important;
    font-size: 14px;
    border-radius: 3px;
}

.footer-2 #newsletter .modal-body input[type="submit"] {
	background: #14328C;
}

@media (max-width: 1280px) {
	.top-footer-info-container aside:first-child, .top-footer-info-container aside:nth-child(2) {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		padding-right: 0;
	}
	.top-footer-info-container aside:first-child .textwidget, .top-footer-info-container aside:nth-child(2) .textwidget {
		width: 60%;
    	margin: 0 auto;
	}
	.top-footer-info-container aside,
	.top-footer-info-container aside:nth-last-child(2) {
		width: 25%;
		text-align: center;
	}
	.top-footer-info-container aside:last-child {
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	.top-footer-info-container aside:last-child h4 {
		margin-bottom: 10px;
	}
	.top-footer-info-container aside:first-child .textwidget img, .top-footer-info-container aside:nth-child(2) .textwidget img {
		margin-bottom: 10px;
	}
	.top-footer-info-container aside:first-child p, .top-footer-info-container aside:nth-child(2) p {
		font-size: 14px;
		line-height: 1.7;
	}
}

@media (max-width: 800px) {
	.top-footer {
		padding: 15px;
	}
	.top-footer-info-container aside, .top-footer-info-container aside:nth-last-child(2) {
		width: 100%;
		text-align: left;
	}
	.top-footer-info-container aside:last-child {
		width: 100%;
		padding: 0 5%;
	}
	.top-footer-info-container aside:last-child p {
		line-height: 1.4;
	}
	.top-footer-info-container .widget_nav_menu h4 {
		margin-bottom: 0;
		padding: 15px 30px;
    	border-bottom: #f1f1f1 solid 1px;
		background: url('../../img/ico-dropdown-grey.svg') no-repeat 98%;
	}
	.top-footer-info-container aside ul {
		margin: 20px 0;
		padding-left: 30px;
		display: none;
	}
	.site-info .textwidget {
		padding: 0 5%;
	}
}

@media (max-width: 768px) {
	.top-footer-info-container aside:first-child .textwidget, .top-footer-info-container aside:nth-child(2) .textwidget {
		width: 65%;
	}
}

@media (max-width: 640px) {
	.top-footer-info-container aside:first-child .textwidget, .top-footer-info-container aside:nth-child(2) .textwidget {
		width: 80%;
	}
}

@media (max-width: 520px) {
	.top-footer-info-container {
		padding: 7% 0;
	}
	.top-footer-info-container aside:first-child .textwidget, .top-footer-info-container aside:nth-child(2) .textwidget {
		width: 90%;
		text-align: left;
	}
	.top-footer-info-container aside:first-child .textwidget img, .top-footer-info-container aside:nth-child(2) .textwidget img {
		margin: 0 auto 30px;
    	display: block;
	}
}

@media (max-width: 480px) {
	.site-info .textwidget p {
    	font-size: 13px;
	}
}

@media (max-width: 425px) {
	#newsletter .modal-body {
		padding: 40px 20px 35px;
	}
	.site-info .textwidget p {
		font-size: 12px;
	}
}

@media (max-width: 320px)  {
	#newsletter .modal-body input[type="submit"] {
		width: 100%;
		float: none;
	}
	#newsletter .modal-body button {
		width: 100%;
    	float: none;
	}
}



/* new footer */

.footer-info ul a {
    text-decoration: none;
    font-size: 16px;
    color: #414141 !important;
    line-height: 2.3em;
	font-weight: bold;
}
.footer-info ul {
    list-style: none;
    padding: 0 !important;
}

footer .wp-block-columns {
	margin-bottom: 0 !important;
}

.footer-1 h2 {
    margin-bottom: 2px !important;
    font-size: 21px !important;
	color: #414141 !important;
}

.footer-2 h2 {
    margin-bottom: 2px !important;
    font-size: 21.676px !important;
	color: #414141 !important;
    font-weight: 900;
}
body .footer-2 h2 {
	font-family: 'Avenir LT Std 55 Roman' !important;
	margin: 0;
}

.footer-1 .newsletter-section a {
    text-decoration: none;
    background: #1274a2;
    color: #fff;
    padding: 10px 20px 13px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
}
.footer-2 .newsletter-section a {
	text-decoration: none;
	background: #595959;
	color: #fff;
	padding: 10px 22px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-2 .footer-logo img {
    filter: grayscale(1);
}
.footer-2 .footer-social {
    filter: grayscale(1);
}

.newsletter-section p {
	font-size: 16px !important;
	line-height: 1.7;
}


@media (max-width: 1280px) {
	.wp-block-columns.footer-info {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		gap: 30px;
	}
}

@media (max-width: 1100px) {
	.wp-block-columns.footer-info {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}
}

@media (max-width: 800px) {
	.wp-block-columns.footer-info {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}

@media (max-width: 500px) {
	.wp-block-columns.footer-info {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

