/*
Theme Name: Twenty Ten Child
Description: Child theme for Folo theme
Author: Themify
Template: twentyten
*/

/* Custom Fonts */
@font-face {
    font-family: 'ChronicleTextG4-Roman';
    src: url('fonts/ChronicleTextG4-Roman.eot');
    src: url('fonts/ChronicleTextG4-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChronicleTextG4-Roman.woff2') format('woff2'),
        url('fonts/ChronicleTextG4-Roman.woff') format('woff'),
        url('fonts/ChronicleTextG4-Roman.ttf') format('truetype'),
        url('fonts/ChronicleTextG4-Roman.svg#ChronicleTextG4-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChronicleTextG4-Semi';
    src: url('fonts/ChronicleTextG4-Semi.eot');
    src: url('fonts/ChronicleTextG4-Semi.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChronicleTextG4-Semi.woff2') format('woff2'),
        url('fonts/ChronicleTextG4-Semi.woff') format('woff'),
        url('fonts/ChronicleTextG4-Semi.ttf') format('truetype'),
        url('fonts/ChronicleTextG4-Semi.svg#ChronicleTextG4-Semi') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChronicleTextG4-Bold';
    src: url('fonts/ChronicleTextG4-Bold.eot');
    src: url('fonts/ChronicleTextG4-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChronicleTextG4-Bold.woff2') format('woff2'),
        url('fonts/ChronicleTextG4-Bold.woff') format('woff'),
        url('fonts/ChronicleTextG4-Bold.ttf') format('truetype'),
        url('fonts/ChronicleTextG4-Bold.svg#ChronicleTextG4-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?wzn4kg');
    src:    url('fonts/icomoon.eot?wzn4kg#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?wzn4kg') format('truetype'),
        url('fonts/icomoon.woff?wzn4kg') format('woff'),
        url('fonts/icomoon.svg?wzn4kg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
a, a:link, a:visited {
    color: #989b9e;
    text-decoration: none;
}
a:active, a:hover {
    color: #2dbe93;
    text-decoration: none;
}
a:focus, button:focus {
    outline: none;
}

/* Custom Icon Font */
.icon-checkout:before {
    content: "\e90b";
}
.icon-long-arrow:before {
    content: "\e908";
}
.icon-back-arrow:before {
    content: "\e909";
}
.icon-twitter:before {
    content: "\e905";
}
.icon-facebook:before {
    content: "\e906";
}
.icon-linkedin:before {
    content: "\e907";
}
.icon-close:before {
    content: "\e904";
}
.icon-arrow:before {
    content: "\e900";
}
.icon-account:before {
    content: "\e901";
}
.icon-cart:before {
    content: "\e902";
}
.icon-doccument:before {
    content: "\e903";
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
    float: left;
    margin: 0 -269px 0 0;
    width: 100%;
}
#secondary {
    clear: right;
}
#footer {
    background-color: #E4E4E4;
    float: left;
    height: 105px;
    width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
    margin: 0 auto;
    width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
    margin: 0 auto;
    width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
}

/* =Structure
-------------------------------------------------------------- */

/* Structure the footer area */
#footer-widget-area {
    overflow: hidden;
}
#footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 220px;
}
#footer-widget-area #fourth {
    margin-right: 0;
}
#site-info {
    float: left;
    font-size: 11px;
    width: 700px;
}
#site-generator {
    float: right;
    width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
    padding-top: 90px;
    /*start - apply main site header and navigation to blog site
background: #fff url(images/header_bg.png) 0 0 repeat-x;
end - apply main site header and navigation to blog site*/
}
body,
input,
textarea {
    color: #989b9e;
    font-size: 16px;
    line-height: normal;
}
hr {
    background-color: #e7e7e7;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
}

/* Text elements */
p {
    margin-bottom: 18px;
}
ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 0 24px 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 18px;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
ins {
    background: #ffc;
    text-decoration: none;
}
blockquote {
    font-style: italic;
    padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}
pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    overflow: auto;
    padding: 1.5em;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
    background: #32373e;
}
#site-title {
    font-size: 30px;
    line-height: 36px;
    width: 500px;
    margin-left:15px;
}
#site-title a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin: 15px 0 18px 0;
    width: 220px;
}

/* This is the custom header image */
/*#branding img {
        border-top: 4px solid #000;
        border-bottom: 1px solid #000;
        display: block;
        float: left;
}*/


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

#access {
    background: #000;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
}
#access .menu-header,
div.menu {
    font-size: 13px;
    margin-left: 12px;
    width: 928px;
}
#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
}
#access a {
    color: #aaa;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}
#access ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
#access ul ul li {
    min-width: 180px;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
    background: #333;
    color: #fff;
}
#access ul li:hover > ul {
    display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    overflow: hidden;
    padding:0;
    margin: 0 auto;
}
#content {
    margin-bottom: 36px;
    margin-top:50px;
    background-color:#FFF;
}
#content,
#content input,
#content textarea {
    color: #989b9e;
    font-size: 16px;
    line-height: normal;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 15px;
    line-height: 21px;
}
#content code {
    font-size: 13px;
}
#content dt,
#content th {
    color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #000;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}
#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
#content tr th,
#content thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}
#content tr.odd td {
    background: #f2f7fc;
}
.hentry {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    margin: 10px 0;
    height: 555px;
}
.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}
.single .hentry {
    margin: 0 0 36px 0;
    box-shadow: unset;
    height: unset;
}
.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}
.page-title span {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
    color: #888;
    text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
    color: #ff4b33;
}
#content .entry-title {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    text-align: left;
    padding: 0 20px 20px 20px;
    color: #65696e;
    text-transform: uppercase;
    word-wrap: break-word;
}
.entry-title a:link,
.entry-title a:visited {
    text-decoration: none;
    text-transform: uppercase;
}
.entry-title a:active,
.entry-title a:hover {
    text-transform: uppercase;
}
.entry-meta {
    color: #888;
    font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
    border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
    clear: both;
    padding: 0 20px;
}
#content .entry-summary p:last-child {
    margin-bottom: 0;
}
.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 24px 0;
    padding: 24px;
}
.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}
.entry-content input {
    margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}
.entry-content label {
    color: #888;
    font-size: 12px;
}
.entry-content select {
    margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
    font-size: 10px;
}
.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}
.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}
.page-link {
    clear: both;
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}
.home .sticky .page-link a {
    background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
    color: #ff4b33;
}
body.page .edit-link {
    clear: both;
    display: block;
}
#entry-author-info {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
}
#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    height: auto;
    margin: 0 -104px 0 0;
    padding: 11px;
}
#author-avatar img{
    float: left;
}
#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}
#entry-author-info h2 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}
.entry-utility {
    clear: both;
    color: #888;
    font-size: 12px;
    line-height: 18px;
    border-bottom:solid 1px #bdbdbd;
    border-top:solid 1px #bdbdbd;
    padding:10px 0;
    color:#1f1f1f;
    margin: 0 20px;
}
.entry-meta a,
.entry-utility a {
    color: #2dbe93;
    text-decoration:none;
    font-weight: bold;
}
.entry-meta a:hover,
.entry-utility a:hover {
    color: #2dbe93;
}
#content .video-player {
    padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
    padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
    padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
    border: 10px solid #f1f1f1;
    margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
    padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    /*overflow: hidden;*/
}
.nav-previous {
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#nav-above {
    margin: 0 0 18px 0;
}
#nav-above {
    display: none;
}
.paged #nav-above,
.single #nav-above {
    display: block;
}
#nav-below {
    font-size: 14px;
    padding: 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    font-size: 16px;
    font-weight:normal;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 20px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    /*padding: 0 0 0 56px;*/
    position: relative;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
    display:none;
    visibility:hidden;
}
.comment-author {
}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}

