/*
Theme Name: Wp Contented
Theme URI: http://deucethemes.com/themes/wp-contented/
Author: Deuce Themes
Author URI: http://deucethemes.com/
Text Domain: wp-contented
Domain Path: /library/translation
Description: Contented is a cool and sophisticated blogging theme with an infinite scrolling home page. It is fully responsive so looks equally good on desktop, tablet and mobile and it offers a range of customization options with no coding required...choose your own colors, upload your own logo, set the favicon, set social media links, change the slider behaviour, choose whether to display author bios and/or related posts.
Version: 2.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

*/

/*******************************************************************************************/

/*globals*/
a {
    color: #333;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

iframe {
    width: 100%;
}

body dl dt {
    margin: 0!important;
}
img{
    max-width: 100%;
    height: auto;
}

.entry-content ul li:before {
    content: "\203A \020 \020";
    font-family: 'Raleway-Heavy',sans-serif,arial;
    font-size: 20px;
}

.entry-content  ol {
    counter-reset: my-counter;
}

.entry-content  ol > li:before {
    content: counter(my-counter) ". \020";
    counter-increment: my-counter;
    font-family: 'Raleway-Heavy',sans-serif,arial;
    font-size: 20px;
}

.entry-content ul,.entry-content ol {
    margin: 0 30px;
}

.widget li:before,nav[role="navigation"] li:before {
    content: "";
}

.clear {
    clear: both;
}

.front-wrapper #content {
    margin-top: 0;
}

.table {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.tagcloud a {
    border: 1px solid #333;
    font-size: 14px !important;
    padding: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.full.d-5of7 {
    width: 100%;
}

.short-divider {
    background: none repeat scroll 0 0 #FFB83A;
    height: 0.25em;
    margin: 0 auto 2rem;
    width: 6.25em;
    position: relative;
    z-index: 200;
}

/*required css*/
.sticky{}
.gallery-caption{}
.bypostauthor{}

/*header*/
#inner-header {
    position: relative;
}

.side-nav {
    margin: 20px 0;
}

.side-nav span {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

body.home .side-nav span,
body.archive .side-nav span,
body.search .side-nav span,
body.blog .side-nav span,
body.page-template-template-featured .side-nav span{
    color: #333;
}

.social-icons {
    width: auto;
    max-width: 100%;
    padding: 0 0 14px;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 36px;
}

.social-icons a {
    margin-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    width: auto;
    font-size: 28px;
}

.social-icons a .fa:hover {
    color: #FFB83A;
}

.social-icons a .fa {
    color: #fff;
}

body.home .social-icons a .fa,
body.archive .social-icons a .fa,
body.search .social-icons a .fa,
body.blog .social-icons a .fa,
body.page-template-template-featured .social-icons a .fa {
    color: #333;
}

.full-top-area {
    position: relative;
    background: #333;
}

body #logo {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
    display: block;
}

body .has-logo {
    max-width: 350px;
    margin: 20px auto 0!important;
}

body #logo img {
    display: block;
    text-align: center;
    margin: 15px auto;
    width: 100%;
}

body #logo a {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'oswaldbold', sans-serif, arial;
    color: #fff;
    margin: 0!important;
    font-size: 1.5em;
    line-height: 0.2em;
}

body.home #logo a,
body.archive #logo a,
body.search #logo a,
body.blog #logo a,
body.page-template-template-featured #logo a{
    color: #333;
}

body .site-description {
    text-align: center;
    margin: 0 0 40px;
}

body .site-description a {
    font-family: 'oswaldlight', sans-serif, arial;
    font-size: 18px;
    line-height: 1.5em;
    text-decoration: none;
    color: #fff;
}

body.home .site-description a,
body.archive .site-description a,
body.search .site-description a,
body.blog .site-description a,
body.page-template-template-featured .site-description a {
    color: #ffb83a;
}

.nav-show {
    display: block!important;
}

#push {
    display: none;
}

#main-navigation {
    margin-left: -320px;
    left: 0;
    width: 320px;
    background: #333;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    color: #fff;
    padding: 100px 20px 20px;
    font-weight: 100;
    font-size: 16px;
    top: 0;
}

#main-navigation .fixed {
    position: fixed;
    max-width: 320px;
    right: 0;
    top: 0;
}

#main-navigation ul li#close {
    display: block;
}

#push {
    display: block;
    position: absolute;
    margin: 0;
    z-index: 10001;
    top: 36px;
}

#push span.fa-times {
    display: none;
}

.bt-menu-open span {
    color: #ffb83a!important;
    position: fixed!important;
    left: 20px;
}

.bt-menu-open span.fa-bars {
    display: none;
}

.bt-menu-open span.fa-times {
    display: block!important;
}

#main-navigation .widget {
    padding: 0;
}

#main-navigation .widgettitle {
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
    font-family: 'oswaldbold', sans-serif, arial;
    color: #fff!important;
}

#main-navigation a {
    color: #fff;
    text-decoration: none;
}

