/*
Theme Name: Hompark
Theme URI: https://sttheme.com/demosd/hompark
Author: Sttheme
Author URI: https://themeforest.net/user/sttheme
Description: In 2019, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hompark

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ----------------------------------

Table of contents
        
    01. Common styles
    02. Blog Styles
    03. Visual Styles
    04. Test Styles
    
---------------------------------- */

/* ===================================
    Common styles
====================================== */

.aligncenter {
    text-align: center;
}

.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td { 
    background: #f5f5f5; 
    border: 1px solid #E9E9E9; 
    text-align: center; 
    padding:8px;
}
#wp-calendar tbody td#today {
    background: #9f8054; 
    color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f; 
    padding: 10px;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f; 
    padding: 10px;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto; 
    margin: 10px 0px;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 10px;
}
.form-submit input.submit{
    border: none;
    background: #26282b;
    color: #fff;
    height: 54px;
    padding: 0 40px;
    font-weight: 600;
    width: auto;
    transition: all linear 400ms;
    font-size: 16px;
    cursor: pointer;
}
.form-submit input.submit:hover {
    color: #fff;
    background: #9f8054;
}
.screen-reader-text{
    text-decoration: none;
}

/* ===================================
    Blog styles
====================================== */


.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.post-cont table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post-cont table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.post-cont table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right: 20px; 
  margin-bottom: 10px;
 }
 img.alignright, .alignright img{
  margin-left: 20px;
  margin-bottom: 10px;
 } 
 .blog-comment-area  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog-comment-area  table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.blog-comment-area  table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
.post-text  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.post-text  ul{
  padding-left: 20px!important;
 }
.post-text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }

.search-custom form {
    width: 70% !important;
    margin-top: 50px;
}
.search-custom form.search-form:after {
    top: 10px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    text-decoration: none;
}

form.post-password-form input[type=submit] {
    width: auto !important;
    background: #9f8054;
    border-color: #9f8054;
    color: #fff;
}
 .screen-reader-text {
    display: none;
}

li.featured-post {
    color: #4e54c8 !important;
    font-weight: bold !important;
    float: right;
    font-size: 16px !important;
}
p.logged-in-as {
    font-size: inherit;
    margin-bottom: 25px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.post-text h1 {
    font-size: 46px;
    font-weight: 500;
    color: #34517D;
}
.post-text h2 {
        font-size: 36px;
        font-weight: 500;
        color: #34517D;
}
.post-text h3 {
    font-size: 26px;
    font-weight: 500;
    color: #34517D;
}
.post-text h4 {
    font-size: 22px;
    font-weight: 500;
    color: #34517D;
}
.post-text h5 {
    font-size: 20px;
    font-weight: 500;
    color: #34517D;
}
.post-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #34517D;
}

