/* Theme Name:Davenport
Theme URI:https://themeforest.net/item/davenport-multipurpose-blog-and-magazine-wordpress-theme/23765523
Author:Creanncy
Author URI:http://creanncy.com/
Description:Davenport - Premium Responsive WordPress Blogging Theme
Version:1.3
License:Themeforest Split Licence
License URI:-
Text Domain: davenport
Tags:custom-colors,custom-menu,featured-images,post-formats,theme-options
*/

/* [Table of contents]

1. Bootstrap overrides and common tag styles
2. WordPress default styles overrides
3. Default WordPress pages
4. Header
5. Footer
6. Top menu
7. Main menu
8. Pages/Posts titles
9. Pages/Posts containers
10. Sidebars
11. Theme widgets
12. Blog layouts
13. Basic styles for post templates
14. Homepage blocks
15. Post templates
16. Single blog post
17. Social share and profiles
18. Navigation and paging
19. Plugins and scripts styles overrides
20. WooCommerce styles
21. Gutenberg styles
22. Banners management
23. Image animations
24. Predefined CSS classes for manual use
25. Responsive oEmbed

*/

/*
* 1. Bootstrap overrides and common tag styles
*/
body {
    font-family: Arial, sans-serif;
    margin-top: 0 !important;
    background: #ffffff;
    font-size: 15px;
    color: #333333;
    line-height: 1.75;
}
p {
    margin-bottom: 25px;
}
a {
    color: #e58477;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.25;
    color: #000000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
pre {
    background-color: #F5F5F5;
    border-color: #e0dede;
}
.blog-post-single .entry-content h1,
.blog-post-single .entry-content h2,
.blog-post-single .entry-content h3,
.blog-post-single .entry-content h4,
.blog-post-single .entry-content h5,
.blog-post-single .entry-content h6,
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-top: 30px;
}
.entry-content article > h1:first-child,
.entry-content article > h2:first-child,
.entry-content article > h3:first-child,
.entry-content article > h4:first-child,
.entry-content article > h5:first-child,
.entry-content article > h6:first-child,
.post-content .entry-content > h1:first-child,
.post-content .entry-content > h2:first-child,
.post-content .entry-content > h3:first-child,
.post-content .entry-content > h4:first-child,
.post-content .entry-content > h5:first-child,
.post-content .entry-content > h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 24px;
}
h3,
.h3 {
    font-size: 21px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 17px;
}
h6,
.h6 {
    font-size: 16px;
}
cite {
    font-style: italic;
}
label {
    margin-bottom: 10px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    box-shadow: none;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}
textarea {
    resize: none;
    height: 150px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    max-width: 100%;
}
input,
input.input-text,
select,
textarea {
    border: 1px solid #e0dede;
    background-color: #ffffff;
    padding: 6px 20px;
    color: #000000;
    vertical-align: middle;
    box-shadow: none;
    line-height: 26px;
    border-radius: 0;
}
textarea:focus,
input:focus {
    background: #FBFBFB;
    box-shadow: none;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
   border-color: #fb7f88;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #989898;
    font-size: 13px;
}
.btn,
.btn:focus,
input[type="submit"],
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.wp-block-button a.wp-block-button__link {
    padding: 13px 30px;
    line-height: 1;
    background: #121212;
    border: 1px solid #121212;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    outline: none!important;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    font-weight: normal;
}
.btn.btn-black:hover,
.btn.btn-bordered:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    text-shadow: none;
    background: #e58477;
    border-color: #e58477;
    color: #ffffff;
}
.btn:hover,
.btn.btn-white:hover,
.btn.alt,
.btn.alt:focus,
input[type="submit"]:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.wp-block-button a.wp-block-button__link:hover {
    background: #48494b;
    color: #ffffff;
    border-color: #48494b;
}
.btn.btn-white,
.btn.btn-white:focus {
    background: #ffffff;
    border-color: #000000;
    color: #000000;
}
.btn.btn-black,
.btn.btn-black:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn.btn-grey,
.btn.btn-grey:focus {
    background: #ECEFF3;
    border-color: #ECEFF3;
    color: #000000;
}
.btn.btn-bordered,
.btn.btn-bordered:focus {
    border: 1px solid #D6D6D6;
    background: #ffffff;
    color: #000000;
}
.btn.btn-bordered:hover {
    color: #ffffff;
}
.btn:active,
.btn-primary,
.btn-primary:focus,
.btn.alt:hover,
.btn.btn-grey:hover {
    background: #e58477;
    border-color: #e58477;
    color: #ffffff;
    box-shadow: none;
}
.btn-primary:hover {
    background: #000000;
    border-color: #000000;
}
.btn.btn-text,
.btn.btn-text:focus {
    color: #000000;
    background: none;
    padding: 0;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0!important;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}
