@media (min-width: 1790px) {
    .container-custom {
        margin: auto;
        width: 85%;
        max-width: none;
    }
}

@media (min-width: 1420px) and (max-width: 1789px) {
    .container-custom {
        margin: auto;
        width: 95%;
        max-width: none;
    }
}

@media (max-width: 1419px) {
    .container-custom {
        margin: auto;
        width: 100%;
        max-width: none;
    }
}

.floating_box {
    width: 70%;
    margin-left: 15%;
    position: relative;
    margin-top: -60px;
    background-color: white;
    padding: 20px 0;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.floating_block_text {
    font-size: 20px;
    transition: 0.3s;
    font-family: 'Lora', serif;
}

.floating_block_text:hover {
    color: #c29856;
}

.floating_block_lower_text {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.floating_block_text, .block_all_text, .floating_block_lower_text {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    color: black;
}

.blog_content {
    width: 100%;
}

.blog_header {
    text-align: center;
    background-color: #fafafa;
}

.blog_header_category a {
    color: #aab0b4;
    transition: 0.3s;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog_header_category a:hover {
    color: #c29856;
    text-decoration: none;
}

.blog_header h2 a {
    color: black;
    transition: 0.3s;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
}

.blog_header h2 a:hover {
    color: #c29856;
    text-decoration: none;
}

.blog_meta {
    text-align: center;
    background-color: #fafafa;
}

.blog_meta a {
    color: #aab0b4;
    transition: 0.3s;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog_meta a:hover {
    color: #c29856;
    text-decoration: none;
}

.blog_body {
    padding-top: 24px;
    padding-bottom: 8px;
}

.blog_body p {
    font-size: 18px;
}

.blog_body p:first-of-type::first-letter {
    font-family: 'Lora', serif;
    float: left;
    font-size: 5.125em;
    font-weight: bold;
    line-height: 0.65;
    margin: 0;
    padding: 0.15em 0.1em 0 0;
}

@supports (initial-letter: 2) or (-webkit-initial-letter: 2) {
    .blog_body p:first-of-type::first-letter {
        -webkit-initial-letter: 4;
        initial-letter: 4;
        /* undo other bits */
        float: none;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0 0.25em 0 0;
    }
}

.blog_button {
    padding-bottom: 24px;
    background-color: #ffffff;
    text-align: center;
}

.blog_button a.btn {
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    background-color: #c29856;
    padding: 10px 20px 10px 20px;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-family: 'Lora', serif;
    letter-spacing: 2px;
}

.blog_button a.btn:hover {
    background-color: #c2a16a !important;
    transition: all 0.4s ease 0s;
}


.blog_footer {
    padding-bottom: 5px;
}

.blog_footer p span.social span {
    font-size: 20px;
    display: inline-block;
    color: #6f7c82;
    text-align: center;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.blog_footer p span.social span:hover {
    color: #c2a16a;
}

.blog_footer p {
    color: black;
    transition: 0.3s;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    font-size: 18px;
}

.blog_footer span.label {
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
    background-color: #bbbbbd;
    padding: 5px 10px 5px 10px;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-family: 'Lora', serif;
}

.blog_footer span.label:hover {
    background-color: #c29856 !important;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

@media (max-width: 768px) {
    .blog_footer p.text-right {
        display: inline-block;
    }
}

.sidebar .about p.title {
    font-size: 17px;
    padding-top: 24px;
    font-family: 'Lora', serif;
    text-align: center;
}

.sidebar .about p.body {
    font-size: 15px;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    margin-top: 10px;
    padding-bottom: 24px;
}

.sidebar .subscribe p.title {
    font-size: 17px;
    padding-top: 24px;
    font-family: 'Lora', serif;
    text-align: center;
}

.sidebar .subscribe a.btn {
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 80%;
    background-color: #c29856;
    padding: 10px 20px 10px 20px;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-family: 'Lora', serif;
}

.sidebar .subscribe a.btn:hover {
    background-color: #c2a16a !important;
    transition: all 0.4s ease 0s;
}

.sidebar .subscribe input[type=text] {
    padding: 10px 20px 10px 20px;
    border-radius: 40px;
    border-color: #eeeeee;
    border-style: solid;
    font-size: 16px;
    text-align: center;
    width: 80%;
    font-family: 'Lora', serif;
    text-decoration: none;
    display: inline-block;
    background: #eeeeee;
}

.sidebar .subscribe input[type=text]:focus {
    outline-width: 0;
}

.sidebar .subscribe p span.social a {
    font-size: 24px;
    display: inline-block;
    color: #6f7c82;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
    transition: 0.3s;
}

.sidebar .subscribe p span.social a:hover {
    color: #c2a16a;
}

.sidebar .recent p.title {
    font-size: 17px;
    padding-top: 24px;
    font-family: 'Lora', serif;
    text-align: center;
}

.sidebar ul .pointer:hover {
    color: #c29856;
    cursor: pointer;
}

.sidebar .categories p.title {
    font-size: 17px;
    padding-top: 24px;
    font-family: 'Lora', serif;
    text-align: center;
}

.sidebar .tags p.title {
    font-size: 17px;
    padding-top: 24px;
    font-family: 'Lora', serif;
    text-align: center;
}

.sidebar .tags span.label {
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
    background-color: #bbbbbd;
    padding: 5px 10px 5px 10px;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-family: 'Lora', serif;
}

.sidebar .tags span.label:hover {
    background-color: #c29856 !important;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

.sidebar .search p.title {
    font-size: 17px;
    padding-top: 24px;
    font-family: 'Lora', serif;
    text-align: center;
}

.related_post p.title {
    font-size: 20px;
    font-family: 'Lora', serif;
    text-align: center;
}

.related_post p.row_title {
    font-size: 16px;
    padding-top: 8px;
    color: black;
    font-family: 'Lora', serif;
    text-align: center;
}

.related_post p span.row_subtitle {
    font-size: 14px;
    color: #bbbbbb;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.related_post p.row_title:hover {
    color: #c29856;
    text-decoration: none;
}

.related_post a:hover {
    color: #c29856;
    text-decoration: none;
}

#header_search p.title {
    color: black !important;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-family: 'Lora', serif;
}

#header_search h3 {
    color: #c2a16a !important;
    text-align: center;
    width: 100%;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-family: 'Lora', serif;
}

.pagination > li > a
{
    background-color: black;
    color: white;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: white;
    background-color: #c29856;
    border-color: white ;
    cursor: pointer;
}

.pagination > .active > a
{
    color: white;
    background-color: #c29856 !Important;
    border: solid 1px white !Important;
}

.pagination > .active > a:hover
{
    background-color: #c29856 !Important;
    border: solid 1px white;
    cursor: not-allowed;
}

.hr {
    width: 5%;
    height: 1px;
    background: #c2a16a;
}

.hr_full {
    height: 1px;
    background: #fafafa;
    border-top: solid #fafafa;
}

.font_lora {
    font-family: 'Lora', serif;
    transition: 0.3s;
}

.font_open_sans {
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s;
}

.fit_image {
    background-color: #fafafa;
    width: 100%;
    object-fit: contain;
}

.background_white {
    background-color: white;
}

.about_sub {
    font-size: 16px;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
}

span.social_about a {
    font-size: 24px;
    display: inline-block;
    color: #6f7c82;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
    transition: 0.3s;
}

span.social_about a:hover {
    color: #c2a16a;
}

.navbar-nav > li.nav-item > a.nav-link {
    font-size: 18px;
}

@media (min-width: 769px) {
    .show_on_large {
        display: inline-block;
    }
    .show_on_small {
        display: none;
    }
}

@media (max-width: 768px) {
    .show_on_large {
        display: none;
    }
    .show_on_small {
        display: inline-block;
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
