* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Rouge+Script&display=swap');

body {
    background-color: #fff;
    font: 16px Open Sans;
    margin: 0;
    text-align: right;
}

body img {
    max-width: 100%;
    margin: 0 0 -5px 0;
}

body ::-webkit-scrollbar {
    width: 8px;
}
body ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}
body ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
body ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.7);
}

body a,
body a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

header {
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: -5px 3px 10px 0 #d9d9d9;
    box-shadow: -5px 3px 10px 0 #d9d9d9;
    position: fixed;
    z-index: 8;
    width: 100%;    
}
header .header-title {
    justify-content: space-between;
    display: flex;
}
header .header-title a.open-button {
    font-size: 25px;
    cursor: pointer;
    padding: 10px 15px;
}
header h1 {
    display: inline-block;
    font: 20px Playfair Display;
    padding: 10px 15px;
}
header nav {
    display: none;
}
header nav ul li {
    list-style: none;      
}
header nav ul li a {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    display: block;
    color: #444;
}
header nav ul li a:hover {
    background: pink;
    color: #fff;
}

aside {
    display:inline-block;
    width:calc(35% - 103px);
    padding: 50px;
    text-align: left;
}
aside .sidebar-title h1 {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    display: inline-block;
}
aside .sidebar-title sub {
    display: block;
    font-size: 17px;
    margin-top: 5px;
}
aside .sidebar-title sub i { 
    font-family: 'Playfair Display', serif;
}
aside ul {
    margin: 35px 0 0 30px;
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    color: #222;
}
aside ul li.more {
    cursor: pointer;
}
aside ul li.more ol li a:hover {
    padding: 0 5px;
}
aside ul li.more:hover {
    color: #222;
}
aside ul li.more ol {
    display: block;
    margin: 10px 0 -11px 0px;
    border-top: 1px solid #eee;
    display: none;
}
aside ul li.more ol li {
    font-style: italic;    
    list-style: none;
    margin-bottom: 0;
}
aside ul li {
    list-style: decimal-leading-zero;
    border-bottom: 1px solid #eee;    
    padding: 10px 0;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
aside ul li span.lnr {
    opacity: 0.5;
    font-size: 20px;
}
aside ul li:hover span.lnr {
    opacity: 1;
}
aside ul li a {  
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-family: Open Sans;
    padding: 0 5px;
    color: #222;
}
aside ul li a:hover {    
    padding: 0 10px;
}
aside ul li:hover {
    border-color: pink;
}
aside li#com ol {
    font-family: Playfair Display;
}
aside li#com ol li {
    cursor: text;
}
aside .insta {
    margin: 40px 0 0 0;
    font-size: 25px;    
}
aside .insta a {
    color: #222;
}

