/*------------------------------------------------------------------
[Theme Unit Default Style]
Theme Name: Pratty
Version:        1.0.0
-------------------------------------------------------------------*/

/*Theme Unit CSS*/

a {
    color: #b19a56;
}

a:hover {
    color: #917d43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

span.text-logo a {
    color: #b19a56;
}

span.text-logo a:hover {
    color: #a28120;
}


/*Table Design*/

table {
    width: 100%;
}

table th {
    background: #b19a56;
    color: #fff;
    transition: .3s;
    font-weight: 500;
}
table tbody tr th {
    background: #b19a56;
    color: #fff;
}
table tbody tr th a {
    color: #fff;
    font-weight: normal;
}
table th:hover {
    background: #a28120;
}
table tbody tr th:hover {
    background: #a28120;
}
table tbody tr th:hover a {
    color: #fff;
}
table tbody tr td a {
    color: #838383;
}
.page-wraper table tbody tr th {
   background: #b19a56;
    color: #fff;
}
.page-wraper table tbody tr th:hover {
    background: #b19a56;
}
td,
th {
    border: 1px solid #ebebf1;
    padding: 10px;
    font-size: 15px;
    color: #838383;
}

table+h2 {
    padding-top: 20px;
}

ul+h2 {
    padding-top: 20px;
}

ol+h2 {
    padding-top: 20px;
}

th a,
th a:hover {
    color: #fff;
    font-size: 15px;
}

dd,
dt {
    line-height: 1.8em;
    color: #838383;
    padding: 5px 0;
}

dt {
    font-weight: 500;
}

address {
    line-height: 1.8em;
    color: #838383;
    background: #f8f8f8;
    padding: 20px;
}

code {
    line-height: 1.8em;
    color: #fff;
    background-color: #a28120;
}

kbd {
    color: #fff;
    background-color: #a28120;
}

strong {
    font-weight: 600;
}

pre {
    background: #f8f8f8;
    font-family: "Courier 10 Pitch", Courier, monospace;
    color: #5d6d7a;
}

ul {
    list-style: disc;
    padding-left: 40px;
}

.blog-sidebar ul {
    list-style: none;
    padding-left: 0px;
}

.sticky-badge h2 {
    width: 135px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    background: #b19a56;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 42px;
    margin: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 50;
}

.sticky-badge:hover h2 {
    background: #a28120;
}

.sticky-badge h2:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-top: 27px solid transparent;
    border-left: 35px solid #f8f6f0;
    border-bottom: 28px solid transparent;
    content: "";
    z-index: 9;
}

.sticky {
    border: 1px solid #f1f1f1;
}
.admin-bar .sticky-on {
    top: 32px;
}
@media (max-width: 767px) {
    .sticky-badge h2 {
        width: 95px;
        height: 46px;
        line-height: 46px;
        right: -7px;
        top: 25px;
        padding-left: 20px;
    }

    .sticky-badge h2:before {
        position: absolute;
        left: -1px;
        top: 0px;
        border-top: 23px solid transparent;
        border-left: 19px solid #f8f6f0;
        border-bottom: 23px solid transparent;
        content: "";
        z-index: 9;
    }
}

@media (max-width: 1199px) {

    .calendar_wrap table#wp-calendar th,
    .calendar_wrap table#wp-calendar td {
        padding: 6px;
    }
}

/* Archive List */

.blog-sidebar .widget_archive ul li {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .widget_archive ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}


.blog-sidebar .widget_archive ul>li+li {
    margin-top: 15px;
}

.blog-sidebar .widget_archive ul a {
    color: #727780;
}

.blog-sidebar .widget_archive ul a:hover,
.blog-sidebar .widget_archive ul li:hover:before {
    color: #b19a56;
}

select {
    height: 44px;
    width: 100%;
    border: 1px solid #e9e7e1;
    padding-left: 10px;
}


/* Calender */

.calendar_wrap table#wp-calendar tr,
.calendar_wrap table#wp-calendar td {
    border: 1px solid #e1dfd9;
}

.calendar_wrap table#wp-calendar th,
.calendar_wrap table#wp-calendar td {
    padding: 8px;
    text-align: center;
    font-weight: 400;
}


/*Categories List*/

.widget_categories ul ul {
    padding-left: 20px;
}

.widget_categories ul li a {
    width: 86%;
    padding: 4px 0;
}

.widget_categories ul li ul li {
    border-bottom: none;
}

.widget_categories ul li:last-child {
    border-bottom: none;
}

