/*
Theme Name: Interior Designs Pro
Theme URI:  https://www.themescaliber.com/themes/interior-design-wordpress-theme/
Author: Themescaliber
Author URI:  https://www.themescaliber.com
Description: Interior Designs Pro
Version: 1.3.3
License: GNU General Public License
License URI:license.txt
Text Domain: interior-designs-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Interior Designs Pro WordPress Theme has been created by Themescaliber(themescaliber.com), 2018.
Interior Designs Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
:root{
  --color-white:#ffffff;
  --color-black:#000000;
    --color-offyellow:#f8b742;
}
*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  position:relative;
  font-size: 14px;
  font-family: 'Montserrat';
  color:#5b5b5b;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:10px 0;
  line-height: 1.4;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  color:#372b2b;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:14px;
  font-weight:normal;
}
p, ul li a{
  font-family: 'Montserrat';
  letter-spacing: 0px;
}
body a{
  text-decoration:none;
  color:#372b2b;
}
a:hover{
  text-decoration:none;
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{
  margin:0 0 0 15px;
  padding:0;
}
ul li, ol li{
  font-size: 14px;
  padding: 0px 0;
}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 14px;
  font-style: italic;
  width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background:#ececec;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea, input#url{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section, div#about-partners{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 8px;
  font-weight: bold;
 color: var(--color-white);
  text-transform: uppercase;
  border: none;
  background-color: var(--color-offyellow);
}
input[type="submit"]:hover{
  cursor: pointer;
}
form.post-password-form input[type="submit"] {
  padding: 13px 15px;
}
ul.post-categories li {
  display: inline;
}
/*Table Styling*/
table {
  border-collapse: collapse;
  width: 100%;
}
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr:hover {
  background-color: #ddd;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--color-white);
  color: var(--color-black);
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.bypostauthor{
  margin:0;
  padding:0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner{
  margin: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft,img.alignleft,.alignright, img.alignright{
  display: inline;
  padding:5px;
  margin-bottom:10px;
}
.alignleft,img.alignleft{
  float: left;
  margin-right:20px;
  margin-top:4px;
}
.alignright, img.alignright {
  float: right;
  margin-left:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  padding:5px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
a.small-button{
  background:#3890cb;
  padding:5px 30px;
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
/* ----------- Background Attachment ------------ */
.section_bg_scroll{
  background-attachment: scroll !important;
}
.section_bg_fixed{
  background-attachment: fixed !important;
}
/* ----------- Spinner ------------- */
.loader2{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-offyellow);
  cursor: pointer;
  z-index: 9999;
}
.loader2 .lds-hourglass {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left:50%;
  transform: translateX(-50%);
}
.loader2 .lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 0%;
  width: 0;
  height: 0;
  margin: 0px;
  box-sizing: border-box;
  border: 32px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
    border: 1px solid #fff;
}
.widget_calendar td,.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
  color: #000;
  padding-left: 15px;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,.widget td {
 padding: 0 !important;
}
/* ---------Buttons--------- */
a.button{
  margin: 20px 0 0;
  text-transform: uppercase;
  color: #f8b742 !important;
}
/*----------------------  index ---------------------------*/
.post-section {padding: 20px 0;}
.cat-box,.date-box{
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
}
.cat-box {
  background: url(assets/images/cat-icon.png) no-repeat 1px 3px;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(assets/images/date.png) no-repeat 1px 3px;
  margin: 0 0 15px 0;
}
/*------------------------- Headings --------------------------*/
section h2{
  margin: 0 auto;
  padding:0;
  margin: 35px 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  color: var(--color-offyellow);
  position: relative;
}
section h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: var(--color-offyellow);
  position: absolute;
  left: 0;
  right:0;
  margin: 7px auto;
  top: auto;
}
#faq1 h2:after, #faq2 h2:after{
  right:unset;
}
section .shortext{padding:0 11em;}
.post-thumb.col-md-4.col-sm-4.col-4 {padding: 0;}
p.woocommerce-mini-cart__total.total {margin-bottom: 16px !important;}
.post-content {
  vertical-align: middle;
  padding-top: 10px;
}
#return-to-top,#return-to-top i{
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: rgb(0, 0, 0);
  background-color: var(--color-offyellow);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
#return-to-top.left{
   left: 10px;
   right: auto;
}
#return-to-top.center{
   left: 50%;
   right: 50%;
}
#return-to-top.right{
   left: auto;
   right: 1%;
}
/* --------- Blog Page ------- */
div#blog-left-sidebar, div#blog-right-sidebar, div#page-left-sidebar, div#page-right-sidebar  {
    background: #f5f5f5;
}
div#blog-left-sidebar .blog-box, div#blog-right-sidebar .blog-box{
  background: #ffffff;
}
.inner-sbox h4:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: var(--color-offyellow);
  margin: 7px auto;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 0 0;
}
.blogimg-full img{
  width: 100%;
}
.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore {
  font-size: 18px;
  border-bottom: 1px solid;
  color: var(--color-offyellow);
}
a.post-readmore i {
  margin-left: 8px !important;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}
