/*
Theme Name: AWD Blueberry
Theme URI: http://envato.awedoo.com/themeforest/wp/blueberry/
Description: A Responsive WordPress Blog Theme
Author: Awedoo Studio
Author URI: http://awedoo.com/
Text Domain: awd-blueberry
Tags: right-sidebar, one-column, post-formats, grid-layout, four-columns, custom-colors, full-width-template
Version: 1.7
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* --------
01. Reset
02. WordPress Core
03. General
04. Helper class
05. Header & Logo
06. Menu
07. Featured Slider
08. Post
09. Pagination
10. Post List Layout
11. Post Grid Layout
12. Sidebar & Widgets
13. Categories & Archives
14. Instagram Area & Widget
15. Footer & Widgets
16. Contact Form 7
------------------------------------------- */

/* --------
01. Reset - Based upon 'reset.css' in the Yahoo!
            UI Library: http://developer.yahoo.com/yui
------------------------------------------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

html {
    -webkit-font-smoothing: antialiased;
}

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

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

a img {
    border: none
}

strong, b, strong *, b * {
    font-weight: bold;
}

em, i, em *, i * {
    font-style: italic;
}

a:focus,
button:focus,
input:focus {
    outline: none;
}

/* --------
02. WordPress Core
------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

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

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    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;
}

/*=== Custom WordPress gallery style ===*/

.awd-post-entry .gallery {
    font-size: 0;
    text-align: center;
    margin: 0 -10px !important;
}

.gallery .gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
    max-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-size-thumbnail .gallery-item {
    max-width: 170px !important;
}

.gallery .gallery-caption {
    font-size: 12px;
    color: #888;
    font-family: inherit;
}

.gallery .gallery-icon {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.gallery .gallery-icon img,
.gallery .gallery-icon img:hover {
    border: 0 !important;
    vertical-align: middle;
}

.gallery .gallery-icon:before,
.gallery .gallery-icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: rgba(53, 60, 68, 0.2);
    height: 50%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.gallery .gallery-icon:before {
    top: 0;
}

.gallery .gallery-icon:after {
    bottom: 0;
}

.gallery .gallery-icon:hover:before {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
}

.gallery .gallery-icon:hover:after {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

/*=== 404 error ===*/

.error-page {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding: 40px;
    border: 1px solid #dddddd;
}

.error-page:before,
.error-page:after {
    content: '';
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.error-page:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 75px;
    height: 50px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.error-page:after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 50px;
    height: 75px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.error-page h1 {
    font-size: 186px;
    color: #363c44;
}

.error-page p {
    color: #888888;
    font-style: italic;
    margin-bottom: 25px;
}

/* --------
03. General
------------------------------------------- */

body {
    font-family: "Lato", sans-serif;
    color: #424242;
    font-size: 14px;
    background-color: #f1f2f6;
}

p {
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bitter", sans-serif;
}

button,
input,
textarea {
    font-family: inherit;
}

.wrapper {
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
}

.wrapper.boxed {
    width: 1360px;
}

.container {
    width: 1240px;
    margin: 0 auto;
}

#main {
    width: 920px;
    float: left;
}

#sidebar {
    width: 280px;
    float: right;
}

.container {
    position: relative;
    box-sizing: border-box;
}

/* Wide */

#main.wide {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    float: none;
}

/* Fullwidth */

#main.fullwidth {
    width: 100%;
}

#main.fullwidth .awd-post-info {
    border: 0;
    max-width: 760px;
    margin: 0 auto;
}

#main.fullwidth .awd-post-author,
#main.fullwidth .awd-post-related,
#main.fullwidth #respond {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main.fullwidth .awd-post-info:before,
#main.fullwidth .awd-post-info:after {
    display: none;
}

#main.fullwidth .awd-post-info .alignwide {
    width: 70vw;
    max-width: 1080px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main.fullwidth .awd-post-info .alignfull {
    width: 100vw;
    max-width: 1360px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* --------
04. Helper class
------------------------------------------- */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after {
    clear: both;
}

.img-rounded {
    border-radius: 50%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

/* --------
05. Elements
------------------------------------------- */

a {
    text-decoration: none;
    color: #9FE061;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.btn {
    position: relative;
    text-align: center;
    display: block;
    border: 1px solid #9FE061;
    background: transparent;
    overflow: hidden;
    padding: 12px 20px;
    font-size: 11px;
    color: #363c44;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.1;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:before,
.btn:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 20px;
    border-top: 1px solid #9FE061;
    border-left: 1px solid #9FE061;
}

.btn:after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 40px;
    height: 20px;
    border-bottom: 1px solid #9FE061;
    border-right: 1px solid #9FE061;
}

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

.btn:hover:before {
    width: 20px;
    height: 30px;
}

.btn:hover:after {
    width: 20px;
    height: 30px;
}

.btn-sm {
    padding: 8px 12px;
    font-size: 10px;
}

.btn-sm:before {
    width: 20px;
    height: 10px;
}

.btn-sm:hover:before {
    width: 10px;
    height: 20px;
}

.btn-sm:after {
    width: 10px;
    height: 20px;
}

.btn-sm:hover:after {
    width: 20px;
    height: 10px;
}

.btn-gray {
    border-color: #dddddd;
}

.btn-gray:after {
    border-bottom-color: #dddddd;
    border-right-color: #dddddd;
}

.btn-gray:before {
    border-top-color: #dddddd;
    border-left-color: #dddddd;
}

/* More Button */

.btn-more,
.btn-load-more {
    display: inline-block;
}

.btn-load-more.loading > i {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

/* Divider */

.divider {
    display: block;
    margin: 20px 0;
    width: 100%;
    position: relative;
    height: 7px;
}

.divider span,
.divider::before,
.divider::after {
    height: 1px;
    margin: 0 auto;
    background-color: #e5e7e9;
}

.divider span {
    display: block;
    position: relative;
    width: 54px;
    top: 3px;
}

.divider::before,
.divider::after {
    content: '';
    position: absolute;
    width: 20px;
    left: 0;
    right: 0;
}

.divider::before {
    top: 0;
    width: 37px;
}

.divider::after {
    top: 6px;
}

.divider.divider-left span,
.divider.divider-left::before,
.divider.divider-left::after {
    margin: 0;
}

.divider.divider-right span,
.divider.divider-right::before,
.divider.divider-right::after {
    margin: 0;
    left: auto;
    float: right;
}

.divider.divider-light span,
.divider.divider-light::before,
.divider.divider-light::after {
    background-color: #fff;
}

.divider.divider-dark span,
.divider.divider-dark::before,
.divider.divider-dark::after {
    background-color: #dddddd;
}

/* --------
06. Header & Logo
------------------------------------------- */

#header #top-bar {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f1f2f6;
}

#header #main-bar {
    padding: 40px 0;
    text-align: center;
}

