/* Template
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
}
.footer {
    width: 100%;
    background-color: #FFF;
    position:absolute;
    margin-top: 25px;
}

/* Remove Blogger default cookies warning
-------------------------------------------------- */
#cookieChoiceInfo {
    display: none;
}

/* Links
-------------------------------------------------- */
a:link {
    text-decoration: none !important;
    color: #CA948B;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    max-width: 100%;
}

a:visited {
    color: #EAD4D1;
}

a:hover {
    color: #EAD4D1;
}

a:active {
    color: #EAD4D1;
}

/* Sidebar Widget Titles and Content
-------------------------------------------------- */
.widget-title,
#Followers1 h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    background: #EAD4D1 !important;
    color: #000000 !important;
    line-height: 32px !important;
    margin-bottom: 0.5rem !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.widget-content p {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px !important;
}

/* Search - No Results
-------------------------------------------------- */
.status-msg-wrap {
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
}

.status-msg-border {
    border: 0;
    opacity: 0;
}

/* Navigation Links
-------------------------------------------------- */
#blog-pager {
    clear: both;
    text-align: center;
}

#blog-pager a:link,
#blog-pager a:visited {
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#blog-pager a:hover {
    color: #CA948B !important;
}

#blog-pager-newer-link {
    float: left;
}

#blog-pager-older-link {
    float: right;
}

/* Mobile Page Navigation
-------------------------------------------------- */
.blog-pager-mobile {
    margin: 10px 0 -50px 0 !important;
}

/* Remove (Atom) from Footer
-------------------------------------------------- */
.feed-links {
    display: none;
}

/* Archives
-------------------------------------------------- */
#BlogArchive1_ArchiveMenu{
    background: #EAD4D1;
    border: 1px solid #EAD4D1;
    color: #000;
    font-size:12px;
    padding:10px;
    width:100%;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif !important;
}

/* Widget Spacing
-------------------------------------------------- */
.widget {
    margin: 30px 0;
}

/* Sidebar
-------------------------------------------------- */
.sp-sidebar {
    margin: 30px 0;
}

/* About Me
-------------------------------------------------- */
.sp-img-aboutme {
    border-radius: 50%;
    padding-bottom: 10px;
}

.sp-text {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
}

/* Custom Button
-------------------------------------------------- */
.btn-sp {
    background-color: #EAD4D1;
    color: #000 !important;
    border-radius: 0 !important;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    border: 2px solid #EAD4D1 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-sp:hover,
.btn-sp:visited,
.btn-sp:active,
.btn-sp:focus
 {
    background-color: #CA948B !important;
    border: 2px solid #CA948B !important;
    color: #FFF !important;
}

/* Search Form
-------------------------------------------------- */
.sp-search {
    font-size: 14px !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: #000;
    border-radius: 0 !important;
    border: 1px solid #EAD4D1;
}

/* Popular Posts Widget
-------------------------------------------------- */
#PopularPosts1 ul {
    counter-reset: popularcount;
    margin: 0;
    padding: 0;
}
#PopularPosts1 ul li {
    width: 100%;
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
    position: relative;
    border: 0;
}
#PopularPosts1 .item-thumbnail a {
    clip: auto;
    display: block;
    height: auto;
    height: 120px;
}
#PopularPosts1 .item-thumbnail {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
#PopularPosts1 .item-thumbnail::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 29px solid #FFF;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    bottom: 0px;
    content: '';
    height: 0;
    width: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 3;
}
#PopularPosts1 .item-thumbnail:after {
    color: #000;
    content: counter(popularcount, decimal);
    counter-increment: popularcount;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 14px;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    z-index: 4;
}
#PopularPosts1 .item-thumbnail img {
    position: relative;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

#PopularPosts1 .item-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
#PopularPosts1 .item-title a {
    color: #000;
    text-decoration: none;
}
#PopularPosts1 .item-snippet {
    padding: 10px 10px;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px;
    text-align: center;
}

/* Images without stretch
-------------------------------------------------- */
.unresized-img {
width: inherit !important;
}