#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after,
#cssmenu>ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu {
background: transparent;
}
#cssmenu>ul>li {
display: inline-block;
}
#cssmenu>ul>li.premium-demo a {
color: #fff !important;
background: #f16234 !important;
}
#cssmenu>ul>li:focus {
outline: none;
}
#cssmenu.align-center>ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center>ul>li {
display: inline-block;
float: none;
}
#cssmenu.align-center ul ul {
text-align: left;
}
#cssmenu.align-right>ul>li {
float: right;
}
#cssmenu>ul>li>a {
padding: 17px;
letter-spacing: 1px;
text-decoration: none;
color: #000000;
font-weight: 500;
text-transform: uppercase;
}
#cssmenu>ul>li:hover>a {
color: #000000;
}
#cssmenu>ul>li.has-sub>a {
padding-right: 30px;
}
#cssmenu>ul>li.has-sub>a:after {
position: absolute;
top: 25px;
right: 7px;
width: 8px;
height: 2px;
display: block;
background: transparent;
content: '';
}
#cssmenu>ul>li.has-sub>a:before {
position: absolute;
top: 22px;
right: 10px;
display: block;
width: 12px;
height: 5px;
line-height: 7px;
background: transparent;
content: '\f107';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
font-family: 'fontawesome';
font-weight: 700;
}
#cssmenu>ul>li.has-sub:hover>a:before {
top: 22px;
height: 0;
}
#cssmenu ul ul {
position: absolute;
left: -9999px;
}
#cssmenu.align-right ul ul {
text-align: right;
}
#cssmenu ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
text-align: left;
}
#cssmenu li:hover>ul {
z-index: 22;
}
#cssmenu li:hover>ul,
#cssmenu li.focus>ul {
left: auto;
}
#cssmenu.align-right li:hover>ul,
#cssmenu.align-right li.focus>ul {
left: auto;
right: 0;
}
#cssmenu li:hover>ul>li,
#cssmenu li.focus>ul>li {
height: auto;
margin-bottom: 0px
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#cssmenu ul ul li a {
border: 1px solid rgba(150, 150, 150, 0.15);
padding: 11px 15px;
width: 300px;
text-decoration: none;
color: #000000;
font-weight: 400;
background: #ffffff;
text-transform: uppercase;
line-height: normal;
border-bottom: 0;
}
#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
color: #000000;
}
#cssmenu ul ul li.has-sub>a:after {
position: absolute;
top: 16px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: transparent;
content: '';
}
#cssmenu.align-right ul ul li.has-sub>a:after {
right: auto;
left: 11px;
}
#cssmenu ul ul li.has-sub>a:before {
position: absolute;
top: 15px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: transparent;
content: '\f105';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
font-family: 'FontAwesome';
font-weight: 700;
}
#cssmenu.align-right ul ul li.has-sub>a:before {
right: auto;
left: 14px;
}
#cssmenu ul ul>li.has-sub:hover>a:before {
top: 15px;
height: 0;
}
#cssmenu.small-screen {
width: 100%;
text-align: left;
}
#cssmenu.small-screen ul {
width: 100%;
display: none;
position: absolute;
background-color: #ffffff;
z-index: 10;
}
#cssmenu.small-screen.align-center>ul {
text-align: left;
}
#cssmenu.small-screen ul li {
width: 100%;
border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover>ul>li {
height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
width: 100%;
border-bottom: 0;
}
#cssmenu.small-screen>ul>li {
float: none;
}
#cssmenu.small-screen ul ul li a {
padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
color: #000000;
background: none;
}
#cssmenu.small-screen ul ul li:hover>a,
#cssmenu.small-screen ul ul li.active>a {
color: #000000;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#cssmenu.small-screen>ul>li.has-sub>a:after,
#cssmenu.small-screen>ul>li.has-sub>a:before,
#cssmenu.small-screen ul ul>li.has-sub>a:after,
#cssmenu.small-screen ul ul>li.has-sub>a:before {
display: none;
}
#cssmenu.small-screen #menu-button {
display: block;
padding: 17px;
color: #000000;
cursor: pointer;
text-transform: uppercase;
font-weight: 500;
text-align: left;
}
#cssmenu.small-screen #menu-button:after {
position: absolute;
top: 22px;
right: 17px;
display: block;
height: 8px;
width: 20px;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
content: '';
}
#cssmenu.small-screen #menu-button:before {
position: absolute;
top: 16px;
right: 17px;
display: block;
height: 2px;
width: 20px;
background: #000000;
content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
top: 23px;
border: 0;
height: 2px;
width: 15px;
background: #000000;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
top: 23px;
background: #000000;
width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.2);
height: 46px;
width: 46px;
cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
background: #000000;
}
#cssmenu.small-screen ul ul .submenu-button {
height: 34px;
width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
position: absolute;
top: 22px;
right: 19px;
width: 8px;
height: 2px;
display: block;
background: #000000;
content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
top: 15px;
right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
position: absolute;
top: 19px;
right: 22px;
display: block;
width: 2px;
height: 8px;
background: #000000;
content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
top: 12px;
right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
display: none;
}
#cssmenu.small-screen.select-list {
padding: 5px;
}.entry-content > .alignwide {
max-width: 1070px;
}
.entry-content > .alignfull {
margin: 1.5em 0;
max-width: 100%;
}  .wp-block-code {
padding: 0.8em 1em;
margin-left: 14px;
margin-right: 14px;
}
@media screen and (min-width: 608px) {
.wp-block-code {
margin-left: auto;
margin-right: auto;
}
} .wp-block-cover-text p {
padding: 1.5em 14px;
}
@media screen and (min-width: 608px) {
.wp-block-cover-text p {
padding: 1.5em 0;
}
} .wp-block-embed.type-video > .wp-block-embed__wrapper {
position: relative;
width: 100%;
height: 0;
padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
} .wp-block-gallery:not(.components-placeholder) {
margin: 1.5em auto;
} .wp-block-group > .wp-block-group__inner-container > * {
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.wp-block-group > .wp-block-group__inner-container > .alignwide {
max-width: 1070px;
}
.wp-block-group > .wp-block-group__inner-container > .alignfull {
max-width: 100%;
}
.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
margin-top: 0;
}
.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
width: calc( 100% + 60px );
max-width: calc( 100% + 60px );
position: relative;
left: -30px;
} .wp-block-image img {
display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
width: 100%
}
.wp-block-image.alignfull img {
width: 100vw;
}
.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
max-width: 100%;
width: 100%;
} ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
padding: 0 14px;
} .entry-content ul,
.entry-content ol {
margin: 1.5em auto;
max-width: 100%;
list-style-position: outside;
}
.entry-content li {
margin-left: 2.5em;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
margin: 0 auto;
}
.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
margin-left: 0;
} .more-link {
display: block;
} .wp-block-pullquote>p:first-child {
margin-top: 0;
} .wp-block-quote {
margin-left: 14px;
margin-right: 14px;
padding: 0;
}
.wp-block-quote > * {
margin-left: 1rem;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
margin: 36px auto;
padding: 0;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
font-size: 13px;
font-size: 0.8125rem;
}
@media screen and (min-width: 644px) {
.wp-block-quote {
margin: 36px auto;
}
} .wp-block-separator {
margin: 3em auto;
padding: 0;
} .wp-block-table {
overflow-x: auto;
margin-left: 14px;
margin-right: 14px;
width: calc( 100% - 28px );
}
.wp-block-table table {
border-collapse: collapse;
width: 100%
}
.wp-block-table td, .wp-block-table th {
padding: .5em;
}
@media screen and (min-width: 608px) {
.wp-block-table {
margin-left: auto;
margin-right: auto;
width: 100%;
}
} .wp-block-video video {
max-width: 100%;
}  .has-strong-blue-color {
color: #0073aa;
}
.has-strong-blue-background-color {
background-color: #0073aa;
}
.has-lighter-blue-color {
color: #229fd8;
}
.has-lighter-blue-background-color {
background-color: #229fd8;
}
.has-very-light-gray-color {
color: #eee;
}
.has-very-light-gray-background-color {
background-color: #eee;
}
.has-very-dark-gray-color {
color: #444;
}
.has-very-dark-gray-background-color {
background-color: #444;
}@media only screen and (min-width: 1400px) {}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.blog-single-featured-block .post-thumnail {
height: 400px;
}
#cssmenu #menu-button {
text-align: left;
padding: 12px 25px 8px 25px
}
#cssmenu #menu-button::before {
top: 24px;
}
#cssmenu #menu-button::after {
height: 7px;
top: 14px;
}
nav.navbararea {
padding-bottom: 7px;
}
span.ajax-loader {
display: none !important;
}
nav.navbararea #cssmenu {
width: 73%;
padding-top: 0 !important;
padding-bottom: 5px;
background: #FBC0D4;
margin-top: 5px !important
}
nav.navbararea .searchbox {
width: 27%
}
.minimalblog-entry-content>a h2 {
font-size: 24px
}
nav.navigation.posts-navigation {
margin-top: 50px;
}
div#cssmenu ul>li>a {
color: #fff
}
#cssmenu>ul>li:before {
display: none;
}
.news-latter-form input[type="email"] {
margin-bottom: 10px;
}
.blog-single-featured-block .no-post-thumbnail {
height: 400px
}
div.boxlayout {
margin: 40px 40px;
}
.site.boxlayout .menu-area.sticky-menu {
width: calc(100% - 80px);
left: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#cssmenu #menu-button {
text-align: left;
}
nav.navbararea #cssmenu {
width: 64%;
padding-top: 0 !important;
padding-bottom: 5px;
background: #FBC0D4;
margin-top: 5px !important
}
nav.navbararea .searchbox {
width: 36%
}
#cssmenu #menu-button::before {
top: 23px;
}
#cssmenu #menu-button::after {
top: 12px;
height: 7px;
}
#cssmenu #menu-button {
padding-bottom: 10px;
padding-top: 10px;
}
nav.navbararea {
padding-bottom: 6px;
}
div#cssmenu ul>li>a {
color: #fff
}
#cssmenu>ul>li:before {
display: none;
}
.blog-single-featured-block .post-thumnail {
height: 400px;
}
span.ajax-loader {
display: block !important;
}
.news-latter-comment h2 {
font-size: 23px;
}
.news-latter-form input[type="email"] {
margin-bottom: 10px;
}
.news-latter-form {
margin-top: 20px;
}
.blog-single-featured-block .no-post-thumbnail {
height: 400px;
}
.featured-area {
padding-bottom: 0;
}
.blog-single-featured-block {
margin-bottom: 30px;
}
.single-popular-post {
margin-bottom: 30px;
}
div.boxlayout {
width: 100%;
margin: 0;
}
.site.boxlayout .menu-area.sticky-menu {
width: 100%;
left: 0
}
.header-three .social-link-top a:first-child {
margin-left: 0;
}
.header-three .social-link-top {
margin-top: 0;
text-align: center;
margin-bottom: 0;
}
.stellarnav.mobile.light ul {
text-align: left;
}
.logo-area {
padding: 20px;
}
.widget-title,
.widgettitle {
font-size: 15px;
}
.header-three .site-branding {
text-align: left;
margin: 0;
}
.post .entry-content>h2, .post .entry-content>h3, .post .entry-content>h4, .post .entry-content>h5, .post .entry-content>h6, .post .entry-content>ul, .post .entry-content>ol{
padding-left: 0;
margin-left: 0;
}
.card-columns.col-count-2{
column-count: 1;
}
.featured-main-slider .post-thumnail img{
height: inherit;
}
.featured_single_column .post-description{
width: 80%;
}
}
@media only screen and (max-width: 767px) {
.navbararea #cssmenu {
width: 100% !important;
padding-top: 0 !important;
position: absolute;
width: 100%;
left: 0;
z-index: 5;
}
.social-link-top {
text-align: center;
margin-top: 0;
margin-bottom: 20px;
}
.social-link-top a {
color: #000000;
}
.navbararea #cssmenu #menu-button {
text-align: left !important;
width: 100% !important;
}
nav.navbararea .searchbox {
display: none !important;
}
#cssmenu #menu-button::after {
height: 7px;
}
nav.navbararea {
position: relative;
}
#cssmenu>ul>li {
text-align: left;
}
div#cssmenu>ul>li a {
color: #000000 !important;
padding-left: 22px;
padding-top: 15px;
padding-bottom: 15px
}
#cssmenu>ul>li.has-sub>a::after {
display: block;
}
.nav-links div.nav-next a:before {
width: 32px;
}
.nav-links div.nav-next a {
font-size: 12px;
padding-right: 40px;
}
.nav-previous a {
font-size: 12px;
padding-left: 0;
}
.nav-previous a:before {
width: 32px
}
.nav-links {
margin-bottom: 30px
}
h2 {
font-size: 26px;
}
h1.entry-title {
font-size: 30px;
}
.minimalblog-entry-content>a h2 {
font-size: 26px
}
.widget-area {
margin-top: 0;
}
.blog-post-section {
padding-bottom: 30px;
}
section.error-404.not-found {
margin-bottom: 50px;
}
ol.comment-list ol {
padding-left: 0;
}
.comment-meta.media {
display: block;
}
.comment-meta.media .media-left {
float: none;
margin-right: 0;
margin-bottom: 20px;
} .blog-single-featured-block .post-thumnail {
height: 330px;
}
.single-popular-post {
margin-bottom: 40px;
}
.minimalblog_popular_post_area {
padding-bottom: 30px;
}
.featured-area {
padding-bottom: 20px;
}
.post-date {
margin-bottom: 10px
} .newsletter-image {
text-align: center;
margin-bottom: 20px;
}
.news-latter-comment h2 {
font-size: 24px;
}
.news-latter-form {
margin-top: 0;
}
.news-latter-form input[type="email"] {
width: 100%;
margin-bottom: 10px
}
.news-latter-section {
padding-bottom: 30px;
}
span.ajax-loader {
display: block !important;
width: 100%;
text-align: center;
}
.single-comment .commnenter-details {
padding-left: 0;
width: 100%;
}
ol.comment-list ol.children {
padding-left: 0;
margin-left: 0;
}
.single-comment .commenter-image {
float: none;
margin-bottom: 30px;
}
.post-author {
min-height: 140px;
}
#cssmenu>ul>li.has-sub>a::after {
border-top-color: #fff
}
.blog-single-featured-block {
margin-bottom: 20px;
}
.static_icon {
top: 0;
}
.footer-menu ul {
text-align: center;
}
.site-info {
text-align: center;
}
.post-description {
padding: 20px;
}
div.boxlayout {
margin: 0;
}
.header-three .logo-area {
padding: 20px 0;
text-align: center;
}
.header-three .site-branding {
margin-top: 10px;
margin-bottom: 10px;
}
.site.boxlayout .menu-area.sticky-menu {
width: 100%;
left: 0
}
header.site-header.header-layout-two .stellarnav.light.mobile {
text-align: center;
}
header.site-header.header-layout-two .stellarnav.mobile.light ul {
text-align: left;
}
.logo-area {
padding: 20px;
}
.author-image {
width: 100%;
float: none;
text-align: left;
overflow: inherit;
margin-bottom: 20px;
}
.post-author .author-about {
padding-left: 0;
}
.footer-area .widget {
margin-bottom: 50px;
}
.footer-area.section-padding {
padding-bottom: 30px;
}
.footer-area .widget .widget-title {
margin-bottom: 20px;
}
.search-form-inner button {
width: 50px;
}
.search-form-inner .form-group {
width: 320px;
border-bottom: 1px solid #ddd !important;
}
nav.main-navigation ul {
margin-left: 0;
}
.header-three .site-branding {
text-align: left;
margin: 0;
}
.blog-single-featured-block h2 {
font-size: 20px;
}
.three-news-letter-form input[type="submit"] {
width: 100px;
}
.three-news-letter-form input[type="email"] {
width: calc(100% - 100px);
}
.jr-insta-slider ul.no-bullet.thumbnails.jr_col_5 li.GraphImage {
width: 50% !important;
}
.jr-insta-thumb ul.jr_col_5 {
display: flex;
flex-flow: wrap;
}
.logo-area h1 {
font-size: 1.5rem;
}
.featured_single_column .post-description {
width: 98%;
}
.featured_single_column .post-description a h3 {
font-size: 1.5rem;
}
.featured-main-slider .post-thumnail img {
height: inherit;
}
.featured_single_column .post-description .btn.btn-warning {
padding: 6px 20px;
}
.featured_single_column .post-description .category-links {
margin-bottom: .3rem !important;
}
.featured_single_column .post-description .category-links a {
padding: .5rem 1rem;
}
.featured_single_column .post-description .blog-meta ul {
margin-bottom: 10px;
}
.post .entry-content>h2, .post .entry-content>h3, .post .entry-content>h4, .post .entry-content>h5, .post .entry-content>h6, .post .entry-content>ul, .post .entry-content>ol{
padding-left: 0;
margin-left: 0;
}
.card-columns.col-count-2{
column-count: 1;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}