/*
Theme Name: Line49 Design
Theme URI: https://line49.ca
Description: Line49 Design WordPress Theme.
Author: Line49 Design
Author URI: https://line49.ca
Template: Total
Version: 3.0
*/

/* Theme overrides */

a:hover{text-decoration:none!important;}
.has-drop-cap:not(:focus):first-letter{font-family:Georgia;}
.grecaptcha-badge {bottom:-140px !important;}
.wpex-about-widget-description {
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
}
.wpex-info-widget div {
	line-height:1.2em;
}

/* Top Bar */
.top-bar-menu li.halfRightMargin {margin-right: 10px;}

/* Menu */

.sidr a:hover{background: #ffffff10;}

/* Footer */
#footer li {
	margin-bottom:5px;
}
#footer-callout h2{margin-top:0;font-weight:900;}
.site-footer .widget_recent_entries li, .site-footer .widget_categories li {
	margin-bottom:2px !important;
	padding-top:0 !important;
	border:solid 0px;
}
.footer-widget {
	padding-bottom:25px;
}
#footer-callout-wrap {margin-top:-10px !important;}

/* MEDIA QUERIES */

 @media (min-width: 568px) {
	.top-bar-menu li.reduceRightMargin {margin-right: 5px;}
}

@media (min-width: 768px) { /* 768 and larger - iPad & Tablet */
	.content-small-width #content-wrap.container, .content-small-width .page-header-inner.container {width: 675px!important;}
	.content-medium-width #content-wrap.container, .content-medium-width .page-header-inner.container {width: 720px!important;}
}

@media (min-width: 992px) { /* 992 and larger */
	.content-small-width #content-wrap.container, .content-small-width .page-header-inner.container {width: 750px!important;}
	.content-medium-width #content-wrap.container, .content-medium-width .page-header-inner.container {width: 780px!important;}
}
@media (min-width: 1200px) { /* 1200 and larger */
	.content-small-width #content-wrap.container, .content-small-width .page-header-inner.container {width: 750px!important;}
	.content-medium-width #content-wrap.container, .content-medium-width .page-header-inner.container {width: 945px!important;}
}

@media screen and (min-width: 1440px) { /* 1440 and larger */
	.content-large-width #content-wrap.container, .content-large-width .page-header-inner.container { width: 1410px!important;}
}