.navigation {
    position: relative;
}

/*=== Social Icons ===*/

.list--social {
    float: right;
}

.list--social .list__item {
    display: inline-block;
}

.list--social .list__item-link {
    color: #363C44;
    font-size: 16px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 60px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.list--social .list__item-link:hover {
    color: #9FE061;
}

/*=== Top Search ===*/

#top-search {
    float: right;
}

#top-search form {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#top-search form.visible {
    opacity: 1;
    visibility: visible;
    padding-left: 10px;
}

#top-search form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    width: 1px;
    background: #f1f2f6;
}

#top-search form .arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #f1f2f6;
}

#top-search form .arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #ffffff;
}

#top-search .toggle-menu-search {
    color: #363C44;
    display: inline-block;
    text-align: center;
    width: 30px;
    font-size: 16px;
    line-height: 60px;
    margin-right: -8px;
    cursor: pointer;
}

#top-search .toggle-menu-search:hover {
    color: #9FE061;
}

#top-search input {
    float: right;
    border: none;
    font-family: inherit;
    font-style: italic;
    font-size: 12px;
    color: #363C44;
    width: 0;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin: 10px 0;
    background: transparent;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#top-search form.visible input {
    width: 155px;
}

#top-search .searchform-submit {
    float: right;
    border: 0;
    background: transparent;
    font-size: 16px;
    width: 30px;
    text-align: center;
    margin-right: -8px;
    line-height: 60px;
    color: #363C44;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#top-search .searchform-submit:hover {
    color: #9FE061;
}

/*=== Logo ===*/

.logo {
    display: inline-block
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    max-width: 100%;
}

/*=== Description ===*/

.description {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

/* --------
07. Menu
------------------------------------------- */

#nav-wrapper {
    float: left;
}

#nav-wrapper .menu-toggle {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 22px 0;
    color: #363C44;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

#nav-wrapper .menu-toggle > i {
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    background: #353C44;
    -webkit-transition: -webkit-transform .35s, background .35s;
    -moz-transition: -moz-transform .35s, background .35s;
    -ms-transition: -ms-transform .35s, background .35s;
    -o-transition: -o-transform .35s, background .35s;
    transition: transform .35s, background .35s;
}

#nav-wrapper .menu-toggle > span {
    margin-left: 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#nav-wrapper .menu-toggle > i:nth-child(1) {
    top: 0;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

#nav-wrapper .menu-toggle > i:nth-child(2) {
    top: 5px
}

#nav-wrapper .menu-toggle > i:nth-child(3) {
    top: 10px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

#nav-wrapper .menu-toggle.opened > i {
    width: 16px;
    margin: 1px;
    background: #9FE061;
}

#nav-wrapper .menu-toggle.opened > span {
    color: #9FE061;
}

#nav-wrapper .menu-toggle.opened > i:nth-child(1) {
    -webkit-transform: translateX(0px) translateY(1px) rotate(45deg);
    -moz-transform: translateX(0px) translateY(1px) rotate(45deg);
    -ms-transform: translateX(0px) translateY(1px) rotate(45deg);
    -o-transform: translateX(0px) translateY(1px) rotate(45deg);
    transform: translateX(0px) translateY(1px) rotate(45deg)
}

#nav-wrapper .menu-toggle.opened > i:nth-child(2) {
    display: none;
}

#nav-wrapper .menu-toggle.opened > i:nth-child(3) {
    -webkit-transform: translateX(0px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(0px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(0px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(0px) translateY(2px) rotate(-45deg);
    transform: translateX(0px) translateY(2px) rotate(-45deg)
}

#nav-wrapper ul.menu,
#nav-wrapper .menu > ul {
    font-size: 0;
}

#nav-wrapper ul.menu > li,
#nav-wrapper .menu > ul > li {
    display: inline-block;
    position: relative;
    padding-right: 40px;
}

#nav-wrapper ul.menu > li a,
#nav-wrapper .menu > ul > li a {
    position: relative;
    font-size: 11px;
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 60px;
    color: #363C44;
    display: block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#nav-wrapper ul.menu > li:after,
#nav-wrapper .menu > ul > li:after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #9FE061;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#nav-wrapper ul.menu > li:hover:after,
#nav-wrapper .menu > ul > li:hover:after,
#nav-wrapper ul.menu li.current-menu-item:after,
#nav-wrapper ul.menu li.current-page-item:after {
    width: 100%;
}

#nav-wrapper ul.menu li.current-menu-item > a,
#nav-wrapper ul.menu li.current_page_item > a,
#nav-wrapper ul.menu li a:hover,
#nav-wrapper .menu > ul li.current-menu-item > a,
#nav-wrapper .menu > ul li.current_page_item > a,
#nav-wrapper .menu > ul li a:hover {
    color: #9FE061;
}

/*=== Dropdown Menu ===*/

#nav-wrapper ul.menu .sub-menu,
#nav-wrapper ul.menu .children,
#nav-wrapper .menu > ul .sub-menu,
#nav-wrapper .menu > ul .children {
    background-color: #f1f2f6;
    display: none;
    padding: 0;
    position: absolute;
    margin-top: 0;
    left: 0;
    z-index: 999;
}