.widget_categories select {
    height: 40px;
    padding-left: 10px;
}

.widget_categories ul li a {
    position: relative;
    padding-left: 0px;
    font-size: 15px;
    font-size: 1rem;
    color: #727780;
}

@media (max-width: 991px) {
    .widget_categories ul li a {
        width: 86%;
    }
}

.widget_categories ul li a:hover {
    color: #b19a56;
}

@media (max-width: 767px) {
    .widget_categories ul li a {
        font-size: 15px;
        font-size: 1rem;
    }
}

.widget_categories ul>li+li {
    margin-top: 15px;
}

.widget_categories ul.children {
    margin-top: 15px;
}

.widget_categories ul li {
    position: relative;
    display: block;
}

.widget_categories>ul>li a+span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-size: 0.86667rem;
    text-align: center;
    color: #828282;
    border-radius: 50%;
    right: 0;
    top: 0;
}

.widget_categories ul li ul li a+span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-size: 0.86667rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget_categories ul.children li a+span {
    top: 20%;
}

.widget_categories ul.children li li a+span {
    top: 20%;
}

.widget_categories ul li:first-child a+span {}

/*Widget pages*/

.widget_pages ul ul {
    padding-left: 20px;
}

.widget_pages ul li a {
    display: inline-block;
    width: 90%;
    padding: 9px 0;
}

.widget_pages ul>li {
    border-bottom: 1px solid #f0f0f0;
}

.widget_pages ul li ul li {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
}

.widget_pages ul li:last-child {
    border-bottom: none;
}

.widget_pages ul li a {
    position: relative;
    font-size: 15px;
    font-size: 1rem;
    color: #666;
}

.widget_pages ul li a:hover {
    color: #b19a56;
}

@media (max-width: 767px) {
    .widget_pages ul li a {
        font-size: 15px;
        font-size: 1rem;
    }
}


/*Sdebar Meta */

.widget_meta ul li {
    font-size: 15px;
    font-size: 1rem;
    padding-left: 0px;
    position: relative;
}

@media (max-width: 767px) {
    .widget_meta ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}

.widget_meta ul>li+li {
    margin-top: 15px;
}

.widget_meta ul a {
    color: #666;
}

.widget_meta ul a:hover,
.widget_meta ul li:hover:before {
    color: #b19a56;
}


/*Recent Comments*/

.widget_recent_comments ul li {
    color: #666;
    list-style: none;
    position: relative;
    font-size: 14px;
}

.widget_recent_comments ul > li + li {
    margin-top: 10px;
    border-top: 1px dashed #f1f1f1;
    padding-top: 10px;
}

.widget_recent_comments ul li a {
    color: #666;
}

.widget_recent_comments ul li a:hover {
    color: #b19a56;
}


/* Recent Posts */

.widget_recent_entries ul li {
    font-size: 14px;
    position: relative;
}

@media (max-width: 767px) {
    .widget_recent_entries ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}

.widget_recent_entries ul>li+li {
    margin-top: 10px;
    border-top: 1px dashed #f1f1f1;
    padding-top: 10px;
}

.widget_recent_entries ul a {
    color: #333;
}

.widget_recent_entries ul a:hover,
.widget_recent_entries ul li:hover:before {
    color: #b19a56;
}

.widget_recent_comments ul li {
    border-radius: 0;
}

.widget_recent_comments ul li a {
    color: #333;
}


/* Widget Rss */

.widget_rss {}

.widget_rss ul li {
    font-size: 15px;
    font-size: 1rem;
    padding-left: 15px;
    position: relative;
    line-height: 28px;
    color: #666;
}

@media (max-width: 767px) {
    .widget_rss ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}

.widget_rss ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.widget_rss ul>li+li {
    margin-top: 20px;
}

.widget_rss ul a {
    color: #666;
}

.widget_rss ul a:hover,
.widget_rss ul li:hover:before {
    color: #b19a56;
}


/*Text widget*/

.textwidget img {
    max-width: 100%;
    height: auto;
}

.widget_text ul li p {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
    line-height: 28px;
    color: #666;
}

@media (max-width: 767px) {
    .widget_text ul li p {
        font-size: 15px;
        font-size: 1rem;
    }
}


/*Tag Cloud */