#main-navigation a:hover {
    color: #FFB83A;
}

#main-navigation .widget ul li {
    border: none;
    font-family: 'oswaldbook', sans-serif, Helvetica;
}

#main-navigation .widget #wp-calendar caption,
.footer-widgets .widget #wp-calendar caption,
#main-navigation .wp-caption,
#main-navigation button,
html #main-navigation input[type="button"],
#main-navigation input[type="reset"],
#main-navigation input[type="submit"] {
    background: #FFB83A;
    color: #333;
}

#main-navigation .wp-caption p.wp-caption-text {
    color: #333;
}

#main-navigation .tagcloud a {
    border: 1px solid #fff;
}

#main-navigation .widget #wp-calendar thead {
    border: 1px solid #fff;
}

#main-navigation .searchform input[type="text"] {
    width: 100%;
}

#main-navigation img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#main-navigation .menu li {
    font-family: 'Raleway-Bold', sans-serif, arial;
}

#main-navigation .menu li ul {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
}

.margin-bottom {
    margin-bottom: 60px;
}

.no-menu-widgets p {
    color: #FFB83A;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    padding: 20px;
    font-size: 22px;
}
/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* Tag links style */
.tag-links {
    margin-top: 20px;
    font-family: 'oswaldbold', sans-serif, Helvetica;
}

.tag-links a {
    color: #333;
    display: inline-block;
    line-height: 1.2727272727;
    padding: 3px;
    position: relative;
    text-transform: uppercase;
    font-family: 'oswaldbook', sans-serif, Helvetica;
    text-decoration: none;
}
/*blog list*/
.blog-list {
    margin: 0;
    background: #fff;
    padding: 30px 30px 0;
    width: 70%;
    float: left;
    border-right: 4px solid #E3E3E3;
}

.blog-list .item {
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    position: relative;
}

.blog-list .item .wrap {
    position: relative;
    z-index: 200;
    padding: 60px 0;
}

.blog-list li:before {
    content: "";
}

.blog-list li .the-post-image {
    position: relative;
}

.blog-list li .the-post-image span.fa {
    background: none repeat scroll 0 0 #ffb83a;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
}

.blog-list li.status-format {
    margin-bottom: 50px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 50px;
}

.blog-list li .the-post-image iframe {
    height: 340px;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog-list .item .item-description {
    position: relative;
    top: -75px;
}

.blog-list li .the-post-title {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    padding-bottom: 0;
    width: 90%;
    text-align: center;
}

.blog-list li .the-post-title .mejs-container {
    margin: 0;
}

.blog-list li .excerpt {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 50px;
}

.blog-list .item:last-child .excerpt {
    padding: 0;
    border: none;
}

.blog-list li .excerpt iframe {
    height: 250px;
}

.blog-list li .excerpt p {
    margin: 0;
    color: #333;
    padding: 40px 0 0;
    text-align: center;
}

.blog-list .item h2 {
    font-size: 48px;
    margin: 0;
    padding: 20px 10px 0;
    text-transform: uppercase;
    font-family: 'oswaldbold', sans-serif, arial;
    color: #333;
}

.blog-list .item h2 a {
    color: #333;
}

.blog-list .item h2 a:hover {
    text-decoration: underline;
}

.blog-list .item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.blog-list .item .no-featured-image {
    height: 420px;
    background: #333;
    font-family: 'oswaldlight', sans-serif, arial;
    font-size: 18px;
    font-size: 24px;
    color: #fff;
}

.blog-list .item a {
    text-decoration: none;
    color: #ffb83a;
}

.blog-list .item a.excerpt-read-more {
    color: #333;
}

.blog-list .item a.post-link {
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-list .item time {
    color: #ffb83a;
}

.blog-list .item .format-link {
    background: #333;
    padding: 10px;
    margin: 0;
}

.blog-list .item .date,
.blog-list .item .quote-source {
    margin: 0;
    text-align: center;
    color: #ffb83a;
    text-transform: uppercase;
    font-family: 'oswaldlight', sans-serif, arial;
    font-size: 18px;
}

.blog-list .item div.status-content {
    padding: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.blog-list .item div.status-content p {
    color: #fff;
    font-family: 'vollkornitalic', sans-serif, arial;
    font-size: 30px;
    margin-top: 0;
}

.blog-list .item .chat-content {
    padding-top: 40px;
}

.blog-list .item .bg-overlay {
    top: 0;
}

.post-holder {
    padding: 0 30px;
}

.sidebar-area .sidebar {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    padding: 30px !important;
    width: 30%;
}

.single .status-content {
    font-family: 'vollkornitalic', sans-serif, Helvetica;
    font-size: 24px;
}

.chat-content p {
    padding: 0!important;
}

.chat-content .wp-smiley {
    margin: 0;
}

.quote-content {
    color: #808080;
    font-size: 20px;
    font-style: italic;
    padding: 0!important;
}

.quote-source {
    font-weight: bold;
    text-align: right;
}

body .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #444;
}

body .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ddd;
}

body .mejs-container {
    margin: 20px 0;
}

/*single-post*/
body #main {
    padding-right: 0;
}