#nav-wrapper ul.menu > li > .sub-menu,
#nav-wrapper .menu > ul > li > .sub-menu {
    margin-top: 1px;
}

#nav-wrapper ul.menu ul a,
#nav-wrapper .menu > ul ul a {
    margin: 0;
    padding: 10px 20px;
    min-width: 200px;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
    background: #fafafa;
}

#nav-wrapper ul.menu ul li,
#nav-wrapper .menu > ul ul li {
    padding-right: 0;
    margin-right: 0;
    position: relative;
}

#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu > ul ul a:hover {
    color: #9FE061;
}

#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu > ul li:hover > ul {
    display: block;
}

#nav-wrapper ul.menu .sub-menu ul,
#nav-wrapper ul.menu .children ul,
#nav-wrapper .menu > ul .sub-menu ul,
#nav-wrapper .menu > ul .children ul {
    left: 100%;
    top: 0;
}

#nav-wrapper .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 20px;
    line-height: 20px;
    padding-left: 2px;
    text-align: center;
    display: inline-block;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* --------
08. Featured Slider
------------------------------------------- */

#awd-featured-slider {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    z-index: 1;
}

.awd-slider {
    display: none;
}

.awd-feat-item {
    position: relative;
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.awd-feat-item:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 9px;
    width: 60px;
    height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.awd-feat-item:after {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 9px;
    width: 40px;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.awd-feat-content {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    padding: 20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-feat-content:before,
.awd-feat-content:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: rgba(53, 60, 68, 0.4);
    height: 50%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-feat-content:before {
    top: 0;
}

.awd-feat-content:after {
    bottom: 0;
}

.awd-feat-content:hover:before {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
}

.awd-feat-content:hover:after {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

/* Featured Slider Image */

.awd-feat-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f2f6;
}

.awd-feat-img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: auto;
    max-width: inherit;
    backface-visibility: hidden;
}

/* Featured Slider Content */

.awd-feat-inner {
    position: relative;
    padding: 20px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    text-align: center;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-feat-inner {
    color: #ffffff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-feat-inner h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    color: inherit;
}

.awd-feat-inner h3 a {
    color: inherit;
}

.awd-feat-inner .date {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: inherit;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-feat-inner .excerpt {
    color: inherit;
    cursor: pointer;
}

.awd-feat-inner .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 110px;
    box-sizing: border-box;
    margin-left: -55px;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-feat-content:hover .awd-feat-inner {
    background: #ffffff;
}

.awd-feat-content:hover .awd-feat-inner {
    color: #353C44;
}

.awd-feat-content:hover .awd-feat-inner .date {
    color: #888888;
}

.awd-feat-content:hover .awd-feat-inner .btn,
.awd-feat-content:hover .awd-feat-inner .date {
    opacity: 1;
}

/* Slider Styles */

.awd-slider.style-1 .awd-feat-item {
    height: 720px;
}

.awd-slider.style-1 .awd-feat-content {
    padding: 160px 40px;
}

.awd-slider.style-1 .awd-feat-inner {
    width: 500px;
    padding: 40px;
}

.awd-slider.style-2 .awd-feat-item,
.awd-slider.style-3 .awd-feat-item {
    height: 460px;
}

.awd-slider.style-1 .awd-feat-img img {
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/* --------
09. Post
------------------------------------------- */

.awd-post-content,
.awd-post-author,
.awd-post-comments,
.awd-post-related,
.comment-respond {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.awd-post-author:before,
.awd-post-comments:before,
.comment-respond:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 75px;
    height: 50px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    pointer-events: none;
}

.awd-post-author:after,
.awd-post-comments:after,
.comment-respond:after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 50px;
    height: 75px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    pointer-events: none;
}

/*=== Post Image ===*/

.awd-post-img {
    position: relative;
    overflow: hidden;
}

.awd-post-img:before,
.awd-post-img:after {
    content: '';
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    z-index: 2;
}

.awd-post-img:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    width: 75px;
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.awd-post-img:after {
    content: '';
    position: absolute;
    bottom: 9px;
    right: 9px;
    width: 50px;
    height: 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.awd-post-img img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.awd-post-img iframe {
    border: 0;
}

.awd-post-img.video .fluid-width-video-wrapper {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

/*=== Post Info ===*/

.awd-post-info {
    position: relative;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 40px;
}

.awd-post-img + .awd-post-info {
    border-top: 0;
}

.awd-post-info:before,
.awd-post-info:after {
    content: '';
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.awd-post-info:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 75px;
    height: 50px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.awd-post-info:after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 50px;
    height: 75px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

/*=== Post header ===*/

.awd-post-header .cat a {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 4px 12px 4px;
}

.awd-post-header .cat a:after {
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 2px;
    border-bottom: 1px solid #9FE061;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-post-header .cat a:hover:after {
    width: 0;
}

.awd-post-header h2 a, .awd-post-header h1 {
    color: #363c44;
    font-size: 26px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-post-header h2 a:hover {
    opacity: .80;
}

.awd-post-header .date {
    font-size: 11px;
    letter-spacing: 2px;
    color: #888888;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

/*=== Post Entry ===*/

.awd-post-entry {
    text-align: justify;
    max-width: 760px;
    margin: 0 auto;
    padding: 25px 0;
}

.awd-post-entry img {
    max-width: 100%;
    height: auto;
}

.awd-post-entry p,
.awd-post-entry h1,
.awd-post-entry h2,
.awd-post-entry h3,
.awd-post-entry h4,
.awd-post-entry h5,
.awd-post-entry h6,
.awd-post-entry hr,
.awd-post-entry blockquote {
    margin-bottom: 18px;
}

.awd-post-entry p:last-child {
    margin-bottom: 0;
}

.awd-post-entry h1, .awd-post-entry h2, .awd-post-entry h3, .awd-post-entry h4, .awd-post-entry h5, .awd-post-entry h6 {
    color: #363c44;
}

.awd-post-entry h1 {
    font-size: 26px;
}

.awd-post-entry h2 {
    font-size: 24px;
}

.awd-post-entry h3 {
    font-size: 21px;
}

.awd-post-entry h4 {
    font-size: 19px;
}

.awd-post-entry h5 {
    font-size: 17px;
}

.awd-post-entry h6 {
    font-size: 15px;
}

.awd-post-entry hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}

.awd-post-entry blockquote {
    border-left: 3px solid;
    border-color: #9FE061;
    padding: 0 18px;
}

.awd-post-entry blockquote p {
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    color: #545C67;
}

.awd-post-entry ul, .awd-post-entry ol {
    padding-left: 45px;
    margin-bottom: 20px;
}

.awd-post-entry ul li {
    margin-bottom: 12px;
    list-style: square;
}

.awd-post-entry ol li {
    margin-bottom: 12px;
    list-style: decimal;
}

.awd-post-entry ul.wp-block-gallery {
    padding-left:0px;
}

.sticky.post .awd-post-header {
    border: 1px dashed #dddddd;
    padding: 20px 0;
}

.awd-post-entry pre {
    background: #fafafa;
    padding: 10px;
    overflow: auto;
    margin-bottom: 18px;
}

.awd-post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse
}

.awd-post-entry td, .awd-post-entry th {
    padding: 12px;
    border-bottom: 1px #e5e5e5 solid;
}

.awd-post-entry th {
    font-weight: bold;
    font-size: 14px;
    background: #f5f5f5;
}

.awd-post-entry tr:hover {
    background: #f9f9f9;
}

.awd-post-entry .more-link {
    text-align: center;
}

.awd-post-entry .alignwide,
.awd-post-entry .alignfull {
    width: 100vw;
    max-width: 920px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*=== Post Meta ===*/

.awd-post-meta {
    position: relative;
    height: 30px;
}

.awd-meta-tags,
.awd-meta-comments {
    width: 33.333333%;
    display: inline-block;
    box-sizing: border-box;
}

.awd-meta-comments {
    float: left;
    text-align: left;
    line-height: 16px;
    padding: 6px 0;
    height: 30px;
}

.awd-meta-comments a {
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 2px;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
}

.awd-meta-share {
    position: absolute;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%, 0);
}

.awd-meta-share > ul {
    display: inline-block;
    cursor: pointer;
}

.awd-meta-share > ul > li {
    display: inline-block;
}

.awd-meta-share > ul > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888888;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-meta-share > ul > li > a:hover {
    font-size: 16px;
}

.awd-meta-tags {
    float: right;
    text-align: right;
    line-height: 16px;
    height: 30px;
    overflow: hidden;
    padding: 5px 0;
}

.awd-meta-tags a {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-meta-tags a:after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    margin-top: 2px;
    border-bottom: 1px solid #9FE061;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-meta-tags a:hover {
    color: #9FE061;
}

.awd-meta-tags a:hover:after {
    width: 100%;
}

/*=== Quote Post Format ===*/

.quote .awd-post-info {
    width: 100%;
    box-sizing: border-box;
    background: #f1f2f6;
    border: 0;
}

.quote .awd-post-info blockquote {
    margin-bottom: 0;
}

.quote .awd-post-info:before {
    top: 9px;
    left: 9px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.quote .awd-post-info:after {
    bottom: 9px;
    right: 9px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.quote .awd-post-entry {
    text-align: center;
    padding: 0;
}

.quote .awd-post-entry blockquote {
    border-left: 0;
    padding: 0;
}

.quote .awd-post-entry blockquote p.quote:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    color: #9FE061;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.quote .awd-post-entry blockquote p {
    line-height: 22px;
    font-style: italic;
    color: #545C67;
}

.quote .awd-post-entry blockquote h5.quote-author {
    display: block;
    color: #545C67;
    font-style: italic;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 0;
}

.quote .awd-post-entry a:hover {
    text-decoration: none;
}

.quote .awd-post-entry a:hover blockquote p.quote:before {
    color: #545C67;
}

.awd-list-item .quote .awd-post-entry {
    height: auto;
}

/*=== Gallery Post Format ===*/

.awd-img-gallery {
    display: none;
}

/*=== Audio Post Format ===*/

.audio .awd-post-img {
    min-height: 175px;
}

.audio .awd-post-img iframe {
    height: 175px;
    width: 100%;
}

.audio.awd-list-content .awd-post-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 175px;
    height: 100%;
}

/*=== Post author ===*/

.awd-post-author {
    position: relative;
    padding: 40px;
    border: 1px solid #DDDDDD;
}

.awd-author-img {
    float: left;
    margin-right: 40px;
}

.awd-author-content {
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.awd-author-content p {
    margin-bottom: 5px;
}

.awd-author-content h5 a {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #000;
    display: block;
}

.awd-author-content .list--author {
    display: block;
    letter-spacing: -0.31em;
}

.awd-author-content .list--author .list__item {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}

.awd-author-content .list--author .list__item-link {
    font-size: 14px;
    color: #bbbbbb;
    margin-right: 8px;
}

.awd-author-content .list--author .list__item-link:hover {
    color: #9FE061;
}

/*=== Post related ===*/

.awd-post-related {
    overflow: hidden;
}

.awd-post-box {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.awd-post-box-title {
    position: relative;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #888888;
    font-family: inherit;
    background: #fff;
}

.awd-post-items {
    letter-spacing: -0.31em;
    margin: 0 -20px;
}

.awd-item-related {
    letter-spacing: normal;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 33.333333%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.awd-item-related > a {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #F1F2F6;
    height: 232px;
}

.awd-item-related:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 29px;
    width: 60px;
    height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.awd-item-related:after {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 29px;
    width: 40px;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.awd-item-related a:before,
.awd-item-related a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: rgba(53, 60, 68, 0.4);
    height: 50%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-item-related a:before {
    top: 0;
}

.awd-item-related a:after {
    bottom: 0;
}

.awd-item-related a:hover:before {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
}

.awd-item-related a:hover:after {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

.awd-item-related .awd-item-inner {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    height: 100%;
    width: 100%;
    z-index: 2;
    color: #ffffff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-item-related h3 {
    color: inherit;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.awd-item-related span.date {
    font-size: 11px;
    text-transform: uppercase;
    color: inherit;
}

.awd-item-related-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f2f6;
}

.awd-item-related-img > img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: auto;
    max-width: inherit;
    backface-visibility: hidden;
}

.awd-item-related:last-child {
    margin-right: 0;
}

.awd-item-related a:hover .awd-item-inner {
    background: #ffffff;
    color: #000000;
}

/*=== Comments ===*/

.awd-post-comments {
    overflow: hidden;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
}

.awd-post-comments span.reply a {
    float: right;
    font-size: 10px;
    background-color: #888888;
    color: #FFF;
    padding: 2px 5px 4px 5px;
    margin-left: 7px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-post-comments span.reply a.comment-edit-link {
    background: #c5c5c5;
}

.awd-post-comments span.reply a:hover {
    opacity: .8;
}

.awd-post-comments .comments .bypostauthor,
.awd-post-comments .comments li ul.children li.bypostauthor {
    position: relative;
}

.awd-post-comments ul.children {
    margin: 0 0 0 55px;
}

.awd-post-comments ul.children li.awd-comment {
    margin: 0 0 8px 0;
}

.awd-post-comments #comments_pagination {
    text-align: center;
}

.awd-post-comments #comments_pagination a.page-numbers {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #9FE061;
    color: #363c44;
    padding: 6px 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-post-comments #comments_pagination span.page-numbers {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #9FE061;
    color: #ffffff;
    padding: 6px 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    overflow: hidden;
    background: #9FE061;
}

.awd-post-comments #comments_pagination span.page-numbers.dots {
    border-color: #dddddd;
    background: transparent;
    color: #dddddd;
}

.awd-post-comments #comments_pagination a.page-numbers:before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 -30px -15px;
    width: 30px;
    height: 30px;
    background: #9FE061;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale3d(2, 1, 1);
    -moz-transform: scale3d(2, 1, 1);
    -ms-transform: scale3d(2, 1, 1);
    -o-transform: scale3d(2, 1, 1);
    transform: scale3d(2, 1, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.awd-post-comments #comments_pagination a.page-numbers:hover {
    color: #fff;
    text-decoration: none;
}

.awd-post-comments #comments_pagination a.page-numbers:hover::before {
    -webkit-transform: scale3d(4, 4, 1);
    -moz-transform: scale3d(4, 4, 1);
    -ms-transform: scale3d(4, 4, 1);
    -o-transform: scale3d(4, 4, 1);
    transform: scale3d(4, 4, 1);
}

.awd-comment {
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 34px;
    margin-bottom: 34px;
}

.awd-comment .awd-author-img {
    float: left;
    margin-right: 20px;
}

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

.awd-comment .awd-comment-text {
    overflow: hidden;
}

.awd-comment .awd-comment-text span.author, .awd-comment .awd-comment-text span.author a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #424242;
}

.awd-comment .awd-comment-text span.author a:hover {
    text-decoration: underline;
}

.awd-comment .awd-comment-text span.date {
    font-size: 11px;
    color: #888888;
    font-style: italic;
    display: block;
    margin-bottom: 6px;
}

.awd-comment .awd-comment-text em {
    font-size: 13px;
    margin-bottom: -14px;
    display: block;
    color: #FFA500;
    font-style: normal;
    font-family: inherit;
    letter-spacing: 1px;
}

.awd-comment .awd-comment-text em i {
    font-size: 14px;
    margin: 0 5px 0 1px;
}

/*=== Reply ===*/

#respond {
    overflow: hidden;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
}

.comments #respond:before,
.comments #respond:after {
    display: none;
}

#respond h3 {
    position: relative;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    font-family: inherit;
}

#respond h3 p {
    position: relative;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #888888;
    background: #ffffff;
    margin: 0;
}

#respond h3 a {
    color: #000;
    display: inline-block;
}

#respond h3 small {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

#respond h3 small a > span {
    position: relative;
    height: 16px;
    width: 16px;
}

#respond h3 small a > span:before,
#respond h3 small a > span:after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    width: 16px;
    height: 1px;
    background: #888888;
}