.widget_tag_cloud .tagcloud a {
    font-size: 13px !important;
    color: #949494;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 0;
    margin: 0 3px 6px 0;
    border: 2px solid rgba(177, 154, 86, 0.1);
    border-radius: 60px;
}
.widget_product_tag_cloud .tagcloud a {
    font-size: 14px !important;
    color: #949494;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 0;
    margin: 0 3px 6px 0;
    border: 2px solid rgba(11, 91, 224, 0.1);
    border-radius: 60px;
}
.widget_product_tag_cloud .tagcloud a:hover {
    background: #a28120;
    color: #fff;
}
.widget_tag_cloud .tagcloud a:hover {
    background: #a28120;
    color: #fff;
}

.tag-share .tag ul {
    padding-left: 0px;
}

/*Nav Menu*/

.widget_nav_menu ul ul {
    padding-left: 10px;
}

.widget_nav_menu ul li a {
    display: inline-block;
    width: 90%;
    padding: 9px 0;
}

.widget_nav_menu ul>li {
    border-bottom: 1px solid #f0f0f0;
}

.widget_nav_menu ul li ul li {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
}

.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

.widget_nav_menu ul li a {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
    padding-left: 0;
    color: #666;
}


.widget_nav_menu ul a:hover,
.widget_nav_menu ul li:hover:before {
    color: #b19a56;
}

@media (max-width: 767px) {
    .widget_nav_menu ul li a {
        font-size: 15px;
        font-size: 1rem;
    }
}


/*Post-pagination*/

.wp-pagenavi {
    padding-bottom: 0;
    padding-top: 25px;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #d0c8b0;
    background: #d0c8b0;
    padding: 14px 18px;
    margin-right: 10px;
    margin-bottom: 0px;
    color: #fff;
    display: inline-block;
    margin-left: -1px;
    line-height: 1;
    font-weight: 600;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #b2a47c;
    color: #fff !important;
    border-color: #b2a47c;
}

.wp-pagenavi span.current {
    color: #fff !important;
}

ul.page-numbers {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    margin-top: 100px;
}

ul.page-numbers li {
    float: left;
    margin-right: 10px;
}

ul.page-numbers li span.page-numbers.current {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    border: 2px solid #b19a56;
    display: block;
    background: #b19a56;
    color: #fff;
}

ul.page-numbers li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
}

ul.page-numbers li:hover a {
    background: #b19a56;
    border-color: #b19a56;
    color: #fff;
}

ul.page-numbers li a i {
    line-height: 1;
}

ul.page-numbers li a i:before {
    font-size: 15px;
    margin-left: 0px;
}

ul.page-numbers li a div {
    line-height: 45px;
}

/* Page paginations*/

.wp-link-pages a,
.wp-link-pages>span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #b19a56;
    background: #b19a56;
    color: #fff;
}

.wp-link-pages>span,
.wp-link-pages a:hover {
    background: #b19a56;
    border: 1px solid #b19a56;
}

.wp-link-pages {
    margin-top: 35px;
}
.wp-link-pages>span.current {
    border: 1px solid #a28120;
    background: #a28120;
}
/*Default Pagination */
.pagination {
    margin-top: 100px;
}
.nav-links .page-numbers {
    display: block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    border: 2px solid #c9cfd4;
    width: 50px;
    height: 50px;
    line-height: 47px;
    color: #a9b8c4;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50px;
}

.nav-links .page-numbers {
    float: left;
    margin-right: 10px;
}

.nav-links .page-numbers.current {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    border: 2px solid #b19a56;
    display: block;
    background: #b19a56;
    color: #fff;
}

.nav-links .page-numbers  a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
}

.nav-links .page-numbers:hover {
    background: #b19a56;
    border-color: #b19a56;
    color: #fff;
}

.nav-links .page-numbers a i {
    line-height: 1;
}

.nav-links .page-numbers a i:before {
    font-size: 15px;
    margin-left: 0px;
}

.nav-links .page-numbers a div {
    line-height: 45px;
}


/*password protected form*/