body .post-content-single {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    background: #fff;
}

body.home .header[role="banner"],
body.search .header[role="banner"],
body.archive .header[role="banner"],
body.blog .header[role="banner"] {
    box-shadow: none;
    width: 100%;
    z-index: 9999;
}

body.single .header[role="banner"],
body.page .header[role="banner"],
body.error404 .header[role="banner"] {
    box-shadow: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 20px;
}

body.page-template-template-featured .header[role="banner"]{
    position: static;
}

body.single .hentry {
    margin: 0;
}

body.page-template-template-featured .post-content-single{
    padding: 100px;
    position: relative;
}

body.page-template-template-featured .post-content-single #page-content{
    position: relative;
    z-index: 200;
}

body.page-template-template-featured .post-content-single .entry-content p{
    color: #fff;
}

body.page-template-template-featured .featured-page-title{
    color: #fff;
    font-family: "oswaldbook",sans-serif,arial;
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.article-header h1 {
    font-family: 'oswaldbold', sans-serif, arial;
    font-size: 60px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    position: relative;
    z-index: 200;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title-wrap {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0;
}

.title-wrap .title-wrap-inner {
    background: #fff;
    padding: 30px;
    width: 65%;
    margin: 0 auto;
}

.title-wrap .date {
    font-family: 'oswaldlight', sans-serif, Helvetica;
    text-transform: uppercase;
    text-align: center;
    color: #ffb83a;
}

.title-wrap .date a {
    text-decoration: none;
    color: #ffb83a;
}

.entry-content blockquote,
.entry-content .chat-content,
.single .status-content,
.entry-content .format-link {
    margin: 30px auto;
    width: 70%;
    text-align: center;
    border: 2px solid #ffb83a;
    border-right: none;
    border-left: none;
    padding: 20px 0;
    font-family: 'vollkornitalic', sans-serif, Helvetica;
}

.entry-content blockquote .quote-content {
    font-family: 'oswaldbook', sans-serif, arial;
    font-style: normal;
}

.entry-content blockquote .quote-source {
    text-align: center;
    font-family: 'oswaldlight', sans-serif, arial;
    color: #ffb83a;
}

.entry-content .format-link a {
    text-decoration: none;
    color: #333;
}

body .byline {
    font-style: normal;
    color: #333;
    font-size: 14px;
}

body .divider-posted {
    background: #333;
    padding: 30px;
}

body .byline.blog {
    color: #ffb83a;
    font-size: 14px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    font-family: 'oswaldlight', sans-serif, Helvetica;
}

body .byline.blog a {
    color: #333;
    text-decoration: none;
}

body .byline a {
    color: #333;
}

body.page-template-full-width-php .byline {
    display: none;
}

body .hentry footer {
    padding: 0;
}

body .next-prev-post {
    padding: 30px 0;
    margin-top: 30px;
    border: 2px solid #E3E3E3;
    border-right: 0;
    border-left: 0;
}

body .next-prev-post span {
    display: block;
    font-family: 'oswaldlight', sans-serif, Helvetica;
}

body .next-prev-post a {
    text-decoration: none;
    font-family: 'oswaldbook', sans-serif, Helvetica;
}

body .next-prev-post a:hover {
    text-decoration: underline;
}

body .next-prev-post .prev {
    float: left;
    width: 50%;
    text-align: left;
}

body .next-prev-post .next {
    float: right;
    width: 50%;
    text-align: right;
}

body .after-content-area {
    width: 70%;
    float: left;
    border-right: 4px solid #E3E3E3;
    padding-right: 30px;
}

body .after-content-area.widget-hide{
    border-right: none;
    float: none;
    padding-right: 0;
    width: 100%;
}

body .after-content-area h3.section-title,
body .comment-reply-title {
    text-align: center;
    font-family: 'oswaldbold', sans-serif, Helvetica;
    font-size: 24px;
    text-transform: uppercase;
    padding: 30px 0;
    margin: 30px 0;
    border: 2px solid #E3E3E3;
    border-left: none;
    border-right: none;
}

body.page #comments-title {
    border-top: none;
    margin-top: 0;
}

body .after-content-area footer .section-title {
    margin-top: 0;
    border-top: none;
}

body .avatar {
    float: left;
    margin-right: 30px;
    width: 80px;
    height: 80px;
}

body .avatar img {
    width: 100%;
    margin: 0;
}

body .info {
    width: 85%;
    float: left;
}

body .info p.author {
    font-family: 'oswaldbook', sans-serif, arial;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 20px;
}

body .info p.author span {
    font-family: 'Raleway-Regular', sans-serif, arial;
}

body .info p.author-desc {
    font-size: 18px;
    color: #333;
}

body .info p.author-desc a {
    color: #ebeb53;
}

body .comment-respond {
    padding: 20px 0;
}

body .related {
    padding-bottom: 20px;
}

body .related ul {
    margin: 0;
}

body .related ul li {
    clear: both;
    min-height: 180px;
}

body .related ul li .related-image {
    float: left;
    margin-right: 28px;
    width: 150px;
}

body .related ul li .related-info {
    float: left;
    width: 78%;
    margin-bottom: 30px;
}

body .related ul li .related-info h3 {
    margin-bottom: 10px;
}

body .related ul li .related-info h3 {
    margin-top: 0;
    color: #333;
    font-family: 'oswaldlight', sans-serif, Helvetica;
}

body .related ul li a {
    text-decoration: none;
}

body .related ul li a img {
    width: 100%;
    height: auto;
}

body .comment .comment-author {
    margin: 0;
    float: left;
    width: auto;
    padding: 0;
}

body .comment time a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

body .comment p {
    color: #333;
}

body .comment_content {
    box-sizing: border-box;
    margin: 0 0 1.5em 7em;
    border: 1px solid #ddd;
    background: #F9F9F9;
    padding: 1em;
}

body .comment:not(.depth-1) {
    padding: 0;
}

body .comment_content p {
    margin-bottom: 0;
}

body .comment .vcard {
    margin-left: 0;
    margin-right: 0;
}

body .comment .vcard .avatar {
    left: 0;
}

body cite.fn {
    font-style: normal;
    font-family: 'oswaldbook', sans-serif, arial;
    font-size: 20px;
}

body .comment-reply-link {
    border-radius: 0;
    margin: 10px 0;
    background: none;
    float: none;
    color: #333;
    font-family: 'oswaldbook', sans-serif, arial;
    padding: 0;
}

body .comment-reply-link:hover,
body .comment-reply-link:focus {
    background: none;
    color: #333;
}

body .comment-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

body #comments-title {
    padding: 20px 0;
}