/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    margin: 0;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
}
#respond label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
#respond input, #respond textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#respond textarea {
    height: auto;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
    list-style: none;
    margin-left: 0;
}
.widget-area ul ul {
    list-style: none;
    margin-left: 1.3em;
    text-align: left;
}
.widget-area select {
    max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
    width: 60%;
}
.widget_search label {
    display: none;
}
.widget-container {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #e5e6e7;
}
.widget-title {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    padding-bottom:8px;
    margin-bottom:5px;
    text-align: left;
    font-size: 16px;
    color: #65696e;
}
.widget-area .entry-meta {
    font-size: 11px;
}
#wp_tag_cloud div {
    line-height: 1.6em;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: left;
}
#wp-calendar thead {
    font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}
.widget_rss a.rsswidget {
    color: #000;
}
.widget_rss a.rsswidget:hover {
    color: #ff4b33;
}
.widget_rss .widget-title img {
    width: 11px;
    height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
    margin-left: 0;
    padding:0 5px;
}
#main .widget-area ul ul {
    border: none;
    margin-left: 15px;
    padding: 0;
}
.sidebar {
    margin-top: 50px;
}
/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

.footer {
    background-color: #E4E4E4;
    font-family: Arial,Helvetica,sans-serif;
    min-height: 80px;
}
#site-info {
}
#site-info a {
    color: #000;
    text-decoration: none;
}
img#wpstats {
    display: block;
    margin: 0 auto 10px;
}

#ft_links, #ft_links a {
    font-size:11px;
    text-decoration:none;
}
/*start - apply main site header and navigation to blog site*/    
.footer2 {background-color: #E4E4E4;
          height: 105px;
          margin: 0 auto;
          width: 980px;
}
.footer-text {
    color: #414141;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 25px 0 0 22px;
}
.footer-text a{
    color: #414141;
}
.footer-right {
    color: #414141;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-top: 25px;
}
.follow {
    float: left;
    height: auto;
    margin-right: 20px;
    margin-top: 7px;
    width: 50px;
}
.footer-icon {
    float: left;
    height: 24px;
    margin-right: 9px;
    width: 24px;
}
.sitemap {
    float: left;
    height: 24px;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 5px;
    width: 50px;
}
.sitemap a {
    color: #414141;
    text-decoration: underline;
}
.footer-links a {
    color: #414141;
    text-decoration: none;
}
/*end - apply main site header and navigation to blog site*/    		

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
    -webkit-text-size-adjust: 140%;
}
code {
    -webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}
#site-description {
    -webkit-text-size-adjust: none;
    display:none;
    visibility:hidden;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
    body {
        background: none !important;
    }
    #wrapper {
        clear: both !important;
        display: block !important;
        float: none !important;
        position: relative !important;
    }
    #header {
        border-bottom: 2pt solid #000;
        padding-bottom: 18pt;
    }
    #colophon {
        border-top: 2pt solid #000;
    }
    #site-title,
    #site-description {
        float: none;
        line-height: 1.4em;
        margin: 0;
        padding: 0;
    }
    #site-title {
        font-size: 13pt;
    }
    .entry-content {
        font-size: 14pt;
        line-height: 1.6em;
    }
    .entry-title {
        font-size: 21pt;
    }
    #access,
    #branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
        display: none !important;
    }
    #container,
    #header,
    #footer {
        margin: 0;
        width: 100%;
    }
    #content,
    .one-column #content {
        margin: 24pt 0 0;
        width: 100%;
    }
    .wp-caption p {
        font-size: 11pt;
    }
    #site-info,
    #site-generator {
        float: none;
        width: auto;
    }
    #colophon {
        width: auto;
    }
    img#wpstats {
        display: none;
    }
    #site-generator a {
        margin: 0;
        padding: 0;
    }
    #entry-author-info {
        border: 1px solid #e7e7e7;
    }
    #main {
        display: inline;
    }
    .home .sticky {
        border: none;
    }
}

