/*
Theme Name: Interiorarc Child Theme
Theme URI: https://shtheme.com/demosd/interiorarc
Description: This is child theme of interiorarc
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  interiorarc-child
Template: interiorarc
*/

/* ========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
---------------------------------------------------*/



:root {
  --primary-color-1: #b9975b;
}

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

.comment-respond form {
    margin-left: -15px;
    margin-right: -15px;
}

.comment-respond form p {
    position: inherit;
}

.comment-respond form input.btn-style1 {
    background: #bf9a59;
    margin-left: 15px;
    text-transform: uppercase;
}

.comment-respond form input.btn-style1:hover {
    background: #333;
    color: #fff;
} 

p.logged-in-as {
    margin-left: 15px;
}

p.logged-in-as a {
    color: #333;
}

.cmt-author a {
    color: #272727;
}

a.comment-reply-link {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262F36;
    float: right;
}

.widget_search button.search-btn {
    height: 43px;
}

.sidebar a {
    color: #fff;
}

.sidebar a:hover {
    color: var(--primary-color-1);
}

.sidebar .widget_categories ul li::before {
    color: var(--primary-color-1);
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    right: 0;
    position: absolute;
    top: 8px;
}

.sidebar .widget_categories ul li {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
}

ul.wp-tag-cloud li a {
    border: 1px solid #999;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.5;
    margin: 5px;
    padding: 3px 10px;
    float: left;
    border-radius: 20px;
    color: #fff;
}

ul.wp-tag-cloud li a:hover {
    color: #fff;
}

.news-list-item .news-meta a[rel="author"] {
    text-transform: capitalize;
}

ul.pagination-list span.current {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 5px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 42px;
    border: 1px solid #e0e0e0;
    background: #151515;
    color: #111111;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    color: #fff;
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    color: #fff;
}

.search-custom form {
    width: 70%;
}

.search-custom input.search-field {
    width: 100%;
    padding: 7px;
    padding-left: 15px;
    border: 1px solid #ccc;
    height: 44px;
}

.search-btn {
    background: var(--primary-color-1);
    color: #fff;
}

.service-sidebar div.overbtn p {
    margin-left: 0px;
    float: none;
    margin-top: 0px;
}

.service-style4 {
    overflow: hidden;
}

.btnlink a[rel="author"] {
    float: right;
    margin-top: 13px;
    color: #333;
    font-size: 15px;
    margin-left: 5px;
    text-transform: capitalize;
}

.overbtn p {
    float: left;
    margin-left: 0px;
    width: 100%;
}

.overbtn p input[type="submit"]{
    float: left;
    display: inline-block;
}

.overbtn .wpcf7-spinner, .overbtn br {
    display: none;
}

.homecontact-3 .contactpls {
    margin-top: 10px;
}

.homecontact-2 form .overbtn input[type="submit"] {
    float: right;
    margin-top: 0px;
}

.faq-form .overbtn p {
    margin-top: 0px;
}

form .contact-form .overbtn p {
    margin-top: 0px;
}

footer br {
    display: none;
}

footer .footer-box p {
    margin-top: 0px;
}

.footer .fotterquote .btn-style1 {
    margin-bottom: 15px;
}

.footer-box.contact-footer form .wpcf7-response-output {
    margin-top: 6em;
    color: #fff;
}

.footer-box.contact-footer form span.wpcf7-not-valid-tip {
    margin-top: 10px;
}

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

.main-header .top_infoitem li a:hover {
    color: #fff;
}

.service-sidebar form .wpcf7-response-output {
    color: #fff;
}

.service-box h3 a {
    color: #222222;
}

.page-template-home-2 .gallery-section {
    background: none;
}

.news-list-item .news-info h3.newstitle {
    line-height: 36px;
}

.comment-box .comment-conent {
    position: relative;
}

.comment-box .comment-conent a.comment-reply-link {
    position: absolute;
    right: 26px;
    top: 0px;
    font-size: 14px;
}