.post-password-form>p {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.post-password-form {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.post-password-form label {
    display: block;
    font-weight: 500;
}

.post-password-form input[type="password"] {
    width: 50%;
    height: 50px;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #ffffff;
    color: #888888;
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    appearance: none;
}

.password-form p {
    position: relative;
}

.post-password-form input[type="submit"] {
    padding: 12px 29px;
    position: absolute;
    right: 100px;
    top: 25px;
    border: none;
    background: #b19a56;
    outline: none;
    transition: .3s;
    color: #fff;
}

@media (max-width: 767px) {
    .post-password-form input[type="submit"] {
        right: 0;
    }
}

.post-password-form input[type="submit"]:hover {
    background: #a28120;
    ;
}

.gallery-caption {
    color: #838383;
    line-height: 1.8em;
}


.blog-single-section p.form-submit {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-wraper .comments-area p.form-submit {
    margin-top: 10px;
}


/*Page Comment */

.page-wrapper p {
    line-height: 1.7em;
    margin: 0 0 1.5em;
}

.page-wrapper ul li,
.page-wrapper ol li {
    line-height: 1.8em;
}
.page-wraper ul ,
.page-wraper ol  {
    margin-bottom: 1.5em;
}
.page-wraper ul ul {
    margin:0px;
}
.page-wraper ol ol {
    margin:0px;
}
ol.comments #respond {
    padding: 0 20px;
}

.page-wrapper blockquote {
    background-color: #b19a56;
    color: #fff;
    padding: 120px 45px 65px;
    margin-top: 60px;
    border: 0;
    position: relative;
}

.page-wrapper blockquote p {
    color: #fff;
    margin-bottom: 0px;
}
.page-wrapper blockquote  a {
    color: #fff;
    text-decoration: underline;
}
.page-wraper .comments-area {
    margin-top: 30px;
}
.page-wrap .comments-area {
    clear: both;
    padding-top: 0px;
}

.page-wrap .size-full.wp-image-904.alignright {
    padding-top: 25px;
}

.page-wraper .comments-area .comments {
    border: 1px solid #ebebf1;
}

.page-wraper .comments-area ol>li:last-child article {
    border-bottom: 0;
}

.page-wraper .comments-area li>div {
    border-bottom: 1px solid #ebebf1;
    padding: 35px 25px;
}

.page-wraper .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.page-wraper .comments-area ol li {
    padding-left: 30px;
}

.page-wraper .comments-area .comments-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .page-wraper .comments-area .comments-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.page-wraper .comments-area li>div {
    position: relative;
}

.page-wraper .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}

@media (max-width: 767px) {
    .page-wraper .comments-area .comment-theme {
        position: static;
    }
}

.page-wraper .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.page-wraper .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .page-wraper .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.page-wraper .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.page-wraper .comments-area .comments-meta h4 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #6d6d6d;
    font-weight: 500;
    margin: 0 0 1em;
    display: inline-block;
}

.page-wraper .comments-area .comments-meta span {
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .page-wraper .comments-area .comments-meta span {
        margin-left: 0;
    }
}

.page-wraper .comments-area .comments-meta span.caps {
    margin-left: 5px;
}

.page-wraper .comments-area .comment-reply-link {
    background: #a28120;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    font-weight: 700;
    border-radius: 50px;
}

.page-wraper .comments-area .comment-reply-link:hover {
    background-color: #b19a56;
}

.page-wraper .comment-respond {
    padding-top: 30px;
}

.page-wraper .comment-respond .comment-reply-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .page-wraper .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.page-wraper .comment-respond form input,
.page-wraper .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.page-wraper .comment-respond form input:focus,
.page-wraper .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c1b696;
}

@media (max-width: 991px) {

    .page-wraper .comment-respond form input,
    .page-wraper .comment-respond form textarea {
        height: 40px;
    }
}

.page-wraper .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .page-wraper .comment-respond form textarea {
        height: 150px;
    }
}

.page-wraper .comment-respond .form-inputs {
    overflow: hidden;
}

.page-wraper .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .page-wraper .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.page-wraper .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .page-wraper .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.page-wraper .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #b19a56;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
}

.page-wraper .comment-respond .form-submit input:hover {
    background-color: #313131;
}


.comment-area article {
    padding: 35px 25px;
    border-bottom: 1px solid #ebebf1;
    position: relative;
}
.blog-single-section .comments-area .trackback  .comment-main-area {
    padding-left: 0px;
}
#wp-comment-cookies-consent {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

#wp-comment-cookies-consent+label {
    font-weight: 400;
    padding-left: 5px;
}

p.comment-form-cookies-consent {
    margin-bottom: 10px;
    display: none;
}
.blog-single-section .comment-respond form textarea {
    background-color: #fdfdfd;
    border: 2px solid #ececec;
}

.blog-single-section .entry-details ul li {
    color: #838383;
    line-height: 1.9em;
}

.blog-single-section .entry-details p {
    margin-bottom: 1.5em;
}

.blog-single-section .post blockquote p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
}

.blog-single-section .post blockquote {
    margin-bottom: 35px;
}

.blog-single-section .post blockquote a {
    text-decoration: underline;
    color: #fff;
}