#respond h3 small a > span:before {
    -webkit-transform: translateX(0px) translateY(0px) rotate(45deg);
    -moz-transform: translateX(0px) translateY(0px) rotate(45deg);
    -ms-transform: translateX(0px) translateY(0px) rotate(45deg);
    -o-transform: translateX(0px) translateY(0px) rotate(45deg);
    transform: translateX(0px) translateY(0px) rotate(45deg);
}

#respond h3 small a > span:after {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-45deg);
    -moz-transform: translateX(0px) translateY(0px) rotate(-45deg);
    -ms-transform: translateX(0px) translateY(0px) rotate(-45deg);
    -o-transform: translateX(0px) translateY(0px) rotate(-45deg);
    transform: translateX(0px) translateY(0px) rotate(-45deg);
}

#respond h3 small a:hover {
    opacity: .8;
}

#respond label {
    color: #888;
    width: 80px;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
}

#respond input {
    position: relative;
    font-family: inherit;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #dddddd;
    color: #424242;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
}

#respond input:focus {
    outline: none;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}

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

#respond textarea {
    position: relative;
    width: 100%;
    color: #424242;
    font-family: inherit;
    font-size: 13px;
    height: 120px;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 20px;
    vertical-align: top;
    border: 1px solid #dddddd;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#respond textarea:focus {
    outline: none;
}

