/*
Theme Name: FastNews Light
Theme URI: http://kopatheme.com/freebies/fast-news-magazine-wordpress-theme-light-version/
Author: Kopatheme
Author URI: http://kopatheme.com
Description: FastNews Light theme is designed for magazine, news with flexible layout. The theme is based on KOPATHEME layout manager technique that will let you flexibility choose layout options of every pages within your site. It is very helpful when you are experimenting with visual hierarchy. You can define unlimited sidebar for widget areas, and with powerful custom widgets, the theme provides you more flexibility and ease-of-use for your site
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme domain: fastnewslight
Tags: black, blue, green, white, two-columns, three-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, sticky-post, theme-options, translation-ready
*/
/* =========================================================
Common styles
============================================================ */


html, body {
	height: 100%;
}
body {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background-color:#fff;  
    padding-top: 32px;
}
a:active, a:focus {outline:none;}

pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin:20px 0;
}

ol {
    margin:0px;
    padding: 0;
}
ul {
    margin:0px;
    padding: 0;
}
ul li, ol li ul li {
    list-style:inside disc;
    margin-bottom:10px;
}
.main-col .hentry.elements-box ul, .main-col .hentry.elements-box ol {
    margin-left: 16px;
}
ul li ul, ol li  ul, ol li  ol, ul li ol{
    margin-left:20px;
}

ol li , ul li  ol li{
    list-style:decimal inside none;
    margin-bottom:10px;
}
/*------responsive image----------------*/
.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto9; /* ie8 */
}

.entry-content span.entry-date, .entry-content span.entry-date a {
    color: #999;
    font-style: normal;
    font-size: 12px;
}

.widget {
    margin-bottom: 30px;
}

.widget > ul > li {
    list-style: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin: 15px 0 0;
}
.widget > ul > li:first-child {
    border-top: none;
    padding-top: 0px;
    margin-top: 0;
}

.widget-title {
    /*color: #425392;*/
    border-bottom: 3px double #dedede;
    /*color: #fff;
    background-color: #26a2d9;*/
    color: #26a2d9;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px;
    text-align: left;
    border-radius: 2px;
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
    font-size: 26px/28px;
}

.entry-thumb {
    margin-bottom: 10px;
}

.entry-thumb img {
    display: block;
    width: 100%;
}

.entry-title {
    margin: 0 0 10px;
    word-break: break-word; 
    word-wrap: break-word;
}
.entry-item{

    word-break: break-word; 
    word-wrap: break-word;
}

.social-link {
    padding: 0;
}
.social-link li {
    list-style: none;
    float: left;
    margin: 0;
}
.social-link li a {
    color: #555;
    font-size: 22px;
    display: block;
}
/* =========================================================
Elements
============================================================ */

.kopa-button {
    display:inline-block;
    color:#fff;
    font-size:15px;
    padding:15px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    position:relative;
    z-index:0;
}
.small-button {
    padding:10px 15px;
}
.medium-button {
    padding:15px 20px;
    font-size:18px;
}
.big-button {
    padding:20px 30px;
    font-size:24px;
}
.navy-button,
.border-button:hover {
    background-color:#425392;
    border:1px solid #425392;
    color:#fff;
}
.navy-button:hover,
.border-button {
    background-color:#fff;
    border:1px solid #e4e4e4;
    color:#333;
}

blockquote {
    border-left-color:#425392;
    background-color:#f4f4f4;
    color: #999999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    padding: 10px 15px 10px 20px;
}

/*-DropCap-*/
.kp-dropcap {
    color: #fff;
    background-color:#425392;
    font-family:'Open Sans', sans-serif;
    display: inline-block;
    *display:inline;
    zoom:1;
    float: left;
    font-size: 36px;
    height: 36px;
    line-height: 38px;
    margin: 5px 10px 0 0;
    text-align: center;
    width: 34px;
}
.kp-dropcap.color {
    background-color: #425392;
    font-size:30px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width: 36px;
    z-index: 0;
    margin: 5px 10px 0 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;    
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.more-link {
    color: #425392;
    display: inline-block;
}


/* =========================================================
Heading
============================================================ */
h1 {
    color: #333;
    font: 700 32px/34px 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h2 {
    color: #333;
    font: 700 28px/30px 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h3 {
    color: #333;
    font: 700 24px/26px 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h4 {
    color: #333;
    font: 700 20px/22px 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h5 {
    color: #333;
    font: 700 16px/20px 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h6 {
    color: #333;
    font: 700 14px/20px 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.kp-headline dd a:hover,
.social-link li a:hover,
.home-slider .entry-categories a:hover,
.home-slider .flex-caption h2 a:hover,
.kp-gallery-slider .slides li h4 a:hover,
.b-bottom-sidebar .widget a:hover,
#toggle-view li h3:hover,
.about-author .social-link li a:hover {
    color: #1798C4;
    text-decoration:none;
}

a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.more-link:hover {
    color: #333;
    text-decoration:none;
}
a:focus, a:active {
    text-decoration:none;
}
p { 
    margin-bottom:10px;
    line-height:18px;
}


/* =========================================================
Clear Floated Elements
============================================================ */

.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before, .clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}


/* =========================================================
CSS3 Transition
============================================================ */
a,
.newsletter-form .email,
.newsletter-form .submit,
#toggle-view li h3,
.kp-gallery-carousel .slides li,
#comments-form #submit-comment,
#contact-form #submit-contact,
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#comments-form #comment_message,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url,
#contact-form #contact_message,
#main-menu li ul li,
#top-strip-menu li ul li,
#mobile-menu > span,
#toggle-view-menu li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* =========================================================
Colunms
============================================================ */
.wrapper{
    width:1104px;
    margin: 0 auto;
}
#main-content > .wrapper {
    /*border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;*/
}
.kp-elements-page #main-content > .wrapper,
.kp-gallery-page #main-content > .wrapper,
.kp-error-page #main-content > .wrapper {
    padding-top: 20px;
}
.col-a {
    width: 541px;
    float: left;
    padding: 30px 20px 0 20px;    
    border-right: 1px solid #dedede;
}
.col-b {
    width: 562px;
    float: left;
    padding: 30px 20px 0 20px;
    border-left: 1px solid #dedede;    
    margin-left: -1px;
}

.kp-categories-5 .col-b {
    padding-top: 0;
}

.widget-area-2 {
    border-bottom: 1px solid #dedede;
    padding:0 20px 15px;
    margin: 0 -20px;
}

.widget-area-3 {
    width: 321px;
    padding:20px 20px 0 0;
    border-right: 1px solid #dedede;
    float: left;
}

.widget-area-4 {
    float: left;
    padding: 20px 0 0 20px;
    border-left: 1px solid #dedede;
    margin-left: -1px;
    width: 201px;
}

.kp-categories-5 .widget-area-3 {
    padding: 30px 0 0 20px;
    border-left: 1px solid #dedede;
    border-right: none;
    margin-left: -1px;
}

.kp-categories-5 .widget-area-4 {
    padding: 30px 20px 0 0;
    border-right: 1px solid #dedede;
    border-left: none;
    margin-left: 0;
}

.sidebar {
    float: left;
    width: 342px;
    padding: 30px 20px 0 20px;
    border-left: 1px solid #dedede;
    margin-left: -1px;
}
.main-col {
    float: left;
    width: 761px;
    padding: 30px 20px 0 20px;
    border-right: 1px solid #dedede;
}

.mb-20 {
    margin-bottom: 20px;
}

/* =========================================================
Header
============================================================ */
/*#wpadminbar {
    display: none;
}*/

body.admin-bar {
        margin-top: -28px;
        padding-bottom: 28px;
    }
    #wpadminbar {
        top: auto !important;
        bottom: 0;
    }
    #wpadminbar .quicklinks>ul>li {
        position:relative;
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
        bottom:28px;
    }

#header-top {
    background-color: #666;

	/*background-image: -moz-linear-gradient(top,#425392,#6781bb);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#425392),to(#6781bb));
	background-image: -webkit-linear-gradient(top,#425392,#6781bb);
	background-image: -o-linear-gradient(top,#425392,#6781bb);
	background-image: linear-gradient(to bottom,#425392,#6781bb);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff425392', endColorstr='#ff6781bb', GradientType=0);*/

    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    
   
   width: 100%;
   height: 32px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 10000;
    
    padding-top: 0px;
}

#header-top .wrapper {
	max-width: 1060px;
}

