#slide-out-widget-area .inner .off-canvas-menu-container li a {
font-size: 20px !important;
}
#slide-out-widget-area .inner .off-canvas-menu-container li li a {
font-size: 16px !important;
}
@media only screen and (min-width: 691px) and (max-width: 1024px) {
.post-area .first-section{
padding-top: calc(100vw* 0.1)!important;
}
}
@media only screen and (max-width: 690px) {
.post-area .first-section{
padding-top: calc(100vw* 0.2)!important;
}
}
.nectar-social.fixed {
left: 34px !important;
}
ul li {
list-style: disc !important;
display: list-item; }
ul {
display: block;
list-style: disc;
}
@media only screen and (max-width: 690px) {
body.single-post .entry-title {
font-size: 28px !important;
line-height: 34px !important;
}
}