#container { 
    background-color: #eee;    
    -webkit-box-shadow:inset 15px 0 20px -10px #dfdfdf;
    box-shadow:inset 15px 0 20px -10px #dfdfdf;
    border-radius: 40px 0 0 40px;
    padding: 40px 40px 20px 40px;
    text-align: left !important;
    margin: 0 0 50px 0;
    width:calc(65% - 90px);
    min-height: 76vh;
    display:inline-block;
    vertical-align: top;
}
#content {
    text-align: left !important;
    margin: 20px 10px 0px 0px;
}
#content .post {
    border-radius: 10px;
    display: inline-block;
    margin: 0 18px 40px 18px;
    width: calc(100% / 2 - 40px);
    text-align: justify;
    cursor: zoom-in;
    display: flex;
    flex-wrap: wrap;    
    position: relative;
    -webkit-box-shadow: 5px 5px 10px 0 #d9d9d9;
    box-shadow: 5px 5px 10px 0 #d9d9d9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#content .post:hover {
    z-index: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#content .post:after {
    content: '';
    display: block;
    clear: both;
}
.post .post-image {
    width: 40%;
    flex: 1;
    position: relative;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post .post-image img{
    border-radius: 10px 0 0 10px;
}
.post .post-content {
    border-radius: 0 10px 10px 0;
    padding:10px 20px;
    flex: 1;
    background-color: white;      
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post .post-content h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: Playfair Display;
}
.post .post-content .post-info {
    display: none;
}
.post .post-content a.buy {
    position: absolute;
    bottom: -15px;
    right: 10px;
    color: #222;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px 0 #d9d9d9;
    box-shadow: 5px 5px 10px 0 #d9d9d9;
    padding: 7px 10px;
    border-radius: 100%;
    opacity: 0;
    font-size: 18px;
}
.post:hover .post-content a.buy {
    opacity: 1;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.post-content .post-tiny-info a {
    color: #222;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.post-content .post-tiny-info p {
    position: absolute;
    bottom: 0px;
    left: calc(40% - 60px);    
    background-color: #fff;
    padding: 5px 10px;
    width: 60px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post:hover .post-tiny-info p {
    opacity: 1;
}

.slideshow {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 80px);
    padding: 50px 0;
    background: rgb(0, 0, 0, 0.7);
    overflow-y: auto;
}
.slideshow .post {
    width:calc(100% - 150px) !important;
    max-width: 800px;
    position: relative !important;
    margin:0px auto 0 auto !important;
    top:50% !important;
    left: 0 !important;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform:  translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
}
.slideshow .post .post-image {
    width: 100%;
    border-radius: 0;
}
.slideshow .post .post-image img {
    border-radius: 0;
}
.slideshow .post .post-content {
    border-radius: 0;
}
.slideshow .post .post-content h2 {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 25px;
}
.slideshow .post .post-content .post-info {
    display: block;
    margin: 20px 0 0 0;
    text-align: justify;
}
.slideshow a.close {
    cursor: pointer;
    text-align: right;
    color: #fff;
    position: fixed;
    width: 100%;
    right: 30px;
    top: 20px;
    text-transform: uppercase;
}
.slideshow a.close::after {
    content: "( X ) Close Theme";
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px 20px;
    border-radius: 25px;
}
.slideshow a.close:hover:after {
    background: rgba(255, 255, 255, 0.3);    
}
.slideshow a.left, .slideshow a.right {
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 50px;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform:  translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;    
    padding: 8px 0 ;
    border-radius: 100%;   
}
.slideshow a.left:hover,
.slideshow a.right:hover {
    background: rgba(255, 255, 255, 0.3); 
}
.slideshow a.left {
    left:20px;
}
.slideshow a.right {
    right:20px;
}
.slideshow a.left::after,
.slideshow a.right::after {
    font-family: Linearicons-Free;
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.slideshow a.left::after {
    content: "\e875";       
}
.slideshow a.right::after {
    content: "\e876";  
}

#message {
    display: flex;
    justify-content: start;
    padding: 10px 50px 40px 50px;
}
#message .ask {
    width: 80%;
}
#message .info {
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 13px;
    font-style: italic;
}
#message .info img[alt="license"] {
    margin-bottom: 20px;
}
#message .info a.mail {
    display: flex;
    justify-content: space-between;
    color: #222;
    padding: 10px 20px;
    border-radius: 25px;
    background: #eee;
    margin: 15px 0 0 0;
    font-size: 16px;
    font-style: normal;
}

footer {
    position: relative;
    top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px -10px #dfdfdf;
    box-shadow: 0 15px 20px -10px #dfdfdf;
    padding: 20px;    
    margin: 0 -40px -38px 0; 
    border-radius: 40px 0 0 40px;
    display: flex;
    justify-content: space-between;
}
footer .page-views a {
    color: #222;
}

@media only screen and ( max-width: 500px ), (orientation: landscape) and ( max-width: 500px ) {
    aside {
        display: none;
    }
    #container {        
        padding: 20px;
        width:calc(100% - 41px);
        border-radius: 0;
    }
    #content {
        padding: 0px 0 0 0;
    }
    #content .post {
        width: calc(100% - 1px);
        margin: 0 0 20px 0;
    }
    #content .post:hover {
        transform: none;
    }
    footer {
        margin: 0 -20px -18px 0;
        top: 40px;
    }
    #message { 
        display: block;
    }
    #message .ask {
        width: 100%;
        margin-top: 10px;
    }
    #message .info {
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
}