.blog-single-section .post blockquote a:hover {
    text-decoration: none;
}

.blog-single-section .entry-details p strong {
    color: #5d6d7a;
}

.blog-single-section .entry-details blockquote p strong {
    color: #fff;
}

.blog-single-section .single-content-wrap .entry-details pre {
    margin-bottom: 35px;
}

.blog-pg-section .blog-content>.post+.post {
    margin-top: 100px;
}


@media screen and (min-width: 992px) {
    .admin-bar .site-header #navbar {
        top: 32px;
    }
}

@media (max-width: 991px) {
    .admin-bar .site-header #navbar {
        top: 46px;
    }
}

.admin-bar .header-style-1 .sticky-header.sticky-on,
.admin-bar .header-style-2 .sticky-header.sticky-on,
.admin-bar .header-style-3 .sticky-header.sticky-on {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header-style-1 .sticky-header.sticky-on,
    .admin-bar .header-style-2 .sticky-header.sticky-on,
    .admin-bar .header-style-3 .sticky-header.sticky-on {
        top: 46px;
    }
}

@media (max-width: 600px) {

    .admin-bar .header-style-1 .sticky-header.sticky-on,
    .admin-bar .header-style-2 .sticky-header.sticky-on,
    .admin-bar .header-style-3 .sticky-header.sticky-on {
        top: 0px;
    }

}

.blog-single-section .comment-content ol {
    list-style: decimal !important;
    padding-left: 40px;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .pingback .comment-main-area {
    padding-left: 0px;
}

ol.comments #respond {
    padding: 0 20px 20px;
}

.page-wrapper ol.comments #respond {
    padding: 0 20px 8px;
}

.page-wraper .comments-area ol.comments>li {
    padding-left: 0;
}

.comments-area .rvrmrplo-nav-previous {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .site-header #navbar .navbar-nav ul {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        padding-top: 0px;
    }

    .header-style-1 .topbar .contact-info,
    .header-style-2 .topbar .contact-info,
    .header-style-3 .topbar .contact-info {
        padding-top: 20px;
    }
}


/*header condition about cart and search*/
@media (max-width: 767px) {
    .site-footer .lower-footer .site-map {
        display: block;
        float: none;
    }
}

.case-studies-section .grid-filters li {
    line-height: 1.3em;
}

@media screen and (min-width: 1200px) {
    .header-style-1 #navbar.not-has-cart.has-search , 
    .header-style-2 #navbar.not-has-cart.has-search ,
    .header-style-3 #navbar.not-has-cart.has-search {
        margin-right: 100px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .has-cart.has-search {
        margin-right: 0px;
    }

    .site-header .not-has-cart.has-search {
        margin-right: 40px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .site-header #navbar>ul>li a {
        font-size: 14px;
        padding: 39px 14px;
    }
}

.blog-single-section .comment-respond .form-submit input.submit {
    line-height: 0;
}

.blog-single-section .comment-respond .comment-form p a {
    color: #b19a56;
}

.blog-pg-section .post .meta li {
    font-size: 15px;
    font-size: 1rem;
}

.blog-single-section .post h3 {
    margin-top: 20px;
}

.blog-single-section .post h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-single-section .post h2.post-title {
    margin: 0 0 1em;
    font-size: 32px;
}

.blog-single-section .post h3.post-title {
    margin: 1.8em 0 1em;
}
.blog-single-section .tag-share {
    margin-top: 30px;
    padding-bottom:15px;
}
.blog-single-section .tag-share .tag ul li,
.blog-single-section .tag-share ul li {
    list-style: none;
    line-height: 20px;
    margin-bottom: 8px;
}

.blog-single-section .tag-share .tag ul {
    padding-left: 5px;
}

.blog-single-section .tag-share .tag span {
    position: relative;
    top: -8px;
}

.blog-single-section .tag-share .share span {
    position: relative;
    top: -17px;
    padding-right: 8px;
}

.blog-single-section .tag-share .share {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 15px;
    }

    .section-padding .container.content-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    .shop-section .blog-sidebar {
        padding-left: 0px;
    }
}

.padding-default.full-width {
    padding-top: 100px;
    padding-bottom: 80px;
}

.tagcloud a {
    font-size: 14px !important;
    color: #949494;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 0;
    margin: 0 3px 6px 0;
    border: 2px solid rgba(11, 91, 224, 0.1);
    border-radius: 60px;
}

.tagcloud a:hover {
    background: #a28120;
    color: #fff;
}