body .comment-respond .comment-form-author,
body .comment-respond .comment-form-email,
body .comment-respond .comment-form-url {
    width: 50%;
}

body .comment-respond .comment-form-url {
    margin-right: 0;
}

body .comment-respond .comment-form-comment {
    clear: both;
}

body.page .comment-respond {
    padding: 0;
}

body.page .entry-content {
    border-bottom: 2px solid #E3E3E3;
    padding-bottom: 30px;
}

body.page-template-template-featured .entry-content{
    border: none;
    padding-bottom: 0;
}

body.page .comment-reply-title {
    border-top: none;
}

.video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}

/*comments*/
nav.comment-navigation[role="navigation"] {
    float: none;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}

/*widgets*/
body .sidebar {
    margin: 0;
    padding: 20px 0;
    background: #333;
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.05) inset;
    border-bottom: 2px solid #ddd;
}

body .sidebar a {
    text-decoration: none;
    color: #333;
    font-family: 'oswaldbook', sans-serif, arial;
}

body .sidebar a:hover {
    text-decoration: underline;
}

body .sidebar img {
    width: 100%;
    height: auto;
}

body .sidebar .widget {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.widget:first-child {
    margin-top: 0;
}

.widget:first-child h4 {
    margin-top: 0;
}

.widget h4.widgettitle {
    font-family: 'oswaldbold', sans-serif, arial;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 28px;
}

.widget ul li {
    padding-bottom: 10px;
}

.sidebar .widget ul li {
    color: #333;
}

.widget ul li.menu-item-has-children ul,
.widget ul li.page_item_has_children ul {
    margin-bottom: 0;
}

.widget ul li.menu-item-has-children li,
.widget ul li.page_item_has_children li {
    border-bottom: none;
    margin-bottom: 0;
}

.searchform .screen-reader-text {
    display: none;
}

.searchform input[type="text"] {
    background: none;
    border: 2px solid #a9a9a9;
    width: 70%;
    float: left;
}

.widget #wp-calendar {
    width: 100%;
}

#main-navigation .widget #wp-calendar td {
    color: #fff;
}

.widget #wp-calendar td {
    text-align: center;
    color: #333;
}

.widget #wp-calendar td#today {
    font-family: 'oswaldbold', sans-serif, arial;
}

.widget #wp-calendar caption {
    color: #fff;
    background: #333;
    text-transform: uppercase;
    padding: 8px 0;
    font-family: 'oswaldbold', sans-serif, arial;
}

.widget #wp-calendar thead {
    border: 1px solid #333;
}

.sidebar-area .no-widgets-here {
    background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 20px;
    width: 30%;
}

.sidebar-area .no-widgets-here p {
    border: 1px solid #333;
    color: #333;
    font-size: 22px;
    padding: 20px;
    text-align: center;
}

/*archive*/

body.archive .archive-title,
body.search .archive-title {
    margin: 0 0 40px;
    font-family: 'oswaldbold', sans-serif, Helvetica;
    line-height: 1em;
}

