html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0 0 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    color: #8e8f93;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

blockquote {
    border: 0;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 20px 15px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin: 0 0 10px;
}

    li > ul,
    li > ol {
        margin-bottom: 0;
        margin-left: 1.5em;
    }

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border: 0;
    color: #666;
    box-shadow: 0 0 0 1px #eee inset;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        color: #111;
    }

.comment-form-left input[type="text"],
.comment-form-left input[type="email"],
.comment-form-left input[type="url"],
.comment-form-left input[type="password"],
.comment-form-left input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
.site-header {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top: 3px solid #fdd66c;
    position: relative;
}

.site-branding {
    float: left;
    margin: 10px 0;
}

.branding-box,
.header-title-box {
    clear: both;
    float: left;
    width: 100%;
}

.site-title {
    margin: 20px 0 10px;
}

.site-description {
    font-size: 14px;
}

.header-title-box {
    clear: both;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
}

.header-title {
    color: #35373c;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 30px;
    position: relative;
}

    .header-title:before {
        background: #fdd66c;
        content: '';
        display: block;
        position: absolute;
        width: 34px;
        height: 1px;
        margin-left: -17px;
        bottom: -18px;
        left: 50%;
    }

.header-description {
    display: block;
    margin-bottom: 30px;
}

.header-title-box .author-social {
    float: none;
}

    .header-title-box .author-social span {
        display: inline-block;
        margin: 20px 0 0;
    }

.author-title {
    max-width: 730px;
    margin: 0 auto 20px;
}

    .author-title img {
        border-radius: 50%;
        margin: -10px 10px 0;
    }

.author-description {
    max-width: 730px;
    margin: 0 auto;
    text-transform: none;
}

.author-title:before {
    display: none;
}

.featured-posts-container {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.featuredslider {
    margin-bottom: 55px;
}

    .featuredslider .post-type-icon {
        position: static;
        text-align: left;
    }

.featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 55px 90px;
}

    .featured-content .title {
        color: #fff;
        font-size: 30px;
        line-height: 36px;
        text-transform: uppercase;
    }

.featured-posts-container .flex-control-nav {
    bottom: 60px;
    left: 55px;
    top: auto;
}

.featured-post {
    float: left;
    position: relative;
    width: 33.33333%;
}

    .featured-post img {
        width: 100%;
    }

    .featured-post .featured-content {
        background: #fff;
        border-top: 3px solid #dd3333;
        padding: 0 20px;
    }

        .featured-post .featured-content .title {
            color: #4a4d57;
            font-size: 18px;
            line-height: 26px;
        }

.featured-posts .post-type-icon {
    top: -41px;
    bottom: auto;
}

.featured-posts .hentry {
    border: 0;
    margin: 0;
}