.blog-single-section .comments-area .comment-content ul {
    list-style: disc;
}

.blog-single-section .author-box {
    margin-bottom: 0px;
}

.blog-single-section .more-posts {
    margin-top: 70px;
}

.blog-single-section .author-box .social-link {
    list-style: none;
    padding-left: 0;
}

.blog-single-section .author-box .author-avatar {
    max-width: 80px;
}

.blog-single-section .more-posts .previous-post i {
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.blog-single-section .more-posts .next-post i {
    padding-left: 5px;
}
.blog-single-section .comments-area .comment-main-area p {
    margin-top: 10px;
}


/*Slick Slide */

.slick-slide {
    cursor: auto !important;
}

/*Contact Form*/

.contact-section .contact-form .wpcf7-form-control.wpcf7-submit {
    background-color: #a28120;
    height: 52px;
    line-height: initial;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    border: none;
    width:auto;
    border-radius: 50px;
}

.contact-section .contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #313131;
    color: #fff;
}

.contact-form input[type=submit] {
    background-color: #b19a56;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
    transition: .3s;
    height: 50px;
    border: none;
}

.attorny-single-section .contact-form input[type=submit] {
    background-color: #b19a56;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 43px;
    padding: 0 30px;
    transition: .3s;
    height: 53px;
}

.contact-form input[type=submit]:hover {
    background-color: #b32d22;
}


/*Blog*/
.blog-pg-section .entry-meta {
    margin-bottom: 35px;
    margin-top: 25px;
}

.blog-pg-section .entry-meta li {
    list-style: none;
}

/*Blog Deatils */

.comments-area .jhair-nav-previous {
    padding-bottom: 0px;
}

.blog-single-section .comment-respond {
    margin-top: 60px;
}

.blog-single-section .jhair-comment-navigation+ol.comments {
    margin: 30px 0 30px;
}

.blog-single-section .comments-area .comment-reply-link {
    padding: 0 0px 1px 0px;
}

.blog-single-section .entry-meta li {
    list-style: none;
}

.blog-single-section .entry-meta {
    text-transform: capitalize;
    margin-top: 0px;
}
.blog-single-section .entry-media + .entry-meta {
    margin-top: 35px;
}
.blog-pg-section .post h3 {
    margin-top: -0.33em;
}

@media (max-width: 991px) {
    .blog-pg-section .entry-details p {
        font-size: 15px;
    }
}

.blog-pg-section .format-standard.has-post-thumbnail {
    background-color: transparent;
    padding: 0px;
}

.wp-link-pages+a {
    display: inline-block;
    margin-top: 35px;
}

.blog-pg-section .post .meta,
.blog-single-section .post .meta {
    padding-left: 0px;
}

.blog-single-section .tag-share ul {
    padding-left: 0px;
}

.blog-single-section .tag-share .share ul {
    top: 7px;
}

.blog-single-section .tag-share .tag a {
    text-transform: capitalize;
}

.blog-sidebar .search-widget input {
    width: 100%;
}

h2.jhair-screen-reader-text {
    font-size: 20px;
}

.blog-section .grid ul {
    padding-left: 0;
    list-style: none;
}

.blog-single-section .comments-area ol ul {
    list-style: none;
}

.blog-pg-section .blog-content .post {
    word-break: break-all;
}

.comments-area #comment-nav-above {
    margin-bottom: 20px;
}

.header-search-form {
    z-index: 999;
}

.blog-pg-section .post p.date {
    font-size: 13px;
}

.blog-pg-section .post p.date i {
    padding-right: 5px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav i:before {
    margin-left: 0px;
}

.blog-pg-section .blog-content .post:last-of-type {
    margin-bottom: 0px;
}

.blog-pg-section .left-sidebar .blog-content {
    padding-left: 50px;
    padding-right: 0px;
}

@media (max-width: 991px) {
    .blog-pg-section .left-sidebar .blog-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.blog-sidebar .recent-post-widget .post h4 {
    font-weight: normal;
}

.blog-sidebar .recent-post-widget .post .details .date {
    color: #9e9c9c;
}
.blog-content .entry-details ul ,
.blog-content .entry-details ol {
    /*margin-bottom: 1.5em;*/
}
/*Menu Style*/
.site-header .site-logo.dont_has_menu a.navbar-brand {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .site-header .site-logo.dont_has_menu a.navbar-brand {
        padding-top: 0;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .site-header .site-logo.dont_has_menu a.navbar-brand {
        margin-left: 15px;
    }
}

.header-search-form form .btn i:before {
    margin-left: 15px;
}

@media screen and (min-width: 1200px) {
    .site-header .navigation #navbar.not-has-cta {
        margin-right: 50px;
    }

    .site-header .navigation #navbar.dont-has-menu {
        min-height: 100px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .site-header .navigation #navbar.not-has-cta>ul>li>a {
        padding: 40px 10px;
    }

    .site-header .navigation #navbar.not-has-cta {
        margin-right: 35px;
    }

    .site-header .navigation #navbar.dont-has-menu {
        min-height: 100px;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar ul {
        list-style: none;
        padding-left: 0;
    }
}