/*ias plugin*/
.ias-trigger a {
    background: none repeat scroll 0 0 #333;
    color: #ffb83a;
    display: block;
    margin: 0 auto 40px;
    padding: 10px;
    text-decoration: none;
    width: 200px;
}

.no-more-post {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    display: block;
    margin-bottom: 40px;
    padding: 10px;
}

.ias-spinner {
    margin-bottom: 40px;
}

/*404*/
.error404 .entry-content p {
    text-transform: uppercase;
    text-align: center;
}

.error404 form {
    width: 75%;
    margin: 0 auto;
}

.error404 .searchform input[type="text"] {
    width: 87%;
}

.error404 .searchform input[type="submit"] {
    background: #FFB83A;
    color: #333;
    margin-left: 10px;
}

.error404 #post-not-found {
    padding: 80px 0;
    margin: 0;
}

/*footer*/
footer.footer[role="contentinfo"] {
    text-align: center;
    background: none;
    color: #333;
    font-family: 'oswaldbook', sans-serif, arial;
    font-size: 18px;
    text-transform: uppercase;
    padding: 40px 0;
}

footer.footer[role="contentinfo"] a {
    color: #ffb83a;
    text-decoration: none;
}

footer.footer[role="contentinfo"] span {
    display: block;
    color: #ffb83a;
}

footer .footer-social {
    float: right;
    margin-top: 15px;
}

footer .footer-social a:last-child {
    margin-right: 0;
}

body.paged footer .copyright span {
    display: none;
}

/*scroll to top*/
.scrollToTop {
    width: 100px;
    height: 90px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: none;
    font-size: 12px;
}

.scrollToTop:focus {
    outline: none;
}

.scrollToTop span {
    font-size: 50px;
    display: block;
}

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

/*gallery*/
body .gallery {
    clear: both;
    margin-bottom: 20px;
    overflow: auto;
}

body .gallery img {
    margin-bottom: 0;
    display: block;
}

.gallery .gallery-caption {
    background: #ddd;
    padding: 10px;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 0;
}

.gallery-item,
.gallery-icon {
    margin: 0 0 42px;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 {
    width: 520px;
    margin: 0 auto;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-2 .gallery-icon.portrait,
.gallery-columns-2 .gallery-icon.landscape {
    width: 46%;
    float: left;
    margin-right: 50px;
}

.gallery-columns-2 .gallery-item .gallery-icon.portrait,
.gallery-columns-2 .gallery-item .gallery-icon.landscape {
    width: 100%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+2) {
    margin-right: 0;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-3 .gallery-icon.portrait,
.gallery-columns-3 .gallery-icon.landscape {
    width: 29%;
    float: left;
    margin-right: 42px;
}

.gallery-columns-3 .gallery-item .gallery-icon.portrait,
.gallery-columns-3 .gallery-item .gallery-icon.landscape {
    width: 100%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+3) {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item,
.gallery-columns-4 .gallery-icon.portrait,
.gallery-columns-4 .gallery-icon.landscape {
    width: 22%;
    float: left;
    margin-right: 22px;
}

.gallery-columns-4 .gallery-item .gallery-icon.portrait,
.gallery-columns-4 .gallery-item .gallery-icon.landscape {
    width: 100%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+4) {
    margin-right: 0;
}

/*audio*/
.audio-wrapper {
    background: #000;
}

.audiojs .loaded {
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.audiojs {
    width: 100%;
    position: relative;
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.audiojs .play-pause {
    width: 40px;
}

.audiojs .scrubber {
    background: none repeat scroll 0 0 #333;
    border-bottom: 0 none;
    border-left: 0 none;
    border-top: 1px solid #333;
    float: none;
    height: 14px;
    left: 0;
    margin: 10px auto;
    overflow: hidden;
    position: absolute;
    right: 60px;
    width: 80%;
}

.audiojs .time {
    border-left: 1px solid #333;
    color: #ddd;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 6px;
    padding: 0 6px 0 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
}

.audiojs .error-message {
    width: auto;
    float: none;
}

/*slider*/
/******************************************************************
jQuery SLIDER STYLES
******************************************************************/
.bg-overlay {
    visibility: visible;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

#load-cycle {
    background: url(library/images/loading.gif) no-repeat center center;
    width: 100%;
    height: auto;
    min-height: 100px;
}

#slide-wrap {
    border-top: 0;
}

.cycle-slideshow {
    position: relative;
    height: 500px;
    width: 100%;
    display: none;
    overflow: hidden;
}

.slides {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.slides .slide-thumb {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    white-space: nowrap;
}

.slides .slide-thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 102%;
    height: auto;
    min-height: 100%;
}

html.no-csstransforms .slides .slide-thumb img {
    left: 0;
    top: 0;
}

.slides .slide-noimg {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #333;
    font-family: "Raleway-Regular", Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d0d0d0;
    text-align: center;
}

.slides .slide-noimg p {
    position: absolute;
    width: 100%;
    left: 0;
    top: 42%;
}

.slide-title {
    font-family: "Raleway-Bold", Helvetica, sans-serif;
    font-size: 24px;
    /* for ie8 & below */
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
}

.slide-copy p {
    margin: 0;
    text-align: left;
    font-size: 18px;
    text-align: center;
}

.slide-title a,
.slide-title a:visited {
}

.slide-copy-wrap {
    position: absolute;
    bottom: 0;
    z-index: 100;
    color: #fff;
    height: 100%;
    width: 100%;
}

body a.fa-angle-down {
    bottom: 60px;
    display: block;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    width: 25px;
    margin: 0 auto;
    outline: none;
    text-decoration: none;
    color: #fff;
    z-index: 200;
}

.slide-copy-wrap a,
.slide-copy-wrap p a {
    color: #fff;
    text-decoration: none;
}

.slide-copy-wrap h2 a {
    font-family: 'oswaldbook', sans-serif, arial;
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
}

.slide-copy-wrap h2 a:hover {
    text-decoration: none;
}

.slide-copy-wrap .date {
    font-family: 'oswaldlight', sans-serif, arial;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffb83a;
    margin-bottom: 40px;
}

.slide-copy-wrap .date a {
    text-decoration: none;
    color: #ffb83a;
}

html.no-csstransforms .slide-copy-wrap {
    left: 60px;
    right: 60px;
}

.slide-copy {
    width: 75%;
    margin: 0 auto;
    max-width: 1280px;
}

#sliderprev,
#slidernext {
    text-align: center;
    position: absolute;
    top: 42%;
    border-radius: 50%;
    text-decoration: none;
    font-size: 80px;
    width: 40px;
    height: 40px;
    line-height: 67px;
    z-index: 999;
    outline: none;
    opacity: 0.9;
    display: none;
    color: #fff;
}

#sliderprev {
    left: 20px;
}

#slidernext {
    right: 20px;
}

.cycle-slideshow:hover #sliderprev,
.cycle-slideshow:hover #slidernext,
.cycle-slideshow:focus #sliderprev,
.cycle-slideshow:focus #slidernext {
    display: block;
}

.cycle-paused:after {
    content: 'Paused';
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    /* for ie8 & below */
    font-size: 0.75rem;
    text-transform: uppercase;
    color: white;
    background: black;
    padding: 5px 15px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
}
/* pager */

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
}