.branding-box.sticky {
    background: #d3d3d3;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
/* Header Search Form */
.header-right {
    width: 78%;
}

.header-right,
.header-search {
    float: right;
}

.header-search {
    margin: 28px 0 28px 20px;
    position: relative;
    z-index: 1;
}

    .header-search .s {
        background: #fff;
        border: 1px solid #fdd66c;
        color: #35373c;
        display: none;
        padding: 10px 50px 10px 0;
        visibility: visible;
        width: 160px;
        position: absolute;
        right: 0;
        border-radius: 20px;
        box-shadow: none;
        text-indent: 15px;
        text-transform: uppercase;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .header-search .s:focus {
            color: #35373c;
        }
    /*.header-search:hover .s {
    border: 1px solid #fdd66c;
    padding: 10px 50px 10px 0;
    visibility: visible;
    width: 160px
}*/
    .header-search .search-submit {
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

.search-submit {
    background: #fdd66c;
    border: 0;
    color: #fff;
    font-size: 18px !important;
    box-shadow: none;
    padding: 12px;
    border-radius: 50%;
}

    .search-submit:hover {
        box-shadow: none;
    }
/* Social Links */
.social-links {
    float: right;
    font-size: 20px;
    margin: 38px 0 38px 15px;
}

    .social-links a {
        color: #35373c;
        margin-left: 10px;
    }

/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active {
    color: #fdd66c;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    a:focus {
        outline: thin dotted;
    }

    a:hover,
    a:active {
        outline: 0;
    }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: right;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
}

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation li {
        float: left;
        position: relative;
    }

    .main-navigation a {
        color: #35373c;
        display: block;
        padding: 20px 18px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .main-navigation a:hover,
        .main-navigation .current-menu-parent > a,
        .main-navigation .current-menu-item > a {
            color: #fdd66c;
        }

    .main-navigation ul ul {
        border-top: 3px solid #fdd66c;
        float: left;
        position: absolute;
        top: 60px;
        left: -999em;
        z-index: 99999;
    }

        .main-navigation ul ul a:before,
        .main-navigation ul ul a:after {
            display: none;
        }

        .main-navigation ul ul li:first-child {
        }

        .main-navigation ul ul ul {
            left: -999em;
            top: 0;
        }

        .main-navigation ul ul a {
            background: #35373c;
            color: #848790;
            padding: 10px 15px;
            width: 200px;
        }

            .main-navigation ul ul a:hover {
                background: #42444a;
                color: #fff;
            }

        .main-navigation ul ul li {
            border-bottom: 1px solid #414349;
            margin-bottom: 0;
        }

    .main-navigation li:hover > a {
    }

    .main-navigation ul ul :hover > a {
    }

    .main-navigation ul ul a:hover {
    }

    .main-navigation ul li:hover > ul {
        left: auto;
    }

    .main-navigation ul ul li:hover > ul {
        left: 100%;
    }

    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a {
    }

/* Small menu. */
.menu-toggle {
    display: none !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.posts-navigation {
    margin-right: 30px;
}

.pagination {
    text-align: center;
}

.nav-links a,
.nav-links span {
    border: 1px solid #dedede;
    color: #3c3f43;
    display: inline-block;
    font-weight: 300;
    min-width: 24px;
    padding: 2px 6px;
    text-transform: uppercase;
}

    .nav-links a:hover {
        border: 1px solid #fdd66c;
        color: #3c3f43;
    }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* 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:hover,
    .screen-reader-text:active,
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-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. */
    }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.post-thumbnail:before {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 50px;
    overflow: hidden;
}

    .widget a {
        color: #7e879a;
    }

        .widget a:hover {
            color: #fdd66c;
        }

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

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.widget_search input[type="search"] {
    font-size: 13px;
    padding: 9px 0;
    text-indent: 10px;
    width: 100%;
}

/* Tag Cloud */
.tagcloud a {
    border: 1px solid #dedede;
    display: inline-block;
    float: left;
    font-size: 14px !important;
    margin: 0 9px 9px 0;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear !important;
    transition: all 0.25s linear !important;
}

    .tagcloud a:hover {
        background-color: #fdd66c;
        border-color: #fdd66c;
        color: #35373c;
    }

/* About widget */
.about-widget {
    line-height: 24px;
}

/* Categories */
.widget_categories ul {
    list-style: none;
    margin: 0;
}

.widget_categories li {
    float: left;
    position: relative;
    text-transform: uppercase;
    width: 50%;
}

.widget_categories .children li {
    width: 100%;
}

.widget_categories .children {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

    .widget_categories .children li:last-child {
        margin-bottom: 0;
    }

.widget_categories a {
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    -webkit-transition: all 0.25s linear !important;
    transition: all 0.25s linear !important;
}

.widget_categories li:before {
    content: '';
    position: absolute;
    background: #7e879a;
    width: 4px;
    height: 4px;
    left: 4px;
    top: 9px;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.widget_categories a:before,
.widget_categories a:after {
    content: '';
    position: absolute;
    border: 1px solid #7e879a;
    width: 12px;
    height: 12px;
    left: 0;
    top: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.widget_categories a:after {
    width: 8px;
    height: 8px;
    left: 2px;
    top: 7px;
}

.widget_categories a:hover {
    color: #35373c;
}

    .widget_categories a:hover:before,
    .widget_categories a:hover:after {
        border-color: #35373c;
    }

.widget_categories li:hover:before {
    background: #35373c;
}

.cat-count {
    float: right;
}

/* Pages */
.widget_pages .children li:first-child,
.widget_nav_menu .sub-menu li:first-child {
    margin-top: 10px;
}

/* Calendar */
.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

    .widget_calendar tbody a:hover,
    .widget_calendar tbody a:focus {
        background-color: #707070;
        background-color: rgba(51, 51, 51, 0.7);
        color: #fff;
    }

/* About Widget */
.about-widget img {
    display: block;
    margin-bottom: 30px;
}

/* Contact Widget */
.contact-widget ul {
    list-style: none;
    margin: 0;
}

.contact-widget li {
    overflow: hidden;
}

    .contact-widget li span {
        float: left;
        font-size: 18px;
        padding: 3px 0;
        text-align: center;
        width: 38px;
    }
/* Social Widget */

.social-widget ul {
    list-style: none;
    margin: 0;
}

.social-widget li a {
    border: 1px solid #dedede;
    float: left;
    font-size: 18px;
    margin: 0 5px 5px 0;
    padding: 8px 0;
    text-align: center;
    width: 38px;
}

.social-widget a:hover {
    background: #fdd66c;
    border: 1px solid #fdd66c;
    color: #35373c;
}

.social-widget.round li a {
    border-radius: 50%;
}

.round li a {
    color: #fff;
}

.round .twitter a {
    background: #31bbe8;
    border-color: #31bbe8;
}

.round .facebook a {
    background: #405a9c;
    border-color: #405a9c;
}

.round .googleplus a {
    background: #e94a4a;
    border-color: #e94a4a;
}

.round .instagram a {
    background: #9C7043;
    border-color: #9C7043;
}

.round .rss a {
    background: #F88C06;
    border-color: #F88C06;
}

.round .linkedin a {
    background: #4b96be;
    border-color: #4b96be;
}

/* Tabs Widget */
.tabs-menu {
    clear: both;
    margin: 0 0 30px;
    list-style: none;
    overflow: hidden;
}

    .tabs-menu li {
        line-height: 30px;
        float: left;
        margin: 0;
        width: 50%;
    }

        .tabs-menu li.current {
            position: relative;
            z-index: 5;
        }

        .tabs-menu li:first-child a {
            border-right: 1px solid #dedede;
        }

        .tabs-menu li a {
            border-bottom: 1px solid #dedede;
            display: block;
            font-size: 18px;
            padding: 0 0 5px;
            text-transform: uppercase;
            text-decoration: none;
        }

    .tabs-menu .current a {
        border-bottom: 3px solid #fdd66c;
        color: #35373c;
        padding-bottom: 3px;
    }

    .tabs-menu li.second-tab a {
        padding-left: 15px;
    }

.tabs-widget ul {
    list-style: none;
    margin: 0;
}

.tabs-widget li {
    margin-bottom: 20px;
    overflow: hidden;
}

.tabs-widget .thumbnail {
    float: left;
    margin: 0 20px 0 0;
}

.tab {
    float: left;
    width: 100%;
}

.tab-content {
    display: none;
}

#tab-1 {
    display: block;
}

.widgettitle {
    font-size: 14px;
    text-transform: uppercase;
}

.meta {
    color: #7e879a;
    display: block;
    font-family: "Georgia", serif;
    font-style: italic;
}

    .meta time {
        font-style: italic;
    }

.info {
    overflow: hidden;
}

.widget_kube_tabs_widget {
    margin-bottom: 30px;
}

/* Recent Comments */
.comments-widget .widgettitle {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

.site-content {
    margin: 66px 0;
}

.content-area {
    float: left;
    width: 77%;
}

.full-content-area {
    width: 100%;
}

    .full-content-area .site-main {
        margin-left: 0;
        margin-right: 0;
    }

.site-main {
    margin-right: 30px;
}

.widget-area {
    float: left;
    width: 23%;
}

.widget-title,
.comments-title,
#reply-title {
    color: #35373c;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#secondary .widget-title:before {
    content: '';
    display: block;
    background: #dedede;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    height: 1px;
    width: 100%;
}

.widget-title span {
    background: #fff;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    letter-spacing: 0;
}

.site-footer {
    background: #fff;
    padding: 70px 0 20px;
    position: relative;
}

    .site-footer .container {
        position: relative;
    }

.footer-widgets {
    overflow: hidden;
}

    .footer-widgets .footer-widget {
        float: left;
        width: 25%;
    }

.footer-widget .widget-title {
    text-align: left;
    margin-bottom: 25px;
}

.footer-widget .widget {
    margin-right: 25px;
}

.footer-widget.last .widget {
    margin-right: 0;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 6px;
    text-align: center;
    font-size: 24px;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display: none;
    background: #DDD;
    border-radius: 3px;
    line-height: 1.2;
}

    .scrollToTop:hover {
        text-decoration: none;
    }

.footer-top {
    color: rgba( 255,255,255,0.6 );
    margin: -125px 0 50px;
    text-align: center;
    width: 100%;
}

#tweecool,
.newsletter-widget {
    display: table-cell;
    text-align: left;
    max-width: 50%;
    width: 570px;
    vertical-align: middle;
}

.newsletter-widget {
    background: #8f81fa;
    padding: 25px 20px;
    text-transform: uppercase;
}

    .newsletter-widget input {
        font-size: 13px;
        font-weight: 400;
        text-shadow: none;
        text-transform: uppercase;
    }

        .newsletter-widget input[type='text'] {
            padding: 10px;
            float: left;
            font-size: 11px;
            color: #4a4d57;
            padding: 10px;
            width: 80%;
        }

#mc_embed_signup {
    float: left;
    width: 100%;
}

#mc_embed_signup_scroll {
    overflow: hidden;
}

.newsletter-left,
.newsletter-right {
    float: left;
    width: 40%;
}

.newsletter-right {
    width: 60%;
}

.newsletter-left h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 2px;
}

.newsletter-left span {
    font-size: 11px;
}

.mc-field-group {
    float: left;
    width: 80%;
}

.newsletter-widget input[type='submit'] {
    background: #31bbe8;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 13px 12px 14px;
}

#tweecool {
    background: #31bbe8;
    padding: 28px 20px 28px 100px;
    position: relative;
}

    #tweecool:before,
    #tweecool:after {
        color: #fff;
        content: 'Twitter';
        position: absolute;
        display: block;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        width: 100px;
        left: 0;
    }

    #tweecool:before {
        bottom: 28px;
    }

    #tweecool:after {
        content: "\f099";
        font-family: 'FontAwesome';
        font-size: 27px;
        top: 28px;
    }

    #tweecool a,
    #tweecool span {
        color: #238db0;
    }

    #tweecool ul {
        list-style-type: none;
        margin: 0;
    }

    #tweecool li {
        margin: 0;
    }