.date-comment {
    display: inline-block;
}
.comment-title {
    display: inline-block;
}
.blog-comment-area .blog-comment ul.children {
    padding-left: 20px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
.page-links{
    clear: both;
    padding-top: 20px;
}
.page-links a{
    color: #252839;
}
body:not(.has-sidebar) .blog-page-content .col-sm-8.col-md-9 {
    width: 83.33333333%;
    margin-left: 8.33333333%;
}
.search-custom h5 {
    text-transform: inherit;
    font-weight: 400;
    font-size: 18px;
}
.blog-area .pagi-area .pagination {
    margin-bottom: 0px;
}
.blog-area .pagi-area .pagination .page-numbers.current {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    background: #ff5a6e none repeat scroll 0 0;
    border-color: transparent;
    color: #ffffff;
    cursor: default;
}
.sidebar-item.category.widget_recent_comments ul li a::after {
    display: none;
}
.post-recent .recent-post h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.post-recent .sidebar-item.recent-post li .info > a {
    color: #cccccc;
}
.post-recent .sidebar-item.recent-post li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.post-recent .sidebar-item.recent-post li:last-child {
    border-bottom: none;
}
.post-recent .sidebar-item.recent-post li .info .meta-title , .post-recent .sidebar-item.recent-post li .info .meta-title span{
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    text-transform: uppercase !important;
}
.post-recent .sidebar-item.recent-post li .info .meta-title a {
    color: #ff5a6e;
}
.comments-info a {
    margin-top: 5px;
}
.comments-area .commen-item .comments-info {
    margin-bottom: 10px;
}
p.form-submit {
    margin-bottom: 0px;
}
.blog-area.single .post-pagi-area .nav-previous a {
    float: left;
}
.comments-form {
    margin-top: 40px;
}
.comment-reply-title {
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    border-bottom: 1px solid #eaebee;
}

.comments-list .commen-item .avatar img {
    border-radius: 50%;
}
.comments-area ul.children {
    margin-left: 80px;
}
@media screen and (max-width: 800px){
.comments-area ul.children {
    margin-left: 10px;
}
.comments-list .commen-item .avatar img {
    height: 50px;
    width: 50px;
}
.comments-list .commen-item .avatar {
    float: left;
    height: 60px;
    width: 60px;
}
}
.form-control:focus {
    border-color: #464646;
    outline: 0;
    box-shadow: none;
}
footer .f-item > img {
    margin-bottom: 5px;
}
footer .f-item .address .info p {
    margin-bottom: 0px;
}


/* ===================================
    hompark styles
====================================== */
body.blog {
  padding: 0px;
}
body.logged-in .navbar {
    top: 32px !important
}
body.logged-in .page-header {
  background-position: 0% 0px !important;
}

.footer.no-widget {
  padding-top: 0px;
}
.footer.no-widget .col-12 {
  margin-top: 0px;
  border-top: none;
}
.footer-bar {
  z-index: 1;
}
@media only screen and (min-width: 991px) {
.navbar .container .menu ul li ul > li > ul{
    top: 0%;
    left: 220px;
    opacity: 0;
    visibility: visible;
}
.navbar .container .menu ul li:hover ul > li > ul {
    top: 0%;
    left: 220px;
    opacity: 0;
    visibility: visible;
}
.navbar .container .menu ul li ul > li:hover > ul {
    top: 0%;
    left: 220px;
    opacity: 1;
    visibility: visible;
}
}
.blog .post .post-content .post-tags a {
    color: #26282b;
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
}
.blog .post .post-content .post-tags a:hover {
  text-decoration: underline !important;
}
.blog .sidebar .widget ul {
    margin: 0;
    padding: 0;
}
.blog .sidebar .widget ul li {
    margin: 0;
    padding: 2px 0;
    list-style: none;
}
.blog .sidebar .widget ul li:before {
    content: "»";
    margin-right: 9px;
    color: #9f8054;
}
.blog .sidebar .widget ul li a {
    color: #26282b;
}
.blog .sidebar .widget ul li a:hover {
    color: #9f8054;
    text-decoration: underline !important;
}
.pagination li {
    display: inline-block;
    margin-right: 6px;
}
.pagination li .page-numbers {
    display: inline-block;
    border-radius: 0 !important;
    padding: 15px 20px;
    color: #26282b;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #dee2e6;
    line-height: 1;
}
.pagination .page-numbers.current {
    background: #9f8054;
    color: #fff;
    border-color: transparent;
    position: relative;
    z-index: 2;
}
.pagination li .page-numbers:hover{
  text-decoration: none;
}
.blog .sidebar .widget .side-gallery li:before {
  display: none;
}
.blog .sidebar .widget .side-gallery li a img {
  margin: 0px;
}
.blog .sidebar .widget ul.wp-tag-cloud li {
    display: inline;
    float: left;
    margin-right: 8px;
    margin-bottom: 6px;
    padding: 0;
    list-style: none;
    width: auto;
}
.blog .sidebar .widget ul.wp-tag-cloud li a {
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #ebcfa7;
    padding: 0 10px;
    font-size: 13px !important; 
    color: #9f8054;
    font-weight: 600;
}
.blog .sidebar .widget ul.wp-tag-cloud li a:hover {
    background: #9f8054;
    color: #fff;
    border-color: #9f8054;
    text-decoration: none !important;
}
.blog .sidebar .widget ul.wp-tag-cloud li:before {
  display: none;
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
  display: inline;
  margin-right: 6px;
}
.post-navigation .nav-links a {
    display: inline-block;
    border-radius: 0 !important;
    padding: 15px 20px;
    color: #26282b;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #dee2e6;
    line-height: 1;
}
.post-navigation .nav-links a:hover {
    background: none;
    border-color: #dee2e6;
    color: #9f8054;
    text-decoration: none;
}
.comments-area {
    margin-top: 60px;
    float: left;
    width: 100%;
}
.title-g.margin-30px-bottom h3 {
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    border-bottom: 1px solid #eaebee;
    float: left;
}
.blog .post .comments-area ul.blog-comment {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    float: left;
}
.blog .post .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.blog .post .comment-box .author-thumb {
    width: 80px;
    float: left;
}
.blog .author-thumb img.avatar {
    width: 85%;
    border-radius: 50%!important;
}
.blog .post .comment-box .comment-info {
    margin-left: 100px;
}
.blog .post .comment-box .comment-info h6 {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 5px;
    font-weight: 600;
}
.blog .post .blog-date {
    margin-left: 5px;
    color: #9f8054;
    font-size: 14px;
}
.comments-area ul.children {
  list-style: none;
}
p.form-submit {
    margin-top: 20px;
}
.comment-form {
    float: left;
    width: 100%;
    overflow: hidden;
}
.row-area {
    display: block;
}
.comment-form textarea, .comment-form input {
    width: 100%;
}
textarea {
    height: 144px;
    border: 1px solid #eaebee;
    background: #fff;
    padding: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.comment-form input {
    border: 1px solid #eaebee;
    background: #fff;
    padding: 20px;
}
.page-single {
  margin-top: 0px !important;
}

.vc_row.wpb_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.vc_column_container>.vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.read-more .more-btn {
  display: block;
  margin-top: 20px;
  border: 2px solid #ebcfa7;
  padding: 10px 20px;
  color: #9f8054;
  font-weight: 500;
}
.read-more .more-btn:hover {
    background: #9f8054;
    color: #fff;
    border-color: #9f8054;
    text-decoration: none !important;
}
.homepark-submit {
    height: 54px;
    border: none;
    background: #9f8054;
    color: #fff;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact.contact1 {
  padding-bottom: 0px;
}
.contact.contact2 {
  padding-top: 0px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  margin-left: 10%;
}



/* ===================================
    Test styles
====================================== */
.featured-post {
    float: right !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #9f8054 !important;
    opacity: 1 !important;
}
.blog .sidebar .widget.widget_archive ul li a {
    margin-right: 2px;
}
.blog .sidebar .widget ul.children {
    margin-left: 10px;
}
.blog .sidebar .widget ul.sub-menu {
    margin-left: 10px;
}
.rss-date {
    display: block;
    color: #9f8054 !important;
    font-size: 14px;
    margin: 3px 0px;
}
.rssSummary {
    font-size: 14px;
}
.blog .sidebar .widget.widget_rss ul li {
    margin-bottom: 10px;
}
.single-post .blog .post .post-image img {
    padding-bottom: 0px;
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
    padding: 50px 20px;
    color: #fff;
}
.alignleft {
    margin-right: 10px;
}
.wp-block-cover__video-background {
    width: 100%;
}
.wp-block-cover.has-background-dim .wp-block-cover__video-background + p + p {
    color: #333;
}
a:hover {
    color: #9f8054;
    }
figcaption {
    margin-top: 5px;
}
.page-links .page-number {
    display: inline-block;
    padding: 10px;
    font-weight: 600;
    color: #9f8054;
}
.page-links a .page-number {
    color: #333;
}
.blog .post .post-content .post-cont ul {
    margin-bottom: 0px;
    padding-left: 40px;
}
.blog .post .post-content .post-cont h1{
    font-size: 3.0rem;
}
.blog .post .post-content .post-cont h2{
    font-size: 2.5rem;
}
.comment_text h1{
    font-size: 3.0rem;
}
.comment_text h2{
    font-size: 2.5rem;
}
.comment_text table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.comment_text table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
 .blog .post .post-content .comment_text ul {
    margin-bottom: 0px;
    padding-left: 40px;
}
.blog .post .comment-box .comment-info.no-ava {
    margin-left: 0px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post-cont:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}
img.alignright {
    margin-top: 10px;
}
.post-cont  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.post-cont  ul{
  padding-left: 40px!important;
 }
.post-cont  ol{
  list-style: decimal!important;
  padding-left: 40px!important;
 }

 .no-has-sidebar > section.blog > .container > .row > .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
 }
 .no-has-sidebar > section.blog > .container > .row > .col-lg-8 + .col-lg-4 {
    display: none;
 }
 .navbar .container .menu ul li ul.dropdown-menu11 ul.dropdown-menu11:before {
    display: none;
 }
 .pag {
    margin-bottom: 80px;
 }
 .blog .post .post-content .post-intro {
    overflow: hidden;
 }
 .search-custom.side-bar form input[type=text] {
    width: calc(100% - 80px);
    float: left;
    border: 1px solid #ebcfa7;
    border-right: none;
}
.search-custom.side-bar form button[type=submit] {
    width: 80px;
    padding: 0;
}


/*RM Css*/

.blog1 .post .post-content {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.blog1 .post .post-image img {
    padding-bottom: 30px;
    width: auto;
}
.page-header1 .container p {
    display: none;
}
@media only screen and (min-width: 991px){
.blog1 .sidebar {
    width: calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}
}