/* Custom
----------------------------*/

#top_links {
    background:#515151;
    font-size:11px;
    text-transform:capitalize;
    padding:2px 0 3px 0;
}

#top_links .center {
    width:750px;
    margin:0 auto;
}	

#top_links a {
    padding-left:8px;
    background:url(images/ar.gif) left  center no-repeat;
    text-decoration:none;
    color:#FFF;
}

.widget_search {
    background:url(images/search_bg.png) 0 0 no-repeat;
    width:269px;
    height:60px;
    padding:0;
    margin:5px 0 5px -5px;
}

.widget_search #s {
    border:none;
    margin:20px 0 0 22px;
    width:65%;
    background:none;
    outline:none;
    box-shadow:none;
    display:block;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    color:#929292;
}	

.widget_search #searchsubmit {
    background:url(images/go_button.png) 0 0 no-repeat;
    border:none;
    width:46px;
    height:26px;
    font-size:0;
    text-indent:-100pc;
    cursor:pointer;
    display:block;
    float:left;
    margin:16px 0 0 9px;
}	

.widget_search #searchsubmit:hover {
    background-position: 0 100%;
}

.clear {
    clear:both;
    visibility:hidden;
}

.entry-meta .inner {
    float:left;
    background-color:#000;
}	

#container.one-column {
    margin-top:50px;
}

#content .entry-meta .entry-meta-bg {
    background:#fff;
    float:left;
    padding-right:10px;
}

.entry-utility .comments-link	{
    display:inline;
    background:url(images/text_icon.gif) 0 3px no-repeat;
    padding-left:22px;
    margin-right:20px;
}

