/*
Theme Name: Fresh Media Template
Theme URI: http://koenigwebdesign.com
Author: David Robinson
Author URI: http://koenigwebdesign.com


This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap
*/


/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/* KOENIG WEB DESIGN STYLES */

/* GENERAL STYLES */

body {
	color:#555555;
	font-family: 'PT Sans', sans-serif;
	
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;

}

h1 {
	font-size:32px;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:22px;
}

p {

}

a {
	text-decoration:none;
	color:#25408f;

}

a:hover {

	text-decoration:underline;
	color:#25408f;
}

.bg-grey {
	background:#e9e9ea;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.bg-outline {
	border:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.dropdown-menu {
	z-index:2147483647;
}

.height {
	max-height:140px;
}

.center {
	text-align:center;
}

.panel {
	margin-bottom: 20px;
	background-color: #e8e8e8;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: nonee;
	box-shadow: none;
	padding:10px;
}

 .post-wrap-img {
	display: inline-block;	
	float:left;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

 .page-header {
	display: inline-block;
	margin: 0;
	padding: 0;
	border:none;
	overflow:hidden;
	
}

.more-link {
	display: block;
	float: right;
	background: #25408f;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
}

.more-link:hover, .more-link:focus {
	text-decoration:none;
	color:#fff;
	background:#a91a1e;
} 

/* HEADER */

#masthead {

}

#masthead .container {
	padding-top:0;
	padding-bottom:0;
}

.compLogo {
	display:block;
	margin-bottom: 20px;
	padding-bottom:5px;
	padding-top:5px;
	width:auto;
	text-align:center;
}

.city2 {
	font-size:22px;
	color:#555;
	padding-top:15px;
	float:left;

}

.city2 span {
	color:#25408f;
	font-weight:bold;
}

.city2 ul{
	list-style:none;
}


/* NAVIGATION */

.site-navigation {
	background:	#25408f;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
}

.site-navigation .container {
	padding-bottom:0;
}

.navbar {
	position: relative;
	min-height: 44px;
	margin-bottom: 0; 
	border: none; 
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #fff;
	font-size:16px;
	font-weight:bold;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
	color:#000;
}

.active a{
	color:#00aeef !important;
}

.intro {
	background:#e8e8e8;
	padding-top:20px;
}

/* HOME PAGE */

section.featured {
	margin-top:30px;
}

.featured-article {
	position:relative;
	overflow:hidden;
}

.featured-content-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding:10px;
	background:rgba(204, 7, 30, 0.6);
	color:#fff;
}

.featured-content-wrapper h3, .featured-content-wrapper a {
	color:#fff;
	font-weight:bold;
}

.featured-content-wrapper h3 {
	margin:0;
	font-size:24px;
}

.post-img-wrap {
	border:1px solid #000;
}

.read-more-featured {
	display:inline;
}

.main-loop h1{
	margin:0;
	color:#25408f;
}

/* HOME SIDEBAR */

.sidebar {
	text-align:center;
}

.sidebar ul {
	padding-left:0px;
	list-style:none;
}

.widget.widget_archive, #text-2, #text-3 {
	background:#25408f;
	color:#fff;
	padding:10px;
	
}

.widget.widget_archive h3, #text-2 h3,  #text-3 h3{
	color:#fff;
	margin-top:0;
}

.widget.widget_archive a, #text-2 a, #text-3 a {
	color:#fff;
}

.widget.widget_archive a:hover, #text-2 a:hover,
 .widget.widget_archive a:active, #text-2 a:active {
	color:#fff;
	text-decoration:underline;
}


.main-content {
	margin-top:30px;
}

/* Contact Form */

span.wpcf7-form-control-wrap {
	width:100%; /* ensures error message for each input stays correct width */
}

.wpcf7 p {
	font-size:16px;
	font-weight:bold;
}

.wpcf7 {
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px;
}

.wpcf7, .wpcf7 input, .wpcf7 textarea {
	font-family: 'PT Sans', sans-serif;
	width:100%;
	margin-bottom:10px;
}

.wpcf7 input, .wpcf7 textarea {
	height:40px;
	border:1px solid #000;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px;
	width:100%;
	max-width:500px;
	padding-left:5px;
}

.wpcf7 textarea {
	height:100px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	outline: 0;
	color:#fff;
	background:rgba(204, 7, 30, 0.6);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-box-shadow: none;
	box-shadow: none;
}

.wpcf7 .wpcf7-submit {
	padding:0 !important;
	text-align:center !important;
	height:40px !important;
	font-size:22px !important; 
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	text-transform:capitalize;
	font-weight:normal;
	border:1px solid #25408f;
	background: #25408f;
}

.wpcf7 .wpcf7-submit:focus, .wpcf7 .wpcf7-submit:active, .wpcf7 .wpcf7-submit:hover {
	color:#fff;
	background:#a91a1e;
	border:1px solid #a91a1e;
}

.wpcf7 div.wpcf7-validation-errors {
	color:#555;
	border: 2px solid #f7e700;
}

.wpcf7 div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color:#555;
}

::-webkit-input-placeholder {
   color: #555;
   font-weight:normal;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555;
   font-weight:normal; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555;
   font-weight:normal;
}

:-ms-input-placeholder {  
  color: #555;
   font-weight:normal;  
}

/* RESPOSNIVE iFRMAE */

.google-maps {
        position: relative;
        padding-bottom: 45%;
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/* FOOTER */

.site-footer {
	background: #252525;
	color:#fff;
	padding-top:20px;
}

.footer-bottom {
	border-top:1px solid #fff;
	padding-top:10px;
}

.social {
	float:left;
}

.social a {
	
	font-size:24px;
	padding-right:10px;
}

.fa-facebook {
	color:#547bbc;
}

.fa-twitter {
	color:#78caef;
}



/* MEDIA QUERIES */

/* stops scrollbar appearing on long navs in mobile view */
@media (max-width: 768px) {
.navbar-collapse {
  max-height: none !important;
  overflow-x: auto !important;
}
}



@media (min-width: 390px) {

}


@media (min-width: 768px) {
.city2 {
	float:right;
}

.social {
	float:right;
}

}

@media (min-width: 970px) {

}

@media (min-width: 992px) {

}


/* centers nav on desktop size - with media query 993*/
@media (min-width: 993px) {
	
	
.compLogo {
	margin-top:20px;
	margin-bottom:40px;
	padding-top:5px;
	width:auto;
	text-align:left;
}




}

#archives-3 .nav>li>a {
    padding: 0px 15px;
}

select {
color:#000;
}
.site-footer a {
    color: #00aeef;
}
.g-recaptcha {display: inline-block;transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