#header-top-left, #header-top-right {
	display: none;
}

#header-top-left {
	margin-left: 10px;
}
#header-top-right {
	margin-right: 10px;
}

/*----- Header Top Left Social-link -----*/


#header-top-left ul.social-link {
    text-align: center;
    margin-top: 2px;
}
#header-top-left ul.social-link li {
    float: left;
    margin: 0 3px 8px 3px;
}
#header-top-left .social-link li:first-child {
    /*border-left: 1px solid #dfdfdf;*/
}
#header-top-left .social-link li a {
    display: block;
    line-height: 16px;
    font-size: 16px;
}
#header-top-left .social-link li a i.fa {
	display: block;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
}
#header-top-left .social-link li a i.fa:hover {
	background-color: #999;
	transition: background 0.2s linear 0s;
}
#header-top-left .social-link li a .fa-facebook { background-color: #3b579d; color: #fff; }
#header-top-left .social-link li a .fa-twitter { background-color: #20b8ff; color: #fff; }
#header-top-left .social-link li a .fa-google-plus { background-color: #d44132; color: #fff; }
#header-top-left .social-link li a .fa-linkedin { background-color: #0077b5; color: #fff; }
#header-top-left .social-link li a .fa-rss { background-color: #ff9900; color: #fff; }
#header-top-left .social-link li a .fa-instagram { background-color: #ec4b4b; color: #fff; }



/*----- Header Top Right Search form -----*/
#header-top-right .search-box {
    margin: 0px 0 0px 0;
}
#header-top-right .search-box .search-form {
    margin-top: 2px;
    position: relative;
}
#header-top-right .search-box .search-form .search-text {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 180px;
    background-color: #fff;
    padding:0 70px 0 12px;
    font-family:'Open Sans', sans-serif;
    font-size:13px;
    color: #999;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;    
}

#header-top-right .search-box .search-form .search-text:focus {
	border-color: rgba(147,176,215,0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#header-top-right .search-box .search-form .search-icon {
	position: absolute;
	top: 3px;
	right: 4px;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#header-top-right .search-box .search-form .search-icon button.Icon.Icon-search {
	background: none;
	border: 0px none;
}
#header-top-right .search-box .search-form .fa.fa-search {
	font-size: 18px;
	color: #999;
}
#header-top-right .search-box .search-form .fa.fa-search:hover {
	color: #333;
}
#header-top-right .search-box .search-form .search-icon .Icon-search:before {
}
#header-top-right .search-box .search-form .search-icon .Icon:before {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}


#header-top-right .search-box .search-form .search-submit {
    border: none;
    position:absolute;
    right:6px;
    top:6px;
    width:60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:20px;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    color: #fff;
    line-height:20px;
    text-transform:uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
	background: none repeat scroll 0% 0% #6f8cc3;
	border-color: #0074A2;
	box-shadow: 0px 1px 0px rgba(127, 156, 204, 0.6) inset;
	transition: background 0.2s linear 0s;
}
#header-top-right .search-box .search-form .search-submit:hover {
	background: none repeat scroll 0% 0% #617cba;
}


/*----- Top Strip Menu -----*/


#top-strip-menu {
	text-align: center;
}
#top-strip-menu > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;    
    /*float: left;*/
    list-style: none;
    margin: 0;
}
#top-strip-menu > li > a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 10px 13px 9px;
    /*text-transform: uppercase;*/
    line-height: 12px;
}
.category #top-strip-menu > li.current-menu-item > a, .category #top-strip-menu > li.current-menu-parent > a {
    background-color: #fff;
    color: #000;
}
#top-strip-menu > li:hover > a {
    background-color: #fff;
    color: #000;
}

/* Don't highlight Madison or St. Clair (only Metro East) but highlight on hover if current */
.category #top-strip-menu > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-24664 > a,
.category #top-strip-menu > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-24665 > a
{
    background-color: transparent !important;
    color: #fff !important;
}
.category #top-strip-menu > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-24664:hover > a,
.category #top-strip-menu > li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-24665:hover > a
{
    background-color: #fff !important;
    color: #000 !important;
}





/* HEADER MIDDLE */

#header-middle {
    padding: 20px 0 20px;
    /*border-bottom: 1px solid #d2232a;*/
}

#header-middle .wrapper {
	max-width: 1030px;
	width: 100%;
}

#header-middle #header-middle-left, #header-middle #header-middle-center, #header-middle #header-middle-right {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#header-middle #header-middle-left { width: 22%; text-align: left; }
#header-middle #header-middle-center { width: 48%; text-align: center; }
#header-middle #header-middle-right { width: 29%; text-align: right; }


/* Header Middle Weather */

#header-middle #header-middle-left h4 {
	display: none;
}
#header-middle #header-middle-left .wu-wrapper {
	position: relative;
	top: 20px;
}
#header-middle #header-middle-left .wu-wrapper .wu-forecast-body {
	display: table;
}
#header-middle #header-middle-left .wu-current-conditions .wu-forecast-body .wu-icon, #header-middle #header-middle-left .wu-current-conditions .wu-forecast-body .wu-day-title {
	float: left;
	width: 80px;
}
#header-middle #header-middle-left .wu-current-conditions .wu-forecast-body .wu-icon { width: auto; }
#header-middle #header-middle-left .wu-current-conditions .wu-forecast-body .wu-day-title { width: auto; margin-left: 8px; }

#header-middle #header-middle-left .wu-current-conditions .wu-day-title {
	position: relative;
	top: 6px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
#header-middle #header-middle-left .wu-current-conditions .wu-day-current-temp {
	display: block;
	width: 100%;
	font-size: 26px;
	padding-left: 4px;
}
#header-middle #header-middle-left .wu-current-conditions .wu-cond-text {
	width: 100%;
	/*width: 130px;*/
	font-size: 13px;
}

#header-middle .logo-image img {
    max-width: 100%;
    height: auto;
    width: auto9; /* ie8 */
}
#header-middle .top-banner {
	margin-top: 12px;
}

/*----- Header Middle Search form -----*/
#header-middle .search-box {
    margin: 8px 0 6px 0;
}
#header-middle .search-box .search-form {
    margin: 0;
    position: relative;
}
#header-middle .search-box .search-form .search-text {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*width: 260px;*/
    width: 100%;
    /*background:url(images/icons/search-icon.png) no-repeat 7px center #fff;*/
    background-color: #fff;
    padding:0 70px 0 12px;
    font-family:'Open Sans', sans-serif;
    font-size:13px;
    color: #999;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;    
}

#header-middle .search-box .search-form .search-text:focus {
	border-color: rgba(147,176,215,0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#header-middle .search-box .search-form .search-icon {
	position: absolute;
	top: 6px;
	right: 4px;
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
#header-middle .search-box .search-form .search-icon button.Icon.Icon-search {
	background: none;
	border: 0px none;
}
#header-middle .search-box .search-form .fa.fa-search {
	font-size: 18px;
	color: #999;
}
#header-middle .search-box .search-form .fa.fa-search:hover {
	color: #333;
}
#header-middle .search-box .search-form .search-icon .Icon-search:before {
}
#header-middle .search-box .search-form .search-icon .Icon:before {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}


