/*
    Theme Name:   Tulip Child
    Theme URI: http://www.flatlayers.com/themes/tulip
    Description:  Bookscouter Tulip Child Theme
    Author:       Bookscouter.com
    Author URI:   http://bookscouter.com
    Template:     tulip
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Tags:  black, custom-background, custom-colors, custom-header, custom-menu, dark, featured-images, gray, light, pink, post-formats, responsive-layout, theme-options, white
    Text Domain:  tulip-child
*/

/*-------------------------------------------------------------------------
[Table of contents]

    1. Browser Reset + Import + Main Styels
    2. Containers + Clearfix / .container .clearfix
    3. Headings
    4. Header
    5. Sticky + OWL Carousel / .stickyposts
    6. Content Section + Home Page Templates / #content
    7. Sidebar / #sidebar
    8. Article Style / article
    9. Pagination / .pagination
    10. Single Post and pages Style Changes / .single .page
    11. Comments / #comments
    12. Footer / footer
    13. Archive Pages Style
    14. Media Queries
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*  1. Browser Reset + Import + Main Styels
/*-------------------------------------------------------------------------*/
/* Normalize CSS */
@import "../tulip/css/owl.carousel.css"; /* Slick CSS */
@import "../tulip/css/font-awesome/font-awesome6.min.css"; /* Font Awesome */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: Inter, sans-serif;
    font-weight: inherit;
    font-style: inherit;
    font-size: 102%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus { outline: 0; }
input[type=submit] { -webkit-appearance: none; }
html {
    overflow-x: hidden;
    max-width:   100%;
}
body {
    background: #FFFFFF;
    color: #5f6262;
    padding: 0;
    font-family: 'Inter', 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -.3px;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #424242;
    color: #FFFFFF;
}
::selection {
    background: #424242;
    color: #FFFFFF;
}

ol, ul { list-style: none; }
input[type=text]::-ms-clear { display: none; }
sup {
    font-size: 10px;
    vertical-align: super;
}
sub {
    font-size: 10px;
    vertical-align: sub;
}
p { padding-bottom: 25px; }
strong { font-weight: 700; }
em { font-style: italic; }
p:empty { display: none; }
hr {
    border: none;
    border-top: 1px dotted rgba(0,0,0,0.1);
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
a {
    text-decoration: none;
    color: #545757;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
a:hover { color: #EC7A5C; }
blockquote, q {
    max-width: 600px;
    margin: 18px auto 40px;
    padding-top: 25px;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}

pre, address {
    position: relative;
    margin-bottom: 25px;
    padding: 5px 0 5px 50px;
    overflow: auto;
    max-width: 100%;
}
pre:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-family: "FontAwesome";
    content: "\f121";
    background: rgba(0,0,0,.05);
    padding: 0 7px;
    z-index: 5;
}
address:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-family: "FontAwesome";
    content: "\f041";
    background: rgba(0,0,0,.05);
    padding: 0 7px;
    z-index: 5;
}
table, dl {
    margin-bottom: 10px;
    width: 100%;
}
table thead, dt {
    font-weight: bold;
    background: rgba(0,0,0,0.02);
}
table th, table td, dt, dd {
    padding: 10px 0 10px 10px;
    text-align: left;
}
table tr:nth-child(even) {
    background: rgba(0,0,0,0.02);
}

/* Alignment */
.alignleft {
    float: left;
    margin-right: 30px;
}
.alignright {
    float: right;
    margin-left: 30px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Images */
img {
    height: auto;
    max-width: 100%;
}
.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
}
.wp-post-image {
    display: block;
    margin: 0 auto;
}
img.alignright,
.wp-caption.alignright { margin: 10px 0 10px 20px; }

img.alignleft,
.wp-caption.alignleft { margin: 10px 20px 10px 0; }

img.aligncenter{}
.wp-caption .wp-caption-text,
.entry-caption {
    opacity: .8;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.54;
}

/* Embeds and iframes */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Gallery */
.gallery { margin-bottom: 30px !important; }
.gallery-item {
    float: left;
    text-align: center;
    margin-top: 0 !important;
    line-height: 0;
}
.gallery-icon {
    padding: 0;
    text-align: center;
    background: inherit;
}
.gallery img { border: none !important; }
.gallery-caption {
    opacity: .8;
    font-size: 12px;
    line-height: 1.54;
    margin: 0;
    padding: 7px 15px;
    text-align: center;
}
.sticky { }

/*-------------------------------------------------------------------------*/
/*  2. Containers + Clearfix
/*-------------------------------------------------------------------------*/
.blog-container {
    background: #FFFFFF;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}
.container {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-------------------------------------------------------------------------*/
/*  3. Headings
/*-------------------------------------------------------------------------*/
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    padding-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #4b4b4b !important;
}

/*-------------------------------------------------------------------------*/
/*  4. Header
/*-------------------------------------------------------------------------*/
header {
    width: 100%;
    color: #121212;
    position: relative;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    box-shadow: inset 0 -4px 12px rgb(0 0 0 / 10%);
    background: url("img/header-background-waves.svg"), linear-gradient(90deg, #7700BB 0%, #4209F6 100%);
    background-size: cover;
    z-index: 2;
}

header a { color: #121212; }
header a:hover { color: #EC7A5C; }

/* Buy Banner Callout */

.buy-global-banner {
    font-family: Arial, sans-serif;
    background: #3489aa;
    color: #fff;
    text-align: center;
    padding: 8px 0 9px;
}

.buy-global-banner .btn {
    font-size: 14px;
    font-weight: bold;
    background: #7db6d1;
    padding: 4px 10px;
    color: #fff;
    margin: 0 0 0 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

/* Top Bar */
#top-bar {
    display: block;
    position: absolute;
    right: 0;
    z-index: 9999;
}

/* Social Icons */
#top-bar .social-icons {
    display: block;
    float: right;
    position: relative;
}
#top-bar .social-icons ul li {
    display: inline-block;
    margin-left: 12px;
}
#top-bar .social-icons ul li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

#top-bar .search-icon {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 28px;
    margin-left: 12px;
    width: 28px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
}
.top-search {
    display: none;
    background: rgba(255,255,255,0.7);
}
.top-search form {
    display: block;
    line-height: 0;
}
.top-search input[type="text"] {
    border: none!important;
    font-size: 14px;
    line-height: 60px;
    font-style: italic;
    text-align: center;
    padding: 0 20px;
    margin: 0;
}

/* Logo */
header .header-table {
    display: table;
    margin: 0 auto;
    padding: 20px 20px;
}
#logo {
    display: flex;
    text-align: left;
    text-transform: uppercase;
}

#logo a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

#logo img {
//margin-bottom: -40px;
    display: flex;
    margin: 0;
    max-width: 153px;
    min-width: 100px;
}
#logo h1 {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 0;
    letter-spacing: 4px;
}
#logo h5 {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 5px;
}

