/*
Theme Name: Relxtower
Theme URI: https://shtheme.com/demosd/relxtower
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Relxtower is a WordPress theme that very suitable for Interior Design Business. It’s very minimalis, but modern, classy, and hand-crafted to be Mobile-Friendly.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.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: relxtower

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==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #687068;
    font-style: normal;
}

p {
    color: #333;
}

.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: #16A085; 
    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;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto;
}
.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;
}
.widget_nav_menu ul li ul, .widget_pages ul li ul {
    padding-left: 15px;
}
.widget_nav_menu ul li a, .widget_pages ul li a{
    color: #827b7d;
}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {
    color: #615C5C;
}
#sidebar .textwidget img {
    max-width: 100%;
}

.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit_btn {
    display: inline-block;
    width: auto;
    color: #fff;
    margin-top: 30px;
    margin-left: 6px;
}
.form-submit input.submit_btn:hover{
    color: #bfa373;
}

.screen-reader-text{
    color: #777;
}

/* add */

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

.single-content 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;
}
.single-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .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-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #777;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
ul.children{
    margin-left: 80px;
}

/*add */ 
span.featured-post {
    color: #333;
    font-weight: bold !important;
    margin-right: 5px;
    float: right;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}

p.logged-in-as {
    padding: 5px 0px;
}
p.logged-in-as a{
    color: #333;
}
h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.single-content h1 {
    font-size: 46px;
}
.single-content h2 {
        font-size: 34px;
}
.single-content h3 {
    font-size: 26px;
}
.single-content h4 {
    font-size: 22px;
}
.single-content h5 {
    font-size: 20px;
}
.single-content h6 {
    font-size: 16px;
}
.comment_text h1 {
    font-size: 46px;
}
.comment_text h2 {
        font-size: 34px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 16px;
}

/******/


form.post-password-form input[type=submit]{
        padding: 0px 20px;
        height: 46px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
h4.comment-title{
    background: none;
    margin-bottom: 10px;
    font-size: 24px;
}
.theme-comment-section .media-body{
    padding-left: 0px;
}
.media-left, .media>.pull-left {
    padding-right: 15px;
}
.blog-text.blog-details-post{
    margin-top: 0px;
}

.error404 .breadcrumb-area{
    min-height: 630px;
}


.blog-info .blog-meta{
    margin-bottom: 10px;
}
.single-blog{
        border-bottom: 0.5px solid #999;
    padding-bottom: 20px;
}
.blog-single{
    border-bottom:  none; 
}
.breadcrumb-area {
    color: white;
}

.pagination-wrap .pagination li span {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: #d29751;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination li span.current {
    background: #252525;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32)
}


.avatar__info h5 a[rel="author"] {
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.avatar__info h5 a[rel="author"]:hover {
    color: #d29751;
}

.block-quote p:nth-child(2) span {
    font-size: 16px;
}

.single-news-tags ul.list li {
    margin-right: 5px;
}

.comment-form-cookies-consent {
    display: none;
}

form#contact-form div.col-lg-6 {
    max-width: 48%;
}

form#contact-form div.col-lg-6:nth-child(3) {
    float: right;
}

h3.comment-reply-title {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.logged-in h3.comment-reply-title {
    margin-bottom: 20px;
    margin-top: -10px;
}


.avatar__wrap {
    margin-top: 60px;
}

.comment__form .form-submit input.btn {
    margin-top: 10px;
}

.comment__form > .form-submit {
    margin-bottom: 0px;
}

.form-control:focus {
    box-shadow: none;
}

.comment-text .avatar-name h6 {
    text-transform: capitalize;
}

.comment-reply-link {
    float: right;
    display: inline-block;
    border: 2px solid #f4f4ff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: -23px;
    color: #6e6e6e;
}

.comment-reply-link:hover {
    border-color: #d29751;
    background: #d29751;
    color: #ffffff;
}

.details__content blockquote p {
    line-height: 1.7;
    color: #99a7c0;
    font-size: 14px;
}

.widget_categories, .widget_tag_cloud {
    padding: 35px 25px 35px 25px;
    border: 2px solid #f5f8fa;
    overflow: hidden;
}

.widget_categories h3, .widget_tag_cloud h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.widget_categories ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    text-align: right
}

.widget_categories ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget_categories ul li a { 
    float: left;
    font-size: 14px;
    color: #6e6e6e;
}

.widget_categories ul li a:hover {
    color: #d29751;
}
.details__content figure {
    line-height: 28px;
    color: #333;
}

.widget_tag_cloud .wp-tag-cloud li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #333;
    padding: 9px 20px;
    margin: 6px 4px;
}

.widget_tag_cloud .wp-tag-cloud li a:hover {
    background: #d29751;
    border-color: #d29751;
    color: #ffffff;
}

.bsingle__content .meta-info ul li a {
    color: #333;
}

.details__content div.gallery {
    display: none;
}

.recent-widget .widget__post ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.recent-widget .widget__post ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.details__content {
    line-height: 28px;
    color: #6e6e6e;
}

.search-custom h4 {
    letter-spacing: 0.8px;
    line-height: 32px;
}