#header-middle .search-box .search-form .search-submit {
    border: none;
    position:absolute;
    right:6px;
    top:6px;
    width:60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:20px;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    color: #fff;
    line-height:20px;
    text-transform:uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
	background: none repeat scroll 0% 0% #6f8cc3;
	border-color: #0074A2;
	box-shadow: 0px 1px 0px rgba(127, 156, 204, 0.6) inset;
	transition: background 0.2s linear 0s;
}
#header-middle .search-box .search-form .search-submit:hover {
	background: none repeat scroll 0% 0% #617cba;
}


/*----- Header Middle Social-link -----*/


#header-middle ul.social-link {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}
#header-middle ul.social-link li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3px 8px 3px;
}

#header-middle .social-link li {
    /*border-right: 1px solid #dfdfdf;*/
}
#header-middle .social-link li:first-child {
    /*border-left: 1px solid #dfdfdf;*/
}
#header-middle .social-link li a {
    display: block;
    line-height: 22px;
    font-size: 22px;
}
#header-middle .social-link li a i.fa {
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
}
#header-middle .social-link li a i.fa:hover {
	background-color: #999;
	transition: background 0.2s linear 0s;
}
#header-middle .social-link li a .fa-facebook { background-color: #3b579d; color: #fff; }
#header-middle .social-link li a .fa-twitter { background-color: #20b8ff; color: #fff; }
#header-middle .social-link li a .fa-google-plus { background-color: #d44132; color: #fff; }
#header-middle .social-link li a .fa-linkedin { background-color: #0077b5; color: #fff; }
#header-middle .social-link li a .fa-rss { background-color: #ff9900; color: #fff; }
#header-middle .social-link li a .fa-instagram { background-color: #ec4b4b; color: #fff; }


/* HEADER BOTTOM */

#header-bottom {
	width: 100%;
	margin: 0 auto;
    background-color: #d2232a;
    border-top: 1px solid #d2232a;
    
	/*background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top,#fbfbfb,#ffffff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#fbfbfb,#ffffff);
	background-image: -o-linear-gradient(top,#fbfbfb,#ffffff);
	background-image: linear-gradient(to bottom,#fbfbfb,#ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#ffffffff', GradientType=0);*/
    
}

#header-bottom .wrapper {
	max-width: 1060px;
}


/* preload submenu hover down arrow */
#header-bottom .wrapper {
	background: url("images/menu-arrow-down1-hover.png") no-repeat -9999px -9999px;
}

/*----- Menu -----*/

#main-menu > li span.fa.fa-home {
	font-size: 22px;
	position: relative;
	top: 2px;
	line-height: 0;
}

#main-menu > li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
}
#main-menu > li > a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 11px 18px 12px;
    text-transform: uppercase;
    line-height: 15px;
}
#main-menu > li.current-menu-item > a, #main-menu > li.current-menu-parent > a, #main-menu > li.current-menu-item > a:active, #main-menu > li.current-menu-parent > a:active {
    background-color: #fff;
    color: #000;
}
/* don't highlight home icon on home page */
#main-menu > li#menu-item-20925.current-menu-item > a {
    background: transparent;
    color: #fff;
}
#main-menu > li:hover > a {
    background-color: #fff;
    color: #000;
}
#main-menu > li.menu-item-has-children > a {

}
#main-menu > li.menu-item-has-children > a:after {
    content: url('images/menu-arrow-down1.png');
    position: relative;
    left: 4px;
    top: -2px;
}
#main-menu > li.menu-item-has-children > a:hover:after, #main-menu > li.current-menu-parent.menu-item-has-children > a:after, #main-menu > li.current-menu-item.menu-item-has-children > a:after, #main-menu > li.menu-item-has-children.sfHover > a:after {
    content: url('images/menu-arrow-down1-hover.png');
    position: relative;
    left: 4px;
    top: -2px;
}
#main-menu > li.menu-item-has-children:hover > a {
    background-color: #f9f9f9;
}
.sf-arrows .sf-with-ul {
    padding-right:0;
}
.sf-arrows > li > .sf-with-ul:after {
    border-width:0px;
}
.sf-arrows li ul li .sf-with-ul:after {
    border-width:7px;
    margin-top:-7px;
    right:8px;
    background-repeat:no-repeat;
    background-position:right center;
    border-color:transparent;
}
.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color:transparent;
}

/*---Sub menu---*/
#main-menu li ul {
    display:none;
    position:absolute;
    width:200px;
    top:38px;
    left:0;
    background-color:#f9f9f9;
    z-index:9999;
    margin-left:0;
    
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);    
}
#main-menu li ul li {
    padding:8px 15px;
    position:relative;
    list-style:none;
    margin:0;
    z-index:9999;
    border-top:1px solid #eee;
}
#main-menu li ul li:first-child {
    border-top:none;
}
#main-menu li ul li:hover,
#main-menu li ul li.current-menu-item {
    background-color:#f1f1f1;
}

/* Don't highlight Madison or St. Clair (only Metro East) but highlight on hover if current */
#main-menu li ul li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-23770,
#main-menu li ul li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-23833
{
    background-color: transparent !important;
}
#main-menu li ul li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-23770:hover,
#main-menu li ul li.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-23833:hover
{
    background-color: #f1f1f1 !important;
}

#main-menu li ul li:hover a,
#main-menu li ul li.current-menu-item a {
    color:#000 !important;
}
#main-menu li ul li a {
    color:#000;
    display:block;
    font-size:13px;
    font-family:'Open Sans', sans-serif;
}
#main-menu li ul li ul {
    top:0;
    left:201px;
}

/*--------------Mobile Menu-------------------*/

#mobile-menu {
    display:none;
    position:relative;
    margin:0px 15px 7px 0;
    padding: 6px 0 0 0;
}
#mobile-menu > span.fa.fa-navicon {
    display:inline-block;
    text-transform:uppercase;
    font-size:26px;
    cursor:pointer;
    color:#fff;
}
#mobile-menu > span:hover {
    color:#fff;
}
#toggle-view-menu {
    display:none;
    list-style: none;
    margin: 0;
    padding: 0; 
    border-top: none;
    position:absolute;
    /*top:42px;*/
    top:40px;
    left:0;
    z-index:99999;
    width:260px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);     
}
#toggle-view-menu span.fa.fa-home {
    background: transparent;
}
#toggle-view-menu > li {
    margin: 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    background-color:#fff;
    border-top:1px solid #d9d9d9;
}
#toggle-view-menu > li:first-child {
    border-top:none;
}
#toggle-view-menu h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;  
    float: left;
    line-height: 40px;  
    padding: 0 15px;
}
#toggle-view-menu h3 a {
    color: #000;
    width:100%;
    display:block;
}
#toggle-view-menu li:hover {
    background-color: #eee;
}
#toggle-view-menu span {
    float: right;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    line-height: 40px;
    background:transparent;
}
#toggle-view-menu span:hover {
    background-color:#eee;
}
#toggle-view-menu li.active, #toggle-view-menu li.active span {
    background-color:#eee;
}
#toggle-view-menu li.active span,
#toggle-view-menu li.active h3 a {
    color:#000;
}
#toggle-view-menu .menu-panel {
    margin: 0px;
    display: none;
    padding: 10px 15px 0;
    font-size: 14px;
    color: #000;
    background-color:#fff;
    border-top:1px solid #d9d9d9;
}
#toggle-view-menu .menu-panel ul {
    margin:0;
}
#toggle-view-menu li .menu-panel ul li {
    border:none;
    list-style:disc inside;
    margin: 0 0 10px 0;
    color:#000;
}
#toggle-view-menu .menu-panel ul li a {
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#000;
    font-size:12px;
}
#toggle-view-menu .menu-panel ul li ul {
    margin-left:40px;
    margin-top:10px;
}