#respond .form-submit {
    position: relative;
    float: left;
    display: inline-block;
}

#respond .form-submit:before,
#respond .form-submit:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

#respond .form-submit:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 40px;
    height: 20px;
    border-top: 1px solid #9FE061;
    border-left: 1px solid #9FE061;
}

#respond .form-submit:after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 40px;
    height: 20px;
    border-bottom: 1px solid #9FE061;
    border-right: 1px solid #9FE061;
}

#respond .form-submit:hover {
    text-decoration: none;
}

#respond .form-submit:hover:before {
    width: 20px;
    height: 30px;
}

#respond .form-submit:hover:after {
    width: 20px;
    height: 30px;
}

#respond .form-submit .submit {
    position: relative;
    text-align: center;
    display: inline-block;
    width: auto;
    border: 1px solid #9FE061;
    background: transparent;
    overflow: hidden;
    padding: 12px 20px;
    margin: 0;
    font-size: 11px;
    color: #363c44;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* --------
10. Pagination
------------------------------------------- */

.pagination {
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 1;
}

.pagination .newer {
    float: left;
}

.pagination .older {
    float: right;
}

.pagination .more {
    width: 100%;
    text-align: center;
}

/* --------
11. Post List Layout
------------------------------------------- */

.awd-list-item {
    overflow: hidden;
    margin-bottom: 40px;
}

