/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/
@import url("../unicon/style.css");

h6 {
    color: #526a8c;
}

.logo img {
	max-width: 88%;
	height: auto;
}

.vc_tta-panel-title > a > .vc_tta-title-text {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}

.office-hours-title div, .office-hours-title p{
	margin-bottom: 0 !important;
}

#content .wpb_text_column br{
	margin-bottom: 0 !important;
}

@media(max-width: 1200px) and (min-width: 767px){
	#content .wpb_text_column :last-child {
		margin-bottom: 0 !important;
	}
	#footer{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#copyright{
		padding-left: 10px !important;
	}
}

@media (max-width: 767px){
	#footer .widget{
		margin-bottom: 0 !important;
		padding-bottom: 10px;
	}

	.footer_widget.right{
		width: 100% !important;
		margin-top: 15px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all{
.logo_standard.interior{
     display: block; 
}
}

.header-v1 .logo {
	margin-top: 46px !important;
	max-width: 430px;
}

.footer-logos {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 15px;
}

.footer-logos .widget_media_image {
	margin-bottom: 15px !important;
}