.btn.btn-text:hover {
    color: #e58477;
    background: none!important;
    border-bottom: 1px solid transparent;
}
.btn.btn-transparent {
    background: rgba(255,255,255,.25);
    color: #ffffff;
    border: none;
}
.btn.btn-transparent:hover {
    background: rgba(255,255,255, 1);
    color: #000000;
    border: none;
}
.btn.btn-small {
    padding: 7px 15px;
}
.btn i.fa {
    margin-right: 10px;
}
.btn.btn-loading::after {
    content: "\f021";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: 1px;
    -webkit-animation: loadingflash 1.2s linear infinite;
    -moz-animation: loadingflash 1.2s linear infinite;
    -ms-animation: loadingflash 1.2s linear infinite;
    -o-animation: loadingflash 1.2s linear infinite;
    animation: loadingflash 1.2s linear infinite;
}
@-webkit-keyframes loadingflash  {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loadingflash {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes loadingrotating  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingrotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table {
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
    width: 100%;
}
table th {
    background: #ffffff;
}
table td,
table th {
    padding: 9px 20px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.label {
    color: inherit;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    white-space: inherit;
}
hr {
    border-color: #d9d9d9;
}
blockquote,
.blog-post-single .format-quote .entry-content {
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border: none;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #E0DEDE;
}
.blog-post-single .format-quote .entry-content {
    margin-top: 0;
    margin-bottom: 0;
}
.blog-post-single .format-quote .entry-content blockquote::before {
    display: none;
}
blockquote::before,
.blog-post-single .format-quote .entry-content::before {
    position: absolute;
    top: 50px;
    left: 0;
    font-family: "FontAwesome";
    content: "\f061";
    line-height: 58px;
    font-size: 25px;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    color: #000000;
    border: 1px solid #E0DEDE;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: -20px;
}
blockquote cite {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    font-style: normal;
    display: block;
    margin-top: 30px;
    color: #000000;
}
blockquote cite a {
    text-decoration: none;
}
.color input:-moz-placeholder,
.color textarea:-moz-placeholder {
    color: #989898;
}
.color input:-ms-input-placeholder,
.color textarea:-ms-input-placeholder {
    color: #989898;
}
.color input::-webkit-input-placeholder,
.color textarea::-webkit-input-placeholder {
    color: #989898;
}
.color textarea,
.color input {
    background: #ffffff;
    color: #989898;
}
.clear {
    clear: both;
}

/*
* 2. WordPress default styles overrides
*/
/* Password protected post */
.post-password-form {
    padding: 15px;
    background: #F5F5F5;
    text-align: center;
}
.post-password-form input[name="post_password"] {
    margin-left: 10px;
    margin-right: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.mejs-container .mejs-controls div {
    line-height: 16px!important;
}
.mejs-container {
    overflow: hidden;
}
.about-meta {
    margin-top: 30px;
}
.about-meta i {
    margin-right: 5px;
    margin-left: 5px;
}
.message-comments-closed {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 15px;
}
.comments-form-wrapper {
    margin-bottom: 40px;
}
.comments-form-wrapper a {
    text-decoration: none;
}
.comment-respond {
    padding-bottom: 30px;
}
.comments-form-wrapper .comment-respond {
    padding-bottom: 0;
}
.comment-form label {
    display: inline-block;
    min-width: 70px;
}
.comment-form-url p.form-submit {
    margin-bottom: 0;
}
.comments-area {
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 0;
}
.comments-area + .comments-form-wrapper {
    margin-top: -30px;
}
.comment-list .children {
    padding: 0;
}
.comment-form .logged-in-as a {
    text-decoration: none;
}
.comment-list .children li.comment {
    padding-left: 30px;
}
.comment-list li.comment:first-child {
    border-top: none;
    margin-top: 0;
}
.comment-list li.comment:last-child {
    border-bottom: 0;
}
.comment-list li.comment {
    margin-top: 0;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
}
.comment-list .children li.comment {
    border-top: 1px solid #eeeeee;
    border-bottom: 0;
}
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-content {
    margin-top: 5px;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.comment-body {
    padding: 0;
}
.comment-author {
    width: 60px;
    margin: 30px 0;
    margin-right: 30px;
    float: left;
}
.comment-author img {
    width: 60px;
    height: auto;
}
.comment-metadata {
    margin-top: 30px;
    margin-bottom: 30px;
    display: table;
}
.comment-metadata .author {
    font-weight: bold;

}
.comment-metadata .author cite {
    font-style: normal;
}
.comment-metadata .author a {
    text-decoration: none;
    color: #000000;
}
.comment-metadata .date {
    font-size: 14px;
    color: #9F9F9F;
    margin-top: -5px;
}
.comment-metadata .date i {
    margin-right: 5px;
}
.comment-metadata .date a {
    text-decoration: none;
    color: #9F9F9F;
}
.comment-meta .reply {
    float: right;
    margin-top: 40px;
}
.comment-meta .reply a,
.comment-reply-title small a {
    text-decoration: none;
    display: inline-block;
    padding: 2px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
    background: #f5f5f5;
}
.comment-reply-title small a {
    padding: 5px 10px;
}
.comment-meta .reply a:hover,
.comment-reply-title small a:hover {
    text-decoration: none;
    background: #e58477;
    color: #ffffff;
}
.comments-title {
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0DEDE;
}
.comment-reply-title {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
.comment-reply-title small {
    display: block;
    float: right;
    line-height: 1.25;
}
.comment-form textarea,
.comment-form input {
    margin-bottom: 0;
}
.comment-form input#submit {
    margin-bottom: 0;
}
.pingback .comment-body {
    padding: 15px;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}
.comment-body a {
    text-decoration: none;
}
.only-fixed {
    position: fixed !important;
    top: 0 !important;
}
input.pass-input {
    margin-bottom: 0;
}
.entry-content {
    overflow: visible;
    position: relative;
}
.page .entry-content {
    margin-bottom: 40px;
}
.entry-content > :last-child {
    margin-bottom: 0;
}
.entry-content img {
    height: auto;
    max-width: 100%;
}
.wp-block-image.alignfull img {
    border-radius: 0!important;
}
img.alignleft,
.wp-block-image .alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
}
img.alignnone,
.wp-block-image .alignnone {
    margin-bottom: 5px;
    margin-top: 5px;
}
img.aligncenter,
.wp-block-image img.aligncenter {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
img.alignright,
.wp-block-image .alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.alignleft {
    float: left;
    margin-right: 30px;
}
.alignright {
    float: right;
    margin-left: 30px;
}
.aligncenter {
    text-align: center;
    margin: auto;
}
.image-attachment {
    margin: 150px 0;
}
.image-attachment .about-meta {
    margin-bottom: 0;
}
.comment-form input[type="text"] {
/*    width: 462px;*/
}
.comment-form textarea {
    width: 100%;
}
.wp-caption {
    max-width: 100%;
    color: #8e8e8e;
    font-style: italic;
    margin-bottom: 30px;
}
.wp-caption.alignright {
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wp-caption.alignleft {
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wp-caption img {
    width: 100%;
}
.wp-caption-text {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.gallery-caption {
    color: #8e8e8e;
}
.bypostauthor .author {
    font-weight: bold;
}
code {
    word-wrap: break-word;
    white-space: normal;
}

/*
* 3. Default WordPress pages
*/

/* 404 page */
.page-404 {
    margin: 0 auto 100px auto;
    text-align: center;
}
.page-404 h1 {
    font-size: 120px;
    margin-bottom: 30px;
    line-height: 1;
}
.page-404 p {
    margin-bottom: 20px;
}
.page-404 .search-form #s {
    width: 300px;
    margin-right: 15px;
}

/* Search page */
.page-search-no-results {
    margin: 0 auto 100px auto;
    text-align: center;
}
.page-search-no-results h3 {
    font-size: 50px;
    margin-bottom: 30px;
}
.page-search-no-results p {
    margin-bottom: 20px;
}
.page-search-no-results .search-form #s {
    width: 300px;
}

/* Archive page */
.archive .taxonomy-description-container {
    padding: 0;
}
.archive .taxonomy-description-container p {
    margin-bottom: 0;
}

/*
* 4. Header
*/

/* Transparent header */
@media (min-width: 1024px)  {
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed),
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) {
        left: 0;
        position: absolute;
        right: 0;
        z-index: 100;
        background: transparent;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .mainmenu,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .mainmenu {
        background: transparent;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .mainmenu .nav > li > a,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .mainmenu .nav > li > a,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) a.search-toggle-btn,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) a.search-toggle-btn {
        color: #ffffff;
    }

    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .social-icons-wrapper a,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .social-icons-wrapper a {
        color: #ffffff;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .regular-logo,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .regular-logo {
        display: none;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .light-logo,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .light-logo {
        display: inline-block;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable .container-page-item-title,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable .container-page-item-title {
        margin-top: 0;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .logo-link.logo-text,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .logo-link.logo-text,
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .header-blog-info,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header:not(.fixed) .header-blog-info {
        color: #ffffff;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header .navbar-center-wrapper,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable header.main-header .navbar-center-wrapper {
        border-color: #ffffff;
    }
    body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable.single-post .page-item-title-single .davenport-post .post-categories,
    body.page.blog-post-header-with-bg.blog-post-transparent-header-enable.single-post .page-item-title-single .davenport-post .post-categories {
        margin-bottom: 30px;
    }
}

/* Header layout */
header {
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
}
header .col-md-12 {
    padding: 0;
    display: flex;
    height: 200px;
    align-items: center;
}
header .header-blog-info {
    margin-top: 5px;
    color: #000000;
}
header .header-blog-info.header-blog-info-uppercase {
    text-transform: uppercase;
}
header.main-header.fixed .header-blog-info {
    display: none
}
header.main-header.fixed > .container > .row {
    display: none;
}
header.main-header.fixed .navbar-center-wrapper {
    margin-bottom: 0;
    border: none;
}
header.main-header.fixed .navbar .nav > li {
    background: none;
}
header .logo {
    display: inline-block;
}
header .light-logo {
    display: none;
}
header .logo-link.logo-text {
    color: #2A2F35;
    font-size: 30px;
    text-decoration: none;
    line-height: 1;
}
header .header-block-wrapper p {
    margin: 0;
}
header .header-left {
    text-align: left;
    padding-left: 15px;
    flex-shrink: 0;
    width: 25%;
}
header .header-center {
    text-align: center;
    flex-grow: 1;
    position: relative;
}
header .header-right {
    text-align: right;
    padding-right: 15px;
    flex-shrink: 0;
    width: 25%;
}
header .header-center .header-center-search-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}
header .header-center .header-center-search-form input.submit {
    display: none;
}
header .header-center .header-center-search-form input.field {
    width: 70%;
    text-align: center;
    font-size: 24px;
    padding: 10px 13px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #e0dede;
}
header .header-center .header-center-search-form input.field:focus {
    background: #ffffff;
}
header .search-toggle-wrapper {
    display: inline-block;
    position: relative;
}
header .search-toggle-wrapper .searchform {
    position: absolute;
    right: 30px;
    top: -5px;
    width: 0;
    overflow: hidden;
}
header .search-toggle-wrapper.search-header:hover .searchform {
    width: 220px;
}
header .search-toggle-wrapper .field {
    border-radius: 10px;
    width: 200px;
}
header .search-toggle-wrapper .searchform .submit {
    display: none;
}
header a.search-toggle-btn {
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    margin-left: 2px;
}
header a.search-toggle-btn:hover {
    color: #e58477;
}
header .social-icons-wrapper {
    display: inline-block;
}

/* Fixed header */
header.main-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0!important;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0px 5px 17px -2px rgba(0, 0, 0, 0.15);
    display: none;
}
header.main-header.fixed .col-md-12 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
header.main-header.fixed .sticky-menu-logo {
    display: block;
}

/* Header topline */
.header-topline-wrapper {
    background: #000000;
}
.header-topline-wrapper .header-topline {
    color: #ffffff;
    align-items: center;
}
.header-topline-wrapper .header-topline a {
    color: #ffffff;
}
.header-topline-wrapper .header-topline .header-topline-content {
    display: flex;
    position: relative;
}
.header-topline-wrapper .header-topline .header-topline-content > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-topline-wrapper .header-topline .header-topline-date {
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    flex-shrink: 0;
}
.header-topline-wrapper .header-topline .header-topline-date i {
    margin-right: 5px;
}
.header-topline-wrapper .header-topline .header-topline-title {
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 30px;
    font-size: 12px;
    flex-shrink: 0;
}
.header-topline-wrapper .header-topline .header-topline-post-title {
    font-size: 13px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-topline-wrapper .header-topline .header-topline-title + .header-topline-post-title {
    width: 80%;
}
.header-topline-wrapper .header-topline .header-topline-date + .header-topline-title + .header-topline-post-title {
    width: 64%;
}
.header-topline-wrapper .header-topline .header-topline-post-title a {
    text-decoration: none;
}
.header-topline-wrapper .header-topline .header-topline-content .arrow-navigation {
    position: absolute;
    right: 0;
    z-index: 10;
}

/* Fullscreen search */
.search-fullscreen-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 10000;
    display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form {
    margin: 0 auto;
    margin-top: 300px;
    display: table;
}
.search-fullscreen-wrapper .search-fullscreen-form input[type="search"] {
    font-size: 22px;
    line-height: 50px;
    height: auto;
    color: #000000;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    border-bottom: 1px solid #e0dede;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.search-fullscreen-wrapper .search-fullscreen-form::after {
    content: " ";
    display: table;
    margin:0 auto;
    width: 40px;
    height: 1px;
    background: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form .submit.btn {
    padding: 26px 40px;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.search-close-btn {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    color: #000000;
    text-transform: uppercase;
}
.search-close-btn:hover {
    opacity: 0.6;
}
.search-close-btn .fa {
    font-size: 40px;
    color: #ffffff;
}

/*
* 5. Footer
*/
footer {
    padding: 30px 0 30px;
    background-color: #ffffff;
    color: #242424;
}
footer .footer-bottom {
    display: flex;
    align-items: center;
}
footer .container > .row {
    margin: 0;
}
footer a {
    color: #000000;
    text-decoration: none;
}
footer a:hover {
    color: #9F9F9F;
    text-decoration: none;
}

/* Dark footer overrides */
footer.footer-black {
    background-color: #3C3D41;
    color: #9F9F9F;
}
footer.footer-black a,
footer.footer-black .footer-social .social-icons-wrapper a {
    color: #ffffff;
}
footer.footer-black a:hover,
footer.footer-black .footer-social .social-icons-wrapper a:hover {
    color: #9F9F9F;
}

/* Footer menu */
footer .footer-menu {
    font-weight: normal;
    margin-bottom: 20px;
    width: 100%;
}
footer .footer-menu > div {
    padding-bottom: 0;
    text-align: left;
}
footer .footer-menu ul li:first-child a {
    margin-left: 0;
}
footer .footer-menu ul li:last-child a {
    margin-right: 0;
}
footer .footer-menu a ul {
    display: none;
}
footer .footer-menu a:hover ul {
    display: block;
    position: absolute;
}
footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
footer .footer-menu ul li {
    display: inline;
    margin-right: 0;
    margin-left: 0;
}
footer .footer-menu ul li a {
    margin-left: 12px;
    margin-right: 12px;
    font-weight: bold;
}
footer .footer-menu ul li ul {
    display: none;
}

/* Footer copyright */
footer .footer-copyright {
    width: 25%;
    text-align: left;
    color: #9F9F9F;
    padding-right: 30px;
}
footer.footer-subscribe-disabled .footer-copyright {
    width: 75%;
}
footer .footer-copyright p {
    margin-bottom: 0;
}

/* Footer subscribe */
footer .footer-subscribe {
    flex-grow: 1;
}
footer .footer-subscribe .mc4wp-form input[type="email"] {
    width: 270px;
}
footer.footer-black .footer-subscribe .mc4wp-form input[type="email"] {
    color: #ffffff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.15);
}
footer.footer-black .footer-subscribe .mc4wp-form input[type="email"]::placeholder {
    color: #9f9f9f;
}

/* Footer social icons */
footer .footer-social {
    width: 25%;
}
footer .footer-social .social-icons-wrapper {
    text-align: right;
    margin-bottom: 0;
    margin-top: 0;
}
footer .footer-social .social-icons-wrapper a {
    margin-left: 8px;
    margin-right: 0;
}

/* Footer HTML block */
.footer-html-block {
    padding: 120px 30px;
    text-align: center;
    background-color: #F5F5F5;
    background-size: cover;
    background-position: center center;
}
.footer-html-block img {
    max-width: 100%;
    height: auto;
}

/* Scroll to top button */
.scroll-to-top.btn {
    display: block;
    bottom: -60px;
    position: fixed;
    right: 60px;
    width: 44px;
    height: 44px;
    z-index: 999;
    padding: 0;
}
.scroll-to-top::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "";
    font-size: 14px;
    line-height: 40px;
}

/*
* 6. Top menu
*/
.header-menu-bg {
    z-index: 10001;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-menu-bg.menu_black {
    background: #141414;
    border-bottom: 0;
}
.header-menu {
    overflow: visible;
    font-size: 12px;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu li {
    position: relative;
    display: block;
    float: left;
}
.header-menu li ul {
    display: none;
    border-bottom: 0;
    position: absolute;
    background: #fff;
    z-index: 10000;
}
.header-menu-bg.menu_black .header-menu li ul {
    background: #141414;
}
.header-menu li:hover > ul {
    display: block;
}
.header-menu .sub-menu li .sub-menu {
    right: -99.5%;
    top: 0;
}
.header-menu .sub-menu li a:hover {
    background: rgba(0,0,0,0.1);
}
.header-menu .sub-menu li.menu-item-has-children > a::after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.header-menu li.menu-item-has-children.mobile-submenu-opened > a::after {
    content: "";
}
.header-menu li a {
    color: #000000;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}
.header-menu li.icon-arrow a::before {
    content: "\f138";
    margin-right: 10px;
    display: inline-block;
    font-family: "fontawesome";
}
.header-menu li.icon-email a::before {
    content: "\f003";
    margin-right: 10px;
    display: inline-block;
    font-family: "fontawesome";
}
.header-menu li.icon-cart a::before {
    content: "\f07a";
    margin-right: 10px;
    display: inline-block;
    font-family: "fontawesome";
}
.header-menu-bg.header-menu-uppercase .header-menu li a {
    text-transform: uppercase;
}
.header-menu-bg.menu_black .header-menu li a {
    color: #ffffff;
}
.header-menu-bg.menu_black .header-menu li a:hover {
    color: rgba(255,255,255,0.5);
}
.header-menu ul.links > li:not(.pull-right):first-child > a {
    padding-left: 0;
}
.header-menu ul.links > li.pull-right:first-child > a {
    padding-right: 0;
}
.header-menu li ul a {
    padding: 8px 20px;
    min-width: 205px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0;
}
.header-menu-bg.menu_black .header-menu li ul a {
    border: 1px solid rgba(255,255,255,0.07);
    border-bottom: 0;
}
.header-menu li ul li {
    float: none;
}
.header-menu li ul > li:last-child > a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-menu-bg.menu_black .header-menu li ul > li:last-child > a {
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.header-menu li a:hover {
    text-decoration: none;
    color: #e58477;
}
.header-menu-bg.menu_black .header-menu .sub-menu li a:hover {
    background: rgba(0,0,0,0.5);
}
.header-menu .menu-top-menu-container-toggle {
    float: left;
    display: none;
    color: #000000;
    cursor: pointer;
    padding: 22px;
    padding-left: 0;
}
.header-menu .menu-top-menu-container-toggle:hover {
    opacity: 0.5;
}
.header-menu .menu-top-menu-container-toggle::after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-weight: normal;
    font-size: 14px;
}
.header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle {
    color: #ffffff;
}
.header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle + div {
    background: #000000;
}

/*
* 7. Main menu
*/
.navbar {
    border-radius: 0;
    border: none;
    margin: 0;
    position: static;
}
.navbar .navbar-inner .container {
    padding: 0;
}
.nav > li.menu-item-has-children > a::after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0;
}
.navbar .nav li.menu-item-has-children.mobile-submenu-opened > a::after {
    content: "";
}
.navbar .nav > li {
    content: " ";
    display: block;
    background-image: linear-gradient(#000000, #000000), linear-gradient(transparent, transparent);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.navbar .nav > li:hover {
    background-size: 100% 2px, auto;
}
.nav > li {
    padding-top: 20px; /* option */
    padding-bottom: 20px; /* option */
    position: relative;
    float: left;
}
.nav > li > a {
    color: #000000;
    display: block;
    padding: 2px 18px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    letter-spacing: 1px;
}
.navbar .nav li.menu-item > a > i.fa {
    margin-right: 10px;
    font-weight: normal;
}
.nav > li > a:hover {
    background: transparent;
    color: #e58477;
}
.nav > li > a:focus {
    background: none;
}
.navbar-center-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 40px;
}
.navbar {
    background: none;
    min-height: 0;
}
.navbar-collapse {
    padding: 0;
    max-height: inherit;
    clear: both;
    position: relative;
    box-shadow: none;
}
.navbar .nav ul {
    list-style: none;
    line-height: 1.2;
}
.navbar .navbar-toggle {
    cursor: pointer;
    text-transform: uppercase;
    display: none;
    position: relative;
    float: none;
    left: 50%;
    transform: translateX(-50%);
}
.nav .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    text-align: left;
    z-index: 10000;
    padding: 0;
}
.nav > li .sub-menu {
    font-size: 14px;
    margin-top: 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0px 5px 17px -2px rgba(0, 0, 0, 0.15);
}
.nav > li > .sub-menu {
    margin-top: 25px;
}
.navbar .nav .sub-menu li {
    float: none;
    position: relative;
}
.nav .sub-menu li.menu-item > a {
    display: block;
    background: transparent;
    color: #000000;
    font-weight: normal;
    min-width: 250px;
    text-decoration: none;
    padding: 8px 20px;
    cursor: pointer;
    border: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-bottom: 1px solid #E0DEDE;
}
.nav .menu-item-multicolumn .sub-menu li.menu-item > a {
    border-bottom: none;
}
.nav .sub-menu li.menu-item:last-child > a {
    border-bottom: none;
}
.nav .sub-menu li.menu-item > a span {
    display: block;
    text-transform: none;
    font-weight: normal;
}
.nav .sub-menu li.menu-item > a:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255,255,255,0.3);
}
.nav .sub-menu li .sub-menu {
    right: -101%;
    margin-top: -1px;
    top: 0;
}
.navbar .sub-menu li.menu-item-has-children > a::after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    font-style: normal;
    float: right;
}
.nav li:hover > .sub-menu {
    display: block;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}
.navbar {
    position: relative;
}
.navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.navbar {
    margin-left: 0;
    min-height: 0;
}
.nav > li > a span {
    display: block;
    font-size: 12px;
    color: #989898;
    text-transform: none;
    font-weight: normal;
    margin-top: 0;
}
.mainmenu-mobile-toggle {
    display: inline-block;
    font-size: 18px;
    color: #000000;
    margin-right: 20px;
    display: none;
    cursor: pointer;
}
.mainmenu-mobile-toggle i {
    border: 1px solid #e0dede;
    padding: 8px;
    text-align: center;
}
.mainmenu .nav {
    display: table;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.mainmenu.fixed .nav > li > a span {
    display: none;
}
.mainmenu.mainmenu-uppercase .nav > li > a,
.mainmenu.mainmenu-uppercase .nav .sub-menu li.menu-item > a {
    text-transform: uppercase;
}
.mainmenu.mainmenu-italic .nav > li > a,
.mainmenu.mainmenu-italic .nav .sub-menu li.menu-item > a {
    font-style: italic;
}
.mainmenu.mainmenu-boldfont .nav > li > a {
    font-weight: bold;
}
.mainmenu .nav > li > a {
    font-size: 14px;
    line-height: 18px;
}
.mainmenu.mainmenu-rightarrow .nav > li.menu-item-has-children > a::after {
    content: "";
}
.mainmenu.mainmenu-noarrow .nav > li.menu-item-has-children > a::after {
    display: none;
}
.blog-post-reading-progress {
    border-bottom: 4px solid #000000;
    display: block;
    top: 0;
    position: absolute;
    width: 0;
}

/*
* 8. Pages/Posts titles
*/

/* Single Post title outside content */
.single-post .page-item-title-single .davenport-post .post-title {
    font-size: 40px;
    max-width: 70%;
    word-wrap: break-word;
    margin: 0 auto;
}
.single-post .page-item-title-single .davenport-post .post-title:hover {
    color: #000000;
}
.single-post .page-item-title-single .davenport-post .post-categories {
    margin-bottom: 100px;
    justify-content: center;
}
.single-post .page-item-title-single .davenport-post .davenport-post-details {
    text-align: center;
}
.single-post .page-item-title-single .davenport-post .post-details-bottom {
    padding-bottom: 0;
    margin-top: 20px;
    justify-content: center;
}
.single-post .page-item-title-single .davenport-post .post-details-bottom .post-info-wrapper {
    flex-grow: 0;
    justify-content: flex-end;
    width: 50%;
}
.single-post .post-header-incontent .page-item-title-single .davenport-post .post-details-bottom .post-info-wrapper {
    width: 50%;
}
.single-post .post-header-incontent .container-page-item-title.container-page-item-title-inside.without-bg .page-item-title-single .davenport-post .post-details-bottom .post-info-wrapper {
    width: auto;
}
.single-post .post-header-inheader .davenport-post .post-details-bottom .post-info-wrapper {
    width: auto;
}
.single-post .page-item-title-single .davenport-post .post-details-bottom .post-info-share {
    width: auto;
}
.single-post .page-item-title-single .davenport-post .post-details-bottom .post-social-wrapper {
    position: relative;
}
.single-post .page-item-title-single .davenport-post .post-details-bottom .post-social-wrapper .post-social-frame {
    top: -39%;
}

/* Single post title inside content (text without image) */
.single-post .container-page-item-title.without-bg .page-item-title-single.page-item-title-single-inside {
    margin-bottom: 15px;
}
.single-post .container-page-item-title.without-bg .page-item-title-single.page-item-title-single-inside .davenport-post .post-title {
    text-align: left;
    margin: 0;
    max-width: 80%;
}
.single-post .container-page-item-title.without-bg .page-item-title-single.page-item-title-single-inside .davenport-post .post-categories {
    justify-content: left;
    margin-bottom: 10px;
}

/* Single post title inside content (text with image) */
.single-post .container-page-item-title-inside.with-bg .page-item-title-single.page-item-title-single-inside .davenport-post .davenport-post-details {
    text-align: left;
}
.single-post .container-page-item-title-inside.with-bg .page-item-title-single.page-item-title-single-inside .davenport-post .post-categories {
    justify-content: left;
}
.single-post .container-page-item-title-inside.with-bg .page-item-title-single.page-item-title-single-inside .davenport-post .post-title {
    margin: 0;
    max-width: 80%;
}
.single-post .container-page-item-title-inside.with-bg .page-item-title-single.page-item-title-single-inside .davenport-post .post-details-bottom {
    justify-content: left;
}
.single-post .container-page-item-title-inside.with-bg .page-item-title-single.page-item-title-single-inside {
    padding: 50px;
}
.single-post .container-page-item-title-inside.with-bg .page-item-title-single .davenport-post .post-details-bottom .post-info-wrapper {
    justify-content: left;
}
.single-post .container-page-item-title-inside.with-bg .page-item-title-single .davenport-post .post-details-bottom .post-info-share {
    width: 50%;
}

/* Single post title outside content - image only */
.single-post .container-page-item-title-image-only {
    min-height: 400px;
    position: relative;
}
.single-post .container-page-item-title-image-only .col-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Single post featured image caption */
.single-post .post-image-caption {
    margin-bottom: 40px;
    color: #9F9F9F;
    margin-top: -20px;
    font-style: italic;
}

/* Single Page title */
.page-item-title-single .page-title {
    font-size: 40px;
    color: #000000;
    max-width: 70%;
}

/* Archive and Search page title */
.page-item-title-archive .page-description {
    margin-bottom: 5px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-item-title-archive .category-posts-count {
    margin-bottom: 30px;
    font-weight: normal;
    padding: 2px 15px;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
}
.page-item-title-archive .author-avatar {
    text-align: center;
}
.page-item-title-archive .author-avatar img {
    border-radius: 100%;
    margin: 20px 0;
}
.author .container-page-item-title .container {
    width: auto;
    padding: 0;
}
.page-item-title-archive .author-bio {
    padding-bottom: 0;
    border-bottom: none;
}
.page-item-title-archive .author-bio h3 {
    font-size: 40px;
}
.page-item-title-archive .author-bio .btn {
    display: none;
}
.page-item-title-archive .page-title {
    margin-bottom: 10px;
}

/* Single post/page title on page without header */
.single-post .header-menu-bg + .content-block .page-item-title-single {
    margin-bottom: 0;
    margin-top: 45px;
}
.page .header-menu-bg + .content-block .page-item-title-single {
    margin-bottom: 0;
    margin-top: 45px;
}
.home .header-menu-bg + .content-block {
    margin-top: 60px;
}

/* Title container */
.page-item-title-single {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    text-align: left;
}
.container-page-item-title {
    padding: 0;
    background-size: cover;
    background-position: center center;
}
.container-page-item-title .page-item-title-archive .page-description {
    margin-bottom: 0;
}
.container-page-item-title .row {
    margin: 0;
}
.page .container-page-item-title .container {
    padding: 0;
    width: auto;
}
.container-page-item-title .col-md-12 {
    padding: 0;
}
.container-page-item-title.container-fluid .container {
    padding: 0 15px;
}

/* Title container with background image */
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post a,
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post .post-details-bottom .post-social-wrapper .post-social a:hover,
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post .post-details-bottom,
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post .post-details-bottom .post-social-wrapper .post-social-title,
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post .post-title,
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post .post-title:hover,
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post .post-author,
.single-post .container-page-item-title.with-bg .page-item-title-single .davenport-post .post-date,
.container-page-item-title.with-bg .page-item-title-single .page-title {
    color: #ffffff;
}
.container-page-item-title.with-bg {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}
.container-page-item-title.container.with-bg .container {
    padding: 0 50px;
}
.container-page-item-title.with-bg .page-item-title-single {
    padding: 50px 0;
    margin: 0;
}
.page .container-page-item-title.with-bg .page-item-title-single {
    padding-top: 200px;
    padding-bottom: 30px;
}
.container-page-item-title.with-bg.container-fluid {
    border-radius: 0!important;
}
.container-page-item-title.with-bg .col-overlay {
    padding: 0;
    background: rgba(0,0,0, 0.4);
}
.post-header-inheader2 .container-page-item-title.with-bg .col-overlay {
    background: transparent;
}
.container-page-item-title.container-fluid.with-bg .col-overlay {
    border-radius: 0!important;
}
.container-page-item-title.with-bg .page-item-title-archive {
    color: #ffffff;
}
.container-page-item-title.with-bg .page-item-title-archive .category-posts-count {
    color: #ffffff;
}
.container-page-item-title.with-bg .page-item-title-archive .page-description {
    color: #ffffff;
}

/*
* 9. Pages/Posts containers
*/
.content-block .page-container,
.content-block .post-container {
    margin-top: 45px;
}
.content-block .page-container > .row > .col-md-8,
.content-block .page-container > .row > .col-md-12 {
    margin-bottom: 40px;
}
.davenport-blog-block-wrapper.page-container > .row > .col-md-8,
.davenport-blog-block-wrapper.page-container > .row > .col-md-12 {
    margin-bottom: 0;
}
header + .content-block .post-container,
header + .content-block .page-container {
    margin-top: 0;
}

/* Small page width */
.single-post.blog-small-page-width .post-container .col-md-12 .blog-post-single,
.single-post.blog-small-page-width .post-container-bottom .col-md-12 .author-bio,
.single-post.blog-small-page-width .post-container-bottom .col-md-12 .navigation-post,
.single-post.blog-small-page-width .post-container-bottom .col-md-12 .comments-form-wrapper,
.single-post.blog-small-page-width .post-container-bottom .col-md-12 .comments-area,
.single-post.blog-small-page-width .post-container-bottom .col-md-12 .davenport-subscribe-block,
.single-post.blog-small-page-width .post-container-bottom .col-md-12 .blog-post-related-wrapper,
.page.blog-small-page-width .page-item-title-single .page-title,
.page.blog-small-page-width .page-container .col-md-12 .entry-content,
.page.blog-small-page-width .page-container .col-md-12 .comments-form-wrapper,
.page.blog-small-page-width .page-container .col-md-12 .comments-area {
    margin-left: 145px;
    margin-right: 145px;
}
.page.blog-small-page-width .container-page-item-title.with-bg .page-item-title-single .page-title {
    margin-left: 0;
    margin-right: 0;
}

/*
* 10. Sidebars
*/
.sidebar.sidebar-right #page-sidebar,
.sidebar.sidebar-right #post-sidebar,
.sidebar.sidebar-right #main-sidebar,
.sidebar.sidebar-right #woocommerce-sidebar {
    padding-left: 30px;
}
.sidebar.sidebar-left #page-sidebar,
.sidebar.sidebar-left #post-sidebar,
.sidebar.sidebar-left #main-sidebar,
.sidebar.sidebar-left #woocommerce-sidebar {
    padding-right: 30px;
}
.sidebar {
    margin-top: 0;
    margin-bottom: 40px;
}
.content-block .sidebar {
    margin-top: 0;
}
.blog-enable-sticky-sidebar .content-block .sidebar {
    position: sticky!important;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 40px;
}
.blog-enable-sticky-sidebar.blog-enable-sticky-header .content-block .sidebar {
    top: 100px;
}
.single-post .post-sidebar-left .post-container-bottom .col-md-8 {
    float: right;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar > ul > li {
    margin-bottom: 50px;
}
.sidebar .widget {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}
.sidebar .widgettitle {
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e0dede;
    border-top: 2px solid #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sidebar .widget ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_rss li,
.widget_nav_menu li {
    line-height: 1.75;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: 500;
}
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child,
.widget_categories li:first-child,
.widget_archive li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_rss li:first-child,
.widget_nav_menu li:first-child {
    padding-top: 0;
}
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget_rss li a,
.widget_nav_menu li a {
    font-weight: bold;
    color: #000000;
}
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_nav_menu li a:hover {
    color: #e58477;
}
.sidebar .widget ul > li ul {
    margin-top: 10px;
}
.sidebar .widget ul > li ul li {
    padding-left: 15px;
}
.sidebar .widget ul > li a:hover {
    text-decoration: none;
}
.sidebar .widget ul > li:first-child {
    padding-top: 0;
}
.sidebar .widget ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar .widget a {
    text-decoration: none;
}
.sidebar .widget a:hover {
    text-decoration: underline;
}
.sidebar .widget_search input[type="submit"] {
    width: 100%;
}
.sidebar .widget input[type="search"],
.sidebar .widget input[type="text"],
.sidebar .widget input[type="password"],
.sidebar .widget .select2-container {
    width: 100%;
    margin-bottom: 10px;
}
.sidebar .widget_search form {
    margin-bottom: 0;
}
.sidebar .widget_calendar caption {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
.sidebar .widget_calendar th {
    background: #e58477;
    color: #fff;
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 5px;
}
.sidebar .widget_calendar tbody td {
    background: #fff;
    border: 1px solid #D9D9D9;
    padding: 5px;
    color: rgba(0,0,0,0.5);
}
.sidebar .widget_calendar tbody td a {
    display: block;
}
.sidebar .widget_calendar tbody td a:hover {
    text-decoration: none;
}
.sidebar .widget_calendar tfoot td {
    background: #e58477;
    padding: 5px;
}
.sidebar .widget_calendar tfoot td a {
    color: #fff;
    display: block;
}
.sidebar .widget_calendar tbody td.pad,
.sidebar .widget_calendar tfoot td.pad {
    background: #F5F5F5;
    border: none;
}
.sidebar .widget_tag_cloud .tagcloud,
.sidebar .widget_product_tag_cloud .tagcloud {
    text-align: left;
}
.sidebar .widget_tag_cloud .tagcloud a,
.sidebar .widget_product_tag_cloud .tagcloud a {
    background: #F5F5F5;
    color: #000000;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
}
.sidebar .widget_tag_cloud .tagcloud a:hover,
.sidebar .widget_product_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    background-color: #e58477;
    color: #ffffff;
}
.sidebar .widget_calendar table {
    width: 100%;
    text-align: center;
    background: #F5F5F5;
}
.sidebar .widget_calendar #calendar_wrap {
}
.sidebar .widget img {
    max-width: 100%;
    height: auto;
}
.sidebar .widget_rss li {
    margin-bottom: 20px;
}
.sidebar .widget.widget_nav_menu a {
    color: #000000;
}
.sidebar .widget.widget_nav_menu a:hover {
    color: #9F9F9F;
}
.sidebar .widget.widget_nav_menu li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar .widget.widget_nav_menu li:last-child {
    padding-bottom: 10px;
}
.sidebar .widget.widget_nav_menu ul > li.menu-item-has-children > a {
    display: block;
}
.sidebar .widget.widget_nav_menu ul.sub-menu {
    display: none;
}
.sidebar .widget.widget_nav_menu ul.menu > li ul li {
    margin-left: 0;
    padding-top: 5px!important;
}
.sidebar .widget.widget_nav_menu li.menu-item-has-children > a::after {
    display: inline-block;
    font-family: "fontawesome";
    content: "";
    margin-left: 5px;
    font-weight: normal;
    float: right;
}
.sidebar .widget.widget_nav_menu li.menu-item-has-children.mobile-submenu-opened > a::after {
    content: "";
}

/* Common footer sidebar styles */
.footer-sidebar.sidebar .widget,
.footer-sidebar-2.sidebar .widget {
    border: 0;
    padding: 0;
    padding-right: 30px;
}
.footer-sidebar.sidebar .widget ul > li,
.footer-sidebar-2.sidebar .widget ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-sidebar.sidebar .widget ul > li:first-child,
.footer-sidebar-2.sidebar .widget ul > li:first-child {
    padding-top: 0!important;
}
.footer-sidebar.sidebar .widget ul > li:last-child,
.footer-sidebar-2.sidebar .widget ul > li:last-child {
    padding-bottom: 0!important;
}
.footer-sidebar.sidebar .widget ul > li.page_item_has_children > a,
.footer-sidebar-2.sidebar .widget ul > li.page_item_has_children > a {
    border-bottom: none;
    display: inline;
    padding-bottom: 0;
}

/* Footer sidebar 1 */
.sidebar.footer-sidebar {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar.footer-sidebar > ul {
    display: flex;
    flex-wrap: wrap;
}
.sidebar.footer-sidebar > ul > li {
    flex-shrink: 0;
    flex-grow: 0;

    width: 25%;
    margin-bottom: 35px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
.sidebar.footer-sidebar > ul > li.widget:nth-of-type(4n) {
    padding-right: 0;
}
.sidebar.footer-sidebar .product_list_widget li {
    border-bottom: 1px solid rgba(0,0,0, 0.05);
}
.sidebar.footer-sidebar .product_list_widget li:first-child {
    padding-top: 0;
}
.sidebar.footer-sidebar .product_list_widget li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* Footer sidebar 2 */
.footer-sidebar-2-wrapper {
    padding: 0;
    background: #1C1D1E;
}
.sidebar.footer-sidebar-2 {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar.footer-sidebar-2 > ul {
    padding-top: 65px;
    border-top: 1px solid #e0dede;
    display: flex;
    flex-wrap: wrap;
}
.sidebar.footer-sidebar-2 > ul > li {
    flex-shrink: 0;
    flex-grow: 0;
    width: 25%;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}
.sidebar.footer-sidebar-2 > ul > li:nth-last-child(1),
.sidebar.footer-sidebar-2 > ul > li:nth-last-child(2),
.sidebar.footer-sidebar-2 > ul > li:nth-last-child(3),
.sidebar.footer-sidebar-2 > ul > li:nth-last-child(4) {
    margin-bottom: 0;
}
.sidebar.footer-sidebar-2 > ul > li:nth-child(4) {
    padding-right: 0;
}
.sidebar.footer-sidebar-2 .widgettitle {
    font-size: 22px;
    border-top: none;
    padding-top: 0;
    text-align: left;
}
.sidebar.footer-sidebar-2 .widget:first-child .widgettitle {
    margin-top: 0;
}
.sidebar.footer-sidebar-2 .select2-container .select2-choice,
.sidebar.footer-sidebar-2 .widget_calendar tbody td a,
.sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a,
.sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a {
    color: #000000!important;
}
.sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a:hover,
.sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a:hover {
    color: #ffffff;
}
.sidebar.footer-sidebar-2 .widget.widget_categories a {
    color: #000000;
}
.sidebar.footer-sidebar-2 .widget.widget_categories a:hover {
    color: #9F9F9F;
}
.sidebar.footer-sidebar-2 .widget.widget_davenport_text .davenport-textwidget .btn {
    margin-top: 20px;
}
.sidebar.footer-sidebar-2 .widget.widget_nav_menu li {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.sidebar.footer-sidebar-2 .davenport-post .post-details-bottom .post-info-share {
    padding-left: 0;
}
.sidebar.footer-sidebar-2 .davenport-post.davenport-card-post .post-details-bottom .post-social-wrapper .post-social-title .post-social-title-text {
    display: none;
}
.sidebar.footer-sidebar-2 .davenport-post.davenport-card-post .post-details-bottom .post-social-wrapper:hover .post-social-frame {
    right: 50px;
}

/* Dark footer sidebar 2 overrides */
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 {
    color: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 a:not(.btn) {
    color: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 .davenport-post .post-details-bottom {
    color: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 a:not(.btn):hover {
    color: #9F9F9F;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 .widget .post-categories a:hover {
    color: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 > ul {
    border: none;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a,
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a {
    color: #000000;
    background: #ffffff;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 a.select2-choice {
    color: #000000;
}
.footer-sidebar-2-wrapper.footer-black .sidebar.footer-sidebar-2 .widgettitle {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15);
}
.footer-sidebar-2-wrapper.footer-black .davenport-card-post.davenport-post .davenport-post-details-wrapper,
.footer-sidebar-2-wrapper.footer-black .davenport-post .post-details-bottom {
    border-color: rgba(255,255,255,0.1);
}
.footer-sidebar-2-wrapper.footer-black .davenport-post .davenport-post-image-wrapper {
    background-color: rgba(255,255,255,0.1);
}
.footer-sidebar-2-wrapper.footer-black .sidebar .widget.widget_davenport_categories a {
    border-color: rgba(255,255,255,0.1);
}

/*
* 11. Theme widgets
*/

/*
* 11.0. Theme widgets basic styles
*/
.sidebar .widget .post-title {
    font-size: 24px;
    display: block;
    color: #000000;
    margin-top: 0;
}
.sidebar .widget .post-categories {
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    z-index: 10;
}
.sidebar .widget .post-categories a {
    font-weight: normal;
    text-decoration: none;
    padding: 2px 15px;
    background-color: #e58477;
    color: #ffffff;
}
.sidebar .widget .post-categories a:hover {
    color: #ffffff;
}
.sidebar .widget .post-date {
    display: block;
    color: #9F9F9F;
    font-size: 14px;
}
.sidebar .widget .post-author {
    display: inline-block;
    font-size: 14px;
    color: #9F9F9F;
}
.sidebar .widget .post-author a {
    color: #9F9F9F;
}
.sidebar .widget .post-author a:hover {
    color: #9F9F9F;
    text-decoration: none;
}
.sidebar .widget .post-author .post-author-image {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.sidebar .widget .post-author .post-author-image img {
    border-radius: 50%;
}
.sidebar .widget .post-author + .post-date {
    display: inline-block;
}

/* 11.1. Recent comments Wiget */
.sidebar .widget.widget_davenport_recent_comments li:last-child {
    margin-bottom: 0;
}
.sidebar .widget.widget_davenport_recent_comments li .post-title {
    margin-bottom: 5px;
    font-size: 18px;
}
.sidebar .widget.widget_davenport_recent_comments li .post-date {
    margin-left: 1px;
}

/* 11.2. Social follow */
.sidebar .widget.widget_davenport_social_icons .social-icons-wrapper {
    text-align: center;
}

/* 11.3. Davenport Content Widget */
.sidebar .widget.widget_davenport_text {
    padding: 0;
    border: 0;
}
.sidebar .widget.widget_davenport_text iframe {
    width: 100%;
    border: 0;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget-wrapper.davenport-textwidget-no-paddings {
    border: none;
    padding: 0;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget-wrapper.davenport-textwidget-no-paddings .widgettitle {
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget {
    background-size: cover;
    background-position: center top;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget .btn {
    text-decoration: none;
    display: table;
    margin: 30px auto 0;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget .btn.align-left {
    display: inline-block;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget .btn:hover {
    text-decoration: none;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget h3 {
    font-size: 26px;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget h5+h3 {
    padding-top: 0;
}
.sidebar .widget.widget_davenport_text .davenport-textwidget p:last-child {
    margin-bottom: 0;
}

/* 11.4. Davenport Posts Slider widget */
.sidebar .widget.widget_davenport_posts_slider {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
.sidebar .widget.widget_davenport_posts_slider .widget-post-slide {
    position: relative;
}
.sidebar .widget.widget_davenport_posts_slider .davenport-overlay-post .post-title {
    font-size: 22px;
}
.sidebar .widget.widget_davenport_posts_slider .davenport-overlay-post.davenport-post .davenport-post-details  {
    min-height: 350px;
}

/* 11.5. Posts List widget */
.sidebar .widget.widget_davenport_list_entries li {
    padding: 0;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.sidebar .widget.widget_davenport_list_entries li:last-child .davenport-post {
    margin-bottom: 0!important;
}
.sidebar .widget.widget_davenport_list_entries li .davenport-post {
    margin-bottom: 30px;
}
.sidebar .widget.widget_davenport_list_entries li .davenport-post.davenport-shortline-post {
    margin-bottom: 20px;
}
.sidebar .widget.widget_davenport_list_entries li .davenport-post.davenport-shortline-post .post-title {
    margin-bottom: 8px;
}
.sidebar .widget.widget_davenport_list_entries li .davenport-post.davenport-overlay-post .post-title {
    font-size: 22px;
}
.sidebar .widget.widget_davenport_list_entries li .davenport-overlay-post.davenport-post .davenport-post-details {
    min-height: 350px;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside {
    display: flex;
    flex-wrap: wrap;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col {
    width: 50%;
    flex-shrink: 0;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col:nth-child(1n) {
    padding-left: 0;
    padding-right: 7px;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col:nth-child(2n) {
    padding-left: 7px;
    padding-right: 0;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col .davenport-post .post-categories {
    display: none;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col .davenport-post .post-title {
    font-size: 18px;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col .davenport-post .davenport-post-image-wrapper {
    margin-bottom: 15px;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col .davenport-post .post-review-rating-badge {
    width: 45px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col .davenport-post .post-author {
    display: none;
}
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col:nth-last-child(1) .davenport-post,
.sidebar .widget.widget_davenport_list_entries ul.template-2col-inside li.template-2col:nth-last-child(2) .davenport-post {
    margin-bottom: 0!important;
}

/* 11.6. Categories widget */
.sidebar .widget.widget_davenport_categories a {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
    background-color: transparent;
    border: 1px solid #E0DEDE;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    color: #000000;
    font-weight: bold;
}
.sidebar .widget.widget_davenport_categories .post-categories-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.sidebar .widget.widget_davenport_categories a.has-bg {
    color: #ffffff;
}
.sidebar .widget.widget_davenport_categories a:hover {
    text-decoration: none;
}
.sidebar .widget.widget_davenport_categories a:not(.has-bg):hover {
    border-color: #121212;
    background-color: #121212;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}
.sidebar .widget.widget_davenport_categories a + a {
    margin-left: 0;
}
.sidebar .widget.widget_davenport_categories a:last-child {
    margin-bottom: 0;
}
.sidebar .widget.widget_davenport_categories .post-categories-counter {
    font-weight: normal;
    color: #ffffff;
    background-color: #000000;
    margin-left: 10px;
    padding: 0 15px;
    font-size: 14px;
    align-self: center;
}
.sidebar .widget.widget_davenport_categories a:hover .post-categories-counter {
    background-color: #121212;
}
.sidebar .widget.widget_davenport_categories .post-categories-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    display: flex;
    z-index: 10;
}
.sidebar .widget.widget_davenport_categories a.has-bg .post-categories-overlay {
    background-color: rgba(0, 0, 0, 0.55);
}
.sidebar .widget.widget_davenport_categories .post-categories-title {
    flex-grow: 1;
}

/*
* 11.7. Featured Categories Block
*/
.davenport-featured-categories-wrapper .davenport-featured-category {
    background-color: #F5F5F5;
    position: relative;
    height: 320px;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-mask-image: none!important;
}
.davenport-featured-categories-wrapper .davenport-featured-category .davenport-featured-category-info {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    display: flex;
    flex-direction: row;
    border: 1px solid #E0DEDE;
    border-top: 0;
}
.davenport-featured-categories-wrapper .davenport-featured-category .davenport-featured-category-link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    flex-grow: 1;
    align-self: center;
}
.davenport-featured-categories-wrapper .davenport-featured-category .davenport-featured-category-image-link {
    display: block;
    position: absolute;
    height: 95%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-clip: padding-box;
}
.davenport-featured-categories-wrapper .davenport-featured-category .davenport-featured-category-link:hover {
    color: #e58477;
}
.davenport-featured-categories-wrapper .davenport-featured-category .davenport-featured-category-counter {
    flex-grow: 0;
    flex-shrink: 0;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    align-self: center;
    cursor: default;
}

/* 11.8. Text widget */
.widget.widget_text .textwidget p:last-child {
    margin-bottom: 0;
}

/*
* 12. Blog layouts
*/

/*
* 12.0. Common blog listing styles
*/
.blog-posts-list .entry-content p:last-child {
    margin-bottom: 0;
}
.davenport-block.blog-post .davenport-post {
    margin-bottom: 0;
}
.davenport-block.blog-post {
    margin-bottom: 40px;
    width: 100%;
}
.davenport-block.blog-post .post-readmore {
    margin-top: 30px;
}
.davenport-block.blog-post p + .post-readmore {
    margin-top: 0;
}
.blog-posts-list + .davenport-block-button {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

/*
 * 12.1. Blog layouts columns structure
 */
/* 2 columns */
.blog-posts-list.davenport-blog-col-2 {
    display: flex;
    flex-flow: row wrap;
}
.blog-posts-list.davenport-blog-col-2 .blog-post:nth-child(1n) {
    width: 50%;
    padding-left: 0;
    padding-right: 15px;
}
.blog-posts-list.davenport-blog-col-2 .blog-post:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
}

/* 3 columns */
.blog-posts-list.davenport-blog-col-3 {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.blog-posts-list.davenport-blog-col-3 .blog-post {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}

/* 1 column + 2 columns */
.blog-posts-list.davenport-blog-col-1-2 {
    display: flex;
    flex-flow: row wrap;
}
.blog-posts-list.davenport-blog-col-1-2 .blog-post:not(:nth-child(1)) {
    width: 50%;
    padding-left: 15px;
    padding-right: 0;
}
.blog-posts-list.davenport-blog-col-1-2 .blog-post:nth-child(2n) {
    padding-left: 0;
    padding-right: 15px;
}

/* 1 column + 3 columns */
.blog-posts-list.davenport-blog-col-1-3 {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-posts-list.davenport-blog-col-1-3 {
    display: flex;
    flex-flow: row wrap;
}
.blog-posts-list.davenport-blog-col-1-3 .blog-post {
    padding-left: 15px;
    padding-right: 15px;
}
.blog-posts-list.davenport-blog-col-1-3 .blog-post:not(:nth-child(1)) {
    width: 33.3333%;
}

/* 1 columns + 2 columns (4 elements), loop */
.blog-posts-list.davenport-blog-col-mixed-1 {
    display: flex;
    flex-flow: row wrap;
}
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n-3),
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n-1) {
    padding-left: 0;
    padding-right: 15px;
}
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n-2),
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n) {
    padding-left: 15px;
    padding-right: 0;
}
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n+1) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* 1 columns + 2 columns (2 elements), loop */
.blog-posts-list.davenport-blog-col-mixed-2 {
    display: flex;
    flex-flow: row wrap;
}
.blog-posts-list.davenport-blog-col-mixed-2 .blog-post {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-posts-list.davenport-blog-col-mixed-2 .blog-post:nth-child(3n-3),
.blog-posts-list.davenport-blog-col-mixed-2 .blog-post:nth-child(3n-1) {
    padding-left: 0;
    padding-right: 15px;
}
.blog-posts-list.davenport-blog-col-mixed-2 .blog-post:nth-child(3n-2),
.blog-posts-list.davenport-blog-col-mixed-2 .blog-post:nth-child(3n) {
    padding-left: 15px;
    padding-right: 0;
}
.blog-posts-list.davenport-blog-col-mixed-2 .blog-post:nth-child(3n+1) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/*
 * 12.2. Mixed overlays layout
 */
.blog-posts-list.blog-layout-mixed-overlays .blog-post {
    margin-bottom: 30px;
}
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n-3) article,
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n-1) article,
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n-2) article,
.blog-posts-list.davenport-blog-col-mixed-1 .blog-post:nth-child(5n) article {
    display: flex;
    height: 100%;
}
.blog-posts-list.davenport-blog-col-mixed-1 .davenport-block.blog-post .davenport-post {
    width: 100%;
}

/*
* 12.3. Masonry layout
*/
.blog-posts-list.blog-layout-masonry {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-posts-list.blog-layout-masonry .blog-post {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
    float: left;
}
.col-md-8 .blog-posts-list.blog-layout-masonry .blog-post {
    width: 50%;
}

/*
* 12.4. Cards layout
*/
.blog-posts-list.blog-layout-card article {
    height: 100%;
}
.blog-posts-list.blog-layout-card .davenport-card-post.davenport-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
.blog-posts-list.blog-layout-card .davenport-card-post.davenport-post .davenport-post-details-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog-posts-list.blog-layout-card .davenport-card-post.davenport-post .post-excerpt {
    flex-grow: 1;
}
.blog-posts-list.blog-layout-card .davenport-block.blog-post {
    margin-bottom: 40px;
}

/*
* 12.5. Standard layout
*/
.davenport-block.blog-post.davenport-standard-post {
    margin-bottom: 50px;
}

/*
* 13. Basic styles for post templates
*/

/* Post Block common styles */
.davenport-post .davenport-post-image-wrapper {
    background-color: #F5F5F5;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}
.davenport-post .davenport-post-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.davenport-post .davenport-post-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.davenport-post .davenport-post-image-wrapper {
    position: relative;
    padding-bottom: 64.8648%; /* Main images proportion */
}
.davenport-post .davenport-post-image-wrapper .davenport-post-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.davenport-post .davenport-post-details {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.davenport-post .davenport-post-details + .post-details-bottom {
    margin-top: 30px;
}
.davenport-post .post-title {
    font-size: 24px;
    display: block;
    color: #000000;
    margin-top: 0;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.davenport-post .post-title a {
    color: #000000;
    border-bottom: 1px solid transparent;
}
.davenport-post .post-title a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #e58477;
}
.davenport-post .post-categories {
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
.davenport-post .post-categories a {
    font-weight: normal;
    text-decoration: none;
    padding: 2px 15px;
    background-color: #e58477;
    color: #ffffff;
    margin-bottom: 3px;
    margin-right: 5px;
}
.davenport-post .post-categories a:last-child {
    margin-right: 0;
}
.davenport-post > .post-categories {
    margin-bottom: 10px;
}
.davenport-post .post-categories a:hover {
    color: #ffffff;
}
.davenport-post .davenport-post-image-wrapper .post-categories {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
}
.davenport-post .post-author {
    display: inline-block;
    font-size: 14px;
    color: #9F9F9F;
    font-weight: 500;
}
.davenport-post .post-author a,
.davenport-post .post-author a:hover {
    color: #000000;
}
.davenport-post .post-author a:hover {
    text-decoration: none;
}
.davenport-post .post-author .post-author-image {
    display: inline-block;
    position: relative;
}
.davenport-post .post-author .post-author-image img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline;
    margin: 0;
    margin-left: 10px;
}
.davenport-post .post-date {
    display: block;
    color: #9F9F9F;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.davenport-post .post-date i {
    margin-right: 5px;
}
.davenport-post .post-excerpt {
    margin-top: 10px;
    margin-bottom: 20px;
}
.davenport-post .post-excerpt p:last-child {
    margin-bottom: 0;
}
.davenport-post .post-excerpt .post-readmore {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E0DEDE;
    display: flex;
}
.davenport-post .post-excerpt .post-readmore .more-link {
    align-self: center;
    margin-right: 30px;
}
.davenport-post .post-excerpt img {
    max-width: 100%;
    height: auto;
}
.davenport-post .post-excerpt::after {
    clear: both;
    display: table;
    content: " ";
}
.davenport-post .post-details-bottom {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-top: 1px solid #e0dede;
    display: flex;
    color: #3f3f3f;
    position: relative;
}
.davenport-post .post-details-bottom.post-details-bottom-inline {
    flex-grow: 1;
    border-top: none;
    margin-top: 0;
}
.davenport-post .post-details-bottom.post-details-bottom-inline .post-info-wrapper {
    justify-content: flex-end;
    flex-grow: 1;
    width: auto;
}
.davenport-post .post-details-bottom.post-details-bottom-inline .post-info-share {
    width: auto;
}
.davenport-post .post-details-bottom.post-details-bottom-inline .post-info-wrapper {
    padding-right: 0;
}
.davenport-post .post-details-bottom i {
    font-size: 14px;
}
.davenport-post .post-details-bottom a {
    color: #3f3f3f;
}
.davenport-post .post-details-bottom a:hover {
    text-decoration: none;
}
.davenport-post .post-details-bottom .post-info-wrapper > div {
    flex-shrink: 0;
}
.davenport-post .post-details-bottom .post-info-wrapper,
.davenport-post .post-details-bottom .post-info-share {
    width: 50%;
}
.davenport-post .post-details-bottom .post-info-share {
    padding-left: 20px;
    text-align: right;
}
.davenport-post .post-details-bottom .post-info-wrapper {
    display: flex;
    padding-right: 27px;
}
.davenport-post .post-details-bottom .post-info-wrapper.social-share-disabled {
    border-right: 0;
    padding-right: 0;
}
.davenport-post .post-details-bottom .post-info-share i:first-child {
    margin-left: 0;
}
.davenport-post .post-details-bottom .post-info-comments + .post-info-views {
    margin-left: 15px;
}
.davenport-post .post-details-bottom .post-info-comments + .post-info-views,
.davenport-post .post-details-bottom .post-info-comments + .post-info-likes,
.davenport-post .post-details-bottom .post-info-views + .post-info-likes {
    margin-left: 15px;
}
.davenport-post .post-like-button:hover i.fa-heart-o {
    color: #e58477;
}
.davenport-post .post-details-bottom .post-info-comments i,
.davenport-post .post-details-bottom .post-info-views i,
.davenport-post .post-details-bottom .post-info-likes i {
    margin-right: 5px;
}
.davenport-post a,
.davenport-post a:hover {
    text-decoration: none;
}
.davenport-post.davenport-post-invert a,
.davenport-post.davenport-post-invert a:hover,
.davenport-post.davenport-post-invert .post-title a:hover,
.davenport-post.davenport-post-invert .post-date,
.davenport-post.davenport-post-invert .post-author,
.davenport-post.davenport-post-invert .post-author a,
.davenport-post.davenport-post-invert .post-details-bottom,
.davenport-post.davenport-post-invert .post-details-bottom a:hover,
.davenport-post.davenport-post-invert .post-details-bottom .post-social-wrapper .post-social-title,
.sidebar .widget .davenport-post.davenport-post-invert a,
.sidebar .widget .davenport-post.davenport-post-invert a:hover,
.sidebar .widget .davenport-post.davenport-post-invert .post-date,
.sidebar .widget .davenport-post.davenport-post-invert .post-author,
.sidebar .widget .davenport-post.davenport-post-invert .post-author a,
.sidebar .widget .davenport-post.davenport-post-invert .post-title a:hover,
.davenport-post.davenport-post-invert .post-excerpt,
.sidebar .widget .davenport-post.davenport-post-invert .post-excerpt {
    color: #ffffff;
}
.post-review-rating-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background-color: #48494b;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    z-index: 10;
}
.single-post.blog-post-transparent-header-enable .container-page-item-title .post-review-rating-badge {
    display: none;
}

/*
* 14. Homepage blocks
*/
.content-block > .davenport-block:last-child {
    margin-bottom: 60px;
}

/*
* 14.0. Homepage blocks basic styles
*/
.davenport-block .davenport-block-title {
    text-align: left;
    margin-bottom: 40px;
    border-bottom: 2px solid #000000;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.blog-home-block-title-left .davenport-block .davenport-block-title {
    text-align: left;
}
.blog-home-block-title-center .davenport-block .davenport-block-title {
    text-align: center;
}
.davenport-block.davenport-blog-block-title-wrapper .davenport-block-title {
    margin-left: 0;
    margin-right: 0;
}
.davenport-block[class*="davenport-postsgrid"] .davenport-block-title {
    width: 100%;
}
.davenport-block .davenport-block-title h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.davenport-block .davenport-block-title h4 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
    color: #9f9f9f;
}
.davenport-block .davenport-post {
    margin-bottom: 40px;
}
.davenport-block .davenport-post .davenport-post-format-icon::after {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 20px;
    left: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    font-family: "fontawesome";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
}
.davenport-block .davenport-post.format-video .davenport-post-format-icon::after {
    content: "\f04b";
    padding-left: 4px;
}
.davenport-block .davenport-post.format-audio .davenport-post-format-icon::after {
    content: "\f028";
}
.davenport-block .davenport-post.format-gallery .davenport-post-format-icon::after,
.davenport-block .davenport-post.format-image .davenport-post-format-icon::after {
    content: "\f03e";
}
.davenport-block .davenport-post.format-quote .davenport-post-format-icon::after {
    content: "\f10e";
}
.davenport-block .davenport-post.format-link .davenport-post-format-icon::after {
    content: "\f0c1";
    padding-left: 1px;
}
.davenport-block .davenport-block-button {
    text-align: center;
    width: 100%;
}
.davenport-block .davenport-block-button .btn {
    margin-bottom: 40px;
}
.davenport-block .davenport-sticky-post .davenport-post .post-title::after {
    display: inline-block;
    content: "\f005";
    font-family: "fontawesome";
    position: relative;
    font-size: 18px;
    color: #9F9F9F;
    top: -8px;
    margin-left: 7px;
}

/* 14.1.1 Posts slider */
.davenport-blog-posts-slider {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    background: #F5F5F5;
    max-height: 420px;
    overflow: hidden;
}
.davenport-blog-posts-slider.container-fluid {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.davenport-blog-posts-slider.container-fluid .row {
    margin: 0;
}
.davenport-blog-posts-slider .owl-carousel {
    margin-left: 0;
    margin-right: 0;
}
.davenport-blog-posts-slider .davenport-overlay-post.davenport-post .post-title {
    font-size: 26px;
}
.davenport-blog-posts-slider .davenport-overlay-post.davenport-post .davenport-post-details {
    min-height: 0;
}
.blog-style-corners-rounded .davenport-blog-posts-slider .davenport-post .davenport-post-wrapper-inner,
.blog-style-corners-rounded .davenport-blog-posts-slider .davenport-post .davenport-post-image {
    border-radius: 0;
}

/* 14.1.2. Subscribe block */
.davenport-subscribe-block {
    background-color: #F5F5F5;
    margin-bottom: 40px;
    padding: 60px;
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.davenport-subscribe-block h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
}
.davenport-subscribe-block h5 {
    font-size: 48px;
    margin-bottom: 10px;
}
.davenport-subscribe-block p {
    text-align: center;
    margin-bottom: 0;
}
.davenport-subscribe-block .mc4wp-form {
    margin-top: 20px;
}
.davenport-subscribe-block .mc4wp-form input[name="EMAIL"] {
    text-align: center;
    width: 300px!important;
    display: inline-block!important;
}
.davenport-subscribe-block  .mc4wp-form button[type="submit"] {
    margin-left: 0;
}
@media (min-width: 569px)  {
    .davenport-subscribe-block .mc4wp-form input[name="EMAIL"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .davenport-subscribe-block  .mc4wp-form button[type="submit"] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
.davenport-subscribe-block .davenport-subscribe-block-icon {
    width: 60px;
    height: 60px;
    background-color: #212121;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}

/* 14.1.3. Instagram block */
.davenport-instagram-block-wrapper {
    position: relative;
    margin-bottom: 40px;
}

/* 14.1.4. Content block */
.html-block-container {
    margin-bottom: 40px;
}
.html-block-container .html-block img {
    max-width: 100%;
    height: auto;
}

/*
* 14.2.1. Posts Grid 1 block
*/
.davenport-postsgrid1-block-wrapper .row {
    display: flex;
    flex-flow: row wrap;
}
.davenport-postsgrid1-block-wrapper .col-md-4 {
    float: none;
    margin-bottom: 40px;
}
.davenport-postsgrid1-block-wrapper .row::after,
.davenport-postsgrid1-block-wrapper .row::before {
    display: none;
}
.davenport-postsgrid1-block-wrapper .davenport-card-post.davenport-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
.davenport-postsgrid1-block-wrapper .davenport-card-post.davenport-post .davenport-post-details-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.davenport-postsgrid1-block-wrapper .davenport-card-post.davenport-post .post-excerpt {
    flex-grow: 1;
}
.davenport-postsgrid1-block-wrapper .davenport-card-post.davenport-post .davenport-post-details {
    flex-grow: 1;
}

/*
* 14.2.2. Posts Grid 2 block
*/
.davenport-postsgrid2-block-wrapper .row {
   display: flex;
   flex-flow: row wrap;
}
.davenport-postsgrid2-block-wrapper .row::after,
.davenport-postsgrid2-block-wrapper .row::before {
    display: none;
}

/*
* 14.2.3. Posts Grid 3 block
*/
.davenport-postsgrid3-block-wrapper .row {
   display: flex;
   flex-flow: row wrap;
}
.davenport-postsgrid3-block-wrapper .row::after,
.davenport-postsgrid3-block-wrapper .row::before {
    display: none;
}
.davenport-postsgrid3-block-wrapper .davenport-post .post-author {
    display: none;
}
.davenport-postsgrid3-block-wrapper .davenport-overlay-post.davenport-overlay-short-post .post-title {
    font-size: 22px;
}
.davenport-postsgrid3-block-wrapper .davenport-overlay-post.davenport-post .davenport-post-details {
    min-height: 400px;
}

/*
* 14.2.4. Posts Grid 4 block
*/
.davenport-postsgrid4-block-wrapper .row {
    display: flex;
    flex-flow: row wrap;
}
.davenport-postsgrid4-block-wrapper .col-md-4 {
    float: none;
}
.davenport-postsgrid4-block-wrapper .row::after,
.davenport-postsgrid4-block-wrapper .row::before {
    display: none;
}
.davenport-postsgrid4-block-wrapper .davenport-postsmasonry1-post.davenport-post {
    margin-bottom: 40px;
}
.davenport-postsgrid4-block-wrapper .davenport-postsmasonry1-post.davenport-post .davenport-post-details {
    text-align: left;
}
.davenport-postsgrid4-block-wrapper .davenport-postsmasonry1-post.davenport-post .post-title {
    padding-left: 0;
    padding-right: 0;
}

/*
* 14.2.5. Posts Grid 5 block
*/
.davenport-postsgrid5-block-wrapper .row {
    display: flex;
    flex-flow: row wrap;
}
.davenport-postsgrid5-block-wrapper .col-md-4 {
    float: none;
}
.davenport-postsgrid5-block-wrapper .row::after,
.davenport-postsgrid5-block-wrapper .row::before {
    display: none;
}
.davenport-postsgrid5-block-wrapper .davenport-postsmasonry1-post.davenport-post {
    margin-bottom: 40px;
}
.davenport-postsgrid5-block-wrapper .davenport-postsmasonry1-post.davenport-post .davenport-post-details {
    text-align: left;
}
.davenport-postsgrid5-block-wrapper .davenport-postsmasonry1-post.davenport-post .post-title {
    padding-left: 0;
    padding-right: 0;
}

/*
* 14.2.6. Posts Grid 6 block
*/
.davenport-postsgrid6-block-wrapper {
    margin-bottom: 40px;
}
.davenport-postsgrid6-block-wrapper .row {
   display: flex;
   flex-flow: row wrap;
}
.davenport-postsgrid6-block-wrapper .row::after,
.davenport-postsgrid6-block-wrapper .row::before {
    display: none;
}
.davenport-postsgrid6-block-wrapper .davenport-overlay-post.davenport-overlay-short-post .post-title {
    font-size: 24px;
}
.davenport-postsgrid6-block-wrapper .davenport-overlay-post.davenport-post .davenport-post-details {
    min-height: 450px;
}
.davenport-postsgrid6-block-wrapper .davenport-post .post-author {
    display: none;
}
.davenport-postsgrid6-block-wrapper .container-content {
    width: 100%;
}
.davenport-postsgrid6-block-wrapper .col-md-3 {
    padding: 0;
}
.davenport-postsgrid6-block-wrapper .davenport-post .davenport-post-wrapper-inner,
.davenport-postsgrid6-block-wrapper .davenport-post .davenport-post-image {
    border-radius: 0!important;
}
.davenport-postsgrid6-block-wrapper .davenport-post  {
    margin-bottom: 0!important;
}
.davenport-postsgrid6-block-wrapper .davenport-block-button {
    margin-top: 60px;
}
.davenport-postsgrid6-block-wrapper.davenport-block .davenport-block-button .btn {
    margin-bottom: 0;
}

/*
* 14.2.7. Posts Grid 7 block
*/
.davenport-postsgrid7-block-wrapper {
    margin-bottom: 40px;
}
.davenport-postsgrid7-block-wrapper .row {
   display: flex;
   flex-flow: row wrap;
}
.davenport-postsgrid7-block-wrapper .row::after,
.davenport-postsgrid7-block-wrapper .row::before {
    display: none;
}
.davenport-postsgrid7-block-wrapper .col-md-4:nth-last-child(1) .davenport-post.davenport-list-small-post,
.davenport-postsgrid7-block-wrapper .col-md-4:nth-last-child(2) .davenport-post.davenport-list-small-post,
.davenport-postsgrid7-block-wrapper .col-md-4:nth-last-child(3) .davenport-post.davenport-list-small-post {
    margin-bottom: 0;
}
.davenport-postsgrid7-block-wrapper .davenport-block-button {
    margin-top: 30px;
}
.davenport-postsgrid7-block-wrapper.davenport-block .davenport-block-button .btn {
    margin-bottom: 0;
}
.davenport-postsgrid7-block-wrapper .davenport-list-post.davenport-list-small-post.davenport-post .davenport-post-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.davenport-postsgrid7-block-wrapper .davenport-list-post.davenport-list-small-post.davenport-post .post-date {
    display: none;
}
.davenport-postsgrid7-block-wrapper .davenport-list-post.davenport-list-small-post.davenport-post .post-title {
    font-size: 18px;
}
.davenport-postsgrid7-block-wrapper .davenport-post .post-review-rating-badge {
    width: 45px;
    height: 45px;
    font-size: 14px;
}

/*
* 14.2.8. Posts Grid 8 block
*/
.davenport-postsgrid8-block-wrapper .row {
    display: flex;
    flex-flow: row wrap;
}
.davenport-postsgrid8-block-wrapper .col-md-6 {
    float: none;
}
.davenport-postsgrid8-block-wrapper .row::after,
.davenport-postsgrid8-block-wrapper .row::before {
    display: none;
}

/*
* 14.3.1. Posts Masonry 1
*/
.davenport-postsmasonry1-block-wrapper {
    margin-bottom: 40px;
}
.davenport-postsmasonry1-block-wrapper .col-md-7 {
    padding-right: 45px;
}
.davenport-postsmasonry1-block-wrapper .col-md-5:last-child .davenport-post {
    margin-bottom: 0;
}
.davenport-postsmasonry1-block-wrapper .col-md-5 .davenport-post .davenport-post-image-wrapper {
    padding-bottom: 45%;
}
.davenport-postsmasonry1-block-wrapper .col-md-5 .davenport-post .post-author {
    display: none;
}

/*
* 14.3.2. Posts Masonry 2 block
*/
.davenport-postsmasonry2-block-wrapper {
    margin-bottom: 40px;
}
.davenport-postsmasonry2-block-wrapper .col-md-4 .davenport-post:last-child,
.davenport-postsmasonry2-block-wrapper .col-md-5 .davenport-post:last-child,
.davenport-postsmasonry2-block-wrapper .col-md-3 .davenport-post:last-child {
    margin-bottom: 0;
}
.davenport-postsmasonry2-block-wrapper .col-md-5 .davenport-post:not(:last-child) {
    border-bottom: 1px solid #E0DEDE;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

/*
* 14.3.3. Posts Masonry 3 block
*/
.davenport-postsmasonry3-block-wrapper {
    margin-bottom: 40px;
}
.davenport-postsmasonry3-block-wrapper .col-md-5 .davenport-post,
.davenport-postsmasonry3-block-wrapper .col-md-7:last-child .davenport-post {
    margin-bottom: 0;
}
.davenport-postsmasonry3-block-wrapper .col-md-5 {
    padding-right: 45px;
}
.davenport-postsmasonry3-block-wrapper .col-md-7:not(:last-child) .davenport-post {
    border-bottom: 1px solid #E0DEDE;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

/*
* 14.4.1. Posts line carousel
*/
.davenport-postline-block-wrapper {
    margin-bottom: 40px;
}
.davenport-postline-block {
    background-color: #F5F5F5;
    padding: 30px 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.davenport-postline-block .davenport-postline-block-title .davenport-block-title {
    text-align: left;
}
.davenport-postline-block .davenport-post .post-details-bottom.post-details-bottom-inline {
    padding-bottom: 0;
}
.davenport-postline-block .davenport-post .post-details-bottom.post-details-bottom-inline .post-info-share {
    display: none;
}
.davenport-postline-block .davenport-post .post-details-bottom.post-details-bottom-inline .post-info-wrapper {
    justify-content: flex-start;
}
.davenport-postline-block .davenport-post .davenport-postline-details {
    flex-grow: 1;
}
.davenport-postline-block .davenport-post-image {
    width: 150px;
    height: 100px;
    margin-left: 30px;
}
.davenport-postline-block .davenport-post-image-link {
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-end;
}
.davenport-postline-block.davenport-block .davenport-post {
    display: flex;
    margin-bottom: 0;
}
.davenport-postline-block .davenport-block-title h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.davenport-postline-block .davenport-block-title {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}
.davenport-postline-block .post-title {
    font-size: 22px;
    margin-bottom: 0;
}
.davenport-postline-block .davenport-postline-block-left {
    padding-right: 50px;
    flex-grow: 0;
    flex-shrink: 0;
}
.davenport-postline-block .davenport-postline-block-right {
    padding-left: 50px;
    border-left: 1px solid #E0DEDE;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.davenport-postline2-block-wrapper {
    padding: 30px 0;
    background-color: #F5F5F5;
    margin-bottom: 40px;
}
.davenport-postline2-block .davenport-list-post.davenport-list-small-post.davenport-post {
    margin-bottom: 0;
    padding-left: 15px;
    align-items: center;
}
.davenport-postline2-block .davenport-list-post.davenport-list-small-post.davenport-post::after {
    content: " ";
    display: block;
    height: 90px;
    border-right: 1px solid #E0DEDE;
    position: relative;
    padding-left: 30px;
}
.davenport-postline2-block .davenport-list-post.davenport-list-small-post.davenport-post .davenport-post-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.davenport-postline2-block .davenport-list-post.davenport-list-small-post.davenport-post .post-date {
    display: none;
}
.davenport-postline2-block .davenport-list-post.davenport-list-small-post.davenport-post .post-title {
    font-size: 16px;
    margin-bottom: 0;
}
.davenport-postline2-block-wrapper .post-review-rating-badge {
    width: 45px;
    height: 45px;
    font-size: 14px;
}

/*
* 14.4.2. Large posts slider
*/
.davenport-largepostsslider-block-wrapper {
    overflow: hidden;
}
.davenport-largepostsslider-block-wrapper .davenport-largepostsslider-block {
    margin-left: 15px;
    margin-right: 15px;
}
.davenport-largepostsslider-block-wrapper .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

/*
* 14.4.3. Posts Carousel
*/
.davenport-carousel-block-wrapper {
    overflow: hidden;
}
.davenport-carousel-block-wrapper .davenport-carousel-block .davenport-carousel-block-inside {
    margin-left: 15px;
    margin-right: 15px;
}
.davenport-carousel-block-wrapper .davenport-post .post-author {
    display: none;
}
.davenport-carousel-block-wrapper .davenport-grid-post.davenport-post .post-title {
    font-size: 18px;
}

/*
* 14.4.4. Posts Carousel 2
*/
.davenport-carousel2-block-wrapper {
    overflow: hidden;
    margin-bottom: 40px;
}
.davenport-carousel2-block-wrapper .container-content {
    width: 100%;
    padding: 0;
}
.davenport-carousel2-block-wrapper .davenport-post .davenport-post-details {
    text-align: center;
}
.davenport-carousel2-block-wrapper .davenport-post .post-categories {
    justify-content: center;
}
.blog-style-corners-rounded .davenport-carousel2-block-wrapper .davenport-post .davenport-post-image-wrapper,
.blog-style-corners-rounded .davenport-carousel2-block-wrapper .davenport-post .davenport-post-image,
.blog-style-corners-rounded .davenport-carousel2-block-wrapper .davenport-card-post.davenport-post .davenport-post-details-wrapper {
    border-radius: 0;
}
.davenport-carousel2-block-wrapper .davenport-card-post.davenport-post .davenport-post-details-wrapper {
    border-left: none;
}
.davenport-carousel2-block-wrapper .davenport-card-post.davenport-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
.davenport-carousel2-block-wrapper .davenport-card-post.davenport-post .davenport-post-details-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.davenport-carousel2-block-wrapper .davenport-card-post.davenport-post .davenport-post-details {
    flex-grow: 1;
}
.davenport-carousel2-block-wrapper .owl-stage {
    display: flex;
}

/*
* 14.4.5. Fullwidth posts slider
*/
.davenport-fullwidthpostsslider-block-wrapper {
    overflow: hidden;
}
.davenport-fullwidthpostsslider-block-wrapper .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.davenport-fullwidthpostsslider-block-wrapper .davenport-post .davenport-post-image,
.davenport-fullwidthpostsslider-block-wrapper .davenport-post .davenport-post-wrapper-inner {
    border-radius: 0!important;
}
.davenport-fullwidthpostsslider-block-wrapper .davenport-overlay-post.davenport-post .davenport-post-details {
    min-height: 450px;
    padding: 50px;
}
.davenport-fullwidthpostsslider-block-wrapper .davenport-overlay-post.davenport-post .post-title {
    padding-left: 30%;
    padding-right: 30%;
}

/*
* 14.4.6. Post highlight slider
*/
.davenport-posthighlight-block-wrapper {
    margin-bottom: 40px;
}
.davenport-posthighlight-block-wrapper .davenport-posthighlight-block .davenport-posthighlight-slide {
    display: flex;
    align-items: center;
}
.davenport-posthighlight-block-wrapper .davenport-posthighlight-block .davenport-posthighlight-block-left,
.davenport-posthighlight-block-wrapper .davenport-posthighlight-block .davenport-posthighlight-block-right {
    width: 50%;
}
.davenport-posthighlight-block-wrapper .davenport-posthighlight-block .davenport-posthighlight-block-left .davenport-post .post-title {
    max-width: 90%;
}
.davenport-posthighlight-block-wrapper .davenport-posthighlight-block .davenport-posthighlight-block-right {
    display: flex;
    justify-content: center;
    position: relative;
}
.davenport-posthighlight-block-wrapper .davenport-posthighlight-block .davenport-posthighlight-block-right .davenport-card-post.davenport-post {
    width: 400px;
    background-color: #ffffff;
    z-index: 10;
}
.davenport-posthighlight-block-wrapper .davenport-posthighlight-block .davenport-post {
    margin-bottom: 0;
}
.davenport-posthighlight-block-wrapper .davenport-posthighlight-image {
    background-color: transparent;
    position: absolute;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.davenport-posthighlight-block-wrapper .owl-theme .owl-controls {
    opacity: 1;
    margin-left: 15px;
    text-align: left;
    top: -80px;
    position: relative;
}

/*
* 14.5.1. Posts Showcase 1
*/
.davenport-showcase1-block-wrapper {
    margin-bottom: 40px;
}
.davenport-showcase1-block-wrapper .container-content {
    width: 100%;
}
.davenport-showcase1-block-wrapper .container .col-md-3,
.davenport-showcase1-block-wrapper .container .col-md-6 {
    padding: 0;
}
.davenport-showcase1-block-wrapper .davenport-post {
    margin-bottom: 0;
}
.davenport-showcase1-block-wrapper .col-md-6 .davenport-post .davenport-post-details {
    min-height: 600px;
}
.davenport-showcase1-block-wrapper .col-md-3 .davenport-post .davenport-post-details {
    min-height: 300px;
}
.blog-style-corners-rounded .davenport-showcase1-block-wrapper .davenport-post .davenport-post-wrapper-inner,
.blog-style-corners-rounded .davenport-showcase1-block-wrapper .davenport-post .davenport-post-image {
    border-radius: 0;
}
.davenport-showcase1-block-wrapper .col-md-3 .davenport-overlay-post.davenport-overlay-short-post .post-title {
    font-size: 22px;
}
.davenport-showcase1-block-wrapper .col-md-3 .davenport-overlay-post.davenport-overlay-short-post .post-author {
    display: none;
}
.davenport-showcase1-block-wrapper .col-md-6 .davenport-overlay-post.davenport-overlay-post .post-title {
    font-size: 28px;
}
.davenport-showcase1-block-wrapper .col-md-6 .davenport-overlay-post.davenport-overlay-post .post-title,
.davenport-showcase1-block-wrapper .davenport-overlay-post.davenport-post .davenport-post-details .post-excerpt {
    padding-left: 25%;
    padding-right: 25%;
}

/*
* 14.5.2. Posts Showcase 2
*/
.davenport-showcase2-block-wrapper {
    margin-bottom: 40px;
}
.davenport-showcase2-block-wrapper .container-content {
    padding-left: 30px;
    padding-right: 30px;
}
.davenport-showcase2-block-wrapper .container-content .row {
    overflow: hidden;
}
.davenport-showcase2-block-wrapper .col-md-12 .davenport-post .davenport-post-details {
    min-height: 450px;
}

.davenport-showcase2-block-wrapper .container .col-md-12,
.davenport-showcase2-block-wrapper .container .col-md-4 {
    padding: 0;
}
.davenport-showcase2-block-wrapper .container .col-md-4 .davenport-overlay-post.davenport-overlay-short-post .post-title {
    font-size: 22px;
}
.davenport-showcase2-block-wrapper .container .col-md-4:nth-child(4) .davenport-overlay-post.davenport-post .post-title,
.davenport-showcase2-block-wrapper .container .col-md-4:nth-child(5) .davenport-overlay-post.davenport-post .post-title {
    font-size: 18px;
}
.davenport-showcase2-block-wrapper .container .col-md-4 .davenport-overlay-post.davenport-overlay-short-post .post-author {
    display: none;
}
.davenport-showcase2-block-wrapper .container .col-md-4:nth-child(4) .davenport-overlay-post.davenport-post .davenport-post-details,
.davenport-showcase2-block-wrapper .container .col-md-4:nth-child(5) .davenport-overlay-post.davenport-post .davenport-post-details {
    min-height: 240px;
}
.blog-style-corners-rounded .davenport-showcase2-block-wrapper .davenport-post .davenport-post-wrapper-inner,
.blog-style-corners-rounded .davenport-showcase2-block-wrapper .davenport-post .davenport-post-image {
    border-radius: 0;
}
.davenport-showcase2-block-wrapper.davenport-block .davenport-post {
    margin-bottom: 0;
}

/*
* 14.5.3. Posts Showcase 3
*/
.davenport-showcase3-block-wrapper {
    margin-bottom: 40px;
}
.davenport-showcase3-block-wrapper .davenport-post {
    margin-bottom: 0;
}
.davenport-showcase3-block-wrapper .davenport-overlay-post.davenport-post .davenport-post-details,
.davenport-showcase3-block-wrapper .davenport-card-post.davenport-post {
    min-height: 500px;
}
.davenport-showcase3-block-wrapper .davenport-card-post.davenport-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
.davenport-showcase3-block-wrapper .davenport-card-post.davenport-post .davenport-post-details-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.davenport-showcase3-block-wrapper .davenport-card-post.davenport-post .davenport-post-details {
    flex-grow: 1;
}

/*
* 14.5.4. Posts Showcase 4
*/
.davenport-showcase4-block-wrapper {
    margin-bottom: 40px;
}
.davenport-showcase4-block-wrapper .davenport-post .post-author {
    display: none;
}
.davenport-showcase4-block-wrapper .col-md-6 .davenport-post {
    margin-bottom: 0;
}
.davenport-showcase4-block-wrapper .col-md-6:first-child .davenport-post .post-title {
    font-size: 26px;
}
.davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post .post-title {
    font-size: 22px;
}
.davenport-showcase4-block-wrapper .col-md-6:first-child .davenport-post .davenport-post-details {
    min-height: 500px;
}
.davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post .davenport-post-details {
    min-height: 250px;
}
@media (min-width: 992px) {
    .davenport-showcase4-block-wrapper .col-md-6:first-child {
        padding-right: 0;
    }
    .davenport-showcase4-block-wrapper .col-md-6:last-child {
        padding-left: 0;
    }
    .davenport-showcase4-block-wrapper .col-md-6:first-child .davenport-post .davenport-post-image,
    .davenport-showcase4-block-wrapper .col-md-6:first-child .davenport-post .davenport-post-wrapper-inner {
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post .davenport-post-image,
    .davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post .davenport-post-wrapper-inner {
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
    }
    .davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post:first-child .davenport-post-image,
    .davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post:first-child .davenport-post-wrapper-inner {
        border-bottom-right-radius: 0!important;
    }
    .davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post:last-child .davenport-post-image,
    .davenport-showcase4-block-wrapper .col-md-6:last-child .davenport-post:last-child .davenport-post-wrapper-inner {
        border-top-right-radius: 0!important;
    }
}

/*
* 14.5.5. Posts Showcase 5
*/
.davenport-showcase5-block-wrapper .col-md-6 {
    padding-left: 45px;
    padding-right: 45px;
}

/*
* 15. Post templates
*
* [ Templates postfixes ]:
*
* -info - with additional icons and actions
* -short - without exrcept
* -alt - alternative version
* -large - large block/fonts
* -small - small block/fonts
* -medium - medium block/fonts
*
*/

/*
* 15.1. Text posts templates (used in homepage blocks and widgets)
*/
.davenport-text-post.davenport-post .post-title {
    font-size: 18px;
}
.davenport-text-post.davenport-text-large-post.davenport-post .post-title {
    font-size: 36px;
    margin-bottom: 40px;
}

/*
 * 15.2. Shortline post template (used in widgets, related posts)
*/
.davenport-shortline-post.davenport-post {
    display: flex;
}
.davenport-shortline-post.davenport-post .davenport-post-image-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start;
    width: 110px;
    height: 90px;
}
.davenport-shortline-post.davenport-post .post-title {
    font-size: 17px;
}

/*
* 15.3. Grid post templates (used in blog layouts)
*/
.davenport-grid-post.davenport-post .davenport-post-image-wrapper {
    margin-bottom: 30px;
}
.davenport-grid-post.davenport-post .post-title {
    font-size: 22px;
}
.davenport-grid-post.davenport-grid-large-post.davenport-post .post-title {
    font-size: 30px;
}
.davenport-grid-post.davenport-post .post-excerpt {
    margin-bottom: 0;
}
.davenport-grid-post.davenport-standard-post .davenport-post-image-wrapper {
    padding: 0;
}
.davenport-grid-post.davenport-standard-post .davenport-post-image-wrapper .davenport-post-image {
    position: relative;
}

/*
* 15.4. Overlay post templates (used in blog layouts, large posts slider homepage block)
*/
.davenport-overlay-post.davenport-post .davenport-post-image {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.davenport-overlay-post.davenport-post .post-title {
    font-size: 22px;
    padding-left: 15%;
    padding-right: 15%;
}
.davenport-overlay-post.davenport-post .post-categories {
    margin-bottom: 30px;
    justify-content: center;
}
.davenport-overlay-post.davenport-post .post-author {
    margin-top: 5px;
}
.davenport-overlay-post.davenport-post .davenport-post-details {
    position: relative;
    height: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 480px;
    text-align: center;
}
.davenport-overlay-post.davenport-post .davenport-post-details .post-excerpt {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
}
.davenport-overlay-post.davenport-post:not(.davenport-post-no-image):hover .davenport-post-details {
    background: rgba(0, 0, 0, 0.6);
}
.davenport-overlay-post.davenport-post .davenport-post-details-inner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.davenport-overlay-post.davenport-overlay-short-post.davenport-post .davenport-post-details-inner {
    bottom: 30px;
}
.davenport-overlay-post.davenport-overlay-short-post.davenport-post:hover .davenport-post-details-inner {
    bottom: 60px;
}
.davenport-overlay-post.davenport-overlay-short-post.davenport-post:hover .post-details-bottom.post-details-bottom-inline {
    bottom: 20px;
}
.davenport-overlay-post.davenport-post.davenport-post-no-image .davenport-post-details {
    background-color: transparent;
}
.davenport-overlay-post.davenport-post .davenport-post-wrapper-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
}
.davenport-overlay-post.davenport-post .post-details-bottom.post-details-bottom-inline {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.davenport-overlay-post.davenport-post:hover .post-details-bottom.post-details-bottom-inline {
    bottom: 30px;
    opacity: 1;
}
.davenport-overlay-post.davenport-post:hover .davenport-post-details-inner {
    bottom: 80px;
}
.davenport-overlay-post.davenport-post .post-details-bottom.post-details-bottom-inline .post-info-share {
    display: none;
}
.davenport-overlay-post.davenport-post .post-details-bottom.post-details-bottom-inline .post-info-wrapper {
    flex-grow: 0;
}
.davenport-overlay-post.davenport-overlay-short-post .davenport-post-details {
    text-align: center;
}
.davenport-overlay-post.davenport-overlay-short-post .post-title {
    text-align: center;
    font-size: 36px;
    padding-left: 15%;
    padding-right: 15%;
}
.davenport-overlay-post.davenport-overlay-short-post .post-categories {
    justify-content: center;
}

/*
* 15.5. List post template (used in blog layouts)
*/
.davenport-list-post.davenport-post {
    display: flex;
}
.davenport-list-post.davenport-post .davenport-post-image-wrapper {
    width: 300px;
    padding-bottom: 35%;
    margin-bottom: 0!important;
    margin-right: 50px;
    flex-grow: 0;
    flex-shrink: 0;
}
.davenport-list-post.davenport-post .davenport-post-image-wrapper {
    margin-bottom: 30px;
}
.davenport-list-post.davenport-post .post-title {
    font-size: 24px;
}
.davenport-list-post.davenport-post .post-excerpt {
    margin-bottom: 0;
}
.davenport-list-post.davenport-post.davenport-list-post-alt {
    flex-direction: row-reverse;
}
.davenport-list-post.davenport-post.davenport-post.davenport-list-post-alt .post-title {
    font-size: 36px;
}
.davenport-list-post.davenport-post.davenport-list-post-alt .davenport-post-image-wrapper {
    margin-right: 0;
    margin-left: 50px;
    width: 555px;
}
.davenport-list-post.davenport-post.davenport-list-post-alt .davenport-post-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.davenport-list-post.davenport-list-small-post.davenport-post .davenport-post-image-wrapper {
    width: 220px;
    padding-bottom: 0;
    margin-right: 0;
    margin-right: 30px;
}
.davenport-list-post.davenport-list-small-post.davenport-post .post-title {
    font-size: 22px;
}
.davenport-list-post.davenport-list-medium-post.davenport-post .davenport-post-image-wrapper {
    width: 220px;
    padding-bottom: 0;
    margin-right: 0;
    margin-right: 30px;
}
.davenport-list-post.davenport-list-medium-post.davenport-post .post-title {
    font-size: 22px;
}

/*
* 15.6. Masonry post template
*/
.davenport-masonry-post.davenport-post .davenport-post-image-wrapper  {
    padding-bottom: 0;
    height: auto;
}
.davenport-masonry-post.davenport-post .davenport-post-image-wrapper .davenport-post-image {
    width: auto;
    height: auto;
    position: relative;
}
.davenport-block.blog-post.davenport-masonry-post {
    margin-bottom: 30px;
}
.col-md-12 .davenport-masonry-post.davenport-post .davenport-post-image-wrapper .davenport-post-image {
    width: 360px;
}

/*
* 15.7. Card post templates
*/
.davenport-card-post.davenport-post .davenport-post-image-wrapper {
    margin-bottom: 0;
}
.davenport-card-post.davenport-post .davenport-post-details-wrapper {
    padding-top: 30px;
    border: 1px solid #E0DEDE;
}
.davenport-card-post.davenport-post:not(.davenport-post-no-image) .davenport-post-details-wrapper {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-top: none;
}
.davenport-card-post.davenport-post .davenport-post-details {
    flex-grow: 1;
}
.davenport-card-post.davenport-post .davenport-post-details,
.davenport-card-post.davenport-post .post-excerpt,
.davenport-card-post.davenport-post .post-details-bottom {
    padding-left: 30px;
    padding-right: 30px;
}
.davenport-card-post.davenport-post .post-title {
    font-size: 24px;
}
.davenport-card-post.davenport-card-short-post.davenport-post .post-title {
    font-size: 22px;
}
.davenport-card-post.davenport-post .post-excerpt {
    margin-bottom: 0;
}
.davenport-card-post.davenport-post .post-details-bottom .post-social-wrapper:hover .post-social-frame {
    right: 80px;
}
.blog-style-corners-rounded .davenport-card-post.davenport-post .davenport-post-image,
.blog-style-corners-rounded .davenport-card-post.davenport-post .davenport-post-image-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*
* 16. Single blog post
*/

/* Main */
.single-post .blog-post-single {
    margin-bottom: 40px;
    padding-bottom: 0;
}

/* Content elements */
.single-post .blog-post-single iframe {
    max-width: 100%;
}
.blog-post-single .post-content img {
    max-width: 100%;
    height: auto;
}

/* Drop caps */
.single-post.blog-enable-dropcaps .blog-post-single .post-content .entry-content > p:first-child:first-letter {
    float: left;
    color: #000000;
    font-size: 78px;
    line-height: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    font-weight: normal;
    font-style: normal;
}
.single-post.blog-enable-dropcaps .blog-post-single .format-quote .post-content .entry-content > p:first-child:first-letter,
.single-post.blog-enable-dropcaps .blog-post-single .format-link .post-content .entry-content > p:first-child:first-letter {
    float: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    font-style: inherit;
    font-weight: inherit;
}

/* Post formats content */
.blog-post-single .format-status .entry-content {
    font-style: italic;
    font-size: 20px;
}
.blog-post-single .format-link .entry-content a:not(.more-link) {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    background-color: #F5F5F5;
}
.blog-post-single .format-link .entry-content a:not(.more-link)::before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 15px;
    color: #000000;
}

/* Single post thumb */
.blog-post-single .blog-post-thumb:not(.blog-post-thumb-media) {
    overflow: hidden;
}
.blog-post-single .blog-post-thumb + .post-content {
    background: #ffffff;
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
}
.blog-post-single .blog-post-thumb {
    margin-bottom: 40px;
    background: none!important;
    text-align: center;
    position: relative;
}
.blog-post-single .blog-post-thumb img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* Author bio block */
.author-bio {
    margin-bottom: 40px;
    text-align: left;
    display: flex;
    border-bottom: 1px solid #E0DEDE;
    padding-bottom: 40px;
}
.author-bio .author-info {
    flex-grow: 1;
}
.author-bio h5 {
    margin-bottom: 5px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.author-bio h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.author-bio h3 a:not(.btn) {
    text-decoration: none;
    color: #000000;
}
.author-bio .btn {
    margin-left: 20px;
    position: relative;
    top: -3px;
    font-weight: 500!important;
}
.author-bio .author-description {
    margin-bottom: 15px;
}
.author-bio .author-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.author-bio .author-social-icons li {
    display: inline-block;
}
.author-bio .author-social-icons li a {
    text-align: center;
    font-size: 16px;
    margin-left: -1px;
    padding-top: 0;
    display: block;
    margin-left: 20px;
    color: #000000;
}
.author-bio .author-social-icons li:first-child a {
    margin-left: 0;
}
.author-bio .author-social-icons li a:hover {
    color: #e58477;
}
.author-bio .author-image {
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-left: 50px;
}
.author-bio .author-image img {
    margin: 0;
}

/* Subscribe block */
.single-post .davenport-subscribe-block-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

/* Worth reading */
.single-post .post-worthreading-post-wrapper {
    padding: 7px 30px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 420px;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom: 0;
    border-right: 0;
    background: #ffffff;
    z-index: 1000;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0px 5px 17px -2px rgba(0, 0, 0, 0.15);
}
.single-post .post-worthreading-post-wrapper .post-worthreading-post-button {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    position: relative;
    opacity: 1;
}
.single-post .post-worthreading-post-wrapper .post-worthreading-post-button a {
    text-decoration: none;
    color: #000000;
}
.single-post .post-worthreading-post-wrapper .post-worthreading-post-button-icon {
    width: 30px;
    height: 30px;
    font-size: 9px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #E0DEDE;
    border-radius: 15px;
    float: right;
}
.single-post .post-worthreading-post-wrapper:hover .post-worthreading-post-container {
    transform: translateY(0);
    opacity: 1;
}
.single-post .post-worthreading-post-wrapper:hover .post-worthreading-post-button {
    opacity: 0;
}
.single-post .post-worthreading-post-container {
    position: fixed;
    border-right: 0;
    border-bottom: 0;
    padding-top: 50px;
    padding: 30px;
    background-color: #ffffff;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 420px;
    opacity: 0;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0px 5px 17px -2px rgba(0, 0, 0, 0.15);
}

/* Fixed social share */
.single-post .davenport-social-share-fixed {
    position: fixed;
    margin-left: -120px;
    width: 50px;
    opacity: 0;
}
.single-post .davenport-social-share-fixed.sidebar-position-left {
    display: none!important;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a {
    background: #000000;
    color: #ffffff;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.facebook-share {
    background-color: #3b5998;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.twitter-share {
    background-color: #00aced;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.googleplus-share {
    background-color: #dd4b39;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.pinterest-share {
    background-color: #cb2027;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.vk-share {
    background-color: #4C77A6;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.linkedin-share {
    background-color: #1178B3;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.whatsapp-share {
    background-color: #4FC139;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a.reddit-share {
    background-color: #FF4500;
}
.single-post .davenport-social-share-fixed .post-social-wrapper .post-social a:hover {
    background-color: #000000;
}

/* Related posts */
.blog-post-related-wrapper {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.single-post .blog-post-related-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.single-post .blog-post-related-wrapper > h5 {
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 25px;
    border-bottom: 1px solid #E0DEDE;
}
.single-post .blog-post-related-wrapper > h5 {
   margin-top: 0;
}
.single-post .blog-post-related-wrapper .davenport-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0DEDE;
}
.single-post .blog-post-related-wrapper .davenport-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.blog-posts-list .blog-post-related-wrapper {
    margin-top: 40px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}
.blog-posts-list .blog-post-related-wrapper .davenport-post {
    width: 50%;
}
.blog-posts-list .blog-post-related-wrapper .davenport-post  .post-title {
    max-width: 90%;
}

/* Post review */
.post-review-block {
    border: 1px solid #E0DEDE;
    margin-top: 40px;
}
.post-review-block h4 {
    font-size: 26px;
}
.post-review-block .post-review-header {
    padding: 20px 40px;
    border-bottom: 1px solid #E0DEDE;
}
.post-review-block .post-review-header h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.post-review-block .post-review-summary {
    padding: 30px 40px;
    border-bottom: 1px solid #E0DEDE;
}
.post-review-block .post-review-criteria-group {
    padding: 40px;
    border-bottom: 1px solid #E0DEDE;
}
.post-review-block .post-review-criteria {
    margin-bottom: 30px;
}
.post-review-block .post-review-criteria:last-child {
    margin-bottom: 0;
}
.post-review-block .post-review-criteria .post-review-criteria-title h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 50px;
}
.post-review-block .post-review-criteria .post-review-criteria-rating {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
}
.post-review-block .post-review-criteria-progress {
    margin-top: 15px;
    position: relative;
    height: 14px;
    background-color: #F5F5F5;
    overflow: hidden;
}
.post-review-block .post-review-criteria-value {
    left: 0;
    position: absolute;
    background-color: #48494b;
    height: 14px;
}
.post-review-block .post-review-details {
    display: flex;
    padding: 40px;
    border-bottom: 1px solid #E0DEDE;
}
.post-review-block .post-review-details .post-review-details-column {
    width: 37%;
    padding-right: 20px;
}
.post-review-block .post-review-details .post-review-details-column:last-child {
    width: 26%;
    padding: 0;
}
.post-review-block .post-review-details .post-review-details-column.post-review-rating {
    text-align: right;
}
.post-review-block .post-review-details h4 {
    margin-bottom: 20px;
}
.post-review-block .post-review-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-review-block .post-review-details ul li {
    margin-bottom: 5px;
}
.post-review-block .post-review-details ul li span {
    margin-right: 10px;
}
.post-review-block .post-review-details .post-review-rating-total {
    display: inline-block;
    background-color: #48494b;
    width: 150px;
    height: 150px;
    line-height: 150px;
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.post-review-block .post-review-button-wrapper {
    padding: 40px;
}
.post-review-block .post-review-button-wrapper h4 {
    margin-bottom: 30px;
}
.post-review-block .post-review-button-wrapper .post-review-button-icon {
    position: absolute;
    background-color: #48494b;
    padding: 14px;
    padding-left: 18px;
    top: -1px;
    left: -2px;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    height: 40px;
}
.post-review-block .post-review-button-wrapper .post-review-button-icon i {
    margin-right: 0;
    font-size: 19px;
    top: -4px;
    position: relative;
}
.post-review-block .post-review-button-wrapper .btn {
    position: relative;
    padding-left: 80px;
    height: 40px;
}

/* Tags */
.single-post .post-tags-wrapper {
    margin-top: 40px;
}
.single-post .blog-post-single .tags {
    margin-top: -2px;
    margin-bottom: -2px;
}
.single-post .blog-post-single .tags a {
    background: #F5F5F5;
    color: #000000;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 5px;
}
.single-post .blog-post-single .tags a:hover {
    background: #e58477;
    color: #ffffff;
}

/* Bottom details for single post page */
.single-post .davenport-post.davenport-post-bottom .post-details-bottom.post-details-bottom-single {
    padding-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #e0dede;
    border-top: none;
}

/* Header with image */
.single-post .davenport-post .post-details-bottom {
    justify-content: flex-end;
}
.single-post .davenport-post .post-details-bottom .post-info-wrapper,
.single-post .davenport-post .post-details-bottom .post-info-share {
    width: auto;
}
.single-post .davenport-post .post-details-bottom .post-info-wrapper {
    flex-grow: 1;
}
.single-post .davenport-post .post-details-bottom .post-info-share {
    flex-grow: 0;
}
.single-post .davenport-post .post-details-bottom .post-info-tags {
    flex-grow: 0;
    max-width: 50%;
    overflow: hidden;
    position: relative;
}

/* Header without image inside content */
.single-post .davenport-post .post-details-bottom.post-details-bottom-inline-alt {
    padding-bottom: 10px;
    border-top: 1px solid #e0dede;
}
.single-post .davenport-post .post-details-bottom.post-details-bottom-inline-alt .post-date {
    margin-right: 15px;
    text-align: left;
    margin-bottom: 0;
}
.single-post .davenport-post .post-details-bottom.post-details-bottom-inline-alt .post-author {
    margin-right: 15px;
    text-align: left;
}
.single-post .davenport-post .post-details-bottom.post-details-bottom-inline-alt .post-info-wrapper-left {
    flex-grow: 1;
    display: flex;
}
.single-post .davenport-post .post-details-bottom.post-details-bottom-inline-alt .post-info-wrapper-left > div {
    flex-shrink: 0;
}

/*
* 17. Social share and profiles
*/

/* Post social share */
.post-social-wrapper {
    display: inline-block;
}
.post-social-wrapper .post-social {
    display: inline-block;
}
.post-social-wrapper .post-social-title {
    display: none;
}
.post-social-wrapper .post-social a {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 25px;
}
.post-social-wrapper .post-social a:hover {
    color: #e58477;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social-title {
    display: inline-block;
    color: #3f3f3f;
    cursor: pointer;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social-frame {
    position: absolute;
    right: 40px;
    top: 0;
    opacity: 0;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    visibility: hidden;
}
.davenport-post .post-details-bottom .post-social-wrapper:hover .post-social-frame {
    right: 50px;
    opacity: 1;
    visibility: visible;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social {
    background: #ffffff;
    padding: 3px 3px 3px 0;
    display: flex;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social i {
    font-size: 13px;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    background-color: #212121;
    border-radius: 15px;
    display: inline-block;
    margin-left: 3px;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social-title i {
    margin-right: 5px;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.facebook-share {
    background-color: #3b5998;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.twitter-share {
    background-color: #00aced;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.googleplus-share {
    background-color: #dd4b39;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.pinterest-share {
    background-color: #cb2027;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.vk-share {
    background-color: #4C77A6;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.linkedin-share {
    background-color: #1178B3;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.whatsapp-share {
    background-color: #4FC139;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a.reddit-share {
    background-color: #FF4500;
}
.davenport-post .post-details-bottom .post-social-wrapper .post-social a:hover {
    background-color: #48494b;
}

/* Social profiles icons */
.social-icons-wrapper a {
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin-right: 8px;
    margin-left: 8px;
    color: #000000;
}
.social-icons-wrapper a:hover {
    color: #e58477;
}
.social-icons-wrapper.social-icons-with-bg a {
    font-size: 20px;
    margin-bottom: 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    line-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}
.social-icons-wrapper.social-icons-with-bg i {
    line-height: 40px;
}
.social-icons-wrapper.social-icons-with-bg a:hover {
    color: #ffffff;
    text-decoration: none;
}
.social-icons-wrapper.social-icons-with-bg a {
    background-color: #000000;
}
.social-icons-wrapper.social-icons-with-bg a.a-facebook {
    background-color: #4267B2;
}
.social-icons-wrapper.social-icons-with-bg a.a-vk {
    background-color: #4A76A8;
}
.social-icons-wrapper.social-icons-with-bg a.a-google-plus {
    background-color: #DD4C39;
}
.social-icons-wrapper.social-icons-with-bg a.a-twitter {
    background-color: #1DA1F2;
}
.social-icons-wrapper.social-icons-with-bg a.a-linkedin {
    background-color: #1178B3;
}
.social-icons-wrapper.social-icons-with-bg a.a-dribbble {
    background-color: #66BAFA;
}
.social-icons-wrapper.social-icons-with-bg a.a-dribbble {
    background-color: #66BAFA;
}
.social-icons-wrapper.social-icons-with-bg a.a-behance {
    background-color: #191919;
}
.social-icons-wrapper.social-icons-with-bg a.a-behance {
    background-color: #0056FF;
}
.social-icons-wrapper.social-icons-with-bg a.a-instagram {
    background-color: #336699;
}
.social-icons-wrapper.social-icons-with-bg a.a-tumblr {
    background-color: #33455C;
}
.social-icons-wrapper.social-icons-with-bg a.a-pinterest {
    background-color: #E60023;
}
.social-icons-wrapper.social-icons-with-bg a.a-vimeo-square {
    background-color: #00A8E8;
}
.social-icons-wrapper.social-icons-with-bg a.a-youtube {
    background-color: #F61004;
}
.social-icons-wrapper.social-icons-with-bg a.a-twitch {
    background-color: #6340A1;
}
.social-icons-wrapper.social-icons-with-bg a.a-skype {
    background-color: #1AA1E2;
}
.social-icons-wrapper.social-icons-with-bg a.a-flickr {
    background-color: #0060D4;
}
.social-icons-wrapper.social-icons-with-bg a.a-deviantart {
    background-color: #43B146;
}
.social-icons-wrapper.social-icons-with-bg a.a-500px {
    background-color: #0094DE;
}
.social-icons-wrapper.social-icons-with-bg a.a-etsy {
    background-color: #EA5F22;
}
.social-icons-wrapper.social-icons-with-bg a.a-telegram {
    background-color: #329FD6;
}
.social-icons-wrapper.social-icons-with-bg a.a-odnoklassniki {
    background-color: #E97D2C;
}
.social-icons-wrapper.social-icons-with-bg a.a-houzz {
    background-color: #4BB614;
}
.social-icons-wrapper.social-icons-with-bg a.a-slack {
    background-color: #511A53;
}
.social-icons-wrapper.social-icons-with-bg a.a-qq {
    background-color: #2685B1;
}
.social-icons-wrapper.social-icons-with-bg a.a-github {
    background-color: #24292E;
}
.social-icons-wrapper.social-icons-with-bg a.a-whatsapp {
    background-color: #4FC139;
}
.social-icons-wrapper.social-icons-with-bg a.a-rss {
    background-color: #F0941A;
}
.social-icons-wrapper.social-icons-with-bg a.a-envelope-o {
    background-color: #B6B6B6;
}
.social-icons-wrapper.social-icons-with-bg a.a-medium {
    background-color: #00A669;
}
.social-icons-wrapper.social-icons-with-bg a:hover {
    background-color: #48494b;
}

/*
* 18. Navigation and paging
*/

/* Default blog navigation */
.navigation-paging {
    margin-bottom: 40px;
}
.navigation-paging .nav-post-prev,
.navigation-paging .nav-post-next {
    padding: 0;
}
.navigation-paging .nav-post-prev a,
.navigation-paging .nav-post-next a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e0dede;
    padding: 15px 30px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}
.navigation-paging .nav-post-next {
    text-align: right;
}
.navigation-paging a:hover {
    color: #e58477;
}
.comments-area .navigation-paging {
    margin-top: 30px;
}
.comments-area .navigation-paging .nav-text {
    display: none;
}
.comments-area .navigation-paging .nav-previous,
.comments-area .navigation-paging .nav-next {
    width: 50%;
    padding: 0;
}
.comments-area .navigation-paging .nav-next {
    text-align: right;
}
.comments-area .navigation-paging .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.comments-area .navigation-paging .nav-previous a,
.comments-area .navigation-paging .nav-next a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e0dede;
    padding: 15px 30px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}
.comments-area .navigation-paging .nav-previous a:hover,
.comments-area .navigation-paging .nav-next a:hover {
    color: #e58477;
}

/* WP-PageNavi plugin blog navigation */
.navigation-paging .wp-pagenavi {
    margin: 0 auto;
    border: 1px solid #e0dede;
    padding: 15px 30px;
    width: auto;
    display: table;
    text-align: center;
    min-width: 330px;
}
.navigation-paging .wp-pagenavi span.pages {
    display: none;
}
.navigation-paging .wp-pagenavi a {
    color: #000000;
}
.navigation-paging .wp-pagenavi a:hover {
    color: #e58477;
}
.navigation-paging .wp-pagenavi a,
.navigation-paging .wp-pagenavi span.current,
.navigation-paging .wp-pagenavi span.extend {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    min-width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    border: none;
    font-weight: normal;
    font-weight: bold;
}
.navigation-paging .wp-pagenavi span.extend {
    color: #9c9c9c;
}
.navigation-paging .wp-pagenavi span.current {
    color: #e58477;
}
.navigation-paging .wp-pagenavi a.last,
.navigation-paging .wp-pagenavi a.first {
    width: 100px;
}

/* Single post navigation */
.navigation-post {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #E0DEDE;
}
.navigation-post .nav-post-wrapper {
    display: flex;
}
.navigation-post .nav-post-button {
    display: flex;
    align-items: flex-start;
}
.navigation-post .nav-post-details {
    display: block;
    width: 100%;
}
.navigation-post .nav-post {
    flex-grow: 1;
    width: 50%;
    padding: 30px;
}
.navigation-post .nav-post-prev {
    border-right: 1px solid #E0DEDE;
}
.navigation-post .nav-post-name {
    display: inline-block;
    flex-grow: 1;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    border: none;
}
.navigation-post .nav-post-name:hover {
    color: #000000;
    border: none;
}
.navigation-post .nav-post-button-title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}
.navigation-post .nav-post-next .nav-post-button,
.navigation-post .nav-post-next .nav-post-button-title {
    text-align: right;
}
.navigation-post .nav-post-button-title i {
    color: #D93636;
}
.navigation-post .nav-post-prev .nav-post-button-title i {
    margin-right: 5px;
}
.navigation-post .nav-post-prev:hover .nav-post-button-title i {
    margin-right: 15px;
}
.navigation-post .nav-post-next .nav-post-button-title i {
    margin-left: 5px;
}
.navigation-post .nav-post-next:hover .nav-post-button-title i {
    margin-left: 15px;
}
.navigation-post + .clear + .comments-area {
    margin-top: 40px;
}
.navigation-post .davenport-post .davenport-post-image-wrapper {
    width: 110px;
    height: 90px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
    flex-shrink: 0;
}
.navigation-post .davenport-post.nav-post-prev .davenport-post-image-wrapper {
    margin-right: 30px;
}
.navigation-post .davenport-post.nav-post-next .davenport-post-image-wrapper {
    margin-left: 30px;
}

/* Pagination in single post/page */
.page-links {
    clear: both;
    padding: 10px 15px;
    background-color: #F5F5F5;
}
.page-links a {
    text-decoration: none;
}

/*
* 19. Plugins and scripts styles overrides
*/

/*
* 19.1. OWL Carousel slider script
*/
body .owl-theme .owl-controls {
    text-align: center;
    margin-top: 0;
}
body .owl-theme .owl-controls .owl-nav div {
    background: transparent;
    position: absolute;
    top: 50%;
    opacity: 1;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    background: rgba(255,255,255,0.2);
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}
body .owl-theme .owl-controls .owl-nav div.owl-prev::after,
body .owl-theme .owl-controls .owl-nav div.owl-next::after {
    line-height: 50px;
    font-size: 14px;
    display: inline-block;
    font-family: "fontawesome";
}
body .owl-theme .owl-controls .owl-nav div.owl-prev::after {
    content: "";
}
body .owl-theme .owl-controls .owl-nav div.owl-next::after {
    content: "";
}
body .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 30px;
}
body .owl-theme .owl-controls .owl-nav div.owl-next  {
    right: 30px;
}
body .owl-theme .owl-controls .owl-nav div.owl-prev:hover,
body .owl-theme .owl-controls .owl-nav div.owl-next:hover {
    color: #ffffff;
    background-color: #48494b;
}
body .owl-theme .owl-controls .owl-page span {
    background-color: #ffffff;
    opacity: 0.7;
    border-radius: 3px;
    border:none;
}
body .owl-theme .owl-controls .owl-page.active span,
body .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #e58477;
    opacity: 1;
}
body .owl-theme .owl-controls .owl-pagination {
    position: relative;
    top: -50px;
}
body .owl-theme .owl-controls {
    opacity: 0;
}
body .owl-theme:hover .owl-controls {
    opacity: 1;
}

/* OWL Pagination styles */
body .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    bottom: 17px;
    position: relative;
    opacity: 1;
    width: auto;
    margin-right: 10px;
}
body .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #E0DEDE;
    display: block;
    height: 15px;
    width: 15px;
    transition: opacity 200ms ease 0s;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
    background: #E0DEDE;
}

/*
* 19.2. Select2 script
*/
body .select2-container .select2-choice {
    border-color: #e0dede;
    background: #ffffff;
    color: #000000;
    padding: 8px 10px 5px 15px;
    height: auto;
    font-weight: normal;
    height: 45px;
}
body .select2-container .select2-choice:hover {
    text-decoration: none;
}
body .select2-search {
    padding: 0;
}
body .select2-search input {
    border-color: #e0dede;
    color: #000000;
    background: #F5F5F5;
    font-size: 13px;
    padding: 14px 20px 14px 40px;
    line-height: 15px;
}
body .select2-search::before {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 15px;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
body .select2-drop-active {
    border-color: #e0dede;
}
body .select2-results {
    background: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0dede;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-drop.select2-drop-above.select2-drop-active {
    border: none;
    border-radius: 0!important;
}
body .select2-results .select2-result-label {
    padding: 7px 14px;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px dotted #e0dede;
}
body .select2-results .select2-result:last-child .select2-result-label {
    border-bottom: 0;
}
body .select2-container .select2-choice .select2-arrow {
    width: 35px;
    background: none;
    border: none;
    text-align: left;
}
body .select2-container .select2-choice .select2-arrow b {
    display: none;
}
body .select2-container .select2-choice .select2-arrow::after {
    content: "";
    display: inline-block;
    font-family: "fontawesome";
    margin-left: 15px;
    margin-top: 9px;
}
body .header-menu .select2-container .select2-choice .select2-arrow::after {
    margin-top: 2px;
}
body .search-bar .select2-container .select2-choice .select2-arrow::after {
    margin-top: 7px;
}
body .select2-drop {
    background-color: #ffffff;
    color: #989898;
}
body .select2-results .select2-highlighted {
    background: #ffffff;
    color: #e58477;
}
body .select2-drop-active {
    border: none;
}
body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
    border-color: #e0dede;
}
body .select2-dropdown-open.select2-drop-above .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #e0dede;
    border-radius: 0!important;
}
body .select2-dropdown-open.select2-drop-above .select2-results {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-container-multi.select2-container-active .select2-choices {
    border: none;
}
body .select2-results .select2-no-results, .select2-results .select2-searching,
body .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #fff;
    font-size: 13px;
    padding: 14px;
}
body .select2-container--default .select2-selection--single {
    border-color: #e0dede;
    padding: 6px 10px 5px 15px;
    height: auto;
    font-weight: normal;
    height: 40px;
}

/*
* 19.3. Pretty Photo script
*/
.pp_pic_holder.pp_woocommerce .pp_description {
    display: none!important;
}
.pp_nav .currentTextHolder {
    position: relative;
    top: -6px;
}
a.pp_expand {
    transition: none;
    -webkit-transition: none;
}

/*
* 19.4. Contact form 7 plugin
*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    margin-bottom: 10px;
}
.wpcf7-form input[type="text"] label {
    margin-bottom: 0;
}

/*
* 19.5. Instagram plugin
*/
#sb_instagram {
    position: relative;
}
#sb_instagram .sbi_photo_wrap {
    overflow: hidden;
}
#sb_instagram #sbi_load {
    margin:0!important;
    padding: 0!important;
}
#sb_instagram .sbi_load_btn,
#sb_instagram .sbi_follow_btn {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
#sb_instagram .sbi_follow_btn a {
    margin-top: 0!important;
}
#sb_instagram .sb_instagram_header {
    padding: 15px!important;
}
#sb_instagram img {
    width: 100%;
}

/*
* 19.6. IceGram popups plugin
*/
body .mfp-bg {
    opacity: 0.3;
}
body .ig_popup {
    width: 40%;
}
body .ig_popup.ig_inspire {
    background-size: cover;
    background-position: center center;
}
body .ig_form_container .ig_form_els input {
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    height: 40px!important;
    border-radius: 1px;
}
body .ig_popup.ig_inspire .ig_button,
body .ig_popup.ig_inspire input[type="submit"],
body .ig_popup.ig_inspire input[type="button"] {
    background: #e58477;
    font-size: 10px!important;
    font-weight: normal;
    border-radius: 1px;
}
body .ig_popup.ig_inspire .ig_button:hover,
body .ig_popup.ig_inspire input[type="submit"]:hover,
body .ig_popup.ig_inspire input[type="button"]:hover {
    background: #000000;
    box-shadow: none;
}
body .ig_popup.ig_inspire .ig_close {
    opacity: 0.8;
    background: #000000;
    height: 40px;
    width: 40px;
}
body .ig_popup.ig_inspire .ig_close::after {
    color: #ffffff;
    content: "×";
    font-size: 30px;
    font-family: Arial;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

/*
* 19.7. Mailchimp plugin
*/
body .mc4wp-form .mc4wp-alert {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}
body .mc4wp-form button[type="submit"] {
    display: inline-block!important;
    margin-left: 15px;
}
.widget .mc4wp-form {
    text-align: center;
}
.widget .mc4wp-form input[type="email"] {
    width: 100%;
}
.widget .mc4wp-form button[type="submit"] {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-left: 0;
}

/*
* 19.8. Cookie Consent plugin
*/
body #catapult-cookie-bar {
    background: #ffffff;
    box-shadow: 0 2px 7px rgba(0,0,0,.1);
    padding: 25px!important;
    width: 310px;
    bottom: 20px;
    font-size: 14px;
    color: #9F9F9F;
    top: auto;
}
body #catapult-cookie-bar span {
    margin: 0;
}
body #catapult-cookie-bar h3 {
    display: none;
}
body #catapult-cookie-bar button {
    padding: 13px 30px;
    margin-top: 15px;
    width: 100%;
}
body #catapult-cookie-bar a {
    color: #9F9F9F;
}
.comment-form-cookies-consent label {
    margin-left: 5px;
}

/*
* 20. WooCommerce styles
*/
/* Title */
.woocommerce .page-item-title-single {
    text-align: center;
}

/* Product listing */
.woocommerce-shop {
    margin-bottom: 30px;
    margin-top: 30px;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    display: inline-block;
    background: #FF5959;
    font-weight: normal;
    line-height: 50px;
    top: 30px;
    left: 30px;
    min-height: 0;
    min-width: 0;
    padding: 3px 8px;
    line-height: 1.75;
    right: auto;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 0px!important;
}
.woocommerce ul.products li.product .onsale {
    left: 20px;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:hover {
    border: none;
}
.woocommerce .shop_table + header,
.woocommerce header.title {
    background: none;
    margin: 0!important;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: inline-block;
}
.woocommerce table.shop_attributes td {
    padding: 5px;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-checkout #payment {
    border-radius: 0!important;
    background: #F5F5F5;
}
.woocommerce-checkout #payment{
    background: none;
}
.woocommerce-checkout .about_paypal {
    margin-left: 15px;
}
.woocommerce-checkout #payment div.form-row {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    color: #000000;
}
.woocommerce ul.products li.product .button {
    width: 100%;
}

/* Sale badge */
.woocommerce-page span.onsale {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Cart, Checkout */
.woocommerce table.cart td.actions .coupon .input-text {
    margin-right: 15px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px;
}
.woocommerce-cart table.cart .product-remove {
    width: 50px;
}
.woocommerce-cart table.cart .product-quantity {
    width: 90px;
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
    width: 120px;
}
.woocommerce-cart table.cart .product-thumbnail {
    width: 60px;
    text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
    border: 1px solid #d9d9d9;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin-top: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 15px;
}
.woocommerce #ship-to-different-address label {
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce #ship-to-different-address-checkbox {
    position: absolute;
    bottom: 7px;
}
#ship-to-different-address {
    position: relative;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .order_details {
    background: #F5F5F5;
    padding: 15px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    height: auto;
    margin-left: 0;
    margin-right: 30px;
    width: 100px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    margin-bottom: 5px;
    color: #000000;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
    color: #e58477;
}
.woocommerce table.shop_attributes {
    border: 1px solid #d9d9d9;
}
.woocommerce table.shop_attributes td {
    padding: 5px;
}
.woocommerce .cart-empty {
    text-align: center;
}
.woocommerce .return-to-shop {
    text-align: center;
}
.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}
.woocommerce ul.order_details {
    display: flex;
}

/* Messages */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #F5F5F5;
}
.content-block > .woocommerce-notices-wrapper {
    margin: 0 auto;
}
.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce .woocommerce-error::before,
.woocommerce-page .woocommerce-error::before {
    display: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

/* Tabs */
body.woocommerce div.product .woocommerce-tabs ul.tabs *,
body.woocommerce div.product .woocommerce-tabs ul.tabs *::before,
body.woocommerce div.product .woocommerce-tabs ul.tabs *::after {
    border-radius: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0;
    background: #F5F5F5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal;
}
.woocommerce .panel {
    box-shadow: none;
}
.woocommerce #review_form #respond textarea {
    margin-bottom: 15px;
}

/* Single product */
.single-product div.product p.price {
    font-size: 25px;
}
.woocommerce .product_meta > span {
    display: block;
    font-weight: bold;
}
.woocommerce .product_meta > span span {
    font-weight: normal;
}
.woocommerce div.product .product_title {
    font-size: 36px;
}
.woocommerce ul.products li.product .price {
    color: #000000;
    font-size: 1em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
.woocommerce .reset_variations {
    display: none!important;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce .quantity .qty {
    width: 70px;
}
.woocommerce .woocommerce-product-gallery__wrapper img {
    border-width: 1px!important;
    border-color: #e0dede!important;
}
.woocommerce .woocommerce-product-gallery__wrapper .gallery-item {
    width: 33.33%!important;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 15px
}

/* Forms */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 26px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
    border-radius: 0;
    padding: 0;
    border: 0;
}
.added_to_cart.wc-forward {
    margin-top: 15px;
    width: 100%;
}
.button.add_to_cart_button {
    width: 100%;
}
.woocommerce input.button,
.woocommerce a.button {
    font-weight: normal;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
    top: 0 !important;
}
.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
    border: none !important;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    right: 13px;
    top: 13px;
}
.woocommerce .button,
.woocommerce .button:hover {
    border: none!important;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    padding: 14px 30px;
    color: #ffffff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #cccccc;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}

/* Images */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* My account */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000000;
    text-decoration: none;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
    padding: 15px 30px;
    border: 1px solid #e0dede;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    font-size: 14px;
    display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span:focus {
    background: none;
    margin-right: 10px;
    font-weight: bold;
    padding: 5px;
    color: #000000;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: #e58477;
}

/* Widgets */
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
    text-decoration: none;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
    color: #000000!important;
    background: transparent;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #000000;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 11px;
}

/*
* 21. Gutenberg styles
*/
@media only screen and (min-width: 768px) {

    .col-md-12 .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .col-md-12 .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .col-md-12 .alignwide img,
    .col-md-12 .alignfull img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .col-md-12 .alignwide iframe,
    .col-md-12 .alignfull iframe {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {

    .col-md-12 .alignwide iframe,
    .col-md-12 .alignfull iframe {
        width: auto;
        height: auto;
    }
    .wp-block-media-text {
        display: block;
    }
    .wp-block-media-text figure {
        margin-bottom: 30px!important;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }
}
p.has-drop-cap:not(:focus):first-letter {
    font-size: 6em;
    font-weight: normal;
}
.wp-block-media-text {
    margin-bottom: 40px;
}
.wp-block-embed:not(.is-type-video) > div {
    display: inline-block;
}
.wp-block-embed.is-type-video {
    text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 520px;
}
.wp-block-embed.wp-block-embed-facebook.alignleft,
.wp-block-embed.wp-block-embed-facebook.alignright {
    max-width: 350px;
}
.wp-block-embed.wp-block-embed-wordpress.alignleft,
.wp-block-embed.wp-block-embed-wordpress.alignright {
    max-width: 600px;
}
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
    margin-bottom: 20px;
}
.wp-block-separator {
    border-top: 1px solid #e0dede;
    border-bottom: none;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
.wp-block-separator.is-style-dots {
    border: none;
    width: auto;
}
.wp-block-separator.is-style-wide {
    width: auto;
}
.wp-block-categories {
    list-style: none;
    padding-left: 0;
}
.wp-block-categories li {
    list-style: none;
}
.wp-block-latest-posts {
    list-style: none;
    padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) li {
    margin-bottom: 16px;
}
.wp-block-latest-posts a {
    background: #F5F5F5;
    padding: 5px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.wp-block-latest-posts time {
    margin-top: 5px;
    display: block;
}
.wp-block-pullquote {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wp-block-pullquote blockquote {
    margin: 0;
    padding-left: 50px;
}
.wp-block-pullquote p {
    font-size: 20px;
}
.wp-block-pullquote cite {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.wp-block-pullquote blockquote::before {
    display: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 36px;
    line-height: 1.3;
    font-style: normal;
}
.wp-block-quote.is-large::before,
.wp-block-quote.is-style-large::before {
    display: none;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: left;
}
.wp-block-button {
    margin-bottom: 30px;
}
.wp-block-button.download-button a.wp-block-button__link::before {
    content: "\f019";
    margin-right: 15px;
    display: inline-block;
    font-family: "fontawesome";
}
.wp-block-button.download-button a.wp-block-button__link {
    font-size: 22px;
    padding: 15px 25px;
}
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(0,0,0,0.2);
    padding-top: 5px;
}
.wp-block-columns .wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
}
.wp-block-columns .wp-block-column:first-child {
    padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child {
    padding-right: 0;
}
.wp-block-columns.has-2-columns.has-small-column .wp-block-column:nth-child(n) {
    flex-basis: 30%;
}
.wp-block-columns.has-2-columns.has-small-column .wp-block-column:nth-child(2n) {
    flex-basis: 70%;
}
.wp-block-media-text h1,
.wp-block-media-text h2,
.wp-block-media-text h3,
.wp-block-media-text h4,
.wp-block-media-text h5 {
    margin-top: 0!important;
}
.wp-block-table {
    border: 1px solid #e0dede;
}
.wp-block-table td {
    border: none;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    margin-bottom: 25px;
}
.wp-block-table.aligncenter {
    width: 100%;
    text-align: left;
}
.wp-block-table.alignleft,
.wp-block-table.alignright {
    width: auto;
}
.wp-block-table tr td {
    border-color: #e0dede;
}
.wp-block-table tr:nth-child(2n+1) td {
    background: #F5F5F5;
}
.wp-block-table.is-style-stripes {
    border: 1px solid #e0dede;
}
.wp-block-table.is-style-stripes td {
    border: 1px solid #e0dede;
}

/*
* 22. Banners management
*/
.davenport-bb-block {
    overflow: hidden;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.davenport-bb-block img,
.davenport-bb-block iframe {
    max-width: 100%;
    height: auto;
    margin: 0;
}
.davenport-bb-block p {
    margin: 0;
}
.davenport-bb-block.davenport-bb-block-posts_loop_middle {
    margin-bottom: 30px;
}
.davenport-bb-block.davenport-bb-block-below_header {
    margin-bottom: 30px;
    margin-top: 0;
}
.davenport-bb-block.davenport-bb-block-footer {
    margin-bottom: 40px;
}
.davenport-bb-block.davenport-bb-block-above_footer {
    margin-bottom: 50px;
}
.davenport-bb-block.davenport-bb-block-posts_loop_bottom {
    margin-bottom: 30px;
    padding: 0;
    overflow: visible;
}
.davenport-bb-block.davenport-bb-block-single_post_top {
    margin-bottom: 30px;
    padding: 0;
}
.davenport-bb-block.davenport-bb-block-single_post_bottom {
    margin-top: 30px;
    padding: 0;
}
.davenport-bb-block.davenport-bb-block-inside_header {
    padding: 0;
}
.davenport-bb-block.davenport-bb-block-404 {
    margin-bottom: 30px;
}

/*
* 23. Image animations
*/
.blog-enable-images-animations .davenport-post-image-wrapper,
.blog-enable-images-animations .davenport-image-wrapper {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.blog-enable-images-animations .davenport-post-image-wrapper:hover .davenport-post-image,
.blog-enable-images-animations .davenport-image-wrapper:hover .davenport-image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
[data-aos] {
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari fix */
}
.author-bio[data-aos] {
    -webkit-mask-image: none;
}

/*
* 24. Rounded corners
*/
.blog-style-corners-rounded.woocommerce ul.products li.product a img,
.blog-style-corners-rounded.woocommerce table.shop_table,
.blog-style-corners-rounded.woocommerce-checkout #payment,
.blog-style-corners-rounded.woocommerce .order_details,
.blog-style-corners-rounded.woocommerce ul.cart_list li img,
.blog-style-corners-rounded.woocommerce ul.product_list_widget li img,
.blog-style-corners-rounded.woocommerce .woocommerce-error,
.blog-style-corners-rounded.woocommerce .woocommerce-info,
.blog-style-corners-rounded.woocommerce .woocommerce-message,
.blog-style-corners-rounded.woocommerce ul.products li.product a img,
.blog-style-corners-rounded.woocommerce nav.woocommerce-pagination ul,
.blog-style-corners-rounded #add_payment_method #payment,
.blog-style-corners-rounded .post-password-form,
.blog-style-corners-rounded .comment-meta .reply a,
.blog-style-corners-rounded .comment-meta .reply a,
.blog-style-corners-rounded .comment-reply-title small a,
.blog-style-corners-rounded .pingback .comment-body,
.blog-style-corners-rounded .nav > li .sub-menu,
.blog-style-corners-rounded .mainmenu-mobile-toggle i,
.blog-style-corners-rounded .container-page-item-title,
.blog-style-corners-rounded .container-page-item-title.with-bg .col-overlay,
.blog-style-corners-rounded .sidebar .widget_tag_cloud .tagcloud a,
.blog-style-corners-rounded .sidebar .widget_product_tag_cloud .tagcloud a,
.blog-style-corners-rounded .sidebar .widget.widget_davenport_text .davenport-textwidget,
.blog-style-corners-rounded .davenport-featured-categories-wrapper .davenport-featured-category,
.blog-style-corners-rounded .davenport-post .davenport-post-image-wrapper,
.blog-style-corners-rounded .davenport-post .davenport-post-wrapper-inner,
.blog-style-corners-rounded .davenport-post .davenport-post-image,
.blog-style-corners-rounded .davenport-subscribe-block,
.blog-style-corners-rounded .davenport-postline-block,
.blog-style-corners-rounded .blog-post-single .format-link .entry-content a:not(.more-link),
.blog-style-corners-rounded .blog-post-single .blog-post-thumb,
.blog-style-corners-rounded .blog-post-single .blog-post-media,
.blog-style-corners-rounded .blog-post-single .blog-post-media.blog-post-media-gallery img,
body.blog-style-corners-rounded  #catapult-cookie-bar,
.blog-style-corners-rounded .wp-block-latest-posts a,
.blog-style-corners-rounded .wp-block-image img,
.blog-style-corners-rounded .wp-block-gallery img,
.blog-style-corners-rounded .wp-block-cover,
.blog-style-corners-rounded .wp-block-cover.has-background-dim::before,
.blog-style-corners-rounded p.has-background,
body.blog-style-corners-rounded .select2-container .select2-choice,
body.blog-style-corners-rounded .select2-container--default .select2-selection--single,
.blog-style-corners-rounded .comments-area .navigation-paging .nav-previous a,
.blog-style-corners-rounded .comments-area .navigation-paging .nav-next a,
.blog-style-corners-rounded .sidebar .widget.widget_davenport_categories a,
.blog-style-corners-rounded .arrow-navigation .arrow-btn,
.blog-style-corners-rounded .davenport-card-post.davenport-post,
.blog-style-corners-rounded .navigation-paging .wp-pagenavi,
.blog-style-corners-rounded .davenport-card-post.davenport-post .davenport-post-details-wrapper,
.blog-style-corners-rounded .davenport-showcase2-block-wrapper .container-content .row,
.blog-style-corners-rounded textarea,
.blog-style-corners-rounded .navigation-post,
.blog-style-corners-rounded .comment-author img,
.blog-style-corners-rounded.single-post .post-worthreading-post-wrapper,
.blog-style-corners-rounded.single-post .post-worthreading-post-container,
.blog-style-corners-rounded .post-review-block,
.blog-style-corners-rounded .post-review-rating-badge,
.blog-style-corners-rounded .wp-block-media-text > figure > img,
.blog-style-corners-rounded .author-bio .author-image,
.davenport-post .post-sponsored-badge {
    border-radius: 5px;
}
.blog-style-corners-rounded .davenport-featured-categories-wrapper .davenport-featured-category .davenport-featured-category-info {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.blog-style-corners-rounded.woocommerce span.onsale,
.blog-style-corners-rounded.woocommerce ul.products li.product .onsale {
    border-radius: 5px!important;
}

.blog-style-corners-rounded input,
.blog-style-corners-rounded input.input-text,
.blog-style-corners-rounded select,
.blog-style-corners-rounded .btn,
.blog-style-corners-rounded .btn:focus,
.blog-style-corners-rounded input[type="submit"],
.blog-style-corners-rounded .wp-block-button a.wp-block-button__link,
.blog-style-corners-rounded.woocommerce #content input.button,
.blog-style-corners-rounded.woocommerce #respond input#submit,
.blog-style-corners-rounded.woocommerce a.button,
.blog-style-corners-rounded.woocommerce button.button,
.blog-style-corners-rounded.woocommerce input.button,
.blog-style-corners-rounded.woocommerce-page #content input.button,
.blog-style-corners-rounded.woocommerce-page #respond input#submit,
.blog-style-corners-rounded.woocommerce-page a.button,
.blog-style-corners-rounded.woocommerce-page button.button,
.blog-style-corners-rounded.woocommerce-page input.button,
.blog-style-corners-rounded.woocommerce a.added_to_cart,
.blog-style-corners-rounded.woocommerce-page a.added_to_cart,
.blog-style-corners-rounded .sidebar .widget .post-categories a,
.blog-style-corners-rounded .davenport-post .post-categories a,
.blog-style-corners-rounded .navigation-paging .nav-post-prev a,
.blog-style-corners-rounded .navigation-paging .nav-post-next a,
.blog-style-corners-rounded .page-links,
body.blog-style-corners-rounded  .owl-theme .owl-controls .owl-nav div,
.blog-style-corners-rounded .davenport-featured-categories-wrapper .davenport-featured-category .davenport-featured-category-counter,
.blog-style-corners-rounded .sidebar .widget.widget_davenport_categories .post-categories-counter,
.blog-style-corners-rounded .post-social-wrapper .post-social,
body.blog-style-corners-rounded .owl-theme .owl-dots .owl-dot span,
.blog-style-corners-rounded.single-post .blog-post-single .tags a,
.blog-style-corners-rounded .post-review-block .post-review-criteria-progress,
.blog-style-corners-rounded .post-review-block .post-review-details .post-review-rating-total,
.blog-style-corners-rounded .post-review-block .post-review-button-wrapper .post-review-button-icon,
.blog-style-corners-rounded .page-item-title-archive .category-posts-count,
.blog-style-corners-rounded .nav > li sup,
body.blog-style-corners-rounded .select2-container .select2-choice {
    border-radius: 30px;
}

/*
* 24. Predefined CSS classes for manual use
*/
.margin-top {
    margin-top: 30px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.margin-top-large {
    margin-top: 50px;
}
.margin-bottom-large {
    margin-bottom: 50px;
}
.text-color-grey {
    color: #acacac;
}

/*
* 25. Responsive oEmbed
*/
.blog-post-media:not(.blog-post-media-gallery) {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.blog-post-media:not(.blog-post-media-gallery) iframe,
.blog-post-media:not(.blog-post-media-gallery) object,
.blog-post-media:not(.blog-post-media-gallery) .embed
.embed-container object,
.embed-container .embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container {
    margin-bottom: 30px;
}
.post-excerpt .embed-container {
    height: auto;
    padding-bottom: 0;
}

/*
* 26. Additional common elements
*/
.arrow-navigation {
    display: flex;
}
.arrow-navigation .arrow-left-btn {
    margin-right: 5px;
}
.arrow-navigation .arrow-btn {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}

/* Other */
body .kirki-customizer-loading-wrapper {
    background-image: none!important;
}
