/*
Theme Name: Find Your Florida Base Theme
Author: 561 Media
Version: 1.0.0
*/

#single-city-wrapper #ads-section .ads-wrapper a.ad-wrap:hover img {
	opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/*index*/
#main-footer .footer-top.vtop-flex .custom-col h4 a {
		pointer-events: none;
}

#main-footer .footer-top.vtop-flex .custom-col h4 a i {
		visibility: hidden;
}


@media (max-width: 991px) and (min-width: 768px) {
	.city-section-scroll {
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	#main-header > * {
    	z-index: 99 !important;
	}
	
	#single-city-wrapper #menu-tabs-wrapper {
    	z-index: 98 !important;
	}
	
	#single-city-wrapper .section-wrapper .contents-wrapper .content-wrap img {
   		width: 100%;
	}
	
	#contact-us-page-wrapper .img-wrapper .container-fluid {
	    max-width: 750px;
	}
	
	#contact-us-page-wrapper .img-wrapper .img-wrap .img-2 {
		display: none;
	}
	
	.row:before, .row:after {
		display: none;
	}
}

@media (min-width: 768px) {
	#main-footer .footer-top ul {
		display: block!important;
    height: auto!important;
	}
}

@media (max-width: 767px) {
	#map-section .details-wrapper .content-wrapper .section-title 	{
		width: 100vw;
	    margin-left: -15px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	#map-section .details-wrapper .content-wrapper .section-title b {
		margin-right: 10px;
	}
	
	.page-banner-section {
    	padding: 69.75px 0 23.25px;
	}
	
	#single-city-wrapper #menu-tabs-wrapper, #single-city-wrapper #menu-tabs-wrapper .menu-wrapper {
		background-color: #404040;
	}
	
	#single-city-wrapper #menu-tabs-wrapper .menu-bar-wrap {
    	text-align: right;
	}
	
	#single-city-wrapper #menu-tabs-wrapper .menu-wrapper {
		padding: 0 15px;
		overflow: auto;
    	display: block;
    	height: calc(100vh - 109px);
	}
	
	.admin-bar #single-city-wrapper #menu-tabs-wrapper .menu-wrapper {
    	height: calc(100vh - 110px - 45px);
	}
	
	#menu-tabs-wrapper li {
    	padding: 15px 0;
    	border-bottom: 1px solid #fff;
    	text-align: left;
	}
	
	#menu-tabs-wrapper li:first-child {
		padding-top: 0;
	}
	
	#menu-tabs-wrapper li:last-child {
		border: none;
		padding-bottom: 25px;
	}
	
	#about-page-wrapper #section-1 .content-wrapper, #about-page-wrapper #section-2 .content-wrapper {
		background-image: none !important;
    	padding: 0;
	}
	
	#about-page-wrapper #section-1 {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#about-page-wrapper #section-1 .img-wrapper {
		display: block !important;
		padding-top: 50px;
	}
	
	
	
	#single-city-wrapper #ads-section .ads-wrapper .custom-col {
	    width: 100%;
	    padding: 5px;
	}
	
	#single-city-wrapper #schools-section table {
		overflow: scroll;
    	overflow: auto;
    	display: block;
		width: 100vw;
    	margin-left: -15px !important;
	}
	
	#form-section {
		background-attachment: unset;
	}
	
	#form-section .container .row .col-sm-6:first-child {
		padding: 0;
	}
	
	#main-footer .footer-top.vtop-flex {
		text-align: left;
	}

	#main-footer .footer-top.vtop-flex .custom-col {
		display: block !important;
		margin-bottom: 0;
		padding: 0;
	}

	#main-footer .footer-top.vtop-flex .custom-col:first-child, #main-footer .footer-top.vtop-flex .custom-col:nth-child(2) {
		display: block;
		padding: 15px 0;
	}
	
	#main-footer .footer-top.vtop-flex .custom-col:nth-child(2) {
			padding-bottom: 0;
	}
	
	#main-footer .footer-top.vtop-flex .custom-col:last-child {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	#main-footer .footer-top.vtop-flex .custom-col:first-child, #main-footer .footer-top.vtop-flex .custom-col:last-child {
		border-bottom: 1px solid #404040
	}
	
	#main-footer .footer-top.vtop-flex .custom-col:nth-child(3) h4, #main-footer .footer-top.vtop-flex .custom-col:nth-child(4) h4, #main-footer .footer-top.vtop-flex .custom-col:nth-child(5) h4 {
		display: none;
	}
	
	#main-footer .footer-top.vtop-flex .custom-col h4 a {
		pointer-events: unset;
		display: flex;
    	align-items: center;
    	justify-content: space-between;
	}
	
	#main-footer .footer-top.vtop-flex .custom-col h4 a i {
		visibility: visible;
	}
	
	.menu-bar-wrap::after {
	    content: 'Filter Categories';
	    width: 100%;
	    height: 55px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
		pointer-events: none;
	}
	
	#accordionbutton1 i, #accordionbutton2 i {
		transform: rotate(180deg);
		transition: transform 300ms ease-in-out; 
	}
	
	#accordionbutton1.collapsed i, #accordionbutton2.collapsed i {
		transform: rotate(0);
	}
}