.widget_recent_entries li {
  margin: 10px;
}
.postbox  a.blogbutton {
  background:none;
  color: var(--color-white);
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.metabox {
 color: var(--color-black);
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
}
.metabox .entry-date,.metabox .entry-author{
  border-right: 1px solid;
}
.metabox .entry-date,.metabox .entry-author,.metabox .entry-comments{
  padding: 0 13px 0 20px;
}
.metabox .entry-date{
  background:url('assets/images/date.png') no-repeat;
}
.metabox .entry-author{
  background:url('assets/images/author.png') no-repeat;
  margin-left: 10px;
}
.metabox .entry-comments{
  background:url('assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
  margin-left: 10px;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#sidebar span.comment-author-link {
  margin-left: 14px;
}
.post-featured img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
/* ----------------------- POST---------------------- */
aside#search-3 {
  padding: 0 !important;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background-color:#f8b742;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}
.latest_post_slider button.owl-prev, .latest_post_slider button.owl-next {
  position: absolute;
  top: 91px;
  background: #fff;
  opacity: 0.7;
}
.latest_post_slider .owl-carousel .owl-dot{
  visibility: hidden;
}
.latest_post_slider button.owl-prev:hover, .latest_post_slider button.owl-next:hover{
  background-color: #f8b742;
}
/*-------------single Post Page-------------*/
section#single_post, #single_postype {
  background: #f5f5f5;
}
ul.social-profile {
  list-style: none;
}
ul.social-profile li{
  float: right;
  transform: rotate(45deg);
  display: inline-flex;
  border: 2px solid;
  border-color: #372b2b;
  margin-right: 25px;
}
li.facebook a, li.tumbler a{
  padding: 4px 10px;
}
.social-profile a{
  padding: 4px 8px;
}
.social-profile i{
transform: rotate(-45deg);
}
.post_ctg a {
  float: left;
}
#single_post h2:after{
  display: none;
}
#single_post .feature-box img, .service_feature-box img{
  width:100%;
}
#single_post .feature-box{
  position: relative;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
  padding: 0;
  border: none;
  padding:20px;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
/*-------------- Main Title ---------------*/
.main_title h1:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d6d6d4;
  margin-top: 7px;
}
.share_icon a i{
  width: 20px;
  text-align: center;
}
.share_icon a {
  padding: 8px;
  margin: 0 0;
  color: #333;
  border-radius: 0;
  margin: 0 4px;
  text-align: center;
  height: 30px;
  border: 1px solid #333;
}
/*-------------- Owl crousel ---------------*/
.owl-prev, .owl-next {
  background-color: #f8b742;
  border: none;
  padding: 6px 9px;
  position: absolute;
}
#testimonial-sec .owl-dots, #speciality .owl-dots {
  visibility: hidden;
}
.owl-nav {
  margin: 12px auto;
  display: table;
}
.owl-next.disabled, .owl-prev.disabled {
  background-color: #f8b742;
}
.owl-carousel .owl-nav .owl-prev{
  left: 0
}
.owl-carousel .owl-nav .owl-next{
  right: 0;
}
.woocommerce span.onsale {
    background-color: #f6b741;
}
.woocommerce ul.products li.product .price {
    color: #f6b741;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f6b741;
}
.woocommerce div.product {
    margin-top: 1.5em;
}
/*------------------Blog -----------------*/
.date_box {
  position: absolute;
  background-color: #f8b742;
  padding: 14px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: none;
}
.date-month{
 margin-top:4px;
}
h3.blog_name a {
  color: #f8b742;
}
.date-day {
  font-size: 25px;
  font-weight: bold;
}
.blog-image{
  padding: 15px;
  position: relative;
}
.blog-image img{
  width: 99%;
}
 .blog-box{
  background: #f5f5f5;
  position: relative;
  padding: 15px;
  margin: 0px 40px 0px 40px;
}
 .blog-box-content h6{
  text-transform: uppercase;
  font-weight: bold;
  color: #372b2b;
}
 .blog-box-content p{
  font-size: 13px;
  line-height: 20px;
}
 .datebox{
  float: left;
  background-color: #f8b742;
  text-align: center;
  color: #372b2b;
  padding: 0 12px;
  position: absolute;
  left: -20px;
  top: -10px;
}
.box-image img {
  width: 100%;
}
.blog-btn a{
 color: #f8b742 !important;
 font-size: 12px;
 font-weight: bolder;
}
#blog .owl-nav, #blog .owl-dots{ visibility: hidden;}
section#blog {  padding-bottom: 0;}