/* Navigation */
.nav-right {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.navigation {
    display: block;
    position: relative;
    text-align: right;
    font-family: 'Playfair Display', Arial, sans-serif;
}

.navigation .menu li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.navigation .menu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 24px;
    transition: color .3s;

}

@media only screen and (min-width: 1200px) {
    header .header-table,
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1101px) {
    .menu-menu-bar {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .navigation .menu li.menu-item-login {
        margin-left: 70px;
    }

    .navigation .menu li.menu-item-register {
        margin-left: 8px;
    }

    .menu-item-login a {
        border: 1px solid #7700BB;
        border-radius: 12px;
        padding: 10px 31px;
    }

    .menu-item-register a {
        border: 1px solid #7700BB;
        border-radius: 12px;
        padding: 10px 31px;
        background: #7700BB;
    }

    .navigation {
        display: block;
    }

    .navigation .menu .menu-item-327,
    .navigation .menu .menu-item-328{
        display: flex;
        align-items: center;
    }


    .navigation .menu .menu-item-327 a {
        background: none;
        border: 1px solid #fff;
        font-size: 1.125rem;
        padding: 4px 15px;
        font-family: Roboto,sans-serif;
        letter-spacing: 1px;
    }

    .navigation .menu .menu-item-328 a {
        font-family: Roboto,sans-serif;
        border: 1px solid #f15726;
        color: #ffffff;
        padding: 4px 18px;
        background-color: #f15726;
        font-size: 1.125rem;
        text-align: center;
        transition: all .3s;
        transition-property: color,background-color;
    }

    .navigation .menu .menu-item-327 a:hover {color: #f1f7ff}
    .navigation .menu .menu-item-328 a:hover {background-color: #d63e0e; color: #fff}
}

.navigation .menu li a:hover { color:#e06239 }

.navigation .menu li .sub-menu {
    display: block;
    position: absolute;
    background: #FFFFFF;
    z-index: 9999;
    left: -15px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.navigation .menu li .sub-menu ul { border-left: 1px dotted rgba(0, 0, 0, 0.05); }
.navigation .menu li .sub-menu li {
    display: block;
    position: relative;
    margin-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navigation .menu li .sub-menu li:last-child { border-bottom: none; }
.navigation .menu li .sub-menu li a {
    min-width: 200px;
    position: relative;
    display: block;
    margin: 0;
    font-size: 13px;
    font-style: normal;
    line-height: 42px;
    padding: 0 15px;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navigation .menu li .sub-menu li a:hover { background: rgba(0, 0, 0, 0.05); }
.navigation .menu li:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navigation .menu li .sub-menu li ul {
    left: 100%;
    margin: 0;
    top: -1px;
    z-index: 900;
}
/* Mobile menu icon */
#mobile-menu-icon {
    display: none;
    position: relative;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
}


/* ISBN Lookup */
.isbn-lookup {
    background: url('https://bookscouter.com/img/home-cover.jpg') center/cover no-repeat;
    margin-top: 32px;
    font-size: 14px;
    max-width: 1080px;
    padding: 0;
}

.isbn-lookup .container,
.isbn-lookup .container form {
    position: relative;
    display: inline-block;
    /*height: 100%;*/
    margin: auto;
}

.header-search-wrapper {
    margin: 50px 0 80px 0;
}

.header-search-title {
    text-align: center;
    font-weight: 500;
    font-size: 54px;
    color: #FFFFFF!important;
    padding-bottom: 0;
}

.header-search-title span {
    color: #ef5831;
}

.isbn-lookup #searchbox,
.isbn-lookup #searchbutton {
    float: left;
    height: 60px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.search-box-wrapper {
    position: relative;
    display: flex;
    border-image: linear-gradient(#7700BB, #4209F6) 1;
    border-radius: 100px;
    background: #ffffff;
}

.search-container {
    margin: 0 auto;
}

.search-btn-wrapper {
    border-radius: inherit;
    position: relative;
}

.icon-search {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #7700BB, #4209F6) border-box;
    border: 2px solid transparent;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-search:after {
    border-radius: 0 50px 50px 0;
    display: block;
    position: absolute;
    background: linear-gradient(to right, #7700BB, #4209F6);
    height: 2px;
    -ms-transform: rotate(45deg) translate(-25%,-25%);
    transform: rotate(
            45deg
    ) translate(-25%,-25%);
    -ms-transform-origin: center left;
    transform-origin: center left;
    width: 10px;
    top: 95%;
    left: 95%;
    content: '';
}

.isbn-lookup #searchbox {
    background-color: #fff;
    border: none;
    border-radius: 100px 0 0 100px;
    padding-left: 30px;
}

.isbn-lookup #searchbutton {
    border: none;
    padding-right: 80px;
    width: 75px;
    border-radius: inherit;
    letter-spacing: 1px;
    max-width: 100px;
    background: #ffffff;
    color: #fff;
    cursor: pointer;
}

.search--recaptcha {
    color: #3e5c6d;
    font-size: 8px;
    padding-top: 5px;
    display: block;
    font-family: Roboto,sans-serif;
}
.search--recaptcha a {
    color: #3e5c6d;
    text-decoration: underline;
}

@media only screen and (min-width: 600px) {
    .search--recaptcha  {
        font-size: .75rem;
    }
}

/*-------------------------------------------------------------------------*/
/*  5. Sticky + OWL Carousel
/*-------------------------------------------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index : 0
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

.stickyposts {
    direction: ltr;
    overflow: hidden;
    margin-bottom: 50px;
    color: #121212;
}
.stickyposts a { color: #121212;}
.stickyposts .sticky-content {
    display: block;
    position: absolute;
    text-align: center;
    background: rgba(255,255,255,.46);
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.stickyposts .sticky-content:hover {
    background: rgba(255,255,255,.92);
}

.stickyposts .sticky-content .table {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.stickyposts .sticky-content .sticky-cell {
    display:table-cell;
    vertical-align:middle;
}
.stickyposts .sticky-content .sticky-cell div {
    display: block;
    max-width: 400px;
    padding: 30px;
}
.stickyposts .sticky-content .sticky-cell .title {
    line-height: 1.1;
    padding: 15px 0;
    display: block;
    font-weight: 700;
    font-style: normal;
}
.stickyposts .sticky-content .sticky-cell .title a { display: block; }
.stickyposts .sticky-content .sticky-cell .category {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.stickyposts .sticky-content .sticky-cell .read-more {
    padding: 0;
    text-align: center;
    background: transparent !important;
}

.stickyposts .sticky-content .sticky-cell .read-more a {
    padding-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    border-top: 1px solid #EC7A5C;
}

.owl-dots {
    margin: 10px 0 0 0;
    text-align: center;
}
.owl-dots .owl-dot {
    width: 35px;
    height: 20px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin: 0 5px;
    border-bottom: 3px solid rgba(0,0,0,.2);
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active { border-color: rgba(0,0,0,.9); }

.owl-theme .owl-controls .owl-nav div {
    color: #FFFFFF;
    display: block;
    text-align: center;
    zoom: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    line-height: 39px;
    height: 40px;
    margin: -20px 20px 0 20px;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.owl-prev {
    font-size: 39px;
    line-height: 39px;
    left: 0;
}
.owl-next {
    font-size: 39px;
    line-height: 39px;
    right: 0;
}

.owl-theme:hover .owl-controls .owl-nav div { opacity: 1; }


/*-------------------------------------------------------------------------*/
/*  6. Content Section + Home Page Templates
/*-------------------------------------------------------------------------*/
#content {
    position: relative;
    display: block;
    margin-top: 40px;
}

#content.resources {
    margin-top: 40px;
    margin-bottom: 20px;
}

.resources a {
	color: #7700BB;
}

#blogposts {
    max-width: 66%;
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.full-width {
    max-width: 100% !important;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.gca-column {
    padding-left: 2em;
}

.gca-column.first {
    padding-left: 0;
}

.right {
    float: right !important;
    margin-left: 40px;
}

.two-columns article {
    width: 47%;
    float: left;
}

.three-columns {
    margin-bottom: 1em;
}

.three-columns article {
    position: relative;
    width: 100%;
    max-width: 30%;
    margin-top: 2%;
    margin-bottom: 3%;
    float: left;
    min-height: 483px;
}

.two-columns article:nth-child(odd) { margin-right: 6%; }

.two-columns article .post-header .meta,
.three-columns article .post-header .meta { display: none; }
.two-columns article .post-header .category,
.three-columns article .post-header .category { display: block; }
.two-columns article .post-header .meta:nth-child(4),
.three-columns article .post-header .meta:nth-child(4) { display: block; }
.two-columns article .post-header,
.three-columns article .post-header { padding: 25px 0 15px 0; }
.two-columns article .post-header .title,
.three-columns article .post-header .title { font-size: 22px; }

.masonry .two-columns article:nth-child(3n+1) {
    margin-right: inherit;
    width: 100%;
}

.masonry .two-columns article:nth-child(3n+1) .post-header { padding: 30px 0; }

.masonry .two-columns article:nth-child(3n+1) .post-header .meta { display: block; }

.masonry .two-columns article:nth-child(3n+1) .post-header .title { font-size: 28px; }

.masonry .two-columns article:nth-child(odd) { margin-right: inherit; }

.masonry .two-columns article:nth-child(3n+2) { margin-right: 6%; }

/*-------------------------------------------------------------------------*/
/*  7. Sidebar
/*-------------------------------------------------------------------------*/
#sidebar {
    max-width: 30%;
    width: 100%;
    display: block;
    float: left;
}

/* Widgets Styles */
.widget {
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding: 30px;
    background: #F5F5F5;
}
#sidebar .widget:last-child { margin-bottom: 0; }
.widget-title {
    display: block;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 0;
    color: #121212;
    border-left-width: 5px;
    border-left-style: solid;
}
.widget ul,
.widget div {
    display: block;
    position: relative;
    overflow: hidden;
}
.widget ul li {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
.widget ul li:last-child { margin-bottom: 0; }


/* Text Widget */
.widget_text div { padding: 0; }

/* Tag Widget */
.widget .tagcloud { overflow: hidden; }
/* Calendar Widget */
.widget_calendar caption {
    margin: 0 auto;
    line-height: 34px;
    font-weight: 700;
}
.widget_calendar table { margin-bottom: 0; }
.widget_calendar div { padding: 0; }
.widget_calendar thead tr th {
    padding: 2px;
    font-weight: bold;
    text-align: center;
}
.widget_calendar td {
    padding: 2px;
    text-align: center;
}
.widget_calendar tfoot tr td {
    padding: 5px;
    padding-bottom: 0;
    border: none;
}
.widget_calendar tfoot #prev { text-align: right;}
.widget_calendar tfoot #next { text-align: left; }

/* Recent Posts */
.widget_recent_entries .post-date {
    display: block;
    font-size: 10px;
}

/* Menu Widget */
.widget .menu li {
    display: block;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget .menu li a {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: 700;
}
.widget .menu .menu-item-has-children > a:after {
    content: "\002B";
    margin-left: 3px;
}
.widget .menu li ul {
    position: relative;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.widget .menu ul li a { font-weight: 400; }
.widget .menu li:hover > ul {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* About Widget */
.fl-about div { padding: 0; }
.fl-about img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.fl-about p {
    margin-top: 20px;
    padding-bottom: 0;
}

/* Flickr Widget */
.fl-flickr .flickr {
    line-height: 0;
    margin-left: -10px;
}
.fl-flickr .flickr li {
    width: 33.33%;
    line-height: 0;
    margin: 0;
    padding: 0 0 10px 10px;
    display: inline-block;
    border-bottom: none;
}
.fl-flickr .flickr li:before { display: none; }
.fl-flickr .flickr li a {
    display: block;
    line-height: 0;
}

/* Socials Widget */
.fl-socials .social-icons {
    padding: 0;
    line-height: 0
}
.fl-socials .social-icons a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    display: inline-block;
}

/* Banner Widget */
.fl-banner div { line-height: 0; }
.fl-banner div img {
    max-width: 100%;
    line-height: 0;
}

/* Embed Widget */
.fl-embed div { line-height: 0; }

/* Latest Posts Widget */
.fl-latest-posts div {
    text-align: center;
    margin-bottom: 20px;
}
.fl-latest-posts div .text {
    background: rgba(255,255,255,.85);
    position: absolute;
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fl-latest-posts div .text div {
    display: table;
    height: 100%;
    width: 100%;
}
.fl-latest-posts div .text div div {
    display: table-cell;
    vertical-align: middle;
}

.fl-latest-posts div:hover .text {
    background: rgba(255,255,255,.95);
}
.fl-latest-posts h4 {
    display: block;
    font-style: normal;
    padding-bottom: 0;
}
.fl-latest-posts span {
    display: block;
    font-size: 10px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.fl-latest-posts div:last-child { margin-bottom: 0; }

.fl-latest-posts .list-style {
    text-align: left;
}
.fl-latest-posts .list-style .image {
    float: left;
    width: 30%;
    margin-right: 4%;
    position: relative;
    display: block;
}

.fl-latest-posts .list-style .text {
    background: inherit;
    position: relative;
    bottom: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 0;
    width: 66%;
    float: left;
    display: block;
}
.fl-latest-posts .list-style .text div { text-align: left; }
.fl-latest-posts .list-style .text h4 {
    font-size: 14px;
    text-align: left;
    font-style: normal;
}
.fl-latest-posts .list-style:hover .text { background: inherit; }

/* Instagram Widget */
.fl-instagram .instagram {
    line-height: 0;
    margin-left: -10px;
}
.fl-instagram .instagram li {
    width: 33.33%;
    line-height: 0;
    margin: 0;
    padding: 0 0 10px 10px;
    display: inline-block;
    border-bottom: none;
}
.fl-instagram .instagram li a {
    display: block;
    line-height: 0;
}

/* Instagram Widget Plugin */
.jr-insta-slider { text-align: left; }
.jr-insta-thumb .thumbnails { padding: 1px !important; }
.pllexislider { direction: ltr; }
.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-caption,
.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-time { font-size: 12px; }
.pllexislider .pllex-direction-nav {
    background-color: inherit !important;
    -webkit-border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    -o-border-radius: inherit !important;
    border-radius: inherit !important;
}
.pllexislider .pllex-direction-nav li {
    border: none !important;
    background-color: rgba(0,0,0, 0.3);
    padding-bottom: 0;
}
.pllexislider .pllex-direction-nav li:hover { background-color: rgba(0,0,0, 0.8); }
.pllexislider .pllex-direction-nav li:first-child { margin-right: 5px !important; }
.pllexislider .pllex-direction-nav .pllex-next:before, .pllexislider .pllex-direction-nav .pllex-prev:before {
    font-family: georgia ,serif !important;
    padding: 4px 7px !important;
    font-size: 14px !important;
    text-shadow: inherit !important;
}

/* Resource Menu Widget */
.top_menu.widget {
    margin-bottom: 1em;
}

.top_menu #lct-widget-resource_topic {
    display: inline-block;
}

.top_menu #lct-widget-resource_topic li {
    display: inline-block;
    float: left;
    line-height: 1;
    margin: 0 4px 0 0;
}

.top_menu #lct-widget-resource_topic li a {
    padding: 4px;
}

.top_menu #lct-widget-resource_topic li:after {
    content: "|";
}

.top_menu #lct-widget-resource_topic li:last-child {
    margin-right: 0;
}

.top_menu #lct-widget-resource_topic li:last-child:after {
    content: "";
}

/*-------------------------------------------------------------------------*/
/*  8. Article Style
/*-------------------------------------------------------------------------*/
article {
    margin-bottom: 50px;
    display: block;
    position: relative;
    text-align: left;
    /*border-bottom: 2px solid #121212;*/
}

/* Case there is no posts */
.no-posts { text-align: center; }

/* Post Content */
.post-header {
    display: block;
    padding: 30px 0;
    text-align: left;
}
.post-header .title,
.thecontent .title {
    font-size: 2.5em;
    font-weight: normal;
    text-align: left;
    padding-bottom: 11px;
    display: block;
}

.post a { color: #7700BB;}

.post-header .title a,
.thecontent .title  {
    color: #4b4b4b !important;
}
.meta {
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 22px;
    color: #777777;
}
.meta-tag {
    clear: left;
}
.meta a {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    color: #777777;
}
.meta img {
    border-radius: 15px;
    float: left;
    margin-right: 7px;
}

.meta i { margin-right: 7px; }

.post-header .category {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.post-header .category a { color: #7700BB; }

.thecontent h1, .thecontent h2, .thecontent h3, .thecontent h4, .thecontent h5, .thecontent h6 { padding-top: 15px; }

.thecontent a { font-weight: bold; }

.thecontent hr { margin-bottom: 25px; }

/* Content List Style and Mixes Lists */
.thecontent ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 25px;
}
.thecontent ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 25px;
}
.thecontent ul ul,
.thecontent ol ol,
.thecontent ul ol,
.thecontent ol ul {
    margin-bottom: 0;
    margin-left: 25px;
}

/* Read More */
.thecontent .read-more {
    display: inline-block;
    text-align: left;
    margin-top: 5px;
}
.thecontent .read-more a {
    text-decoration: none;
    height: 34px;
    padding: 0 22px;
    font-size: 12px;
    line-height: 34px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    background: #121212;
}
.read-more a:hover { color: #EC7A5C; }
.read-more p { padding-bottom: 0; }

/* Share Icons */
.post-bottom {
    margin-top: 5px;
    display: block;
    float: right;
}
.post-bottom .meta {
    line-height: 34px;
    margin-right: 0;
}
.post-bottom a {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 34px;
    margin-left: 9px;
}

/* Post Formats Styles */
article .post img {
    max-width: 100%;
    height: auto;
}
.gallery-slider {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.picture {
    position: relative;
    display: block;
    overflow: hidden;
}
.picture img {
    max-width: 100%;
    height: auto;
    display: block;
}
.video,
.sound {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0;
    line-height: 0;
}
.sound iframe,
.video iframe {
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 100%;
}

.format-standard .post-header { padding-top: 0 !important; }

.page-template-default .post-header,
.page-template-about-php .post-header {
    padding-top: 0;
    text-align: center;
}

.page-template-default .picture,
.page-template-about-php .picture { margin-bottom: 40px; }

.page-template-about-php .picture img {
    border: 7px solid rgba(0,0,0,0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*-------------------------------------------------------------------------*/
/*  9. Pagination
/*-------------------------------------------------------------------------*/
.pagination {
    margin-top: 20px;
    display: block;
    text-align: left;
}
.pagination .page-numbers {
    display: inline-block;
    text-align: center;
    width: 2em;
    height: 2em;
    font-size: 1em;
    font-weight: bold;
    line-height: 2;
    color: #FFFFFF;
    background: #121212;
    margin-right: 5px;
}
.pagination .page-numbers:hover,
.pagination .current { color: #5DA8DC; }



/*-------------------------------------------------------------------------*/
/*  10. Single Post and pages Style Changes
/*-------------------------------------------------------------------------*/

/* Author Section */
#authorarea {
    margin-bottom: 70px;
    text-align: center;
    display: block;
}
#authorarea .authoravatar {
    display: block;
}
#authorarea .authoravatar img {
    border: 3px solid rgba(0,0,0,.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#authorarea .authorinfo {
    display: block;
}
#authorarea .authorinfo h3 {
    font-size: 20px;
    font-style: bold;
}
#authorarea .authorinfo p { padding-bottom: 0; }

/* Related Posts */
#relatedposts {
    position: relative;
    display: block;
    margin-bottom: 70px;
    text-align: left;
}
.block-head {
    padding-bottom: 0;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    font-style: normal;
    text-align: center;

}
.related {
    position: relative;
    display: block;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.related:last-child { margin-right: 0; }
.related h5 {
    background: #F5F5F5;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}
.related h5 a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.related:hover h5 a {
    background: rgba(255,255,255,.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*-------------------------------------------------------------------------*/
/*  11. Comments
/*-------------------------------------------------------------------------*/
#commentswarpper { margin-bottom: 50px; }
.commentlist {
    width: 100%;
    list-style:none;
    text-align: left;
}
.commentlist li {
    margin: 0;
    padding: 0;
}
.commentlist li img.avatar {
    float:left;
    border:none;
    position: relative;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    border: 2px solid rgba(0,0,0,0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fn, .fn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
.says { display: none; }
.commentmetadata a {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.comment-body {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.comment-body p {
    display: block;
    margin: 0 0 10px 60px;
    padding-bottom: 0;
}
ul.children {
    padding-left: 60px;
    padding-top: 5px;
}
ul.children li { margin: 5px 0; }
.nocomments { text-align:center; }
.reply {
    text-align: right;
    line-height: 0;
}
.reply a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}
.bypostauthor { }

/* Respond */
#respond {
    display: block;
    font-size: 14px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.1);
}
#reply-title {
    padding-bottom: 0;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}
#respond .logged-in-as {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
}
#respond small {
    display: block;
    font-size: 11px;
}
#respond p { padding-bottom: 10px; }
#respond .form-submit {
    margin-top: 10px;
    padding-bottom: 0;
}
#commentform small {
    margin-bottom: 20px;
    color: #777777;
}

/* General and Response Inputs Style */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    border: 1px solid rgba(0,0,0,0.1);
    background: inherit;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-allowed-tags { display:block; }

/* Contact Form 7 Settings */

input[type="submit"] {
    cursor: pointer;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border: none;
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="submit"]:hover {
    background-color: #419641;
    background-position: 0 -15px;
    color: #fff !important;
    border-color: #398439;
}

#wpcf7-f294-p370-o1 p {
    float: left;
    width: 100%;
}

#wpcf7-f294-p370-o1 label {
    width: 100%;
    font-size: 16px;
    float: left;
}

#wpcf7-f294-p370-o1 .short-label {
    max-width: 35%;
}

#wpcf7-f294-p370-o1 input,
#wpcf7-f294-p370-o1 .your-message {
    max-width: 60%;
    float: right;
}

/*-------------------------------------------------------------------------*/
/*  12. Footer
/*-------------------------------------------------------------------------*/
footer {
    margin-top: 80px;
    height: 336px;
}

.footer-main {
    height: 264px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-main-container {
    width: 100%;
    display: flex;
}

.footer-main a {
    color: #ffffff !important;
}

.footer-main a:hover {
    color: #AF38F3FF !important;
}

.copyright-container {
    display: flex;
    justify-content: space-between;
    height: 72px;
    align-items: center;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #626160 !important;
    line-height: 24px !important;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-between;
}

.footer-social-links {
    width: 40%;
    display: flex;
    justify-content: end;
}
.footer-social-links ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.footer-social-links i.fab {
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0 0 2px #888;
    padding: 8px;
    background-color: white;
    margin: 0;
    font-size: 20px;
    color: #7700BB;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
}

.footer-menu-1 ul,
.footer-menu-2 ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}


#dynamic-sidebar {
    background-color: #F5F5F5;
    padding-top: 50px;
}
.widget-column {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    margin-right: 5%;
}
.widget-column:last-child { margin-right: 0; }
.widget-column .widget {
    border: none;
    padding: 0;
    text-align: left;
    background: inherit;
}
#instagram-footer .widget {
    margin-bottom: 0;
    padding: 0;
}
#instagram-footer .widget-title {
    background: rgba(255,255,255,.9);
    text-transform: inherit;
    padding: 30px;
    margin-bottom: 0;
    position: absolute;
    z-index: 9900;
    font-style: italic;
    left: 20px;
    bottom: 20px;
}