.topbar .contact-info ul,
.topbar .social ul {
    padding-left: 0;
    list-style: none;
}

/* page Titlte */
.page-title {
    word-break: break-all;
    position: relative;
}

.page-title .breadcrumb li {
    line-height: 1;
}
@media screen and (min-width: 992px) {
    .header-style-2 + .page-title .container {
        padding-top: 0px;
    }
}
.page-title h2 {
    margin-bottom: 10px;
}
/*Footer Style*/
.lower-footer.has-not-copyright {
    background: #f7f5ee;
}
.site-footer .lower-footer p {
    margin-bottom: 0px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 30px 0px 23px;
}
.site-footer .lower-footer p a {
    color:#687188;
}
/************
Comming Soon page
****************/

.comming-soon-section {
    height: 100vh;
    background: #f9f7f2;
}

.comming-soon-section .container {
    height: 100%;
    display: table;
    padding: 0;
    border: 15px solid #eeeae0;
}

.comming-soon-section .row {
    display: table-cell;
    vertical-align: middle;
}

.comming-soon-section .icon i:before {
    font-size: 100px;
    color: #eeeae0;
}

/*OverWrite Footer CSS*/

.site-footer .lower-footer .copyright {
    display: inline-block;
}

.site-footer .lower-footer .site-map {
    display: inline-block;
    float: right;
}

.site-footer .lower-footer .site-map ul {
    padding-left: 0px;
}

.site-footer .lower-footer .site-map li {
    line-height: 20px;
}
.site-footer ul {
    padding-left: 0px;
}


/* Single Next Previous */

.blog-single-section .more-posts .post-name {
    font-size: 18px;
    color: #274054;
    margin: 0.8em 0 0;
    font-weight: 600;
}
.blog-single-section .more-posts .post-control-link {
    color: #bbb;
    font-weight: normal;
}
.blog-single-section .tag-share .tag a {
    position:relative;
}
.blog-single-section .tag-share .tag a:after {
    position: absolute;
    content: ',';
    right: -5px;
    color: #627381;
}

/*Default Single Pagination*/
.blog-single-section .post-navigation {
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-top: 70px;
}

.blog-single-section .post-navigation .nav-previous ,
.blog-single-section .post-navigation .nav-next {
    font-size: 18px;
    font-size: 1.125rem;
    color: #939ba2;
    padding: 30px;
    width: 50%;
    float: left;
}
.blog-single-section .post-navigation .nav-next {
    text-align: right;
    border-left: 1px solid #e8e8e8;
}
.blog-single-section .post-navigation .meta-nav {
    color: #bbb;
    font-weight: normal;
    font-size: 15px;
}
.blog-single-section .post-navigation .post-title {
    font-size: 17px;
    color: #274054;
    margin: 0.8em 0 0;
    display: block;
    word-break: break-all;
}
.blog-single-section .post-navigation .nav-previous .meta-nav {
    position: relative;
    padding-left: 20px;
}
.blog-single-section .post-navigation .nav-next .meta-nav {
    position: relative;
    padding-right: 20px;
}
.blog-single-section .post-navigation .nav-previous .meta-nav:before {
    position: absolute;
    left: 0px;
    top: 0;
    content: "\e662";
    font-family: 'themify';
}
.blog-single-section .post-navigation .nav-next .meta-nav:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: "\e661";
    font-family: 'themify';
}