.awd-list-item .awd-list-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.awd-list-item .awd-post-img {
    width: 320px;
    max-width: 320px;
    flex: 1;
}

.awd-list-item .awd-post-entry .more-link {
    text-align: right;
}

.awd-list-item .awd-post-img a {
    display: block;
    height: 100%;
}

.awd-list-item .video .fluid-width-video-wrapper {
    height: 100%;
    width: auto;
    position: initial;
    padding: 0;
    box-sizing: border-box;
}

.awd-list-item .owl-carousel {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.awd-list-item .owl-stage-outer,
.awd-list-item .owl-stage,
.awd-list-item .owl-item {
    position: relative;
    height: 100%;
}

.awd-list-item .awd-img-gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.awd-list-item .awd-post-img a > img,
.awd-list-item .awd-img-gallery-item > img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: auto;
    max-width: inherit;
}

.awd-list-item .awd-list-inner {
    flex: 1;
    overflow: hidden;
}

.awd-list-item .awd-post-img + .awd-list-inner .awd-post-info {
    border-left: 0;
}

.awd-list-item .awd-list-content .awd-post-header {
    text-align: left;
}

.awd-list-item .awd-list-content .awd-post-entry {
    padding: 25px 0 0;
}

.awd-list-item .awd-post-header h2 a {
    font-size: 22px;
}

.awd-list-item .awd-post-header .cat a {
    margin: 0 4px 12px 0;
}

.awd-list-item .awd-post-header .date {
    font-size: 10px;
}

.awd-list-item .awd-post-header .date:before {
    display: none;
}

.awd-list-item .awd-post-meta {
    text-align: right;
}

/* --------
12. Post Grid Layout
------------------------------------------- */

.awd-grid-item {
    width: 280px;
}

.awd-grid-item-gutter {
    width: 40px;
}

.awd-grid-item.awd-grid-item-full {
    width: 100%;
}

.awd-grid-item .awd-post-header h2 a {
    font-size: 18px;
}

.awd-grid-item.awd-grid-item-full .awd-post-header h2 a {
    font-size: 26px;
}

.awd-grid-item .awd-post-info {
    padding: 30px;
}

.awd-grid-item .awd-post-entry {
    padding-bottom: 0;
}

.awd-grid-item.awd-grid-item-full .awd-post-entry {
    padding: 25px 0;
}

.awd-grid-item .awd-post-img:before,
.awd-grid-item .awd-post-info:before {
    width: 60px;
    height: 40px;
}

.awd-grid-item .awd-post-img:after,
.awd-grid-item .awd-post-info:after {
    width: 40px;
    height: 60px;
}

.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-prev span,
.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-next span {
    width: 30px;
    height: 60px;
    margin-top: -30px;
}

.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-prev span:before,
.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-prev span:after {
    left: 15px;
}

.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-next span:before,
.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-next span:after {
    right: 15px;
}

.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-prev span:before,
.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-prev span:after,
.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-next span:before,
.awd-grid-item .owl-carousel .owl-controls .owl-nav .owl-next span:after {
    height: 20px;
}

.awd-grid-item .audio .awd-post-img {
    height: 175px;
}

/* --------
13. Sidebar & Widgets
------------------------------------------- */

