/*
Theme Name: Lakeview Area News
Template: bootstrap-basic
Version: 0.1
*/

/* load parent theme stylesheet */
@import url("../bootstrap-basic/style.css");

.widget_nav_menu li {
	display:inline-block;
	list-style-type:none;
}

.widget_nav_menu a { color:#fff; text-decoration:none!important; padding: 4px;}
.widget_nav_menu a .btn { padding:0!important;}

.widget_nav_menu .btn-fb { background:#337ab7; margin-left:.5em;}
.widget_nav_menu .btn-fb:hover, .widget_nav_menu .btn-fb:focus { background:#265a88; }

.site-title .site-description {
		margin-top:.75em;
	}

.site-title .site-description small {
		font-size:90%; 
	}

.fb-link {
	float:right;
	display:inline-block;
	background:#337ab7;
	margin:0 0 0 1em;
	width:40px;
	line-height:40px;
	text-align:center;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.fb-link .fa { color:#fff;}

.front-page {
	border:1px solid #ddd;
	margin-bottom:1em!important;

	-webkit-border-radius:4px;
	border-radius: 4px;

}

.preview .text-center {
	margin-top:1em;
}

.preview .btn-info { margin-bottom:1em;}


#about .section-inner {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

#site-footer {
    background: #30343F;
    border-top: 3px solid #0062ad;
    color:#fff;
    padding:2em 0;
    font-size:1em;
}



.footer-left, .footer-right { padding-left:0; padding-right:0;}

.site-footer a { color:#a2c6e5; }
.site-footer a:focus, .site-footer a:hover { color:#eff5fa; }

.site-footer ul { padding-left:30px;}
.site-footer ul li { margin-bottom:10px;}

.mpa img {
	margin-bottom:1em;
}

.section { 
	/*border:1px solid #ddd;*/
	margin-bottom:4em;
	-webkit-border-radius:8px;
	border-radius:8px;
	 -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 5px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 5px rgba(0,0,0,.2);
	}

.section:first-of-type { margin-top:1em;}


.section-inner { padding:2em 1em;}

.section-title { 
	width:100%;
	background:#30343F;
	border-bottom:3px solid #0062ad;
	margin-bottom:.5em;
	padding:.75em 1em;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;

	/*background-image: -webkit-linear-gradient(top,#fff 0,#eeeeee 100%);
    background-image: -o-linear-gradient(top,#fff 0,#eeeeee 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eeeeee));
    background-image: linear-gradient(to bottom,#fff 0,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);*/
}


.section-title h2 {
/*	text-align:center;*/
	color:#fff;
	margin:0;
	
/*	color:#30343F;*/
}


.inner {
	padding:2em;
}

.jumbotron { 
	margin-bottom:4em;
	padding-top:1em;
padding-bottom:1em;
padding-left:1em;
padding-right:1em;}

.jumbotron h2 { margin-top:1em;}


#login-required {
	background:#f8f8f8;
	margin-bottom:1em;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border:2px solid #0062ad;
}

#login-required h4 { margin-top:0; margin-bottom:1em;}

.text-center ul {
	padding-left:0;
	list-style-type:none;
}

.text-center ul li {
	margin-bottom:10px;
}

.btn-primary {
	background-image:none;
	background-color:#30343F;
	border-color: #30343F;

}

.btn-info {
	background-image:none;
	background-color:#337ab7;
	border-color: #337ab7;
}



.navbar-default {
	background-image:none;
	background-color:#30343F;
	border-color:#30343F;
}
.navbar-default .navbar-nav>li>a { 
	color:#fff;
	text-shadow:none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#fff;
	background-color:#337ab7;
}


.fc-day-grid-event > .fc-content { color:#444!important; white-space:normal!important;}
.fc-unthemed .fc-today { background:rgba(109,142,160,.15)!important; }
.fc-event { background:none!important; border:none!important; }
.fc-event[href] { text-decoration: none!important; }

.tg-footer-other-widgets { width:100%;}
.tg-fourth-footer-widget { text-align:center;}


/* header widget */
.page-header-top-right {
	text-align:right;
}

.page-header-top-right .textwidget {
	font-size:1.2em;
}

.page-header-top-right a[href^=tel] {
	color:inherit;
	}

.page-header-top-right a[href^=tel]:hover {
	color:inherit;
	text-decoration: none!important;
	cursor:default;
}

.page-header-top-right a[href^=tel] .glyphicon { display:none;}	


.notice {
	display: grid;
	place-items: center;
	background-color: #fffaaf;
	text-align: center;
	font-size: 1.5rem;
}

.notice__title {
	font-weight: bold;
	max-width: 30ch;
}

.notice__content {
	margin-top: 1em;
	max-width: 70ch;
}


@media (max-width: 768px) {
	.page-header-top-right .pull-right { 
		float:none!important; 
		margin:1em auto;
		text-align:center;
	}

	.page-header-top-right .textwidget br { display:none;}
	.page-header-top-right a[href^=tel] {
	color:#fff;
	display:block;
	margin:.25em auto;
	max-width:200px;
	background-color:#2aabd2;
	border:1px solid #2aabd2;
	padding:.75em 0;
	-webkit-border-radius:5px;
	border-radius: 5px;
	}

	.page-header-top-right a[href^=tel] .glyphicon { 
		display:inline-block;
		margin-right:5px;}	

	/*.page-header-top-right a[href^=tel]:before {
	content:'<i class="glyphicon glyphicon-phone-alt"></i>';
	font-family:'FontAwesome';
	display:inline-block;
	margin-right:4px;
	font-size:1em;
	line-height:normal;
	}*/

	.page-header-top-right a[href^=tel]:hover, .page-header-top-right a[href^=tel]:focus {
	color:#fff;
	background-color:#337ab7;
	text-decoration: none!important;
	}



	.fb-link {
		float:none;
		display:block;
		margin:0 auto;
		width:55px;
		line-height:55px;
		font-size:2em;
	}
	.site-title-heading a img {
		margin:0 auto;
	}
	.site-title .site-description {
		text-align:center;
		font-size:1.4em;
		line-height:normal;
	}

	#about .section-inner {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	}

	.section-inner { padding:.5em .25em;}

	#login-required { margin-top:1em;}

	.widget_nav_menu ul { padding:0; text-align:center;}	

	#calendar-button { max-width:300px; margin:1em auto;}
}


.boxy { 
border:1px solid #ee;
border-radius:10px;
padding:.5em 1em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 5px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 5px rgba(0,0,0,.2);
margin-bottom:2em;
text-align:center;
}

.boxy h3 { margin-top:.5em;}

.ad img{
	width:100%;
	max-width:728px;
}