#responsive-menu {
    color: #000;
    border: 1px solid #d9d9d9;
    font-family: Arial,Helvetica,sans-serif;
    padding: 4px 6px;
    display: none;
    float: right;
}


/*----- Cyclone Slider -----*/

.cycloneslider-template-standard {
    margin-bottom: 0 !important;
}
.cycloneslider-template-standard .cycloneslider-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    /*background: url("images/bg-caption.png") repeat scroll 0% 0% transparent;*/
    color: #FFF;
    text-align: left;
    opacity: 1 !important;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5) !important;
    margin: 0;
    padding: 10px !important;
}
.cycloneslider-template-standard .cycloneslider-caption a {
    color: #fff;
}
.cycloneslider-template-standard .cycloneslider-caption a:hover {
    color: #e0e0e0;
}
.cycloneslider-template-standard .cycloneslider-caption .cycloneslider-caption-title {
    /*font-family: 'Rokkitt' !important;*/
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 0px;
    padding: 10px 10px 5px;
    line-height: 1.2;    
}
.cycloneslider-template-standard .cycloneslider-caption .cycloneslider-caption-description {
    font-size: 13px !important;
    line-height: 1.3 !important;
    padding: 0px 10px 10px;
}


/*----- Chronoforms -----*/

#chronoform-Contact input#Name.form-control.A, #chronoform-Contact input#Email.form-control.A {
    width: 260px !important;
}


/*----- Mail Poet Forms -----*/

#page-45663 .widget_wysija_cont.shortcode_wysija {
    border: 0;
}
#page-45663 .widget_wysija_cont.shortcode_wysija .wysija-input {
    max-width: 300px;
    width: 100%;
}


/*----- Events Calendar -----*/

#tribe-events-bar {
    margin-bottom: 10px;
    margin-top: 20px;
}
.tribe-events-back {
    margin: 20px 0px;
}


.widget.tribe-events-adv-list-widget {
    max-width: 420px;
    width: 100%;
    margin-left: 30px;
    padding: 10px 20px;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.widget.tribe-events-adv-list-widget .list-date {
    display: none;
}
.widget.tribe-events-adv-list-widget .widget-title {
    border-bottom: 1px solid #dedede;
    color: #333;
    font-size: 18px;
    margin: 0px 0px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px;
    text-align: left;
    border-radius: 2px;
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
}
.widget.tribe-events-adv-list-widget .widget-title:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*color: #D2232A;*/
    padding-right: 6px;
    position: relative;
    top: -2px;
}
.widget.tribe-events-adv-list-widget .tribe-events-widget-link a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 12px;
}
/*.widget.tribe-events-adv-list-widget .tribe-events-widget-link:after {
    content: "\00BB";
    font-size: 15px;
    font-weight: 700;
    text-decoration: inherit;
    padding-left: 4px;
    position: relative;
    top: 0px;
}*/

.widget.tribe-events-adv-list-widget .list-info h2 {
    font-size: 14px;
    margin-bottom: 8px;
}

.tribe-events-adv-list-widget ol li {
    margin-bottom: 14px;
    list-style: outside none none;
}
.tribe-events-adv-list-widget .duration, .tribe-events-adv-list-widget .tribe-venue {
    font-size: 12px;
    font-weight: 400;
}
.tribe-events-adv-list-widget .tribe-venue {
    margin-top: 8px;
}
.tribe-events-adv-list-widget .event-is-recurring {
    display: none;
}
.tribe-mini-calendar-event {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DEDEDE;
}

/* Tribe Events Community */

#tribe-events-pg-template .addtoany_share_save_container {
	display: none;
}

#tribe-community-events.form {
	max-width: 800px;
	width: 100%;
}
#tribe-community-events.form #my-events, #tribe-community-events.form #not-user {
	margin-top: 20px;
}

#tribe-community-events .events-community-post-title label, #tribe-community-events .events-community-post-content label {
	font-size: 14px;
}
#tribe-community-events textarea {
	height: 90px;
}
#tribe-community-events input[type="text"],
#tribe-community-events textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
#tribe-community-events input[type="text"]:focus,
#tribe-community-events textarea:focus {
	border: 1px solid #999;
}
#tribe-community-events .tribe-community-event-info #event-categories li {
	list-style: none;
}
#tribe-community-events .events-community-submit {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-user-select: none;
	background-image: linear-gradient(to bottom, #5BC0DE 0px, #2AABD2 100%);
	background-repeat: repeat-x;
}
#tribe-community-events .events-community-submit:hover {
	color: #FFF;
	background-color: #2AABD2;
	background-position: 0px -15px;
}
#tribe-community-events a.button {
	font-size: 15px;
	font-weight: 700;
}
#tribe-community-events a.button:hover {
    
}

/*----- Headline scroller -----*/
.kp-headline-wrapper {
    max-height: 40px;
    overflow: hidden;
}
.kp-headline-wrapper {
    position:relative;
}
.kp-headline-wrapper .r-color,
.kp-headline-wrapper .r-col {
    background-color:#d1d1d1;
}
.kp-headline {
    float:left;
    /*width:652px;*/
    width: 435px;
    margin-left:15px;
}
.kp-headline dl {
    display: block;
    margin: 0;
}
.kp-headline dd {
    display: block;
    float: left;
    margin: 0 250px;
    padding: 0 10px;
    color: #fff;
}
.kp-headline dd a {
    color: #555;
    font-weight: 700;
    line-height: 40px;
}
.kp-headline-title {
    float:left;
    display:inline-block;
    margin:0;
    color:#425392;
    position:relative;
    text-transform:uppercase;
    line-height: 40px;
    border-right: 1px solid #dfdfdf;
    /*border-left: 1px solid #dfdfdf;*/
    padding: 0 15px;
}


/* =========================================================
Widget-area-1
============================================================ */

.widget-area-1 .entry-list h4.entry-title {
    margin: 0 0 4px;
}
.widget-area-1 .entry-content span.entry-date {
    line-height: 20px;
}

.widget-area-1 .kp-article-list-widget .entry-item {
    float: left;
    width: 207px;
    margin-right: 20px;
}
.widget-area-1 .kp-article-list-widget .entry-content p {
    margin-bottom: 0;
}
.widget-area-1 .kp-article-list-widget .older-post {
    padding: 0;
    float: left;
    width: 273px;
}
.widget-area-1 .kp-article-list-widget .older-post li .entry-thumb {
    float: left;
    margin-right: 20px;
    display: none;
}
.widget-area-1 .kp-article-list-widget .older-post li:first-child .entry-thumb {
    display: block;
}
.widget-area-1 .kp-article-list-widget .older-post li .entry-content .entry-title,
.widget-area-1 .kp-small-list-widget ul li .entry-content .entry-title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
}
.widget-area-1 .kp-article-list-widget .older-post li .entry-content .entry-date {
    display: none;
}

.widget-area-1 .kp-small-list-widget ul {
    padding: 0;
    margin: -31px -10px 0;
}
.widget-area-1 .kp-small-list-widget ul li {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    width: 240px;
}
.widget-area-1 .kp-small-list-widget ul li:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
}
.widget-area-1 .kp-small-list-widget ul li .entry-content p {
    display: none;
}
.widget-area-1 .kp-small-list-widget ul li .entry-thumb {
    float: left;
    margin-right: 20px;
}

