/*


Requires PHP: 5.2.4
Version: 1.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: left-sidebar, custom-menu, featured-images, post-formats
Text Domain: Ruposhi
*/

ul,
ol {
    margin-left: 0 !important;
    padding-left: 18px;
}
ul li,
ol li {
    margin-top: 10px;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
    margin-left: 3px !important;
}
dt {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--heading-color);
}
dd {
    font-weight: 400;
}
table,
th,
td {
    border: 1px solid #dcdedf;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.6em 1.2em;
}
dl dd {
    margin: 0 0 1.75em;
    line-height: 24px;
}
b, strong {
    color: #111111;
}

.bypostauthor {
  display: block;
}
/** 4.0 - Alignments **/
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
    text-align: center;
}
blockquote {
  border-left: 2px solid #bc885d;
  padding-left: 18px;
}
blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}


/**
 * 5.0 - Captions 
 */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px !important;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.wpb_content_element {
    margin-bottom: 0 !important;
}

/**
 * 7.0 - Galleries
 */
.gallery {
    margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px !important;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 7.0 - widget calendar
*/
.widget ul,
.widget ol,
.widget dl {
    margin-bottom: 0;
}
.widget_calendar .calendar_wrap th, 
.widget_calendar .calendar_wrap td {
    text-align: center;
}
.widget_calendar .calendar_wrap .wp-calendar-table thead tr {
    background: #bc885d;
}
.widget_calendar .calendar_wrap .wp-calendar-table thead tr th {
    color: #fff;
}
.widget_calendar .calendar_wrap td#today {
    background: #bc885d;
    color: #fff;
    font-weight: 700;
}
.widget_calendar .calendar_wrap caption {
    padding-bottom: 0;
}

.widget_calendar .calendar_wrap .wp-calendar-nav a {
    color: #bc885d;
}
.widget select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}
.widget select:focus {
    outline: 0;
}
.widget .calendar_wrap table {
    margin-bottom: 3px;
}
.widget_text p {
    margin-bottom: 15px;
}
.widget_recent_comments ul li a{
    color: #bc885d !important;
}
.footer-area .widget_text b,
.footer-area .footer-area .widget_text strong {
    background: #fff;
}
.widget_search .search-form button {
    background: #bc885d;
}

.widget_calendar .calendar_wrap th, 
.widget_calendar .calendar_wrap td {
    text-align: center;
    padding: 7px 2px;
}

/******* single page style *********/
.wp-block-button {
    margin-bottom: 12px;
}
.wp-block-button .wp-block-button__link {
    font-size: 15px;
    color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: #32373c !important;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.wp-block-cover .wp-block-cover-text {
    color: #fff !important;
}
.page-links {
    margin-top: 20px;
}
.page-links .post-page-numbers {
    height: 30px;
    width: 30px; 
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #e8eef1;
    margin-left: 4px;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
    background: #bc885d;
    color: #ffffff;
    border: 1px solid #bc885d;
}
.has-large-font-size {
    line-height: 1.3;
}
.comment-respond {
    width: 100%;
    overflow: hidden;
}
.navbar.sm-navbar ul.navbar-nav li {
    margin-top: 0;
}
.error-text h4{
    margin-bottom: 15px;
    font-weight: 500;
}
.error-text p {
    margin-bottom: 33px;
}
.blog-details-inner .wp-block-categories-dropdown,
.blog-details-inner .wp-block-archives-dropdown {
    margin-bottom: 20px;
}
.blog-details-inner blockquote {
    padding-left: 18px;
    border-left: 2px solid #bc885d;
}

/* admin bar */
.admin-bar .header-area {
  margin-top: 32px;
}
.admin-bar .mobile {
    position: fixed !important;
}
.main-blog-area .no-results.not-found .search-form input {
    height: 50px;
    border: 1px solid #e2e0e0 !important;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    padding: 0 20px;
}

.fgood-page-content {
    overflow: hidden;
}
.fgood-page-pagination .page-links .post-page-numbers {
    height: 35px;
    width: auto;
    line-height: 35px;
    margin-left: 0;
    padding: 0 10px;
    margin-right: 4px;
}
.fgood-page-edit {
    margin-top: 40px;
}
.fgood-page-edit .post-edit-link {
    font-weight: 600;
}
.post-navigation {
    margin-top: 55px;
    overflow: hidden;
}
.breadcrumb-area .breadcrumb li b {
    color: #fff;
}
.search-form-page .btn {
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: #bc885d;
}
.breadcrumb-area .breadcrumb li:first-child:before {
    display: none;
}
.footer-area .widget_text b, 
.footer-area .widget_text strong {
    color: #fff;
}
.footer-widget .widget_instagram_feeds ul {
    width: max-content;
}
.footer-widget .widget_instagram_feeds ul li {
    list-style: none;
    line-height: 1;
    width: 80px;
    height: 70px;
}
.footer-widget .widget_instagram_feeds ul li a {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    display: inline-block;
    background-position: center !important;
}


.ruposhi-team-social ul li:first-child {
    margin-left: 0 !important;
}
.ruposhi-team-social ul li:last-child {
    margin-right: 0 !important;
}
.ruposhi-team-social ul li a {
    height: 40px;
    width: 40px !important;
    border: 1px solid #666666;
    border-radius: 50%;
    line-height: 49px;
    text-align: center;
    display: inline-block !important;
    padding-left: 3px;
    transition: 0.4s;
}
.ruposhi-team-social ul li a:hover {
    border: 1px solid #bc885d;
    background: #bc885d;
    color: #fff !important;
}
.ruposhi-team-social ul li a:hover i {
    color: #fff !important;
}
.skill-bar-style-2 .progress-item .progress-bg .progress-rate {
    height: 30px !important;
}
.skill-bar-style-2 .single-progressbar h4 {
    font-size: 16px;
}
.skill-bar-style-2 .progress-item .counting-icons {
    color: #111111;
}
.skill-bar-style-2 .single-progressbar {
    margin-bottom: 10px;
}
.sbi_follow_btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -54px;
}
.sbi_follow_btn a {
    display: inline-block !important;
    padding: 15px 22px !important;
    background: var(--main-color) !important;
    color: var(--white) !important;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.sbi_follow_btn a:hover {
    background: #815937 !important;
}
.footer-widget .insta-gallery-feed .insta-gallery-button {
    display: none !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    top: 0;
}
.lets-work-title span {
    color: var(--main-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}
.bg_image_none .single-testimonial {
    background-image: none;
}
.hero-banner-area-2 {
    background-size: 49%;
    background-position: right bottom;
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
}
.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap, .qligg-mfp-wrap .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap {
	background-color: transparent !important;
}

.widgets-area .widget h2 {
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    color: var(--heading-color);
    font-size: 20px !important;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
}
.widgets-area .widget .wp-block-latest-comments {
    padding-left: 0;
}
.widgets-area .widget h2:before {
    content: "//";
    padding-right: 6px;
}
.logged-in .nojq,
.logged-in .mobile {
    position: fixed !important;
}