.widget {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    z-index: 1;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.widget:before,
.widget:after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.widget:before {
    top: 8px;
    right: 8px;
    width: 60px;
    height: 40px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.widget:after {
    bottom: 8px;
    left: 8px;
    width: 40px;
    height: 60px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.widget .widget-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    z-index: 5;
}

.widget .widget-title h4 {
    position: relative;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    font-family: inherit;
    display: inline-block;
}

.widget input, .widget select {
    border: 1px solid #ddd;
    color: #888;
    padding: 9px 7px;
    width: 100%;
}

.widget input:focus, .widget select:focus {
    outline: none;
    border: 1px solid #d5d5d5;
}

.widget > ul > li {
    border-bottom: 1px solid #dddddd;
}

.widget > ul > li:last-child {
    border-bottom: 0;
}

.widget > ul > li > a {
    color: #888888;
    line-height: 33px;
}

.widget > ul > li > a:hover {
    color: #9fe061;
}

.widget img {
    max-width: 100%;
    height: auto;
}

/*=== Search Widget ===*/

.widget_search form {
    position: relative;
}

.widget_search .searchform-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #dddddd;
    color: #888888;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget_search .searchform-submit:hover {
    background: #F1F2F6;
    color: #363c44;
}

/*=== About Widget ===*/

.about-widget {
    text-align: center;
}

.about-widget img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

/*=== Random Quote Widget ===*/

.awd_blueberry_random_quote_widget {
    box-sizing: border-box;
    background: #f1f2f6;
    border: 0;
}

.awd_blueberry_random_quote_widget:before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.awd_blueberry_random_quote_widget:after {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.quote-widget {
    text-align: center;
    padding: 0;
}

.quote-widget blockquote {
    border-left: 0;
    padding: 0;
}

.quote-widget blockquote p.quote:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    color: #9FE061;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.quote-widget blockquote p {
    line-height: 22px;
    font-style: italic;
    color: #545C67;
}

.quote-widget blockquote h5.quote-author {
    display: block;
    color: #545C67;
    font-style: italic;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

.quote-widget a:hover {
    text-decoration: none;
}

.quote-widget a:hover blockquote p.quote:before {
    color: #545C67;
}

/*=== Banner Widget ===*/

.awd_banner_widget {
    padding: 0;
    border: 0;
}

.awd_banner_widget:before {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.awd_banner_widget:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.awd_banner_widget a,
.awd_banner_widget img {
    display: inline-block;
}

.awd_banner_widget img {
    vertical-align: middle;
}

.awd_banner_widget .banner-widget {
    text-align: center;
}

/*=== Social Widget ===*/

.awd_blueberry_social_widget {
    text-align: center;
}

.awd-social-widget {
    display: inline-block;
}

.awd-social-widget > li {
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 3px;
    font-size: 0;
}

.awd-social-widget > li > a {
    position: relative;
    display: inline-block;
    color: #363c44;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awd-social-widget > li > a:hover {
    color: #9FE061;
}

.awd-social-widget > li > a:first-child {
    margin-left: 0;
}

.awd-social-widget > li > a:last-child {
    margin-right: 0;
}

.awd-social-widget > li > a > i {
    height: 24px;
    width: 24px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*=== Latest Posts Widget ===*/

.awd-latest-posts > li {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

.awd-latest-posts > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.awd-latest-posts > li .awd-post-img {
    width: 50px;
    height: 50px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.awd-latest-posts > li .awd-post-img:before,
.awd-latest-posts > li .awd-post-img:after {
    content: "";
    position: absolute;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.awd-latest-posts > li .awd-post-img:before {
    left: 3px;
    top: 3px;
    width: 15px;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.awd-latest-posts > li .awd-post-img:after {
    right: 3px;
    bottom: 3px;
    width: 20px;
    height: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.awd-latest-posts > li .awd-post-img a {
    display: block;
    width: 50px;
    height: 50px;
    background: #F1F2F3;
}

.awd-latest-posts > li .awd-post-img img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.awd-latest-posts > li .awd-post-img:hover:before {
    width: 20px;
    height: 15px;
}

.awd-latest-posts > li .awd-post-img:hover:after {
    width: 15px;
    height: 20px;
}

.awd-latest-posts > li .awd-post-item-text {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.awd-latest-posts > li .awd-post-item-text a {
    color: #424242;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    font-family: inherit;
}

.awd-latest-posts > li:hover a {
    text-decoration: underline;
}

.awd-latest-posts > li .awd-post-item-text .awd-post-item-meta {
    display: none;
    font-size: 11px;
    color: #888888;
    font-style: italic;
}

/*=== Сategories / Archives Widget ===*/

.widget_categories > ul > li,
.widget_archive > ul > li {
    background: #fafafa;
    padding: 0 10px;
    line-height: 33px;
    height: 33px;
    margin-bottom: 1px;
    color: #888888;
    border-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
}

.widget_categories > ul > li {
    min-height: 33px;
    height: auto;
}

.widget_categories > ul > li a,
.widget_archive > ul > li a {
    color: #353C44;
    text-align: left;
    letter-spacing: 1px;
}

.widget_archive > ul > li:hover {
    background: #f1f2f6;
}

.widget_categories > ul > li:hover {
    background: #FAFAFA;
}

.widget_categories > ul > li .children {
    padding-left: 10px;
}

.widget_categories > ul > li .children li {
    border-top: 1px solid #ffffff;
}

.widget_categories > ul > li a:hover {
    color: #9fe061;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F1F2F6;
    color: #353C44;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
    padding: 9px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.select2-results__option {
    padding: 8px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget_categories label {
    display: none;
}

/*=== Tag Cloud Widget ===*/

.tagcloud {
    text-align: center;
}

.tagcloud a {
    position: relative;
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #363c44;
    line-height: 16px;
    padding: 6px 8px;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}

.tagcloud a:after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    margin-top: 2px;
    border-bottom: 1px solid #9FE061;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tagcloud a:hover {
    color: #9FE061;
}

.tagcloud a:hover:after {
    width: 100%;
}

/*=== Calender Widget ===*/

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #777;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}

#wp-calendar thead {
    font-size: 12px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #888888;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    font-size: 12px;
}

#wp-calendar tbody td a {
    font-weight: 700;
    color: #222;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

/*=== Facebook Widget ===*/

.awd_blueberry_facebook_widget {
    padding: 0;
    background: transparent;
}

.awd_blueberry_facebook_widget .widget-title {
    display: none;
}

/*=== Instagram Widget ===*/

.widget .instagram-pics {
    font-size: 0;
    margin: 0 -10px;
}

.widget .instagram-pics li {
    width: 33.333333%;
    display: inline-block;
    border-bottom: none;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
}

.widget .instagram-pics li:nth-child(1n+4) {
    margin-top: 10px;
}

.widget .instagram-pics li a {
    position: relative;
    overflow: hidden;
    display: block;
}

.widget .instagram-pics li a:before,
.widget .instagram-pics li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: rgba(53, 60, 68, 0.2);
    height: 50%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.widget .instagram-pics li a:before {
    top: 0;
}

.widget .instagram-pics li a:after {
    bottom: 0;
}

.widget .instagram-pics li a:hover:before {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
}

.widget .instagram-pics li a:hover:after {
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

.widget .instagram-pics li img {
    max-width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.widget .clear {
    text-align: center;
}

.widget .clear a[rel="me"] {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #888888;
    margin-top: 10px;
}

.widget .clear a[rel="me"]:hover {
    color: #9fe061
}

/*=== Menu Widget ===*/

.widget ul.menu li a {
    position: relative;
    display: block;
    line-height: 30px;
    color: #888888;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget ul.menu li a:hover {
    color: #9fe061;
}

.widget ul.menu li:last-child {
    border-bottom: 0;
}

.widget ul.menu li > ul.sub-menu > li > ul {
    padding-left: 15px;
}

.widget ul.menu li ul.sub-menu > li > a {
    padding-left: 15px;
}

.widget ul.menu li ul.sub-menu > li > a:before {
    position: absolute;
    left: 0;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 20px;
    line-height: 30px;
    padding-left: 2px;
    text-align: center;
    display: inline-block;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*=== Recent Comments Widget ===*/

#recentcomments .comment-author-link,
#recentcomments .comment-author-link a {
    color: #888888;
}

#recentcomments .recentcomments > a {
    line-height: 18px;
}

#recentcomments .recentcomments {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#recentcomments .recentcomments:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* --------
14. Categories & Archives
------------------------------------------- */

.awd-archive {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #f1f2f6;
    border-bottom: 1px solid #f1f2f6;
    margin-bottom: 60px;
    text-align: center;
}

.awd-archive h1 {
    font-size: 36px;
    color: #363c44;
}

.awd-archive span {
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    display: inline-block;
    margin-top: 15px;
}

.awd-archive span:before,
.awd-archive span:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #ddd;
    top: 50%;
}

.awd-archive span:before {
    left: -60%;
}

.awd-archive span:after {
    right: -60%;
}

.nothing {
    position: relative;
    color: #888888;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

.nothing:before,
.nothing:after {
    content: '';
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.nothing:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 75px;
    height: 50px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.nothing:after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 50px;
    height: 75px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.sorry-text {
    font-size: 24px;
    font-family: "Bitter", sans-serif;
    color: #353C44;
    margin: 20px 0;
}

/* --------
15. Instagram Area & Widget
------------------------------------------- */

#instagram-area {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #f1f2f6;
}

#instagram-area .instagram-title {
    display: none;
    text-align: center;
}

#instagram-area .widget {
    border: 0;
    padding: 0;
    margin: 0;
}

#instagram-area .widget.awd_blueberry_random_quote_widget {
    padding: 30px;
}

#instagram-area .widget:before,
#instagram-area .widget:after {
    display: none;
}

#instagram-area .widget .instagram-pics {
    margin: 0;
}

#instagram-area .widget .instagram-pics li {
    width: 120px;
    margin: 0 40px 0 0;
    padding: 0;
}

#instagram-area .widget .instagram-pics li:last-child {
    margin-right: 0;
}

#instagram-area .widget .clear a[rel="me"] {
    position: absolute;
    bottom: 50%;
    margin-bottom: -16px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    padding: 10px;
    text-align: center;
    color: #363C44;
    background: #ffffff;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#instagram-area .widget .clear a[rel="me"]:hover {
    opacity: 0.9;
}

#instagram-area .widget .clear a[rel="me"]:before,
#instagram-area .widget .clear a[rel="me"]:after {
    content: "";
    position: absolute;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#instagram-area .widget .clear a[rel="me"]:before {
    left: -6px;
    top: -6px;
    height: 20px;
    width: 10px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

#instagram-area .widget .clear a[rel="me"]:hover:before {
    height: 10px;
    width: 20px;
}

#instagram-area .widget .clear a[rel="me"]:after {
    right: -6px;
    bottom: -6px;
    height: 10px;
    width: 20px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#instagram-area .widget .clear a[rel="me"]:hover:after {
    height: 20px;
    width: 10px;
}

/* --------
15. Footer
------------------------------------------- */

#footer {
    position: relative;
    border-top: 1px solid #f1f2f6;
    height: 60px;
    overflow: hidden;
}