/* =========================================================
Widget-area-2
============================================================ */
.widget-area-2 .widget {
    margin-bottom: 0;
}
.widget-area-2 .widget-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 5px;
}
.kp-featured-news-widget,
.kp-full-featured-news-widget {
    overflow:hidden;
    position:relative;
}
.kp-featured-news-widget .list-carousel.responsive,
.kp-full-featured-news-widget .list-carousel.responsive {
    width: auto;
    height: auto;
    margin: 0 -10px;
    position:relative;
    
}
.kp-featured-news-widget .list-carousel > ul,
.kp-full-featured-news-widget .list-carousel > ul {
    display: block;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.kp-featured-news-widget .list-carousel ul li,
.kp-full-featured-news-widget .list-carousel ul li {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 0;
}

.kp-featured-news-widget .entry-title,
.kp-full-featured-news-widget .entry-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.carousel-nav {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -41px;

}
.carousel-nav a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #dedede;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #dedede;
    display:inline-block;
    outline: none;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;

    float: left;
    margin-left: 2px;
}
.carousel-nav .carousel-prev {
    background-image: url(images/slider/carousel-prev.png);
    background-position:3px 2px;
}
.carousel-nav .carousel-next {
    background-image: url(images/slider/carousel-next.png);
    background-position:5px 2px;
}
.kp-featured-news-widget .list-carousel ul li p {
    margin-bottom: 0;
}
.kp-full-featured-news-widget .list-carousel ul li p {
    display: none;
}

/* =========================================================
Widget-area-3
============================================================ */
.widget-area-3 .widget,
.widget-area-4 .widget,
.sidebar .widget {
    margin-bottom: 20px;
}
.widget-area-3 .widget-title,
.widget-area-4 .widget-title,
.sidebar .widget-title {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
}

.widget-area-4 .widget-title {
    color: #333;
    border-bottom: 3px double #d6d6d6;    
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px;
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.widget-area-3 .kp-article-list-widget .older-post li:first-child,
.sidebar .kp-article-list-widget .older-post li:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 5px;
}
.widget-area-3 .kp-article-list-widget .older-post li .entry-thumb,
.sidebar .kp-article-list-widget .older-post li .entry-thumb {
    float: left;
    margin-right: 18px;
    width: 53px;
}
.widget-area-3 .kp-article-list-widget .older-post li .entry-date,
.sidebar .kp-article-list-widget .older-post li .entry-date {
    display: none;
}
.widget-area-3 .kp-article-list-widget .older-post li .entry-title,
.widget-area-3 .kp-small-list-widget ul li .entry-title,
.sidebar .kp-article-list-widget .older-post li .entry-title,
.sidebar .kp-small-list-widget ul li .entry-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.widget-area-3 .kp-article-list-widget .older-post li .entry-content p,
.sidebar .kp-article-list-widget .older-post li .entry-content p {
    margin-bottom: 0;
}

.widget-area-3 .kp-small-list-widget ul li .entry-thumb,
.sidebar .kp-small-list-widget ul li .entry-thumb {
    float: left;
    margin-right: 18px;
    width: 120px;
    margin-bottom: 0;
}

.kp-adv-widget {
    position: relative;
}
.kp-adv-widget img {
    display: block;
    width: 100%;
}
.adv-caption {
    background: url(images/slider/flex-caption-bg.png) repeat 0 0;
    font-weight: 400;
    font-size: 20px;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}
.adv-caption a {
    color: #fff;
}

.widget-area-3 .widget ul li .entry-content p {
    margin-bottom: 0;
}

/* hide text widget titles in right sidebar */
.widget-area-3 h3.widget-title, .sidebar h3.widget-title {
    display: none;
}

div#wpp-2.widget.popular-posts {
    padding: 8px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ccc;
}
.widget-area-3 .widget.popular-posts h3.widget-title, 
.sidebar .widget.popular-posts h3.widget-title {
    display: block;
    /*color: #333;*/
    text-align: center;
    color: #fff;
    background-color: #2AABD2;
    border-bottom: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 18px;
}

/* =========================================================
Widget-area-4
============================================================ */

.widget-area-4 .kp-article-list-widget {
	font-size: 12px;
	margin-bottom: 10px;
}
.widget-area-4 h4.entry-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 4px;
}
.widget-area-4 .entry-content span.entry-date {
    line-height: 20px;
}

.widget-area-4 .widget_black_studio_tinymce p {
	font-size: 13px;
}
.widget-area-4 .widget_black_studio_tinymce p a {
        color: #1798C4;
}
.widget-area-4 .widget_black_studio_tinymce .btn {
        color: #fff;
}

.kp-video-widget ul {
    padding: 0;
}
.widget-area-4 .kp-video-widget ul li {
    margin-top: 20px;
    padding-top: 20px;
}
.widget-area-4 .kp-video-widget ul li:first-child {
    margin-top: 0px;
    padding-top: 0px;
}
.widget-area-4 .kp-video-widget ul li .entry-title {
    margin-bottom: 5px;
}
.kp-video-widget ul li header {
    margin-bottom: 15px;
}
.kp-video-widget ul li .entry-thumb {
    position: relative;
}
.kp-video-widget ul li .entry-item .entry-thumb .play-icon {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.62);
    background-image: url("images/icons/play-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    display: block;
    height: 39px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 39px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
}

.widget_categories ul li {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    padding-top: 10px;
}

/* =========================================================
Widget-area-5
============================================================ */
.widget-area-5 .wrapper {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.widget-area-5 .wrapper > li {
    list-style: none;
    float: left;
    width: 220.3px;
    padding: 20px 20px 0;
    border-left: 1px solid #dedede;
    margin: 0;
}
.widget-area-5 .wrapper li:first-child {
    border-left: none;
}

.widget-area-5 .widget-title {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.widget-area-5 .widget .entry-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.widget-area-5 .widget .entry-content p {
    margin-bottom: 0;
}

/* =========================================================
Widget-area-11
============================================================ */
.widget-area-11 .wrapper {
    max-width: 1060px;
    width: 100%;
    height: 100%;
    
    border-top: 1px solid #dedede;
    padding-top: 30px;
    margin-top: 20px;
}
/*.widget-area-11 .widget {
    float: left;
    margin-right: 10px;
}
.kp-full-featured-news-widget .list-carousel ul li .entry-date {
    display: block;
    margin-bottom: 5px;
}*/

/* =========================================================
Bottom sidebar
============================================================ */
.t-bottom-sidebar {
    /*border-top: 3px solid #425392;*/
    padding: 10px 0;
    /*border-bottom: 1px solid #dedede;*/
    margin-bottom: 20px;
}
.t-bottom-sidebar .footer-logo {
    margin-right: 40px;
}
.t-bottom-sidebar #footer-menu li {
    list-style: none;
    float: left;
    margin: 0;
}
.t-bottom-sidebar #footer-menu li a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 0 3px 30px;
}
.t-bottom-sidebar #footer-menu li:first-child a {
    padding: 3px 0 3px 0px;
}

.b-bottom-sidebar .widget,
.b-bottom-sidebar .widget a {
    color: #555;
}
.b-bottom-sidebar .widget .widget-title {
    border: none;
    font-size: 18px;
    margin-bottom: 10px;
}
.b-bottom-sidebar .widget ul li {
    border: none;
    padding-top: 0;
}
.b-bottom-sidebar .widget_categories ul li {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
}

.b-bottom-sidebar .bottom-left-col {
    float: left;
    width: 864px;
}
.b-bottom-sidebar .bottom-right-col {
    float: left;
    width: 220px;
    margin-left: 20px;
}
.newsletter-form .email {
    width: 100%;
    height: 36px;
    border: 1px solid #dedede;
    padding: 5px 10px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}
.newsletter-form .submit {
    border: 1px solid #425392;
    background-color: #425392;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}
.newsletter-form .email:focus {
    border: 1px solid #425392;
}
.newsletter-form .submit:hover {
    background-color: #fff;
    color: #425392;
}

/* =========================================================
Footer
============================================================ */
#bottom-sidebar {
    width: 100%;
    background-color: #fff;
    /*border-bottom: 1px solid #dedede;*/
}


