/*
Theme Name: Neo Trendy
Theme URI: http://www.freestylepost.com/neo-trendy/
Author: Sultan Mustafijul Hoque
Author URI: http://www.freestylepost.com
Description: Neo Trendy is basically a simple but elegant and fast loading full width responsive professional blog theme. With excellent support for all types of screen resolution, whether be a tablet or a small screen smartphone or a typical cellphone, it gives excellent view enhancing user experiences. Key Features includes, built-in author bio box, better author page, better code tutorial support, dynamic copyright, stylish featured post, last edited information in each posts and pages, custom header, auto generated logo, custom background, and much more. With it's wide range of built-in features you'll get a really fast loading professional blogging experience with minimal plugin requirements.
Tested up to: 5.7
Requires PHP: 7.0
Version: 1.0.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neo-trendy
Tags: buddypress, flexible-header, two-columns, right-sidebar, custom-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, translation-ready, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html { margin:0; padding:0; border:0; }
div, object, iframe, blockquote, pre, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, fieldset, form, label, legend, table, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: ; }
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
dt { font-weight: bold; text-decoration: underline; } dd { margin: 0; padding: 0 0 0.5em 0; }


body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #00871d;
    background-color: #00871d;
    }

h1 a, h2 a ,h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  { text-decoration: none; }

h1 a, h2 a ,h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { }
h1 { font-size:30px; }
h2 { font-size:23px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

code{
    font-family: monospace;
    font-size: 13.9px;
    color: #600;
    color: #600;
    border: 1px solid #edc;
    border-radius: .25em;
    padding: 0 0.3em;
    background: #fafafa;
}

a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#neo-trendy-header {
    margin-top: -8px;
    margin-right: -8px;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: auto;
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
}

#neo_trendy-header a {
    color: #000;
}

.wrap {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    height: auto;
}

.container {
    width: 960px;
}

.header {
    float: left;
    margin-top: -20px;
    margin-bottom: 45px;
}

.header img {
    margin-top: 15px;
    margin-left: 15px;
}


.site-title a {
    float: left;
    font-size: 40px;
    margin-left: 22px;
    padding: 10px;
    color: #000;
    background: rgb(174,188,191); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(174,188,191,1) 51%, rgba(10,14,10,1) 51%, rgba(234,252,252,1) 51%, rgba(230,239,247,1) 51%, rgba(234,252,252,1) 100%, rgba(10,8,9,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(51%,rgba(174,188,191,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(51%,rgba(234,252,252,1)), color-stop(51%,rgba(230,239,247,1)), color-stop(100%,rgba(234,252,252,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(174,188,191,1) 51%,rgba(10,14,10,1) 51%,rgba(234,252,252,1) 51%,rgba(230,239,247,1) 51%,rgba(234,252,252,1) 100%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(174,188,191,1) 51%,rgba(10,14,10,1) 51%,rgba(234,252,252,1) 51%,rgba(230,239,247,1) 51%,rgba(234,252,252,1) 100%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(174,188,191,1) 51%,rgba(10,14,10,1) 51%,rgba(234,252,252,1) 51%,rgba(230,239,247,1) 51%,rgba(234,252,252,1) 100%,rgba(10,8,9,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(174,188,191,1) 51%,rgba(10,14,10,1) 51%,rgba(234,252,252,1) 51%,rgba(230,239,247,1) 51%,rgba(234,252,252,1) 100%,rgba(10,8,9,1) 100%); /* W3C */
}

.site-title a:hover {
   
}

/*search*/
#search {
    width: auto;
    float: none;
    height: auto;
}
    #search form, #search fieldset {
        float: none;
        margin: 0;
        padding: 0;
    }
    #search fieldset {
        border: 1px solid #ddd;
    }
    #s {float: none;
        background: #fff;
        border: 0px solid #333;
        padding: 2px 0 2px 4px;
        margin: 0;
        color: #333;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        width: auto;
    }
    #searchsubmit {
        float: none;
        margin: 3px 3px 0 0;
    }

.nz-header-widget {
}

