/*
Theme Name: AeroTheme
Theme URI: http://aeroindustries.com/
Author: Plow Digital
Author URI: https://plowdigital.com
Description: Custom theme for Aero Industries
Version: 1.0
License: Private
Text Domain: aeroTheme
*/

/******************** Add Custom Styles Here *******************/

/* Global */

/* Spotlight Section */

.spotlight-media {
	padding-bottom: 25px !important;
}

/* Buttons */

.darkBtn {
	border: 1px solid #93979a;
	background: rgba(239, 240, 241, 0.7);
	color: #93979a;
}

.darkBtn:hover {
	color: #fff;
	background: #93979a;
}

/* Icons */

.galleryIcon a span:before {
	content: '\f067';
	font-family: 'Font Awesome 5 Pro Light';
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #6babe5;
	border-radius: 50%;
	font-size: 25px;
	padding: 4px 7px;
	margin-right: 9px;
}

.galleryIcon a:hover span:before {
	background: #6babe5;
	color: #ffffff;
}

.galleryIcon a span {
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.galleryLink a #whitebtn span:before {
	border: 1px solid #ffffff !important;
}

/* Search Results */

.searchExcerpt {
	line-height: 140%;
}

.entry .rev_slider ul {padding-left: 0 !important; margin-left: 0 !important}

/*----------------- RESPONSIVE ---------------*/

/* Desktop Monitor */
@media (max-width: 1279px)
	
/* Baseline + Desktop + Laptop */
@media (max-width: 1199px)
	
/* Tablet Landscape */
@media (max-width: 1024px)
	
/* Tablet Landscape + Portrait */
@media (max-width: 991px)
	
/* Tablet Portrait */
@media (max-width: 767px) 
	
/* Mobile Plus */
@media (max-width: 575px)
	
/* Mobile Portrait */
@media (max-width: 410px)
	
	
	