.search-custom .slidebar__form form input[type="search"]:focus {
    background: #f5f8fa;
}

.search-custom .slidebar__form form button {
    right: 220px;
    height: 60px;
    top: 20px;
    padding: 18px 25px;
}

.admin-bar .second-header {
    margin-bottom: 0px;
}

.admin-bar .menu-area {
    margin-top: 0px;
    outline: none;
}


.main-menu .has-sub a:hover, .main-menu ul li.active a, 
.main-menu ul li:hover > a {
    color: #d29751;
}

.main-menu .has-sub ul li a:hover {
    color: #000000
}


@media (min-width: 992px) {
    .main-menu > nav > ul {
        display: inline-block;
    }

    .main-menu ul li.active a, .main-menu .has-sub a:hover, 
    .main-menu ul li:hover > a{
        color: #000000;
    }

    .main-menu .has-sub ul li a:hover {
        color: #d29751;
    }
    #mobile-menu {
        display: block!important;
    }
}

@media (max-width: 991px) {
    .main-menu ul li a {
        padding-left: 0px;
    }
    .main-menu > nav > .top-btn {
        display: none;
    }
}


.main-menu > nav > .top-btn {
    padding-bottom: 35px;
    padding-top: 34px;
    margin-left: 30px;
}

:focus {
    outline: none;
}

.single-cta {
    border-bottom: 1px dotted #ccc;
}

.page-404 {
    padding-top: 80px;
    padding-bottom: 120px;
}
.page-404 h1 {
    font-size: 150px;
    font-weight: 300;
}

.page-404 h2 {
    font-size: 50px;
    font-weight: 400;
}

.page-404 p {
    font-size: 25px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #333;
}

.page-404 a {
    background: #d29751;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 25px 45px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

@media (max-width: 767px) {
    .sticky-menu #mobile-menu {
        overflow: hidden;
        height: auto;
    }
    .main-menu ul li:last-child {
        border-bottom: none;
    }
    
    .counter-area {
        background-size: auto!important;
    }

    .testimonial-area {
        background-size: cover;
    }
    .slider-bg {
        min-height: 600px!important;
    }
}


.contact-field input::placeholder {
    color: #565656;
}

.comment__form .comment-field textarea::placeholder, .comment__form .comment-field input::placeholder {
    color: #565656;
}

.choose-content p, .choose-list ul li, .second-services-content h5, .b-meta ul li a,
.second-services-content2 a, .widget_categories ul li a, .widget-social a {
    color: #333;
}

.widget__post-content h6 {
    margin-bottom: 10px;
}

.widget__post-content span {
    font-size: 12px;
    color: #333;
}

.details__content blockquote p {
    color: #fff;
}

.details__content blockquote footer {
    font-size: 16px;
}

.avatar__info-social a, .post__tag ul li a,
.post__share ul li a {
    color: #333;
}

.post-comments-form {
    margin-top: 20px;
}

.details__content figure img {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .details__content figure img {
        float: left;
        width: 255px;
        margin-right: 30px;
    }
    #contact-form {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .slider-price {
        display: none;
    }
}

@media (max-width: 768px) {
    .slider-content ul {
        display: none;
    }
}

.count {
    font-weight: 600;
    font-size: 56px;
}

.single-counter p {
    font-weight: 500;
    font-size: 17px;
}

.bsingle__content ul {
    padding-left: 0px;
}

@media (max-width: 768px) {
    .bsingle__content ul {
        padding-left: 17px;
    }
}

.logo > a > img {
    width: 154px;
    height: 31px;
}

.footer-link ul li a {
    color: #fff;
}
.wellcome-text p{
	color:#333!important;
}
.meta-info, .meta__info{
    color: #333!important;
    font-weight: 600!important;
	margin-bottom:10px!important;
}
.meta__info ul li a{
	color: #333!important;
    font-weight: 600!important;
}
.meta__info ul li a:hover{
	color: #d29751!important;
}
.menu-area::before{
	display:none!important;
}
.main-menu ul li a{
	color:white;
}
@media (min-width: 992px){
.main-menu ul li.active a, .main-menu .has-sub a:hover, .main-menu ul li:hover > a {
    color: white;
}
}
@media (min-width: 992px){
	.main-menu ul li.active a{
		color:#d29751;
	}
    .slider-bg {
    min-height: 810px!important;
}
}

.testi-author img {
    display: inline-block!important;
}


.main-menu ul li ul li a {
    color: #333;
}
.wp-block-group h2.wp-block-heading {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.widget_block.widget_search label.wp-block-search__label {
    display: none;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.widget_block .wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f4f5f7;
    margin-bottom: 0;
    border-radius: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container ul li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #040b11;
    border: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.sidebar_widget.widget.widget_block.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    margin: 0px 0px;
}
.sidebar__widget .wp-block-group__inner-container .wp-block-latest-comments {
    padding-left: 0rem;
}
.wp-block-group ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0px;
}

.dialog-lightbox-widget {
    display: none!important;
}

.post__tag ul li {
    margin-bottom: 10px;
}