.cycle-pager span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: .6;
    width: 18px;
    height: 22px;
    display: inline-block;
    color: #f7f7f7;
    cursor: pointer;
    text-shadow: -1px -1px #bcbcbc;
    overflow: hidden;
}

.cycle-pager span.cycle-pager-active {
    color: #efefef;
}

.cycle-pager > * {
    cursor: pointer;
}

.no-slide-image {
    position: absolute;
    width: 100%;
    top: 40%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
}

.featured-widgets{
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.featured-widgets .featured-widgets-item{
    display: inline-block;
    text-align: left;
    margin: 10px;
    vertical-align: top;
    width: 23%;
}

.featured-widgets .featured-widgets-item .widget h4.widgettitle{
    color: #ffb83a!important;
    text-transform: uppercase;
}

/*media queries*/
@media screen and (max-width: 1359px) {
    body .wrap {
        max-width: 980px;
    }

    body .info {
        width: 80%;
    }

    body .related ul li .related-info {
        width: 70%;
    }

    .blog-list li .the-post-image iframe {
        height: 240px;
    }

    .blog-list .item .no-featured-image {
        height: 320px;
    }

    .audiojs .scrubber {
        width: 70%;
    }
    .featured-widgets .featured-widgets-item{
        width: 22%;
    }
}

@media screen and (max-width: 1279px) {
    .slide-copy-wrap h2 a,
    .article-header h1 {
        font-size: 60px;
    }

    .captions h1 {
        font-size: 18px;
    }

    .captions p {
        font-size: 12px;
    }

    .blog-list li .the-post-image iframe {
        height: 235px;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-2 .gallery-icon.portrait,
    .gallery-columns-2 .gallery-icon.landscape {
        width: 46%;
        float: left;
        margin-right: 42px;
    }

    .gallery-columns-3 .gallery-item,
    .gallery-columns-3 .gallery-icon.portrait,
    .gallery-columns-3 .gallery-icon.landscape {
        width: 28%;
        float: left;
        margin-right: 45px;
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-4 .gallery-icon.portrait,
    .gallery-columns-4 .gallery-icon.landscape {
        width: 21%;
        float: left;
        margin-right: 28px;
    }

    .error404 .searchform input[type="text"] {
        width: 84%;
    }

    .searchform input[type="text"] {
        width: 68%;
    }

    body .comment-respond .comment-form-author,
    body .comment-respond .comment-form-email,
    body .comment-respond .comment-form-url {
        width: 30%;
    };
}

@media screen and (max-width: 1039px) {
    body .wrap {
        max-width: 800px;
    }

    body #logo {
        font-size: 30px;
    }

    body #logo a span {
        font-size: 14px;
    }

    .no-display {
        display: block;
    }

    body nav[role="navigation"] {
        margin: 0;
    }

    nav[role="navigation"] .nav li {
        padding: 10px 0;
    }

    nav[role="navigation"] .nav li ul {
        height: auto;
    }

    .blog-list {
        padding: 30px;
    }

    .blog-list,
    body .after-content-area {
        width: 100%;
        float: none;
        border: none;
    }

    .blog-list li .excerpt p {
        padding: 20px 0;
    }

    .blog-list li:nth-child(2n+2) .the-post-title,
    .blog-list li .the-post-title {
        font-size: 14px;
    }

    .blog-list li .the-post-image iframe {
        height: 295px;
    }

    .blog-list .item .no-featured-image {
        height: 370px;
    }

    .ias-trigger a {
        margin: 0 auto;
    }

    .no-more-post {
        margin-bottom: 0;
    }

    .sidebar-area .sidebar,
    .sidebar-area .no-widgets-here {
        width: 100%;
        float: none;
        border-top: 4px solid #E3E3E3;
    }

    .slides,
    .slides .slide-thumb,
    .cycle-slideshow {
        height: 400px;
    }

    .captions {
        padding: 10px 30px;
        width: 100%;
    }

    .captions h1,
    .captions p a {
        font-size: 14px;
    }

    .error404 .searchform input[type="text"] {
        width: 80%;
    }

    .searchform input[type="text"] {
        width: 60%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-2 .gallery-icon.portrait,
    .gallery-columns-2 .gallery-icon.landscape {
        width: 46%;
        float: left;
        margin-right: 31px;
        margin-bottom: 31px;
    }

    .gallery-columns-3 .gallery-item,
    .gallery-columns-3 .gallery-icon.portrait,
    .gallery-columns-3 .gallery-icon.landscape {
        width: 29%;
        float: left;
        margin-right: 33px;
        margin-bottom: 33px;
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-4 .gallery-icon.portrait,
    .gallery-columns-4 .gallery-icon.landscape {
        width: 22%;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    body .info,
    body .related ul li .related-info {
        width: 74%;
    }
    .featured-widgets .featured-widgets-item{
        width: 47%;
    }
}

@media screen and (max-width: 839px) {
    body .wrap {
        max-width: 700px;
    }

    .slide-copy p {
        font-size: 14px;
    }

    .slide-copy-wrap h2 a,
    .article-header h1 {
        font-size: 50px;
    }

    .captions p {
        display: none;
    }

    .captions h1 {
        margin: 0;
    }

    .blog-list .item {
        width: 100%;
    }

    .blog-list .item h2 {
        font-size: 40px;
    }

    .blog-list li .the-post-image iframe {
        height: 245px;
    }

    .blog-list .item .no-featured-image {
        height: 320px;
    }

    footer .footer-social {
        float: none;
    }

    .footer-widgets .widget {
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .error404 .searchform input[type="text"] {
        width: 74%;
    }

    .gallery-columns-1 {
        width: 100%;
    }

    .gallery-columns-1 img {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-2 .gallery-icon.portrait,
    .gallery-columns-2 .gallery-icon.landscape {
        width: 47%;
        float: left;
        margin-right: 22px;
        margin-bottom: 22px;
    }

    .gallery-columns-3 .gallery-item,
    .gallery-columns-3 .gallery-icon.portrait,
    .gallery-columns-3 .gallery-icon.landscape {
        width: 28%;
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-4 .gallery-icon.portrait,
    .gallery-columns-4 .gallery-icon.landscape {
        width: 22%;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    body .article-footer .avatar {
        float: none;
        margin: 0 auto;
        width: 80px;
        height: auto;
    }

    body .related ul li .related-image {
        float: none;
        margin: 0 auto;
        width: 200px;
        height: auto;
    }

    body .info,
    body .related ul li .related-info {
        margin-top: 10px;
        width: 100%;
    }
    .featured-widgets .featured-widgets-item{
        width: 46%;
    }
}

@media screen and (max-width: 768px) {
    body .wrap {
        max-width: 600px;
    }

    body #logo {
        margin: 10px auto;
    }

    body.home .header[role="banner"],
    body.archive .header[role="banner"],
    body.search .header[role="banner"],
    body.blog .header[role="banner"] {
        padding-bottom: 60px;
    }

    #push {
        left: 0;
        right: 0;
        text-align: center;
        top: 0!important;
        position: relative;
        width: 35px;
        margin: 0 auto;
    }

    .bt-menu-open {
        top: 20px!important;
    }

    .social-icons {
        text-align: center;
        position: static;
    }

    .blog-list li .the-post-image iframe {
        height: 195px;
    }

    .blog-list .item .no-featured-image {
        height: 270px;
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }

    #push span.fa-times {
        top: 40px;
    }

    .bt-menu-open {
        top: 225px!important;
    }

    .bt-menu-open span.fa-bars {
        color: #333 !important;
        display: block;
        position: static!important;
    }

    .audiojs .scrubber {
        width: 65%;
    }
    body.page-template-template-featured .post-content-single{
        padding: 50px;
        margin-top: 30px;
    }
    body.page-template-template-featured .featured-page-title{
        font-size: 60px;
    }
}

@media screen and (max-width: 639px) {
    .full-top-area {
        height: 600px!important;
    }

    body .wrap {
        max-width: 500px;
    }

    .side-nav {
        margin: 10px 0;
    }

    .search-bar input.search-field[type="search"] {
        background: url("images/search-3.png") no-repeat scroll 5px center / 20px auto rgba(0, 0, 0, 0);
    }

    .search-bar {
        padding: 0;
    }

    .bt-menu-open span.fa-bars {
        visibility: hidden;
    }

    .blog-list .item {
        width: 100%;
    }

    .blog-list .item .no-featured-image {
        height: 220px;
    }

    .slide-copy-wrap h2 a,
    .article-header h1 {
        font-size: 40px;
    }

    .slide-copy-wrap {
        width: 100%;
    }

    .slide-title {
        text-align: center;
    }

    .slide-copy p {
        display: none;
    }

    .slide-copy-wrap .date {
        margin-bottom: 0;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-2 .gallery-icon.portrait,
    .gallery-columns-2 .gallery-icon.landscape,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-3 .gallery-icon.portrait,
    .gallery-columns-3 .gallery-icon.landscape,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-4 .gallery-icon.portrait,
    .gallery-columns-4 .gallery-icon.landscape {
        width: 47%;
        float: left;
        margin-right: 29px;
    }

    .gallery-columns-3 .gallery-item:nth-child(3n+3) {
        margin-right: 29px;
    }

    .gallery-columns-3 .gallery-item:nth-child(4n+4) {
        margin-right: 29px;
    }

    .gallery-columns-3 .gallery-item:nth-child(2n+2),
    .gallery-columns-3 .gallery-icon.portrait,
    .gallery-columns-3 .gallery-icon:nth-child(2n+2) {
        margin-right: 0;
    }

    .gallery-columns-4 .gallery-item:nth-child(2n+2),
    .gallery-columns-4 .gallery-icon.portrait,
    .gallery-columns-4 .gallery-icon.landscape {
        margin-right: 0;
    }

    .error404 .searchform input[type="text"] {
        width: 100%;
    }

    .error404 .searchform input[type="submit"] {
        margin-left: 0;
    }

    body .comment .vcard {
        display: none;
    }

    body .comment_content {
        margin-left: 0;
    }

    .blog-list .item .item-description {
        top: -50px;
    }

    .blog-list li .excerpt {
        padding-bottom: 30px;
    }

    .blog-list li .the-post-image iframe {
        height: 170px;
    }

    .blog-list .item h2 {
        font-size: 35px;
    }

    .audiojs .scrubber {
        width: 60%;
    }
    .featured-widgets .featured-widgets-item{
        width: 100%;
    }
}

@media screen and (max-width: 539px) {
    body .wrap {
        max-width: 90%;
    }

    .slides,
    .slides .slide-thumb,
    .cycle-slideshow {
        height: 300px;
    }

    .slides .slide-noimg p {
        top: 22%;
        font-size: 12px;
    }

    .blog-list .item {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-2 .gallery-icon.portrait,
    .gallery-columns-2 .gallery-icon.landscape,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-3 .gallery-icon.portrait,
    .gallery-columns-3 .gallery-icon.landscape,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-4 .gallery-icon.portrait,
    .gallery-columns-4 .gallery-icon.landscape {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .blog-list .item .item-description {
        top: 0;
    }

    .blog-list .item {
        margin-bottom: 30px;
    }

    .blog-list .item:last-child {
        margin-bottom: 0;
    }

    .blog-list li .the-post-title {
        width: 100%;
    }

    .blog-list li .the-post-image iframe {
        height: 100%;
    }

    .audiojs .scrubber {
        width: 55%;
    }
}

@media screen and (max-width: 499px) {
    .slide-copy-wrap h2 a,
    .article-header h1 {
        font-size: 30px;
    }

    .slide-title {
        margin: 0;
    }

    #sliderprev,
    #slidernext {
        top: 35%;
    }

    .slide-copy-wrap .date {
        display: none;
    }

    #main-navigation {
        padding-top: 80px;
    }

    #main-navigation div#close {
        display: block;
    }

    #main-navigation .social-icons {
        margin-top: 40px;
    }

    body #logo img {
        width: 90%;
    }

    .blog-list .item {
        width: 100%;
    }

    .blog-list .item h2 {
        font-size: 34px;
    }

    .side-nav {
        margin: 12px 0;
    }

    .captions h1 {
        text-align: center;
    }

    .audiojs .scrubber {
        right: 55px;
        width: 40%;
    }
}

@media screen and (max-width: 359px) {
    body .related ul li {
        width: 100%;
    }
}