#footer .footer-area {
    position: relative;
}

#footer .copyright {
    font-size: 12px;
    color: #888888;
    line-height: 60px;
}

#footer .copyright.left {
    float: left;
}

#footer .copyright.right {
    float: right;
}

#footer .copyright > a:hover {
    text-decoration: underline;
}

#footer .scroll-top {
    position: absolute;
    left: 50%;
    background: transparent;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    width: 30px;
    height: 30px;
    margin: 15px 0 15px -15px;
    display: block;
    border: 1px solid #f1f2f6;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#footer .scroll-top:hover {
    color: #9FE061;
    border-color: #9FE061;
}

/* --------
16. Contact Form 7
------------------------------------------- */

.wpcf7 input {
    width: 266px;
    max-width: 100%;
    box-sizing: border-box;
}

.wpcf7 {
    overflow: hidden;
    margin-top: 40px;
}

.wpcf7 input, .wpcf7 textarea {
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-top: 6px;
    font-family: inherit;
}

.wpcf7 textarea {
    width: 100%;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7 .form-send {
    position: relative;
    display: inline-block;
}

.wpcf7 .form-send:before,
.wpcf7 .form-send:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.wpcf7 .form-send:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 40px;
    height: 20px;
    border-top: 1px solid #9FE061;
    border-left: 1px solid #9FE061;
}

.wpcf7 .form-send:after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 40px;
    height: 20px;
    border-bottom: 1px solid #9FE061;
    border-right: 1px solid #9FE061;
}

.wpcf7 .form-send:hover {
    text-decoration: none;
}

.wpcf7 .form-send:hover:before {
    width: 20px;
    height: 30px;
}

.wpcf7 .form-send:hover:after {
    width: 20px;
    height: 30px;
}

.wpcf7 .wpcf7-submit {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100px;
    border: 1px solid #9FE061;
    background: transparent;
    overflow: hidden;
    padding: 12px 20px;
    margin: 0;
    font-size: 11px;
    color: #363c44;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wpcf7 .wpcf7-validation-errors {

}

.wpcf7 .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    border-width: 1px;
}
