/**
 * @title: FAC Responsive Styles
 * @description: Responsive website styling for floridaadoptioncouncil.com
 * @author: CAIR Solutions
 * @version: 1.0
 */

/* ------------------------------ MAX WIDTH ------------------------------ */

/* ------------------------------ 
	MAX 1199px
------------------------------ */
@media screen and (max-width: 1199px) {


}


/* ------------------------------ 
	MAX 991px
------------------------------ */
@media screen and (max-width: 991px) {

}


/* ------------------------------ 
	MAX 980px
------------------------------ */
@media screen and (max-width: 980px) {
	#footer-widgets {
		padding: 8% 0 0 0;
	}
	#main-footer {
		background-position: calc(50% + 450px) 77%;
	}
}



/* ------------------------------ 
	MAX 768px
------------------------------ */
@media screen and (max-width: 767px) {
	#main-footer {
		background-position: calc(50% + 220px) 87%;
	}
}


/* ------------------------------ 
	MAX 640px
------------------------------ */
@media screen and (max-width: 640px) {

}


/* ------------------------------ 
	MAX 480px
------------------------------ */
@media screen and (max-width: 480px) {

}


/* ------------------------------ 
	MAX 340px
------------------------------ */
@media screen and (max-width: 340px) {

}



/* ------------------------------ MIN WIDTH ------------------------------ */

/* ------------------------------ 
	MIN 981px
------------------------------ */
@media screen and (min-width: 981px) {
	#main-content .container::before {
		width: 0;
		background-color: #ffffff;
	}
}


/* ------------------------------ 
	MIN 1025px
------------------------------ */
@media screen and (min-width: 1025px) {
	/* ---- Search Bar ---- */
	#et_top_search {
		margin: 12px 0 0 22px;
	}
}