/* code for sticky footer */

.body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -98px auto; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 130px;
}


#kp-page-footer {
    min-height: 130px;
    /*border-bottom: 3px double #dedede;*/
    /*margin-bottom: 40px;*/
    margin-bottom: 0;
    padding-top: 10px;
    background-color: #d2232a;
}
#kp-page-footer .wrapper {
	max-width: 940px;
	padding: 10px;
}

#kp-page-footer #footer-menu {
    width: 100%;
    margin: 0 0 4px 0;
    text-align: center;
}
#kp-page-footer #footer-menu li {
    list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
    /*float: left;*/
    margin: 0;
}
#kp-page-footer #footer-menu li a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 0 3px 30px;
    color: #fff;
}
#kp-page-footer #footer-menu li a:hover {
    color: #e0e0e0;
}
#kp-page-footer #footer-menu li:first-child a {
    padding: 3px 0 3px 0px;
}


/*#footer-left, #footer-center, #footer-right {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}*/

#footer-left { float: left; }
#footer-right { float: right; }
#footer-bottom { clear: both; width: 100%; text-align: center; color: #fff; margin-top: 5px; }

/* =========================================================
Categories page style 1
============================================================ */
.breadcrumb {
    background: none;
    border-bottom: 3px double #dedede;
    padding: 0 0 8px;
    color: #5b5b5b;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0;
}
.breadcrumb .current-page {
    color: #425392;
}

.entry-list {
    margin: 0 -10px;
}
.entry-list li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;    
}
.entry-list li .entry-item,
.latest-entry-item .entry-item {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}
.entry-list li:last-child .entry-item {
    border-bottom: 0;
}
.latest-entry-item {
    margin-bottom:20px;
}
.entry-list li .entry-item .entry-content p {
    margin-bottom: 0;
}
.entry-list li .entry-thumb {
    float: left;
    max-width: 150px;
    margin: 0 20px 10px 0;
}
.entry-list li .entry-item .entry-title,
.kp-categories-4 .entry-list li:first-child .entry-item .entry-title,
.kp-categories-5 .entry-list li:first-child .entry-item .entry-title {
    font-size: 20px;
    line-height: 24px;
}
.entry-list li .entry-item .more-link {
    margin-top: 15px;
    display: none;
}
.kp-categories-2 .entry-list li {
    width: 100%;
}
.kp-categories-2 .entry-list li .entry-thumb,
.latest-entry-item .entry-thumb {
    max-width: 120px;
}
.kp-categories-2 .entry-list .latest-entry-item .entry-box .entry-thumb {
    max-width: 300px;
}
.kp-categories-2 .entry-list .latest-entry-item .entry-box {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.latest-entry-item .entry-thumb {
    float:left;
    margin:0 20px 0 0;
}

.latest-entry-item .entry-item .entry-title,
.kp-categories-2 .entry-list li .entry-item .entry-title,
.kp-categories-3 .entry-list li .entry-item .entry-title {
    font-size: 18px;
    line-height: 20px;
}

.latest-entry-item .entry-item .more-link,
.kp-categories-2 .entry-list li .entry-item .more-link,
.kp-categories-3 .entry-list li .entry-item .more-link,
.kp-categories-4 .entry-list li .entry-item .more-link,
.kp-categories-5 .entry-list li .entry-item .more-link {
    display: block;
}

.kp-categories-1 .entry-list {
    width:50%;
    float:left;
    margin:0;
}
.kp-categories-1 .l-entry-list {
    padding-right:10px;
}
.kp-categories-1 .r-entry-list {
    padding-left:10px;
}
.kp-categories-1 .entry-list li {
    float:none;
    width:100%;
    padding-left:0;
    padding-right:0;
}

/*----- Pagination -----*/
/*.pagination {
    margin: 0 0 30px;
    border-radius: 0;
}
.pagination ul li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 0 25px;
    font-family: 'Open Sans', sans-serif;
}
.pagination ul li:first-child {
    margin: 0;
}
.pagination ul li span.current {
    color: #425392;
}*/


.pagination {
	margin: 12px 0;
	width: 100%;
	text-align: center;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
	font-size: 16px;
	list-style: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	color: #d2232a;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > span.page-numbers.current {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #f5f5f5;
	color: #999;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}


/* =========================================================
Categories page style 3
============================================================ */
.kp-categories-3 .entry-list li .entry-thumb,
.kp-categories-4 .entry-list li .entry-thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}

.kp-categories-3 .entry-list,
.kp-categories-4 .entry-list {
    margin: 0;
}
.kp-categories-3 .entry-list li {
    margin: 0 0 25px;
    position:relative;
    padding: 0;
    width: 350px;
}

.kp-categories-4 .entry-list li {
    margin: 0 0 25px;
    position:relative;
    padding: 0;
    width: 226px;
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* =========================================================
Categories page style 5
============================================================ */
.kp-categories-5 .entry-list li {
    width: 100%;
}
.kp-categories-5 .entry-list li .entry-thumb {
    /*width: 228px;*/
    width: 150px;
}
.kp-categories-5 .taxonomy-description {
    padding-bottom: 12px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dedede;
}
.kp-categories-5 .taxonomy-description h1 {
    font-size: 36px;
    margin: 0 0 0 0;
}


/* =========================================================
Elements page
============================================================ */

.elements-box h1,
.elements-box h2,
.elements-box h3,
.elements-box h4,
.elements-box h5,
.elements-box h6 {
    margin:0 0 10px;
}
.elements-box .element-title {
    font-size:30px;
    margin:0 0 20px;
    padding-bottom:10px;
    border-bottom:1px solid #c6c6c6;
    color:#333;
}

.list-container-3 ul {
    margin: 0;
}
.list-container-3 ul li {
    float: left;
    list-style: none outside none;
    margin: 0 2px 0 0;
    border:none;
    padding:0;
    width:98px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.list-container-3 ul li a {
    background-color: #f5f5f5;
    border:1px solid #e4e4e4;
    color: #7e7e7e;
    display: block;
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    padding: 8px 0;
    text-align:center;
    outline:none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.list-container-3 ul li.active a, 
.list-container-3 ul li:hover a {
    border-top:1px solid #425392;
    color: #333;
    text-decoration: none;
    background-color: #fff;
}
.tab-container-3 {
    background-color:#fff;
    border:1px solid #e4e4e4;
    padding:15px 20px 5px;
    margin-top:-1px;
}
.tab-container-3 ul li {
    list-style:none;
    border-top:1px solid #ededed;
    padding-top:5px;
    margin-top:5px;
    color:#098d84;
    font-size:10px;
}
.tab-container-3 ul li a {
    color:#777;
    font-size:12px;
    margin-left:10px;
}
.tab-container-3 ul li:first-child {
    border-top:none;
    padding-top:0px;
    margin-top:0px;
}
.tab-container-3 ul li:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

/*-------------Toggle Boxes-----------*/
#toggle-view {
    list-style:none;   
    margin:0;
    padding:0;
}
#toggle-view p {
    margin-bottom:0;
}
#toggle-view li {
    margin:0 0 10px;
    position:relative;
    cursor:pointer;
    list-style:none;    
}

#toggle-view li h3 {
    font-size:20px;
    font-weight: 400;
    margin:0;
    color:#444;
    padding:0 20px 0 45px;
    line-height:24px;
}


#toggle-view li span {
    position:absolute;
    left:0px;
    top:0px;
    font-size:20px;
    width:30px;
    height:30px;
    text-align:center;
    color:#b7b7b7;
    line-height:30px;
    background-color:#f6f6f6;
    border:1px solid #e9e9e9;
    font-weight: 700;
}
#toggle-view li.active span {
    line-height:26px;
}
#toggle-view .panel {
    margin:0;
    display:none;
}
#toggle-view .panel p {
    margin:10px 0;
}

