/*
 * Glades Pro CSS
 * http://themezee.com/themes/glades/#PROVersion-1
 *
 * Copyright(C) 2015, ThemeZee.com - support@themezee.com
 * License: GPL v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 *
 */
 
#logo .site-logo {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin: 1em 0 0;
}

/* Footer Widget Area
-------------------------------------------------------------- */
#footer-widgets {
	padding-top: 1.5em;
	margin-right: -2em;
}
.footer-widget-column {
	float: left;
	width: 25%;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Footer Widget Styling */
#footer-widgets .widget{
	color: #eee;
}
#footer-widgets .widget ul, #footer-widgets .widget ol {
	color: #eee;
}
#footer-widgets .widget .widgettitle {
	border-bottom: 3px solid #fff;
}
#footer-widgets .widget .widgettitle span {
	border-bottom: none;
	padding: 0.5em 0.2em;
	background: transparent;
}
#footer-widgets .widget ul .children {
	border-top: 1px solid rgba(255,255,255,0.25);
}
#footer-widgets .widget ul li {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
#footer-widgets .widget a:link, #footer-widgets .widget a:visited {
	color: #fff;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Default Archive & Category Wigdets */
#footer-widgets .widget_archive ul li, #footer-widgets .widget_categories ul li {
	color: #ddd;
}
#footer-widgets .widget_archive ul li a:before, #footer-widgets .widget_categories ul li a:before {
	color: #ddd;
}

/* Default Recent Posts & Comments Wigdets */
#footer-widgets .widget_recent_entries ul li .post-date {
	color: #ddd;
}
#footer-widgets .widget_recent_entries ul li:before, #footer-widgets .widget_recent_comments ul li:before {
	color: #ddd;
}

/* Default Meta & Pages Wigdets */
#footer-widgets .widget_meta ul li a:before, #footer-widgets .widget_pages ul li a:before {
	color: #ddd;
}

/* Tagcloud Widget */
#footer-widgets .widget_tag_cloud .tagcloud a {
	color: #fff;
	background: rgba(255,255,255,0.1);
}
#footer-widgets .widget_tag_cloud .tagcloud a:link, #footer-widgets .widget_tag_cloud .tagcloud a:visited {
	color: #fff;
}
#footer-widgets .widget_tag_cloud .tagcloud a:hover, #footer-widgets .widget_tag_cloud .tagcloud a:active {
	background-color: rgba(255,255,255,0.2);
}

/* Theme Calendar Widget */
#footer-widgets #wp-calendar {
	color: #fff;
}
#footer-widgets #wp-calendar caption {
	border-top: 1px solid rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
#footer-widgets #wp-calendar tbody td {
	color: #ddd;
}
#footer-widgets #wp-calendar tbody #today {
	color: #fff;
}


/*============================ MEDIA QUERIES ============================*/

/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	.footer-widgets-left, .footer-widgets-right {
		float: left;
		width: 50%;
		padding-right: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer-widget-column {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

@media only screen and (max-width: 55em) {
	#logo .site-logo {
		margin: 1em 0;
	}
}

@media only screen and (max-width: 50em) {
	#footer-widgets {
		padding: 1em 0.5em 0.5em;
		margin-right: 0;
	}
	.footer-widgets-left, .footer-widgets-right {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

@media only screen and (max-width: 40em) {
	#logo .site-logo {
		max-width: 95%;
	}
}

@media only screen and (max-width: 30em) {
	#logo .site-logo {
		max-width: 90%;
	}
}

@media only screen and (max-width: 20em) {
	#logo .site-logo {
		max-width: 85%;
	}
}