.masthead {
    background: transparent;
    height: 100%;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}
    .masthead .menu-alert{
        float: left;
        color: #666;
        padding: 8px 0;
        font-style: italic;
    }
    .masthead ul {
        background: transparent;
        background-color: transparent;
        float: right;
    }
        .masthead ul li {
            background: #f4b300;
            background-color: #f4b300;
            position: relative;
            display: inline-block;
            float: left;
            border-right: 0px solid #F2F2F2;
            margin: 2px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottom-right: 3px;
            -moz-border-radius-bottom-left: 3px;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }
        .masthead ul li a {
            display: inline-block;
            background-color: transparent;
            height: 30px;
            line-height: 30px;
            color: #fff !important;
            padding:0 8px;
            text-shadow:0 0 0 #FFFFFF;
            text-decoration: none;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottom-right: 3px;
            -moz-border-radius-bottom-left: 3px;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }
        .masthead ul li a:hover {
            background-color: #c0c0c0;
            text-decoration: none; 
        }
        .masthead ul li .sub-indicator{}
        .masthead ul li a:hover {
            color: #000 !important;
        }

        .masthead ul ul {
            background: #fbfbfb;
            display: none;
            padding:0;
            position: absolute;
            top: 30px;
            width: 180px;
            z-index: 99999;
            float: left;
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottom-right: 3px;
            -moz-border-radius-bottom-left: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }
            .masthead ul ul li {
                background: none !important;
                border: none !important;
                z-index: 99999;
                min-width: 180px;
            }
                .masthead ul ul ul {
                    right: auto;
                    left: 100%;
                    top: 0;
                    z-index: 99999;
                }
            .masthead ul ul a {
                background: none;
                height: auto !important;
                line-height: 1em;
                padding: 10px 10px;
                width: 160px;
                display: block !important;
                margin-right: 0 !important;
                z-index: 99999;
                color: #777!important;
            }
            .masthead ul ul li a:hover {
                background: #c0c0c0;
                -webkit-border-bottom-right-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                -moz-border-radius-bottom-right: 3px;
                -moz-border-radius-bottom-left: 3px;
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px;
            }
            .masthead ul ul li.current-menu-item:after{display: none;}

            
        .masthead ul li:hover > a,
        .masthead ul :hover > a ,
        .masthead ul li.current-menu-item a { color:#000;}
        
    .masthead ul li.current-menu-item:after{
        content: " ";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0px;
        z-index: 2;
        right:45%;
        border: 4px solid transparent;
        border-top-color: #F88C00 ;
    }

        .masthead ul ul li:hover > a,
        .masthead ul ul :hover > a {
            color: #000 !important;
        }
        .masthead ul li:hover > ul {display: block;}


#content {
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
    float: left; 
    width: 72%;
    background: rgb(237,249,229); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(237,249,229,1) 1%, rgba(245,249,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(237,249,229,1)), color-stop(100%,rgba(245,249,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(237,249,229,1) 1%,rgba(245,249,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(237,249,229,1) 1%,rgba(245,249,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(237,249,229,1) 1%,rgba(245,249,240,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(237,249,229,1) 1%,rgba(245,249,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf9e5', endColorstr='#f5f9f0',GradientType=1 ); /* IE6-9 */
}

.sidebar {
    float: right;
    width: 26.3%;
    padding-left: 8px;
    padding-top: 4px;
    background: rgb(214,240,253); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(214,240,253,1) 100%, rgba(242,249,254,1) 100%, rgba(214,240,253,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(100%,rgba(214,240,253,1)), color-stop(100%,rgba(242,249,254,1)), color-stop(100%,rgba(214,240,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(214,240,253,1) 100%,rgba(242,249,254,1) 100%,rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(214,240,253,1) 100%,rgba(242,249,254,1) 100%,rgba(214,240,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(214,240,253,1) 100%,rgba(242,249,254,1) 100%,rgba(214,240,253,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(214,240,253,1) 100%,rgba(242,249,254,1) 100%,rgba(214,240,253,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f0fd', endColorstr='#d6f0fd',GradientType=1 ); /* IE6-9 */
}

.sidebar a{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-variant: normal;
    font-weight: normal;
    color: #361E1E;
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: 12.5px;
}

.sidebar img {
    max-width: 100%;
}


.sidebar ul li {
    list-style: none;
    margin-left: -25px;
}

.neo_trendy-none {
    width: 0%;
    height: 0%;
}


.post-header {
}

.post-header h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
}

.post-header h2 a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
}

.post-header h2 a:hover {
    text-decoration: underline;
}


.post-header-single {
}

.post-header-single h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
}

.post-header-single h2 a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
}

.post-header-single h2 a:hover {
    text-decoration: underline;
}



.date {
}

.date a {
}

.author {
}

.author a {
}

.postCategory {
}

.postCategory a {
}


.postTags {
}

.postTags a {
}


.title a {
    color: #065882;
    font-weight: bold !important;
}

.title a:hover {
    color: #af0000;
    text-decoration: none !important;
}

.title-single {
}

.title-single-front-page h2 {
    float: none;
    padding-top: 10px;
    padding-bottom: 5px;
}

.title-single-home {
    float: none;
    padding-top: 10px;
    padding-bottom: 5px;
}


.post-footer-single {
    width: auto;
    height: auto;
    float: right;
    font-style: italic;
    margin-top: -30px;
    padding-right: 2px;
}

.post-footer-edit-single {
}

.post-footer-index {
    float: left;
}

.post-footer-edit-index{
}

.entry {
    width: 99.5%;
    float: none;
    padding-top: 8px;
    padding-bottom: 15px;
    margin: 0 auto 20px auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
}

.entry-single {
    width: 99%;
    height: px;
    float: none;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin: 0 auto 20px auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
}


.entry-single-description {
    width: 99%;
    height: px;
    float: none;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin: 0 auto 20px auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
}



.entry-single-description img {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.entry-single-description img:hover{
    opacity:0.7;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.entry-single-content {
    padding-bottom: 35px;
    padding-right: 1px;
}

.entry-single-content a {
}


.summary {
    font-size: 14px;
    font-style: italic;
}

.excerpt-pc {
    width: 100%;
    padding-left: 5px;
    margin-top: -11px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 16px;
    font-variant: normal;
    font-weight: normal;
    color: #333;
}


.nz_footer_menu_class {
    
}


.comments {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.commentlist li, #commentform input, #commentform textarea {

    font-size: 1em;

}

.commentlist li {

    font-weight: normal;

}

.commentlist li .avatar {

    float: left;

    padding: 0 7px 0 0;

}

.commentlist cite, .commentlist cite a {

    font-weight: bold;

    font-style: normal;

    font-size: 1.1em;

}

.commentlist p {

    font-weight: normal;

    line-height: 1.5em;

    text-transform: none;

}

#commentform p {

    font-size: 1.1em;

}

.commentmetadata {

    font-weight: normal;

}

#comments {
    width: auto;
    height: auto;
}

.bypostauthor {
    display: block;
}


.calendar-4 { 
}

.calendar-4 .widget-title {
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
    display: inline-block;
    background-image:url('images/sticky.png');
    background-repeat: no-repeat;
    background-position: right 0px;
}

.gallery-caption {
    display: inline-block;
}

.alignright {
    width: auto;
    height: auto;
    float: right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    float: right;
}

.alignright a {
}

.alignleft {
    width: auto;
    height: auto;
    float: right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    float: left;
}

.alignleft a {
}

.aligncenter {
    display: inline-block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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


.footer {
    background: #1F1F1F;
    float: left;
    padding-top: 10px;
    padding-right: 16px;
    margin-top: 1px;
    margin-left: -8px;
    width: 100%; 
    height: 30px;
}



.credit {
    float: auto;
    text-align: center;
    font-family: Georgia, serif;
    color: #fff;
    width: auto;
    height: 15px;
}

.credit a {
    color: #c0c0c0;
}

.avatar {
}


blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 88%;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background:#ececec;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
 
blockquote cite:before {
    content: "\2014 \2009";
}

.navigation {
    float: right;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


/* Thumbnail Style */
.attachment-post-thumbnail {
    float: left;
    width: 151px;
    height: 151px;
    margin: 5px 5px 0px 5px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottom-right: 20px;
    -moz-border-radius-bottom-left: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* Single Article Author Bio */
.author-bio {
    width: 100%;
    height: auto;
    background: -moz-linear-gradient(top,  rgba(174,214,212,0) 0%, rgba(85,161,165,0.38) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,214,212,0)), color-stop(100%,rgba(85,161,165,0.38))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed6d4', endColorstr='#6155a1a5',GradientType=0 ); /* IE6-9 */
    border-top: 2px solid #006E8A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 2px;
    margin-left: -8.5px;
    margin-top: 45px;
}

.author-bio img {
    float: left;
    padding-right: 5px;
}

.author-bio p {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.author-bio a {
    color: #5A0000;
}


.author-bio-author {
    width: 100%;
    height: auto;
    background: -moz-linear-gradient(top,  rgba(174,214,212,0) 0%, rgba(85,161,165,0.38) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,214,212,0)), color-stop(100%,rgba(85,161,165,0.38))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(174,214,212,0) 0%,rgba(85,161,165,0.38) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed6d4', endColorstr='#6155a1a5',GradientType=0 ); /* IE6-9 */
    border: 0px solid #006E8A;
    margin-bottom: 35px;
    margin-top: -15px;
    text-align: justify;
}

.author-bio-author img {
    float: left;
    padding-right: 5px;
}

.author-bio-author p {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.author-bio-author a {
    color: #5A0000;
}

.divider {
    padding-top: 15px;
    padding-left: 35%;
    margin-bottom: -10px
}

.divider img {
    width: 50%;
    height: 50%;
}

.sep {
    font-weight: bold;
    font-size: 20px;
}

.last-updated {
    margin-right: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    font-family: Georgia, sans-serif;
    color: green;
    float: right;
}

.last-updated-by {
    color: #dd8500;
    font-size: 13px;
    font-family: "Georgia", sans-serif;
    font-weight: bold;
}


/* For smartphones */

@media only screen and (max-width: 500px) {
    #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #site-title {

        width:400px;
    }

    .container {
        width:100%;
    }

    .header img {
        width:100%;
    }

    .nz-header-widget {
        width: 100%;
    }

    .date {
        display: auto;
        float: left;
    }

    .author {
        display: auto;
    }

    .postCategory {
        display: auto;
    }

    .postTags {
        display: auto;
    }

    .title {
        width: 100%;
    }

    .post-header-single {
    }

    .excerpt-pc {
        width: 100%;
    }

    .sidebar {
        display: auto;
        float: left !important;
        width: 71%;
        margin-top: 4px;
    }

    #content {
        width: 72%;
    }

    .masthead {
        display: auto;
    }

    .entry-single {
        width: 97%;
    }

    .entry-single img {
        width: 97%;
    }

    .post-header-single {
        width: 98%;
    }

}

/* For tablets */

@media only screen and (min-width: 734px) and (max-width: 978px) {
    #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #site-title {

    }

    .container {
        width:100%;
    }

    .nz-header-widget {
        width: 100%;
    }

    .date {
        display: auto;
    }

    .author {
        display: auto;
    }

    .postCategory {
        display: auto;
    }

    .postTags {
        display: auto;
    }

    .title {
        width: 100%;
    }

    .post-header-single {
        width: 100%;
        float: left;
        padding-top: 8px;
        padding-bottom: 5px;
        background: #ffffff;
        border: 1px solid #ffffff;
        box-shadow: 0 0 0 #000;

         border-radius: 5px;

        -moz-border-radius: 5px;

        -webkit-border-radius: 5px;
    }

    .excerpt-pc {
        width: 100%;
    }

    .sidebar {
        width: 28%;
        display: auto;
        float: right;
    }

    #content {
        width: 70%;
    }

    .entry-single {
        width: 97%;
    }

    .entry-single img {
        width: 97%;
    }

    .post-header-single {
        width: 98%;
    }

}

/* For tablets */

@media only screen and (min-width: 500px) and (max-width: 734px) {
    #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #site-title {

    }

    .sidebar {
        width: 25%;
    }
}