.tweets_txt {
    line-height: 1.7;
}

/* Other Layouts */
.sclayout {
    float: right;
}

    .sclayout .site-main {
        margin-left: 30px;
        margin-right: 0;
    }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin: 0 0 50px;
}

.entry-header {
    border-top: 3px solid #fdd66c;
    text-align: center;
}

    .entry-header .entry-title {
        color: #35373c;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        margin: 50px 0 5px;
        letter-spacing: 0;
        text-transform: uppercase;
    }

.entry-title a {
    color: #35373c;
}

    .entry-title a:hover {
        color: #fdd66c;
    }

.entry-footer .entry-meta {
    float: left;
}

.entry-meta,
.entry-meta a {
    color: #a7a7a7;
    font-size: 13px;
    text-transform: uppercase;
}

    .entry-meta span {
        border-right: 1px solid #d1d1d1;
        margin: 0 15px 0 0;
        padding: 3px 15px 3px 0;
    }

        .entry-meta span:last-child {
            border: 0;
            margin: 0;
            padding: 0;
        }

        .entry-meta span.posted-on {
            display: inline-block;
            margin-bottom: 20px;
            position: relative;
        }

.comments-link i {
    font-size: 20px;
    margin-right: 3px;
}

.posted-on:before,
.posted-on:after {
    content: '';
    background-color: #fdd66c;
    position: absolute;
    height: 1px;
    width: 35px;
    margin-left: -15px;
    bottom: -10px;
    left: 50%;
}

.posted-on:after {
    width: 4px;
    margin-left: -23px;
}