.acc-wrapper {
    border: 1px solid #d6d6d6;
    padding: 10px 0 0;
    border-bottom: none;
}
.accordion-title {
    margin-bottom:10px;
    position:relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 10px 10px;
}
.accordion-title span {
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#425392;
    line-height:27px;
    text-align:center;
    font-size:22px;
    font-weight: 700;
    left:10px;
    top:0;
    cursor:pointer;
}
.accordion-title h3{
    margin:0px 0 0 50px;
    font-size:20px;
    font-weight: 400;
    line-height: 30px;
}
.accordion-title a {
    color:#333;
    display: inline-block;
    *display:inline;
    zoom:1;
}
.accordion-container {
    margin:10px 0 5px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
}

.elements-box .kopa-button {
    margin-bottom: 10px;
    margin-right: 10px;
}

.kp-elements-page .breadcrumb,
.kp-gallery-page .breadcrumb,
.kp-error-page .breadcrumb {
    margin: 0 20px 20px;
}
.elements-box {
    margin: 0 20px;
}

/* =========================================================
Single page style 1
============================================================ */

.entry-box div#atstbx {
	margin: 10px 0;
}

.entry-box {
    margin-bottom:20px;
}
.kp-single-standard .entry-box .entry-thumb {
    float:left;
    margin-right:20px;
    position:relative;
}
.kopa-single-2 .entry-box .entry-thumb {
    float:none;
    margin-right:0;
    margin-bottom:20px;
}
.entry-box .entry-thumb > img {
    display:block;
    width:100%;
}
.kopa-single-2 .entry-box header {
    margin-bottom:20px;
}

.entry-box .entry-title {
    font-size:28px;
    margin:0 0 10px;
    color:#333;
    line-height:32px;
}

.entry-box .social-link {
    border-top:3px double #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom: 1px;
    padding:10px 0;
}
.entry-box .social-link li {
    list-style:none;
    float:left;
    color: #333;
    font-size:13px;
    margin:0 0 0 15px;
}
.entry-box .social-link li:first-child {    
    margin:0;
}
.entry-box .social-link li a {
    color:#000;
    font-size:14px;
}

.entry-box p {
    margin-bottom:20px;
}

.entry-box footer p {
    border:1px solid #e1e1e1;
    float:left;
    padding:20px;
    margin:0;
    width:359px;
    text-align:center;
    height:135px;
    overflow:hidden;
}
.entry-box footer p.prev-post {
    margin-right:1px;
}

.entry-box footer p a {
    color:#425392;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display:block;
    margin-bottom:15px;
}
.entry-box footer p a:hover {
    color:#414141;
}
.entry-box footer p a.article-title {
    font-size:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color:#414141;
    line-height:24px;
    margin-bottom:0;
}

.tag-box {
    margin-bottom:20px;
}
.tag-box a {
    display:inline-block;
}
.tag-box a {
    font-size:13px;
    color:#555;
    padding:6px 20px 8px;
    background-color:#f6f6f6;
}
.tag-box a:hover {
    background-color:#D2232A;
    color:#fff;
}

/*----- About Author -----*/
.about-author {
    margin-bottom:20px;
}
.about-author h3 {
    font-size:24px;
    color:#333;
    margin:0 0 5px;
    text-transform:uppercase;
}
.about-author-detail {
    border:1px solid #e1e1e1;
    padding:20px;
}
.avatar-thumb {
    float:left;
    margin-right:20px;
}
.avatar-thumb img {
    width: 100%;
    display: block;
}
.author-name {
    color:#425392;
    font-size: 18px;
    font-weight: 700;
    font-family:'Open Sans', sans-serif;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 3px;
}
.author-name:hover {
    color:#1c1c1c;
}
.about-author .social-link li {
    list-style:none;
    float:left;
    margin:0 12px 0 0;
}
.about-author .social-link li a {
    color:#000;
    font-size: 12px;
}

/*----- Related Article -----*/
.kopa-related-post,
#comments,
#respond {
    margin-bottom:20px;
}
.kopa-related-post h3,
#comments h3,
#respond h3,
#contact-box h3 {
    font-size:24px;
    background-color:#425392;
    text-transform:uppercase;
    margin:0 0 15px;
    padding:10px 20px;
    position:relative;
    line-height:20px;
    color: #fff;
}


.kopa-related-post ul {
    margin:-10px -20px 0;
}
.kopa-related-post ul li {
    float:left;
    list-style:none;
    margin:20px 20px 0;
    width:340px;
}
.kopa-related-post ul li .entry-thumb {
    float:left;
    margin-right:15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}
.kopa-related-post ul li .entry-title {
    font-size:18px;
    margin:0 0 5px 0;
    font-weight: 400;
    line-height: 20px;
}

/*---Comments List---*/
#disqus_thread {
    margin-top: 0;
    margin-bottom: 30px;
}
.comments-list {
    margin-top:30px;
}
.comments-list .comment {
    margin-bottom:20px;
    list-style:none;
}
#comments .comment-avatar {
    width:55px;
    float:left;
    margin-right:15px;
}
#comments .comment-avatar img {
    display:block;
    width:100%;
}
#comments .comment-body {
    float:left;
    width:595px;
}
#comments .comment-body header {
    margin-bottom:10px;
    border-bottom:1px solid #d5d5d5;
    padding-bottom:7px;
}
#comments .comment-body .comment-meta {
    float:left;
}
#comments .comment-body .author {
    font-size:18px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
    display:block;
}
#comments .comment-body .date {
    font-style:italic;
    color:#425392;
}
#comments .comment-body p {
    color:#333;
    margin-bottom:5px;
}
#comments .comment-body .comment-button {
    float:right;
    margin-top:20px;
}
#comments .comment-body .comment-reply-link,
#comments .comment-body .comment-edit-link:hover {
    display:inline-block;
    color:#333;
}
#comments .comment-body .comment-edit-link,
#comments .comment-body .comment-reply-link:hover {
    color:#425392;
    display:inline-block;
}
#comments .comments-list .children {
    margin-left:70px;
}
#comments .comments-list .children .comment-body {
    width:525px;
}
.kopa-comment-pagination {
    float:right;
    margin:0;
    font-size:16px;
    font-family: 'Rokkitt',serif;
}
.kopa-comment-pagination a {    
    color:#333;
    margin-left:15px;
}
.kopa-comment-pagination a:hover {
    color:#425392;
}
.kopa-comment-pagination .current {
    color:#425392;
    margin-left:15px;
}

/*---Comment form---*/
#comments-form .c-note, 
#contact-form .c-note {
    display: block;
    font-style: italic;
    margin-bottom: 15px;
    font-size:13px;
    color:#333;
}

#comments-form label.required,
#contact-form label.required {
    font-size:18px;
    color:#333;
    margin-bottom:10px;
    display:block;
    font-family: 'Rokkitt',serif;
    font-weight: 400;
}
#comments-form label.required span,
#contact-form label.required span {
    color:#425392;
}
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url {
    padding:0 15px;
    width:330px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    height:35px;
    line-height:35px;
    margin:0 0 5px;
}
#comments-form #comment_message,
#contact-form #contact_message {
    padding:5px 15px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    margin:0 0 5px;
    height:255px;
}
#comments-form #submit-comment,
#contact-form #submit-contact {
    display:inline-block;
    padding:8px 15px;
    color:#fff;
    background-color:#425392;
    border:none;
    font-size:20px;
    font-weight: 700;
    font-family: 'Rokkitt',serif;
}
#comments-form #submit-comment:hover,
#contact-form #submit-contact:hover {
    background-color:#141414;
}
#comments-form #comment_name:focus,
#comments-form #comment_email:focus,
#comments-form #comment_url:focus,
#comments-form #comment_message:focus,
#contact-form #contact_name:focus,
#contact-form #contact_email:focus,
#contact-form #contact_url:focus,
#contact-form #contact_message:focus {
    border:1px solid #425392;
}