.entry-utility .edit-link	{
    display:block;
    float:right;
    padding-left:22px;
    background:url(images/text_icon.gif) 0 3px no-repeat;
}
/*.meta-sep {
    padding: 0 10px 0 0;
}*/
/*SFS
h3#comments-title em,
h3#reply-title em{
        font-weight:bold;
        font-style:normal;
        font-size:20px;
        }	

.fl {
        float:left;
        }	

.fr {
        float:right;
        }	

.clera {
        clear:both;
        visibility:hidden;
        }	
/*start - apply main site header and navigation to blog site*/
header {
    background: #32373e;
}
.logo {
    margin-top: 30px;
    margin-bottom: 17px;
}
.no-left-padding {
    padding-left: 0 !important;
}
/*.navigation {
    margin-top: 10px;
}*/
.navigation li a {
    font-size: 15px;
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 25, 37, 0.5);
    color:#ffffff;
    text-decoration: none;
}
.navigation li a:hover{
    color: #30ab8a;
    text-decoration: none;
}
.sub-menu {
    text-align: right;
    margin-top:15px;
}
.sub-menu li a {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 25, 37, 0.5);
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
}
.learn-more {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    text-decoration: none;
    color: #9f9f9f;
    font-size: 12px;
    padding: 11px 19px 12px 19px;
    border: 1px solid #cbcdce;
    border-radius: 30px;
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ffffff;
}
.learn-more:hover, .learn-more:focus {
    background: #2dbe93;
    color: #ffffff;
    border: 1px solid #2dbe93;
    text-decoration: none;    
}
.author-thumb {
    float: left;
    padding-left: 0
}
.author-thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.post-meta {
    float: left;
    height: 80px;
    padding: 0;
}
.featured-image {
    margin-bottom: 10px;
    height: 200px;
    object-fit: contain;
}
.post-content {
    padding: 0 20px;
}
.post-content .entry-summary{
    padding: 0;
}
.post-content .learn-more{
    margin-left: 0;
}
/*.widget-area li {
    padding-bottom: 15px;
}*/
.entry-meta {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.entry-meta a {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 17px;
    font-weight: normal;
}
.author a:hover {
    text-decoration: none;
}
.entry-summary p {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 18px;
    color: #989b9e;
    line-height: 24px;
}
footer {
    position: relative;
    padding-bottom: 145px;
    background: #161d25 url('images/footer-logo.png') no-repeat bottom center;
}
.nav-link, .nav-link:hover, .nav-link:focus {
    display: inline-block;
    position: relative;
    margin-top: 40px;
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #b2b3b7;
}
.nav-link:after {
    content: '';
    border-left: 2px solid #b2b3b7;
    position: absolute;
    left: 28px;
    height: 40px;
    top: -60px;
}
.newsletter-box {
    background: #32373e;
    margin-top: 50px;
    border-radius: 5px;
}
.newsletter-box h2 {
    color: #ffffff;
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 20px;
    border-right: 1px solid #161d25;
    padding-left: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.newsletter-info {
    height: 80px;
}
.newsletter-box p {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
}
.newsletter-form {
    padding-top: 20px;
    padding-right: 25px;
}
.newsletter-form .input-group {
    width: 100%;
}
.newsletter-form .input-group .input-group-addon {
    padding: 0;
    border: none;
    background: #161c24;
}
.newsletter-form .form-inline .input-group>.form-control {
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
}
.newsletter-form .form-inline .input-group>.form-control::-webkit-input-placeholder {
    color: #32373e;
}
.newsletter-btn, .newsletter-btn:hover, .newsletter-btn:focus {
    background: #161c24;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-shadow: none;
    width: 100%;
    height: 40px;
    outline: none;
}
.copyright, .copyright a, .copyright a:hover {
    color: #b2b3b7;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.copyright b {
    color: #fff;
}
.social-icons {
    margin-top: 20px;
    text-align: right;
}
.social-icons h2 {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 16px;
    display: inline-block;
    color: #b2b3b7;
}
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    color: #fff;
    border-radius: 50%;
    position: relative;
}
.social-icons a:hover, .social-icons a:focus {
    background-color: #2dbe93;
    color: #161d25;
    text-decoration: none;
}
.social-icons span.icon-linkedin {
    position: absolute;
    top: 8px;
    right: 9px;
}
.social-icons span.icon-facebook {
    position: absolute;
    top: 9px;
    right: 10px;
}
.social-icons span.icon-twitter {
    position: absolute;
    top: 10px;
    right: 9px;
}
.social-icons img.icon-instagram {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 21px;
}
.footer-links ul li a {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    color: #b2b3b7;
    list-style: none;
    font-size: 16px;
    text-decoration: none;
    line-height: 26px;
}
.footer-links ul li a:hover {
    color: #30ab8a;
}
.footer-links {
    margin-top: 60px;
}
.footer-links li {
    text-align: left;
}
.footer-dropdown ul {
    border-radius: 0;
    background: #2dbe93;
    margin: 0;
    padding: 0;
    border: none;
}
.footer-dropdown ul li:hover {
    background: rgba(255,255,255,0.25);
}
.footer-dropdown ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.footer-dropdown ul li a {
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 12px 16px;
    color: #fff;
    line-height: normal;
}
.footer-dropdown ul li:last-child a {
    border-bottom: none;
}
.footer-dropdown ul li a:hover, .footer-dropdown ul li a:focus {
    color: #fff;
    background: transparent;
}
.footer-btn {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #b2b3b7;
    width: 100%;
    text-align: left;
}
.caret {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.caret.caret-reversed {
    border-bottom-width: 0;
    border-top: 4px solid #686F77;
}
.footer-btn:hover, .footer-btn:focus {
    color: #b2b3b7;
}
footer .open>.dropdown-menu {
    width: 100%;
}
.chart-box:hover{
    background: #f2f2f4;
}
.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.no-left-margin {
    margin-left: 0 !important;
}
.no-right-margin {
    margin-right: 0 !important;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-left-padding {
    padding-left: 0 !important;
}
.no-right-padding {
    padding-right: 0 !important;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.breadcrumb {
    background: #f2f2f3;
    padding: 26px 0;
    margin-bottom: 0;
    border-radius: 0;
}	
.breadcrumb a {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 12px;
    text-decoration: none;
}	
.breadcrumb a.active {
    color: #65696e;
}
.breadcrumb_last {
    font-size: 12px;
    color: #65696e;    
}
.post-meta-single {
    height: auto;
    position: relative;
    font-size: 12px;
    margin-left: 20px;
}
.tags a {
    color: #2dbe93;
}
.author-side-name {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 18px;
    margin-top: 25px;
    color: #000000;
    margin-bottom: 12px;    
}
.author-side-bio {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 14px;
    line-height: 30px;
    color: #989b9e;
}
.author-side-info img {
    border-radius: 50%;
    margin-right: 20px;
    width: 140px;
    height: 140px;
    display: block;
}
.author-side-posts {
    display: inline-block;
    color: #2dbe93;
    padding-top: 20px;
}
.art-count, .com-count {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 16px;
}
.art-count a, .com-count a {
    color: #2dbe93;
}
.art-count b, .com-count b {
    font-family: 'ChronicleTextG4-Bold', Georgia, serif;
    font-size: 20px;
}
/* dropdown menu */
.nav-event-drop {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161d25+0,161d25+100&0.9+1,1+100 */
    background: -moz-linear-gradient(top,  rgba(22,29,37,0.9) 0%, rgba(22,29,37,0.9) 1%, rgba(22,29,37,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(22,29,37,0.9) 0%,rgba(22,29,37,0.9) 1%,rgba(22,29,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(22,29,37,0.9) 0%,rgba(22,29,37,0.9) 1%,rgba(22,29,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6161d25', endColorstr='#161d25',GradientType=0 ); /* IE6-9 */
}
.drop-down-title {
    border-bottom: 1px solid #65696e;
    margin-top: 25px;
}
.drop-down-title h1 {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 24px;
    color: #fff;
    margin-left: 0;
    padding-bottom: 15px;
}
.drop-down-main-title {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 24px;
    color: #fff;
    margin-left: 0;
    padding-bottom: 15px;
}
.dropdown-content {
    border-bottom: 1px solid #65696e;
    margin-bottom: 25px;
}
.nav-events:hover {
    background: #32373e;
    border-bottom: 4px solid #2dbe93;
}
.nav-events a, .nav-events a:hover {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: table;
    height: 100%;
    padding: 15px;
    width: 100%;
}
.nav-events p {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 14px;
    color: #92969c;
    margin-top: 5px;
}
/* sub menu */
.dropdown-menu-header {
    position: relative;
}
.dropdown-menu-header-content {
    display: none;
    position: absolute;
    background-color: #2dbe93;
    min-width: 150px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.35);
    top: 25px;
    left: -28px;
    z-index: 9;
}
.dropdown-menu-header-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Show the dropdown menu on hover */
.dropdown-menu-header:hover .dropdown-menu-header-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-menu-header:hover .dropbtn {
    background-color: #3e8e41;
}
.dropbtn-menu-header {
    border:none;
    background:transparent;
    padding: 0;
}
.dropdown-menu-header-content ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown-menu-header-content ul li:hover {
    background: rgba(255,255,255,0.25);
}
.dropdown-menu-header-content ul li a, .dropdown-menu-header-content ul li a:hover {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    display: block;
}
.dropdown-menu-header-content ul li:last-child a {
    border-bottom: none;
}
/* Show the dropdown menu on hover */
.dropdown-menu-header:hover .dropdown-menu-header-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-menu-header:hover .dropbtn {
    background-color: #3e8e41;
}
.dropbtn-menu-header {
    border:none;
    background-color: none;
    background:transparent;
}
.footer-dropdown ul li a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-posts-author {
    padding-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-archive-year {
    float: right;
    background-color: #f2f2f3;
    padding: 0 8px;
    border-radius: 50px; 
}
.sidebar-archive-month {
    float: right;
    padding: 0 8px;
    border-radius: 50px;
}
.collapsed-archives {
    width: 153px;
    margin-left: 5px;
}
.event-title {
    color: #fff;
}

/* Custom styles */
.sidebar .widget-area {
    border-top: 1px solid #e5e6e7;
}
.author-side-info {
    border: 1px solid #cccdcf;
    border-radius: 100px;
}
.entry-content p {
    font-size: 18px;
    color: #65696e;
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    line-height: 31px;
}
.entry-content p a {
    color: #2dbe93;
}
.entry-content li{
    font-size: 18px;
    color: #65696e;
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    line-height: 31px;
}
.widget-container li {
    padding-bottom: 14px;
}
.widget-container li:last-child {
    padding-bottom: 0;
}
.widget-container .collapsed-archives {
    margin-left: 6px;
}
.widget-container .collapsed-archives ul li a:hover .sidebar-archive-year, .widget-container .collapsed-archives ul li a:hover .sidebar-archive-month {
    background-color: #2dbe93;
    color: #fff;
}
.collapsed-archives ul ul {
    margin-left: 25px !important;
}
.list-posts-date {
    margin-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.responsive-menu {
    color: #ffffff;
    height: 80px;
    line-height: 80px;
}
.navbar-toggle {
    float: none;;
}
.navbar-toggle .icon-bar {
    background-color: #989b9e;
    margin-top: 6px !important;
    width: 26px;
    height: 3px;
}
.navbar-icons {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.responsive-drop {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background-color: #161D25;
}
/*.resp-drop-list {
    padding: 20px;
    list-style: none;
}*/
.resp-drop-event {
    font-size: 20px;
}
.resp-menu-events {
    display: none;
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    background-color: rgb(22,29,37);
    min-height: 700px;
}
.responsive-drop ul {
    list-style: none;
}
.responsive-drop li {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 18px;
    color: #989b9e;
    padding: 15px;
    border-left: 4px solid #32373e;
}
.responsive-drop li.active {
    border-color: #ee8322;
    color: #fff;
}
.responsive-drop li.active a{
    color: #fff;
}
.responsive-drop li span.icon-long-arrow {
    color: #32373e;
    cursor: pointer;
}
.responsive-drop li span.icon-long-arrow:hover, .responsive-drop li span.icon-back-arrow:hover {
    color: #2dbe93;
}
.resp-drop-down-title {
    border-left: 4px solid #32373e;
    border-bottom: 1px solid #32373e;
    height: 80px;
    padding-top: 35px;
}
.resp-drop-down-title .resp-close {
    color: #65696e;
    font-size: 20px;
    cursor: pointer;
}
.resp-drop-down-title .resp-close span.icon-close:hover {
    color: #2dbe93;
}
.resp-close .icon-close {
    padding-right: 20px;
}
.resp-drop-down-title .resp-back {
    color: #65696e;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.resp-drop-down-title h1 {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 18px;
    color: #ffffff;
    margin-left: 0;
}
.resp-static-links-list li, .resp-static-links-list li > a {
    font-size: 14px;
    color: #65696e;
}
.resp-static-links-list li a:hover {
    color: #2dbe93;
}
.resp-social-media ul {
    width: 100%;
    display: table;
    border-top: 1px solid #32373e;
    margin-left: 0;
    margin-top: 15px;
}
.resp-social-media li {
    display: table-cell;
    text-align: center;
    border-width: 1px;
}
.resp-drop-event .event-title {
    font-family: 'ChronicleTextG4-Semi', Georgia, serif;
    font-size: 18px;
    color: #fff;
}
.resp-drop-event .event-title:hover {
    color: #2dbe93;
}
.resp-drop-event p {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 14px;
    color: #65696e;
    margin-bottom: 0;
}
.resp-static-link {
    font-size: 15px;
}
/*header > .container {
    padding-bottom: 15px;
}*/
.resp-selected-navlink {
    vertical-align: middle;
    display: inline-block;
}
.resp-site-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    width: 195px;
}
.search-form {
    color: #65696E;
    margin: 10px 20px 20px;
}
.search-form input, .search-form input:focus {
    background: url('images/search.svg') no-repeat top right;
    border: none;
    width: 100%;
    outline: none;
}
.search-form input::-webkit-input-placeholder {
   color: #65696E;
}

.search-form input:-moz-placeholder { /* Firefox 18- */
   color: #65696E;  
}

.search-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #65696E;  
}

.search-form input:-ms-input-placeholder {  
   color: #65696E;  
}
.post-list-year-seperator {
    padding-top: 30px;
    border-top: 1px solid #e5e6e7;
}
.post-next-link, .post-previous-link {
    padding: 10px;
    width: 68%;
}
.post-next-link a, .post-previous-link a{
    color: #65696e;
}
.posts-nav-section:hover {
    background: #32373e;
}
.posts-nav-section:hover .posts-nav-links-title {
    color: #585B62;
}
.posts-nav-section:hover .next-post-title, .posts-nav-section:hover .previous-post-title {
    color: #ADB0B5;
}
.posts-nav-links-title {
    color: #D9D9D9;
}
.single-post-pagination {
    margin: 30px 0;
    border-top: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
}
.previous-post-title, .next-post-title {
    color: #626264;
}
.follow-us {
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.follow-us-text {
    display: inline-block;
    vertical-align: middle;
}
.more-links {
    margin-top: 20px;
    padding-right: 0;
    height: 36px;
}
.caret-up {
    top: 7px;
    position: relative;
    float: left;
    right: -3px;
}
.footer-dropdown .caret {
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-bottom: 0;
}
.footer-dropdown .caret-reversed {
    border-top-width: 0;
    border-bottom: 4px dashed;
    top: 10px;
}
.footer-dropdown {
    margin-top: 20px;
    border: 1px solid #64686e;
}
.main_h {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #32373e;
}

.nav-events {
    padding: 0;
    border-bottom: 4px solid transparent;   
}

.no-hover:hover {
    background: none;
    border-color: transparent;
}
.no-margin{
    margin-top: 0px;
}
.blog-header .nav-events{
    /*float: left;*/
}
.dropdown-content{
    margin-bottom: 0px;
}

.nav-event-drop .dropdown-content:last-child {
   margin-bottom: 25px;
}
.nav-events p span {
    padding: 0 8px;
}
.sub-menu .dropdown-menu-header {
    z-index: 999;
}
.left-caret {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 7px solid #000000;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    width: 0;
}
.breadcrumb-links li:last-child a {
    color: #A0A1A3;
}
.breadcrumb-links-main li:last-child a {
    color: #A0A1A3;
}
span.icon-long-arrow.pull-right-mobile {
    margin-left: 20px;
}

.right-caret {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #000000;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    width: 0;
}

/* home page styles */
.home #content .entry-title {
    padding-left: 20px;
}

/* archive page styles */
.archive .hentry {
    border-bottom: none;
}

/* search page styles */
.search .hentry {
    border-bottom: none;
}

/* page styles */
.page .hentry {
    border-bottom: none;
}

#mobile-slide {
    display: inline-flex;
    position: absolute;
}
.breadcrumb-links {
    float: none!important;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resp-drop-down-main-title {
    font-family: 'ChronicleTextG4-Roman', Georgia, serif;
    font-size: 18px;
    color: #ffffff;
    margin-left: 0;
}

.new-register-now {
    color: #2dbe93!important;
}

@media (max-width: 1199px) {
.navigation li a {
   font-size: 13px;
}
}
@media (max-width: 991px) {
.navigation li a {
   font-size: 11px;
}
}

/* Blog Changes Jan 2017 */
#content .entry-title, #content .entry-title a {
    color:#2dbe93
}

.widget-container {
    border-bottom: 1px solid #2dbe93;
}

span.meta-sep.pull-left {
    padding-right: 3px;
}

.entry-title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry-summary p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}