.read-more {
    text-align: center;
    text-transform: uppercase;
}

    .read-more a {
        border: 1px solid #fad46c;
        color: #a7a7a7;
        display: inline-block;
        margin: 20px 0 25px;
        padding: 10px 20px;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .read-more a:hover {
            background: #fad46c;
            color: #fff;
        }

.post .share-buttons {
    color: #a7a7a7;
    float: right;
    font-weight: 300;
    text-transform: uppercase;
}

.share-buttons span {
    display: inline-block;
}

.share-buttons a {
    margin-left: 10px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.post-thumbnail {
    position: relative;
}

.left-thumb .hentry {
    overflow: hidden;
}

.left-thumb .audio-player,
.left-thumb .post-format-video,
.left-thumb .post-thumbnail {
    float: left;
    width: 40%;
}

.left-thumb .post-content {
    overflow: hidden;
}

.left-thumb .entry-header,
.left-thumb .entry-content,
.left-thumb .entry-footer {
    border: 0;
    padding: 0 25px;
    overflow: hidden;
}

.left-thumb .entry-footer {
    border-top: 1px solid #eee;
    padding: 25px 0;
    margin: 0 25px;
}

.left-thumb .entry-title {
    margin-top: 25px;
}

.post-meta {
    text-transform: uppercase;
}

.left-thumb .post-meta {
    float: left;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.left-thumb .read-more {
    float: right;
}

    .left-thumb .read-more a {
        margin: 0;
        padding: 4px 8px;
    }

        .left-thumb .read-more a:hover {
            color: #fff;
        }

.left-thumb .comment-link a {
    color: #a7a7a7;
}

.left-thumb-meta {
    margin: 15px 0;
}

.left-thumb .entry-meta span {
    border: 0;
    padding-right: 0;
}

.left-thumb .posted-on:before,
.left-thumb .posted-on:after {
    display: none;
}

.left-thumb .format-quote {
    text-align: center;
}

    .left-thumb .format-quote .post-meta,
    .left-thumb .format-quote .read-more {
        display: block;
        float: none;
        margin: 0 0 10px;
        text-align: center;
    }

.left-thumb .post-type-icon {
    bottom: 0;
}

.post-type-icon {
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
}

    .post-type-icon i {
        background-color: #fdd66c;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        padding: 10px 25px 7px;
    }

.post .post-type-icon span {
    bottom: 0;
}

.page-content,
.entry-content,
.entry-summary {
    padding: 20px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.post-navigation,
.author-box,
.related-posts {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 65px;
}

.error-404 {
    background: #fff;
    padding: 50px 65px;
}

.entry-content {
    padding-bottom: 30px;
}

    .entry-content blockquote {
        font-family: "Georgia", serif;
        font-style: italic;
        min-height: 90px;
        margin-bottom: 20px;
        padding-left: 105px;
        position: relative;
    }

        .entry-content blockquote:before {
            content: "\f10d";
            font-size: 30px;
            position: absolute;
            left: 28px;
            top: 28px;
            font-family: 'FontAwesome';
        }

        .entry-content blockquote:after {
            content: '';
            width: 70px;
            height: 70px;
            border: 2px solid #fdd66c;
            left: 8px;
            position: absolute;
            top: 8px;
            border-radius: 50%;
        }

    .entry-content ul {
        margin-left: 20px;
    }

        .entry-content ul li {
            list-style: none;
            position: relative;
        }

            .entry-content ul li:before {
                color: #fdd66c;
                content: "\f0da";
                position: absolute;
                left: -18px;
                top: 1px;
                font-family: 'FontAwesome';
            }

.entry-footer {
    padding-bottom: 45px;
}

.author-info-container {
    border-top: 1px solid #eee;
    padding-bottom: 35px;
    padding-top: 35px;
}

.author-box-avtar {
    float: left;
    max-width: 24%;
}

.author-info {
    overflow: hidden;
    padding: 0 30px 20px;
}

.author-info-box {
    background: #f7f7f7;
    border: 1px solid #eee;
    overflow: hidden;
}

.author-head h5 {
    color: #35373c;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0;
}

.author-social {
    float: right;
}

    .author-social a {
        color: #c9c9c9;
    }

    .author-social .fa {
        font-size: 16px;
        margin-left: 10px;
    }

.site-main .post-navigation {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.post-navigation a {
    border: 1px solid #dedede;
    color: #7e879a;
    display: inline-block;
    padding: 8px 20px;
}

.site-main .post-navigation .nav-links {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0 0;
}

/* Breadcrumbs */
.breadcrumbs {
    color: #35373c;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    text-align: center;
}

    .breadcrumbs a {
        color: rgba( 0,0,0,0.3 );
    }

        .breadcrumbs a:hover {
            color: rgba( 0,0,0,0.6 );
        }

#breadcrumbs {
    background: #fdd66c;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

/* Related Posts */
.related-posts {
    padding-bottom: 60px;
}

    .related-posts h4 {
        border-top: 1px solid #eee;
        color: #35373c;
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px;
        padding-top: 35px;
        text-transform: uppercase;
    }

    .related-posts .slides li {
        margin-right: 25px;
    }

.related-content {
    background: #f7f7f7;
    border: 1px solid #eee;
    overflow: hidden;
}

.related-posts .featured-thumbnail {
    float: left;
    max-width: 115px;
}

.related-posts .excerpt {
    overflow: hidden;
    padding: 20px;
}

.related-posts .title {
    clear: none;
    color: #35373c;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.related-posts a {
    color: #35373c;
}

/* Maonry Layout */
.masonry .site-main {
    float: left;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
}

.masonry.content-area {
    width: 100%;
}

.masonry .post {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 262px;
}

.masonry .format-gallery,
.masonry .format-video {
    width: 550px;
}

.masonry .flexslider {
    overflow: hidden;
}

.masonry .entry-header,
.masonry .entry-content,
.masonry .entry-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.masonry .posts-navigation {
    float: left;
    margin: 0;
    width: 100%;
}

.masonry .entry-footer {
    overflow: hidden;
}

    .masonry .entry-footer .entry-meta {
        float: none;
    }

.masonry .post .share-buttons {
    float: none;
    margin: 10px 0 0;
}

/*--------------------------------------------------------------
10.2 Post Formats
--------------------------------------------------------------*/
.post-format-content {
    position: relative;
}
/* Gallery Format */
.format-gallery .entry-header,
.format-gallery .featured-content {
    border-top-color: #ecce59;
}

.format-gallery .post-type-icon i,
.format-gallery .flex-control-paging li a.flex-active,
.format-gallery .flex-control-paging li a:hover {
    background: #ecce59;
}

/* Link Format */
.format-link .post-format-content {
    background: #e8eff1;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    padding: 50px 20px 75px;
    position: relative;
    text-align: center;
}

.format-link .post-type-icon i {
    background-color: #b0d5cd;
}

.format-link .entry-header,
.format-link .featured-content {
    border-top-color: #b0d5cd;
}

/* Image Format */
.format-image .post-type-icon i {
    background-color: #8f81fa;
}

.format-image .entry-header,
.format-image .featured-content {
    border-top-color: #8f81fa;
}

/* Format Audio */
.format-audio .post-type-icon i {
    background-color: #f3864e;
}

.format-audio .entry-header,
.format-audio .featured-content {
    border-top-color: #f3864e;
}

/* Video Format */
.format-video .post-type-icon i {
    background-color: #f3854f;
}

.format-video .entry-header,
.format-video .featured-content {
    border-top-color: #f3854f;
}

/* Quote Format */
.format-quote .post-type-icon i {
    background-color: #92bf7c;
}

.format-quote .entry-header,
.format-quote .featured-content {
    border-top-color: #92bf7c;
}

.format-quote .post-format-content {
    background: #778571;
    color: #cdd3cb;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    padding: 70px 100px 70px;
    position: relative;
    text-transform: uppercase;
}

    .format-quote .post-format-content span {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
    }

    .format-quote .post-format-content p {
        font-weight: 300;
        position: relative;
    }

        .format-quote .post-format-content p:before {
            color: #fff;
            content: "\f10d";
            font-family: 'FontAwesome';
            position: absolute;
            left: -40px;
            top: -15px;
        }

/* Audio Player */
.audio-player {
    background: #f0f0f0;
    padding: 20px 0;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-title {
    text-align: left;
}

.comments-text {
    margin-right: 85px;
    position: relative;
}

    .comments-text:before {
        background: #dedede;
        content: '';
        display: block;
        width: 65px;
        height: 1px;
        position: absolute;
        right: -78px;
        top: 48%;
    }

.comments-count {
    background: #fdd66c;
    border-radius: 50%;
    display: inline-block;
    padding: 4px 0;
    width: 34px;
    text-align: center;
}

.comment-list {
    border-bottom: 1px solid #dedede;
    list-style: none;
    margin: 0 0 60px;
    padding: 0 0 20px;
}

.comment-body {
    margin-bottom: 30px;
}

.author-avtar {
    float: left;
    margin-right: 25px;
}

    .author-avtar img {
        border-radius: 50%;
    }

.comment-wrap {
    overflow: hidden;
}

.comment-meta {
    margin-bottom: 10px;
}

.comment-metadata {
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 13px;
}

    .comment-metadata a {
        color: #8e8f93;
    }

.comment-author {
    font-size: 13px;
    margin-right: 5px;
    text-transform: uppercase;
}

.fn,
.fn a {
    color: #35373c;
    font-style: normal;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-reply-link {
    background: #fdd66c;
    color: #35373c;
    float: right;
    font-size: 13px;
    padding: 5px 20px;
    text-transform: uppercase;
}

    .comment-reply-link:hover {
        background: #fdd66c;
        color: #35373c;
    }

.comment .children {
    list-style: none;
    margin-left: 90px;
}

.comment-respond {
    overflow: hidden;
    padding: 4px 0 0;
}

#reply-title {
    float: left;
    position: relative;
    text-align: left;
}

    #reply-title:before {
        background: #dedede;
        content: '';
        display: block;
        width: 50px;
        height: 1px;
        position: absolute;
        right: -63px;
        top: 48%;
    }

    #reply-title:after {
        background: #fdd66c;
        border-radius: 50%;
        content: "\f0e6";
        display: block;
        font-family: 'FontAwesome';
        width: 34px;
        padding: 4px 0;
        position: absolute;
        right: -107px;
        top: -4px;
        text-align: center;
    }

#commentform {
    float: left;
    width: 100%;
}

.comment-form label {
    display: none;
}

.widget .cat-item {
    line-height: 21px;
}

#gasp_p {
    float: right;
    position: relative;
    top: -45px;
}

    #gasp_p label {
        display: block;
    }

.comment-form-left,
.comment-form-right {
    float: left;
    width: 50%;
}

.comment-form-section {
    margin-right: 15px;
}

    .comment-form-section p {
        margin-bottom: 8px !important;
    }

.comment-form input[type="text"] {
    padding: 8px 0;
    text-indent: 15px;
    width: 100%;
}

.comment-form-author,
.comment-form-email {
    margin-bottom: 8px;
}

.comment-form-url {
    margin: 0;
}

.comment-form textarea {
    min-height: 124px;
    padding: 5px 10px;
}

.comment-form input[type="text"],
.comment-form textarea {
    font-size: 13px;
}

.comment-form input[type="submit"] {
    background: #fdd66c;
    border: 0;
    color: #35373c;
    font-size: 13px;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

.form-submit {
    clear: both;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0 auto;
    }

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.sd-content li:before {
    display: none;
}

.post-outer {
}

    .post-outer:nth-child(even) {
        margin: 0;
    }

.post.hentry {
    margin: 0 12px 25px;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;
    -moz-box-shadow: 0px 2px 20px -10px #000;
    -ms-box-shadow: 0px 2px 20px -10px #000;
}

.post-body {
    font: normal normal 13px Merriweather, sans-serif;
    line-height: inherit;
    word-wrap: break-word;
}
/*------[ index page ]-------*/
.article_date {
    display: none;
    width: auto;
    position: relative;
    margin-bottom: 30px;
    font-family: Playfair Display;
    font-style: italic;
    color: #999;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    padding-top: 0;
    color: #222;
}

    .article_date:before {
        content: "";
        width: 30px;
        height: 1px;
        position: absolute;
        bottom: -7px;
        left: 0px;
        background: #000;
    }

.article_header h2 {
    font-family: playfair display, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
}

    .article_header h2 a {
        color: #333;
    }

.article_container {
    position: relative;
    margin-bottom: 25px;
}

.article_slider, .playbutton, .article_image {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

    .article_image img,
    .article_slider img {
        width: 100%;
    }

.article_inner {
    padding: 20px 25px 0 25px;
    position: relative;
    clear: both;
    background: #fff;
}

.article_excerpt {
    margin-bottom: 25px;
}

.article_footer {
    clear: both;
    padding: 0px 0px 15px 0;
}

    .article_footer .meta {
        position: relative;
        display: inline-block;
        font-style: italic;
    }

article_footer {
    clear: both;
    padding: 0px 25px 25px;
}

.article_footer .meta {
    position: relative;
    display: inline-block;
    font-style: italic;
}

.meta i {
    margin-right: 3px;
}

.meta_right {
    width: auto;
    display: none;
}

.meta-item.categories a:nth-child(n+2) {
    display: none;
}

.meta-item.categories a {
    background-color: #FF435D;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 4px 7px;
    text-transform: uppercase;
    font-size: 10px;
}

.meta-item.categories {
    font-size: 12px;
    font-family: montserrat,sans-serif;
    letter-spacing: 0;
    float: left;
}

.meta_date {
    float: right;
}

/***** Page Nav CSS *****/
#blog-pager {
    display: inline-block;
    margin: 25px auto 0;
    overflow: visible;
    padding: 25px 0;
    width: 100%;
}

#blog-pager-newer-link {
    padding: 20px 0px;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: 50%;
}

#blog-pager-older-link {
    padding: 20px 0px;
    position: relative;
    text-align: right;
    width: 50%;
}