#comments-form .textarea-block,
#contact-form .textarea-block {
    margin-bottom:20px;
}

label.error {
    color:#425392;
    display: block;
}

/* =========================================================
Search page
============================================================ */

.search-results .page-header {
	margin: 0 0 20px 0;
}

.search-results .search-box {
    width: 240px;
    margin: 20px 0 0 0;
}
.search-results .search-box .search-form {
    margin-top: 2px;
    position: relative;
}
.search-results .search-box .search-form .search-text {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 240px;
    background-color: #fff;
    padding:0 70px 0 12px;
    font-family:'Open Sans', sans-serif;
    font-size:13px;
    color: #999;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;    
}

.search-results .search-box .search-form .search-text:focus {
	border-color: rgba(147,176,215,0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.search-results .search-box .search-form .search-icon {
	position: absolute;
	top: 3px;
	right: 4px;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.search-results .search-box .search-form .search-icon button.Icon.Icon-search {
	background: none;
	border: 0px none;
}
.search-results .search-box .search-form .fa.fa-search {
	font-size: 18px;
	color: #999;
}
.search-results .search-box .search-form .fa.fa-search:hover {
	color: #333;
}
.search-results .search-box .search-form .search-icon .Icon-search:before {
}
.search-results .search-box .search-form .search-icon .Icon:before {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}


.search-results .search-box .search-form .search-submit {
    border: none;
    position:absolute;
    right:6px;
    top:6px;
    width:60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:20px;
    font-family:'Open Sans', sans-serif;
    font-size:11px;
    color: #fff;
    line-height:20px;
    text-transform:uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
	background: none repeat scroll 0% 0% #6f8cc3;
	border-color: #0074A2;
	box-shadow: 0px 1px 0px rgba(127, 156, 204, 0.6) inset;
	transition: background 0.2s linear 0s;
}
.search-results .search-box .search-form .search-submit:hover {
	background: none repeat scroll 0% 0% #617cba;
}



/* =========================================================
Tags page
============================================================ */

.tag .page-header {
	margin: 0 0 20px 0;
}



/* =========================================================
Contact page
============================================================ */
.kp-map {
    margin-bottom:20px;
}
.kp-map iframe {
    margin-bottom:15px;
}



/* =========================================================
404 Page
============================================================ */
.error-404{
    margin:70px 10% 100px;
}
.error-404 .left-col{
    width:41%;
    float:left;
    margin:0 2%;
}
.error-404 .left-col p{
    font-size:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#098d84;
    line-height:100px;
    text-align:right;
}
.error-404 .right-col{
    width:50%;
    float:left;
    margin:0 2%;
}
.error-404 .right-col h1{
    margin-bottom:10px;
    font-size:29px;
    color:#333;
    margin-top:0;
}
.error-404 .right-col a {
    color:#333;
}
.error-404 .right-col a:hover {
    color:#666;
}
.kopa-pagelink{
    margin-top:20px;
    margin-bottom:20px;
}
.kopa-pagelink a{   
    color:#425392;
    text-decoration:underline;
    font-weight:700;
    padding-right:15px;
}


/* =========================================================
Store Locator
============================================================ */

.store-locator .store-excerpts {
    clear: both;
}
.store-locator .store-excerpt h2 {
    font-size: 20px;
    font-weight: 400;
}

.store-locator .store-excerpts .store-excerpt {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

/*.store-locator .store-excerpts .store-excerpt a.store-locator-directions {
    color: #1798C4;
}

.store-locator .store-excerpts .store-excerpt a.store-locator-directions:hover {
    text-decoration: underline;
}*/

.store-locator .map-canvas {
    clear: both;
    height: 400px;
    margin-bottom: 25px;
    width: 100%;
}

.store-locator .gm-style-iw h2 {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

.store-locator .showhidelink {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 8px;
}

.distribution-box {
    clear: both;
    width: 100%;
    padding-top: 20px;
}


.store-search-box {
    max-width: 440px !important;
    width: 100%;
    margin-bottom: 6px;
}

.store-locator .store-search-box .address {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 340px !important;
    width: 100%;
    background-color: #fff;
    padding:0 12px 0 12px;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    color: #999;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;    
}

.store-search-box .address:focus {
	border-color: rgba(147,176,215,0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.find-stores.btn.btn-info {
	margin-left: 6px;
	padding: 4px 12px !important;
}

/* pickup locations table */

table.locations {
        width: 96%;
}
table.locations td {
        padding: 4px !important;
}
table.locations.table-striped > tbody > tr:nth-child(odd) > td,
table.locations.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}

table.locations.table-hover > tbody > tr:hover > td,
table.locations.table-hover > tbody > tr:hover > th {
  background-color: #e0e0e0;
}


/* =========================================================
MailPoet Styles
============================================================ */

.widget_wysija_cont {
    font-size: 13px;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.widget_wysija_cont hr {
    margin: 10px 0;
}

.widget_wysija_cont .wysija-input, #wysija-subscriptions #fname, #wysija-subscriptions #lname {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.widget_wysija_cont .wysija-input:focus, #wysija-subscriptions #fname:focus, #wysija-subscriptions #lname:focus {
	border-color: rgba(147,176,215,0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.widget_wysija_cont .wysija-submit, #wysija-subscriptions .button-primary.wysija {

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-user-select: none;
	background-image: linear-gradient(to bottom, #5BC0DE 0px, #2AABD2 100%);
	background-repeat: repeat-x;
}
.widget_wysija_cont .wysija-submit:hover, #wysija-subscriptions .button-primary.wysija:hover {
	color: #FFF;
	background-color: #2AABD2;
	background-position: 0px -15px;
}



/* =========================================================
Page and Post Styles
============================================================ */

.page .hentry.elements-box, .single .hentry.entry-box {
	font-size: 14px;
}
.page .hentry.elements-box p, .single .hentry.entry-box p {
	line-height: 20px;
    	margin-bottom:12px;
}
.red-text {
	color: #d2232a;
}
table.ad-table {
	max-width: 500px;
	width: 100%;
}
table.ad-table td {
	padding: 4px 6px !important;
}

/* =========================================================
Scroll to top button
============================================================ */

#toTop {
 	width: auto;
        height: auto;
        padding: 10px;
	z-index: 10;
	font-size: 30px;
        line-height: 30px;
 	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #ccc;
	background-color: #666;
	*border: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
	position:fixed;
	bottom:0px;
	right:0px;
	display:none;
}
#toTop fa.fa-chevron-up {

}
#toTop:hover {
	color: #fff;
	text-decoration: none;
}

@-ms-viewport{ width: auto !important; } /* fix to keep from covering ie scrollbar */


/* =========================================================
top banner
============================================================ */

#banner .wrapper {
	max-width: 1060px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px;
	background-color: #f3f3f3;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}


/* =========================================================
livestream
============================================================ */

.catblogtop-widget iframe {
	margin-bottom: 30px;
}
.livestreambar {
	padding: 10px;
	margin-bottom: 8px;
	background-color: #d2232a;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
}


/* =========================================================
wp-weather
============================================================ */

.widget-area-4 div.wp-forecast-curr-head {
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.widget-area-4 .wp-forecast-curr-block, .widget-area-4 .wp-forecast-curr-details {
	display: none;
}
.widget-area-4 div.wp-forecast-fc-head {
	font-size: 13px;
}
.widget-area-4 .wp-forecast-fc-block {
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc;
}
.widget-area-4 .wp-forecast-fc-left div {
	display: none;
}
.widget-area-4 div.wp-forecast-fc-right {
	width: 110px;
}