#instagram-footer .jr-insta-thumb .thumbnails { padding: 0 !important; }

#instagram-footer .instagram { margin-left: 0; }
#instagram-footer .instagram li {
    display: block;
    float: left;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 12.5%;
}
#instagram-footer .instagram li a img { display: block; }

#footer-bottom {
    padding: 50px 0;
    background: #222222;
    text-align: left;
}
#footer-bottom .social-icons {
    width: 50%;
    padding: 20px 0;
    display: block;
    float: left;
}
#footer-bottom .social-icons ul li {
    display: inline-block;
    margin-right: 18px;
}
#footer-bottom .social-icons ul li a {
    font-size: 22px;
    line-height: 38px;
    color: #FFFFFF;
}
#footer-bottom .social-icons ul li a:hover { color: #EC7A5C; }
#copyright {
    width: 50%;
    padding: 20px 0;
    display: block;
    float: left;
    font-size: 12px;
    color: #aaaaaa;
}
#copyright a { color: #aaaaaa; font-weight: bold; }
#copyright a:hover { text-decoration: none; }

/*-------------------------------------------------------------------------*/
/*  13. Archive Pages Style
/*-------------------------------------------------------------------------*/
/* Category, Tag, Authour,...etc box Style */
.box {
    border-bottom: none;
    background: #F5F5F5;
    padding: 50px;
    text-align: center;
}
.box span {
    display: block;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 10px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.box .title {
    font-size: 30px;
    margin-top: 15px;
    padding-bottom: 0;
    font-style: normal;
    line-height: 1;
}
.box p {
    padding: 15px 0 0;
    font-size: 14px;
}
.box .authoravatar {
    line-height: 0;
    padding-top: 10px;
}
.box .authoravatar img {
    border: 2px solid rgba(0,0,0,0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.error404 .thecontent { text-align: center; }

.error404 .thecontent input {
    text-align: center;
    max-width: 600px;
    margin-top: 50px;
}

.format {
    color: #EC7A5C;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 26px;
    line-height: 72px;
    width: 72px;
    height: 72px;
    border: 2px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*-------------------------------------------------------------------------*/
/*  14. Media Queries
/*-------------------------------------------------------------------------*/
/*
    @media only screen and (max-width: 1320px) {
        .container { max-width: 960px; }
        #blogposts { max-width: 640px; }
        #sidebar { max-width: 280px; }
        body { padding: 15px; }
    }
*/

@media only screen and (max-width: 1100px) {
    header {
        width: 100%;
        color: #121212;
        position: relative;
        display: block;
        border-bottom: 1px solid #EEEEEE;
        box-shadow: inset 0 -4px 12px rgb(0 0 0 / 10%);
        /*background: url("img/christmas-bg.svg") no-repeat center/cover, linear-gradient(90deg, #7700BB 0%, #4209F6 100%);*/
        /*background-size: cover, 100%;*/
        z-index: 2;
    }
    .header-search-title {
        font-size: 30px;
    }
}


@media only screen and (max-width: 1024px) {
    .container { max-width: 1024px; }
    #blogposts { max-width: 66%; }
    #sidebar { max-width: 30%; }


}

@media only screen and (max-width: 1100px) {

    .navigation {
        display: none;
        position: absolute;
        right: 0;
        background: #FFFFFF;
        z-index: 9999;
        text-align: left;
        min-width: 250px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .navigation .menu li {
        background: linear-gradient(90deg, rgba(111, 66, 193, 0.8) 0%, rgba(66, 9, 246, 0.8) 100%) #fff;
        display: block;
        margin-left: 0;
    }
    .navigation .menu li:last-child { border-bottom: none; }
    .navigation .menu li a {
        display: inline-block;
        padding: 0 20px;
        line-height: 42px;
    }

    .navigation .menu .menu-item-has-children:before {
        content: "\002B";
        float: right;
        padding: 0 15px;
        line-height: 42px;
    }
    .navigation .menu li .sub-menu {
        background: inherit !important;
        position: relative;
        left: inherit;
        border: none;
    }
    .navigation .menu li .sub-menu li a {
        min-width: inherit;
        display: inline-block;
        margin-left: 15px;
        line-height: 42px;
    }
    .navigation .menu li .sub-menu li a:hover { background: inherit; }
    .navigation .menu li .sub-menu li ul {
        left: inherit;
        margin: 0;
        top: inherit;
    }

    #mobile-menu-icon { display: block; color: #fff}

    #blogposts { max-width: 100% !important; }
    #sidebar { max-width: 100%; }
    .right { margin-left: inherit; }

    .widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    #instagram-footer .widget { max-width: inherit; }

    .widget-column {
        width: 100%;
        margin-right: 0;
    }

    .fl-flickr .flickr li { width: 25%; }

    .pagination { margin-bottom: 70px; }

    .three-columns article {
        max-width: 47%;
    }

    .three-columns article:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }

    .three-columns article:nth-child(odd) {
        margin-right: 6%;
    }
}

@media only screen and (max-width: 768px) {

    body { padding: 0; }

    #content { margin-top: 20px; }

    #top-bar {
        position: relative;
        overflow: hidden;
        right: inherit;
        padding-bottom: 0px;
    }

    .stickyposts .sticky-content {
        background: rgba(255,255,255,.9);
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;

    }

    .three-columns article {
        display: block;
        max-width: 400px;
        margin-left: 0 auto;
        margin-right: 0 auto;
    }
    .three-columns article:nth-child(3n+2) {
        display: block;
    //margin-right: 5%;
    //margin-left: 5%;
        margin-bottom: 2%;

    }


    .stickyposts .sticky-content .sticky-cell .title {font-size: 22px;}



    article {
        width: 100% !important;
        margin-right: inherit !important;
    }
    .post-header { padding: 25px 0 15px 0 !important; }
    .post-header .title { font-size: 26px !important; }

    .post-header .category { padding-bottom: 4px; }

    .page-template-home-standard-php article .post-header .meta,
    .two-columns article .post-header .meta,
    .archive article .post-header .meta { display: none !important; }
    .page-template-home-standard-php article .post-header .category,
    .two-columns article .post-header .category,
    .archive article .post-header .category { display: block !important; }
    .page-template-home-standard-php article .post-header .meta:nth-child(4),
    .two-columns article .post-header .meta:nth-child(4),
    .archive article .post-header .meta:nth-child(4) { display: block !important; }

    .post-header .meta {
        float: none;
        margin-top: 7px;
        margin-right:0;
        clear: left;
    }

    .widget-column {
        width: 100%;
        margin-right: 0;
    }

    .widget {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    #footer-bottom .social-icons,
    #copyright {
        width: 100%;
        float: none;
    }

    .jr-insta-thumb .jr_col_3 > li, .jr-insta-thumb .jr_col_4 > li, .jr-insta-thumb .jr_col_5 > li, .jr-insta-thumb .jr_col_6 > li, .jr-insta-thumb .jr_col_7 > li, .jr-insta-thumb .jr_col_8 > li, .jr-insta-thumb .jr_col_9 > li, .jr-insta-thumb .jr_col_10 > li { width: 25% !important; }
    #instagram-footer .instagram li { width: 25%; }
}


@media only screen and (max-width: 479px) {
    .footer-logo {
        display: none;
    }

    .box { padding: 30px; }

    .stickyposts .sticky-content {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    .stickyposts .sticky-content .sticky-cell .title { font-size: 18px; }


    .thecontent .read-more a { padding: 0 12px; }
    .post-bottom .meta { display: none; }

    .related {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .related:last-child { margin-bottom: 0; }

    #authorarea .authoravatar { width: 80px; }
}

@media only screen and (max-width: 375px) {
    .stickyposts .sticky-content .sticky-cell .read-more { display: none; }
}

@media only screen and (min-width: 1101px) {
    .navigation .menu li.menu-item-327 {
        margin-right: 0;
        font-size: 16px;
    }

    .menu-item-327 a {
        padding: 3px 12px 3px 12px;
    }


    .menu-item-328 a {
        color: #ffffff;
        border-radius: 2px;
        padding: 7px 12px 7px 12px;
        background-color: #F15726;
    }

    .navigation .menu li.menu-item-328 {
        font-size: 15px;
        margin-left: 10px;
    }

    .three-columns article {
        max-width: 30%;
    }

    .three-columns article:nth-child(3n+2) {
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 2%;
    }
    /* temp fix for articles */
    .three-columns article:nth-child( 3n + 4 ){
        clear: left
    }
}


/* New Footer Styles */
footer {
    background: #000000;
}
#footer {
    height: 100%;
    text-align: center;
    color: #c8c8c8;
    font-size: .85em;
    margin: 0 auto 0;
    overflow: hidden;
    font-family: 'Helvetica Neue','Open Sans',Arial,sans-serif;
    font-size: 11.9px;
    text-size-adjust: 100%;
    line-height: 17px;
    -webkit-font-smoothing: auto;
}

#footer a,
#footer a:active {
    font-size: inherit;
}

#footer a:focus,
#footer a:hover {
    color: #EC7A5C;
    text-decoration: none
}
#footer a img {
    vertical-align: middle;
}

.copyright {
    float: left;
    font-size: inherit;
    letter-spacing: 0;
}

.footer-links {
    float: right;
}

.space {
    padding: 10px
}
body {
    background: #4B4B4C;
}
@media only screen and ( max-width: 768px ){
    .footer-main-container {
        flex-direction: column;
        gap: 20px;
    }

    .footer-social-links {
        width: 100%;
        justify-content: center;
    }

    .footer-menu {
        width: 100%;
        justify-content: space-around;
    }

    #footer .fa,
    .footer-links {
        display: none;
    }
    .copyright {
        float: none;
        padding-left: 0;
        width: 100%;
    }
}

figcaption {
	font-size: 15px;
	text-align: center;
}

.search-widget-container {
    display: flex;
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -1.5rem;
}

.authorinfo p {
    text-align: left;
}

.thecontent p:last-of-type{
    padding-bottom: 0;
}