@media (max-width: 767px) {
  .blog-single-section .post-navigation {
    border-left: 1px solid #ebebf1;
    border-right: 1px solid #ebebf1;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post-navigation .nav-previous, 
  .blog-single-section .post-navigation .nav-next {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post-navigation .previous-post,
  .blog-single-section .post-navigation .next-post {
    padding: 25px 15px !important;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post-navigation .nav-next {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
  }
}
@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 991px) {
    .blog-single-section .post-navigation .nav-links .nav-previous + .nav-next {
        width: 50%;
        float: left;
        text-align: right;
    }

    .blog-single-section .post-navigation .nav-links .nav-next {
        width: 100%;
        float: none;
        text-align: left;
    }
}

/*Page Sidebar*/
@media screen and (min-width: 1200px) {
     .page-wrap .page-content {
        padding-right: 50px;
    }   
}
.wp-block-image {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 1em;
}
.wp-block-media-text .wp-block-media-text__content {
    padding-top: 1em;
}
.wp-block-media-text {
    margin-bottom: 25px;
}
.site-header .header-search-form .searchform button i {
    color: #b19a56;
}
span.comments-date {
    font-style: italic;
    font-size: 14px;
}
/*Default Tab CSS*/

.theme-default-tab-wrap .theme-default-tab {
  margin: 50px 0;
}

@media (max-width: 991px) {
  .theme-default-tab-wrap .theme-default-tab {
    margin: 40px 0;
  }
}

.theme-default-tab-wrap .theme-default-tab .nav {
  overflow: hidden;
  margin: 0;
}

.theme-default-tab-wrap .theme-default-tab .nav li {
  float: left;
  padding-left: 0;
}

.theme-default-tab-wrap .theme-default-tab .nav > li + li {
  margin-top: 0;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .theme-default-tab-wrap .theme-default-tab .nav > li + li {
    margin-left: 1px;
  }
}

.theme-default-tab-wrap .theme-default-tab .nav a {
  background: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #151221;
  padding: 13px 25px;
  border: 1px solid rgba(11, 91, 224, 0.2);
}

@media (max-width: 767px) {
  .theme-default-tab-wrap .theme-default-tab .nav a {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 8px 12px;
    text-transform: none;
  }
}

@media (max-width: 350px) {
  .theme-default-tab-wrap .theme-default-tab .nav a {
    padding: 8px;
  }
}

.theme-default-tab-wrap .theme-default-tab .nav .active a,
.theme-default-tab-wrap .theme-default-tab .nav a:hover {
  background: #a28120;
  color: #fff;
}

.theme-default-tab-wrap .tab-content {
  padding: 35px 40px;
  border: 1px solid rgba(11, 91, 224, 0.2);
  margin-top: -1px;
}

@media (max-width: 767px) {
  .theme-default-tab-wrap .tab-content {
    padding: 25px 20px;
  }
}

.theme-default-tab-wrap .tab-content .tab-pane p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .theme-default-tab-wrap .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.theme-default-tab-wrap .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}


.blog-section .meta img {
    border-radius: 50%;
    display: inline-block;
    padding-right: 5px;
    max-width: 40px;
}
.blog-section .meta a {
    color: #797979;
}
.blog-section {
    padding-bottom: 0px;
}

.blog-pg-section .format-standard.has-post-thumbnail {
    background: transparent;
    border: 0px;
}
.blog-pg-section .format-standard.has-post-thumbnail  .entry-meta,
.blog-pg-section .format-quote.has-post-thumbnail  .entry-meta {
     margin-top: 25px;
}
.blog-sidebar .category-widget ul li {
    line-height: 20px;
}
.blog-sidebar .category-widget ul li:before {
    top: 11px;
}

.blog-pg-section .container > .row > .col-md-3 .calendar_wrap table#wp-calendar th, 
.blog-pg-section .container > .row > .col-md-3 .calendar_wrap table#wp-calendar td {
    padding: 3px;
    font-size: 12px;
}

.blog-pg-section .type-page {
    background-color: #fdfdfd;
    border: 1px solid #f3f3f3;
    padding: 50px 35px;
}
.blog-single-section .tag-share .tag {
    float: left;
    padding-top: 8px;
}
.blog-section .entry-meta ul li a {
    color:#687188;
}
.blog-section .entry-meta ul > li + li:before {
    top: 11px;
}


/*Ovewrite CSS*/

.blog-content .theme-btn:hover {
    color: #fff;
}
.site-logo.dont_has_menu {
    max-width: 200px;
    padding-top: 16px;
}
.site-logo.has_menu {
    max-width: 200px;
}
.header-style-2 .navbar-brand {
  margin-top: 19px;
}
.header-style-2 .navbar-brand.text-logo {
  margin-top: 25px;
}

.wedding-location-section ul {
    padding-left: 0px;
}
.wedding-location-section ul li {
    line-height: 20px;
}
.elementor-control-type-wysiwyg a.button.button-primary.cs-shortcode {
    display: none;
}