/*
 Theme Name:   KWO Theme
 Theme URI:    https://themeforest.net/item/newspaper/5489609
 Description:  Child Theme for Ka Wai Ola
 Author:       Aurora Design and Consulting
 Author URI:   https://www.aurorahawaii.com
 Template:     Newspaper

*/

.td-social-icon-wrap .td-icon-font {
    font-size: 16px;
    width: 30px;
    height: 24px;
    line-height: 24px;
}

/* Styles for Linked Headings */
h2 a {
	color: #0b66b1;
}
h3 a {
	color: #0b66b1;
}
a > h2 {
	color: #0b66b1;
}
a > h3 {
	color: #0b66b1;
}
/* Tribe Events Styles */
.tribe-events-event-image {
    float: left;
    margin: 0 10px 10px 0;
}
#tribe-events-pg-template, .tribe-events-pg-template {
    margin: 0 auto;
    max-width: 1068px;
    width: 85%;
}
/* Custom Styles */
.highlight {
	background-color: #e2e2e2;
	padding: 10px 20px 10px 20px;
}
p.lead {
	font-size: 1.4em;
	line-height: 1.7em;
}
.clear {
	clear: both;
}
.highlight .su-column {
    margin: 0 5px 0 0;
}
.upper-alpha {
    list-style-type: upper-alpha;
}
/* Custom styles for smart lists */
.td_smart_list_3 .td-sml-figure {
    float: right;
    margin-left: 20px;
    width: auto;
}
/* Custom List Styles */
.nolist {
    list-style-type: none;
}

/* Restore focus outline for AT users */
a:focus {
  outline: 2px solid #0b66b1;
}
.entry-title a:focus {
	outline: none;
	text-decoration: underline;
}
textarea:focus,
input:focus,
input[type]:focus {
  outline: 2px solid #0b66b1;
}
.sf-menu li:focus,
.sf-menu a:focus {
  outline: 2px solid #0b66b1;
}