a#Blog1_blog-pager-older-link, a#Blog1_blog-pager-newer-link {
    display: inline-block;
    background: #FF435D;
    line-height: 1;
    padding: 8px 13px;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
}

.post-list {
    padding-right: 40px;
}

.showpageOf, .home-link {
    display: none;
}

.showpagePoint {
    background: #FF435D;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.showpage a, .showpageNum a {
    background: #333;
    color: #FFFFFF !important;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .showpage a:hover, .showpageNum a:hover {
        background: #FF435D;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-decoration: none;
    }

.css3-gaussian-blur * {
    background-image: none !important;
    border-color: rgba(0, 0, 0, 0.05) !important;
    color: transparent !important;
    pointer-events: none !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.blur-image-container {
    position: relative;
}

.blur-upword-text {
    position: absolute;
    top: 20%;
    left: 28%;
    border-radius: 6px;
    text-align: center;
}

.blur-button {
    background: #2bc767 none repeat scroll 0 0;
    color: #fff;
    font-family: "Open Sans";
    border-radius: 4px;
    cursor: pointer;
    display: block;
    line-height: 1.6;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 0 11px 1px #000;
    border: 3px solid #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .blur-button:hover {
        color: #fff;
        background: #1b79bb;
    }

.fa-usd {
    color: #2bc767;
}

.price-popup {
    display: inline-block;
    font-size: 16px;
    padding-left: 10px;
}

.comment-form-left {
    padding-left: 15px;
}

.callout-carousel {
    padding: 20px;
}

    .callout-carousel .vce-grid-text h2 {
        font-size: 16px;
        margin-bottom: 6px;
        color: #353535;
        margin-top: 5px;
    }

    .callout-carousel .banner-item {
        border: 1px solid #eee;
        padding: 0;
        margin-right: 15px;
    }

    .callout-carousel .vce-grid-text p {
        margin-bottom: 10px;
        font-size: 13px;
        color: #353535;
    }

    .callout-carousel .owl-next {
        right: 3px;
    }

    .callout-carousel .owl-prev {
        left: -10px;
    }

    .callout-carousel .owl-next, .callout-carousel .owl-prev {
        opacity: 1;
    }

    .callout-carousel .vce-grid-text {
        width: 49%;
        float: left;
    }

    .callout-carousel .owl-item .banner-item img {
        width: 45%;
        float: left;
        margin-right: 10px;
        width: auto;
    }

    .callout-carousel .vce-grid-text .read-more-link {
        background: #353535;
        padding: 5px 10px;
        color: #fff;
        line-height: 1.6;
        display: inline-block;
        font-size: 12px;
        text-transform: capitalize;
        float: right;
    }

        .callout-carousel .vce-grid-text .read-more-link:hover {
            background: #fdd66c;
            color: #353535;
        }

.document_data {
    padding: 0 15px;
    margin-top: 35px;
}

    .document_data h4 {
        margin-bottom: 10px;
        line-height: 1.2;
        letter-spacing: 0.2px;
        font-size: 18px;
    }


.document_stats .stat_cell:first-child {
    padding-left: 0;
}

.document_stats .stat_cell:last-child {
    border-right: 0;
}

.document_stats {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #666;
    font-size: 14px;
    margin: 14px 0;
    padding: 12px 0;
    white-space: nowrap;
}

.document_data .publish_info {
    color: #666;
    font-size: 14px;
    margin-top: 3px;
}

.document_data .widget-title {
    margin-bottom: 15px;
}

.document-image {
    margin: 15px 0 0 40px;
}

.related-blogs {
    position: relative;
}

    .related-blogs .text:before {
        background: #dedede none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        left: 180px;
        top: 55%;
        width: 100px;
    }

    .related-blogs .text {
        font-size: 24px;
        padding: 0 20px;
        color: #353535;
        font-family: "Open Sans";
        margin-bottom: 5px;
        margin-right: 100px;
    }

    .related-blogs .post-count {
        background: #65cded;
        border-radius: 50%;
        display: inline-block;
        padding: 4px 0;
        text-align: center;
        width: 34px;
        font-size: 15px;
    }

.modal-window-button {
    margin: 15px 0;
}

    .modal-window-button .btn-info {
        background: #ff8500 none repeat scroll 0 0;
        border-radius: 5px;
        box-shadow: 0 -3px 0 #e07400 inset;
        color: #fff;
        cursor: pointer;
        font-weight: 600;
        outline: 0 none;
        padding: 8px 12px 10px;
        text-align: center;
        width: 204px;
        display: inline-block;
    }

.modal {
    top: 40%;
}


.document_data .publish_info a {
    color: #1a7bba;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}

.download-button {
    width: 224px;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .download-button a {
        background-color: #1b79bb;
        border-color: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        height: 44px;
        letter-spacing: 0.025em;
        line-height: 42px;
        min-width: 120px;
        padding: 0 30px;
        text-align: center;
        text-transform: capitalize;
        transition: background 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s;
    }


.document_stats .stat_cell {
    border-right: 1px solid #e1e1e1;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
}

.star_ratings {
    position: relative;
}

    .star_ratings .rating_star {
        color: #ccc;
        cursor: pointer;
        display: inline-block;
        line-height: 15px;
        padding-right: 4px;
        position: relative;
        text-align: center;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        -o-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        -webkit-transition: all 0.5s linear 0s, color 0.1s ease-in-out 0s;
        -moz-transition: all 0.5s linear 0s, color 0.1s ease-in-out 0s;
        -ms-transition: all 0.5s linear 0s, color 0.1s ease-in-out 0s;
        -o-transition: all 0.5s linear 0s, color 0.1s ease-in-out 0s;
        transition: all 0.5s linear 0s, color 0.1s ease-in-out 0s;
    }

.icon-feature::before {
    content: "\f005";
    font-family: 'FontAwesome';
}

.star_ratings .rating_star.light_lit {
    color: #6ac6e2;
}

    .star_ratings .rating_star.light_lit:hover {
        color: #fdd66c;
    }

.scroll-container {
    margin: 30px 0;
    height: 150px;
    padding: 0px 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .scroll-container p {
        font-size: 12px;
        line-height: 15px;
    }

.top-heading-section {
    margin: 0 0 15px;
    padding: 0 15px;
}

    .top-heading-section h2 {
        margin: 0;
        display: inline-block;
        float: left;
        font-size: 24px;
    }

.bdp_doc-viewer_page-count {
    float: right;
    margin-top: 2px;
}

.bdp_page-count_label {
    font-size: 18px;
}

.bdp_page-count_highlight {
    background-color: #005f9c;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 6px 12px;
}

.image-pager {
    position: relative;
}

    .image-pager span {
        background-color: #fcfcfc;
        border-bottom: 1px solid #e3e3e3;
        border-bottom-right-radius: 5px;
        border-color: #e3e3e3;
        border-right: 1px solid #e3e3e3;
        font-size: 13px;
        left: 40px;
        line-height: 21px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 2px 5px;
        position: absolute;
        top: 15px;
    }

    .image-pager:hover span {
        opacity: 0;
        cursor: pointer;
    }

.leader_branding {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}

.top-header {
    border-bottom: 1px solid #e1e1e1;
}

    .top-header .inner {
        margin: 0 auto;
        padding: 20px 0;
        width: 996px;
    }

        .top-header .inner h2 {
            font-size: 26px;
            color: #353535;
            margin-bottom: 0;
            font-weight: 200;
            text-align: center;
            font-family: "Open Sans", sans-serif;
            letter-spacing: 0;
        }

            .top-header .inner h2 .sub {
                font-size: 18px;
                letter-spacing: 0;
                font-weight: normal;
                margin-top: 4px;
                color: #353535;
                font-family: "Open Sans", sans-serif;
            }

.home-container {
    width: 996px;
    padding: 20px 0;
    margin: 0 auto;
}

    .home-container .top {
        text-align: center;
    }

        .home-container .top h2 {
            font-size: 36px;
            margin-bottom: 0;
            font-weight: 200;
            text-align: center;
            font-family: "Open Sans", sans-serif;
            letter-spacing: 0;
            color: #353535;
        }

        .home-container .top h3 {
            font-size: 15px;
            letter-spacing: 0;
            font-weight: normal;
            margin-top: 4px;
            color: #999;
            font-family: "Open Sans", sans-serif;
        }

        .home-container .top input {
            padding: 10px;
            width: 60%;
            min-width: 260px;
            margin: 0 auto;
            display: block;
        }

        .home-container .top textarea {
            padding: 10px;
            height: 100px;
            -moz-min-width: 260px;
            -ms-min-width: 260px;
            -o-min-width: 260px;
            -webkit-min-width: 260px;
            min-width: 260px;
            width: 60%;
            display: block;
            margin: 20px auto 0;
        }

        .home-container .top .button {
            display: block;
            margin: 20px auto;
            line-height: 20px;
            color: #fff;
            min-width: 180px;
            width: 20%;
        }

        .home-container .top .upload-button {
            padding: 15px;
            font-size: 16px;
        }

        .home-container .top .button .fa-arrow-up {
            color: #fff0f5;
        }

.top-social-icon .upload_btn {
    padding: 5px 18px 9px 10px;
    background: #e2a700;
    margin-right: 10px;
}

    .top-social-icon .upload_btn:hover {
        background: #000;
    }

.listing-container {
    margin: 50px 0 0;
}

    .listing-container ul {
        float: none;
        margin: 0 auto;
    }

        .listing-container ul li {
            list-style-type: none;
            margin-bottom: 30px;
        }

            .listing-container ul li .under_title {
                margin-top: 16px;
                font-family: "Open Sans", sans-serif;
                color: #353535;
                font-size: 15px;
            }

            .listing-container ul li .listing-image {
                position: relative;
                display: inline-block;
            }

                .listing-container ul li .listing-image .pager {
                    background: #d5d5d5 none repeat scroll 0 0;
                    left: 0;
                    padding: 1px 6px;
                    position: absolute;
                    top: -10px;
                    font-size: 12px;
                }

                .listing-container ul li .listing-image:hover .pager {
                    opacity: 0;
                }


.transparent-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.listing-container ul li .listing-image:hover .transparent-background {
    background: rgba(0, 0, 0, 0.4);
}

.landing-page-heading .landing-content {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
}

    .landing-page-heading .landing-content h2 {
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }

    .landing-page-heading .landing-content p {
        font-size: 16px;
    }

.fixed_wrapper_top {
    background: #32c0e5;
    text-align: center;
    padding: 20px 30px;
}

    .fixed_wrapper_top h4 {
        font-size: 22px;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }

        .fixed_wrapper_top h4 span {
            font-size: 22px;
            color: #fff !important;
            font-family: "Open Sans", sans-serif;
        }

    .fixed_wrapper_top p {
        font-size: 16px;
        line-height: 16px;
        display: block;
        color: #fff;
        margin-bottom: 20px;
        font-family: "Open Sans", sans-serif;
    }

.button_centerer a span {
    padding: 7px 15px;
    background: #e2a700;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #fff !important;
}

    .button_centerer a span:hover {
        background: #000;
    }

.listing-container #blog-pager {
    width: 47%;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
}

.open_container {
    margin: 30px auto;
    width: 80%;
}

    .open_container h3 {
        font-size: 28px;
        font-weight: 200;
        line-height: 35px;
        margin-bottom: 10px;
        white-space: nowrap;
        font-family: "Open Sans", sans-serif;
    }

.upload_landing .open_container p {
    color: #666;
    font-family: "Open Sans", sans-serif;
}

.bottom-listing {
    width: 80%;
    margin: 0 auto 30px;
}

    .bottom-listing ul li {
        list-style-type: none;
    }

        .bottom-listing ul li a {
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
        }

@media (max-width:990px) {
    .blur-upword-text {
        left: 0;
        right: 0;
    }

    .image-pager {
        margin: 20px auto 10px;
        width: 190px;
    }

    .download-button {
        margin: 0 auto -10px;
        width: 200px;
    }

    .modal-window-button {
        margin: 0px auto 20px;
        width: 200px;
    }

    .widget-area {
        float: none;
        margin: 0 auto;
        width: 95%;
    }
    .top-header {
    width: 100%;
}
    .top-header .inner {
    margin: 0 auto;
    padding: 20px 0;
    width: auto;
}
    .open_container {
    margin: 30px auto;
    width: 100%;
}
    .open_container h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 35px;
    margin-bottom: 10px;
    white-space: normal;
}
    .home-container {
         width: auto;
    }
}

@media (max-width:480px) {
    .comment-form-left {
        padding-left: 0;
    }
    .under_title {
    text-align: center;
}
    .listing-container ul li .listing-image {
    display: block;
    position: relative;
    width: 50%;
}
.listing-image {
    margin: 0 auto;
}
    .related-blogs .text {
        color: #353535;
        font-family: "Open Sans";
        font-size: 16px;
        margin-bottom: 5px;
        margin-right: 12px;
        padding: 0 20px;
    }

    .related-blogs .post-count {
        background: #65cded none repeat scroll 0 0;
        border-radius: 50%;
        display: inline-block;
        font-size: 15px;
        padding: 4px 0;
        text-align: center;
        width: 34px;
    }

    .related-blogs .text:before {
        background: #dedede none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        left: 190px;
        position: absolute;
        top: 63%;
        width: 70px;
    }

    .callout-carousel .owl-item .banner-item img {
        float: left;
        margin-right: 10px;
        width: 200px;
    }

    .callout-carousel .vce-grid-text {
        float: left;
        width: 100%;
    }

    .widget-area {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
}
