/*
Theme Name: indiana
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* WordPress Core */

.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
     display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.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: 8px 4px 5px;
    color: #3A3A3A;
}
/* Recommended CSS from WP for defined content width support */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}

/* Comments */

.comment-form-comment #comment {
    width: 100%;
}
.commentlist li {
    list-style: none;
}
.comment-author,
.comment-edit-link {
    font-weight: bold;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
}
.comment-respond code {
    white-space: pre-wrap;
}
.well {
    background-color: rgba(245, 245, 245, 0.2);
}
/* Post Thumbnail */

.attachment-post-thumbnail {
    float: left;
    margin: 0px 10px;
}
/* Calendar Widget */
/* Search Form Widget */

form#searchform {
    position: relative;
}
input#s {
    width: 100%;
    padding: 5px;
}
#searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    line-height: 15px;
}
aside {
    margin-top: 20px;
}
.widget {
    margin-bottom: 15px;   
}
/* Tables */
/* Post text Wrap Fixes */

.post {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.clear {
    clear: both;
}
a {
    color: #0a7b3f;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #0a7b3f;
}
/* Theme CSS */

html,
body {
    overflow-x: hidden;
    font-family: 'Roboto Slab', serif;
    min-width: 320px;    
}

h1, h2,h3, h4, h5, h6{
  
}

.rsrc-main-menu .navbar-nav > li > a{
    font-family: 'Roboto Slab', serif;
}
p{
    font-size: 16px;
    line-height: 1.7;
    color: #515151;
}
.rsrc-header {
    z-index: 2;
}
#site-header a {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
}
#site-header h1 {
    margin: 0;
}

.fixed-me{
    transition: all 1s ;
}

.fixed-me{
    
    
}

.rsrc-container {
    color: #222222;
    padding-right: 0;
    padding-left: 0;
	background: #f9f9f94d;
}
.rsrc-content, .rsrc-content-home  {
    position: relative;
    margin: 0 auto;
}
.rsrc-content  {
   
}
.rsrc-main {
    padding: 0px 0;
    position: relative;
}

.rsrc-footer-menu {
    padding-top: 15px;
}

.footer-menu-nav {
    padding: 0;
    margin: 0;    
}
.footer-menu-nav li {
    display: inline-block;
    padding: 9px 0;
    margin-right: 10px;
}
.footer-menu-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.rsrc-author-credits {
    padding: 6px 0 10px 0;
    color: #9e9e9e;
}

.rsrc-author-credits .copyright {
    margin: 0;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
}
.rsrc-footer {
    background-color: #757272;    
}

.payment-gateway{
    float: right;
    padding: 8px 0;
}

.payment-gateway .gateway-icon{
    display: inline-block;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 3px 3px 0;
    border: 1px solid #fff;
}

.payment-gateway .gateway-icon svg{
    vertical-align: middle;
    height: 25px;
    fill: #fff;
}

.floating-icon-whatsapp{
    float: right;
    margin: 0 8px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 13px;
    right: 59px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.floating-icon-whatsapp a i {
    margin-top: 15px;
    color: #fff;
}

/* Navigation */

.user-nav{
    margin: 0;
    list-style: none;
    float: right;
}

.user-nav li{
    display: inline-block;
    padding-top: 4px;
    margin-right: 10px;
}

.user-nav li a{
    color: #fff;
    font-size: 12px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.nav > li > a:hover, .nav > li > a:focus {
       background-color: transparent;
	   color: rgba(255, 255, 255, 0.7);
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu {
    width: 200px;
    padding: 0 0;
    border: 1px solid #f7f7f7;
}   

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li{
    padding: 0 0;
    border-bottom: 1px solid #efefef;
} 

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li:first-of-type::before {
    bottom: 100%;
    left: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #efefef;
    border-width: 14px;
    margin-left: -22px;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li.dropdown-submenu .dropdown-menu li:first-of-type::before {
    content: none;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li a{
    padding: 10px 10px;
    font-size: 14px;
} 

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li a:hover{
        background-color: #dd573421;
} 

@media (min-width: 768px) {
    #site-navigation .navbar-nav > li > a {
        padding: 8px;
        font-size: 11px;
    }

    .fixed-me .rsrc-main-menu .navbar-nav > li > a {
        color: #000;     
    }
    .rsrc-main-menu .navbar-nav > li > a {
        color: #000;
        font-size: 16px;
        line-height: 30px;
        text-transform: initial;
        padding: 0 10px 0px;
    }      

    .rsrc-main-menu .navbar-nav > li > a:hover {
        color: #0a7b3f;
    } 

    .rsrc-main-menu .navbar-nav > li.current-menu-item a{
        color: #0a7b3f;
    } 

    #menu-right-menu.navbar-nav{
        float: left;
    }
    
    #menu-left-menu.navbar-nav{
        float: right;
    }

    #site-navigation.navbar {
        min-height: 35px;
    }
    
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
}
.rsrc-top-menu {
    background-color: #00B0FF;
    line-height: 1.1;
}


.main-menu-section {
    background-color: #0081BA;
}
.navbar-inverse {
    background-color: #00B0FF;
}
.navbar-text.visible-xs {
    max-width: 75%;
    float: left;
    margin: 0;
    line-height: 50px;
}
.navbar-text a {
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.navbar-text img {
    max-height: 50px;
    width: auto;
}
.navbar-text h1 {
    margin: 0;
    line-height: 50px;
}
.navbar-toggle {
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.3);;
}
.header-login.navbar-right {
    line-height: 36px;
}
/* Fix nav on hover */

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    .navbar-right {
        margin-right: 0;
    }
}

/* Menu opened in responsive */

@media only screen and (max-width: 767px) {
    .dropdown-menu {
        position: static;
        display: block;
        float: none;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding: 3px 30px;
    }
    .dropdown-submenu>.dropdown-menu {
        padding-left: 10px;
    }
    .rsrc-header-img img {
        max-height: 50px;
        line-height: 50px;
    }
    .header-line-search {
        margin-bottom: 10px !important;
    }
    .header-right.col-sm-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.dropdown-submenu ul li li a:after {
    display: none;
}
.sticky {} 
.bypostauthor {} 
img {
    max-width: 100%;
    height: auto;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.featured-thumbnail {
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.featured-thumbnail img {
    width: 100%;
}
.featured-thumbnail::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.featured-thumbnail:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.featured-thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.featured-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
h1.site-title,
h2.site-title {
    font-size: 36px;
    margin: 0;
}
h1.site-title a,
h2.site-title a {
    color: #fff;
}
/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Navigation */

.pager li>a,
.pager li>span,
.pager li>a:hover,
.pager li>a:focus {
    display: inline-block !important;
    padding: 2px 5px !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.post-navigation {
    clear: both;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.post-navigation div {
    display: block;
    position: relative;
    font-size: 14px;
    color: #999;
}
.post-previous {
    float: left;
    padding-left: 30px;
    text-align: left;
}
.post-next {
    float: right;
    text-align: right;
    padding-right: 30px;
}
.post-navigation div span {
    display: block;
    font-size: 90%;
    color: #999;
}
.post-navigation div a:after {
    position: absolute;
    font-size: 45px;
    line-height: 40px;
    font-weight: bold;
    top: 0;
}
.post-previous a:after {
    content: '\00ab';
    left: 0;
}
.post-next a:after {
    content: '\00bb';
    right: 0;
}
/* Single Author */

.postauthor-content img {
    float: left;
    margin-right: 10px;
}
.postauthor-container {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.postauthor-title {
    border-bottom: 1px solid #dbdbdb;
}
/* Related posts */

.related-posts ul {
    padding: 15px;
}
.related-posts li {
    list-style-type: none;
    position: relative;
    padding: 0;
}
/* Social Links and infobox*/

.footer-socials{
   
}

.social-links {
    text-align: center;
    display: inline-block;
}
.social-links ul {
    padding: 0;
    margin: 0;
}
.social-links ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    margin-right: 6px;
    border-radius: 50%;
    line-height: 16px;
}
.social-links i.fa {
    transition: background-color 0.2s ease-out 0s;
    font-size: 13px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .top-section, .header-login {
        text-align: center;
    }
    a.login-link {
        text-align: center;
        border-right: none !important;
    }
}
a.login-link {
    line-height: 33px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid;
    color: #ffffff;
}
/* Content */

article.article-content {
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-header .page-header a,
.page-header {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #222222;
    margin: 15px 0 5px 0;
    border-bottom: 0;
    font-size: 20px;
}
.home-header {
    position: relative;
}
.single-meta-date {
    text-align: center;
    float: left;
    margin-right: 15px;
}
.single-meta-date .day {
    padding: 10px 15px;
    background-color: #eee;
    font-weight: bold;
    font-size: 120%;
}
.single-meta-date .month {
    padding: 4px;
    background-color: #13C5F5;
    color: #ffffff;
}
.post-meta {
    font-size: 75%;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    opacity: 0.75;
    text-transform: uppercase;
}
.post-meta span,
.posted-on {
    margin-right: 5px;
}
.post-meta .cat-meta:after {
    content: ',';
    margin-right: 3px;
}
.post-meta .cat-meta:last-child:after {
    content: '';
}
/* Pagination */
.navigation.pagination {
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 25px;
    margin: 0;
}
.nav-links {
    display: inline-block;
}
.nav-links a, .nav-links span {
    position: relative;
    float: left;
    padding: 7px 12px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.nav-links span.current {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    article.article-content:nth-of-type(2n+1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    article.article-content:nth-of-type(3n+1) {
        clear: left;
    }
}
/* Featured home */

.hover-style .home-header .page-header a {
    letter-spacing: 2px;
    font-size: 50%;
    line-height: 50%;
    color: #fff;
}
.hover-style {
    display: inline-block;
    padding: 0;
    min-height: 170px;
}
.related-posts .entry-summary {
    color: #fff;
    padding: 10px;
}
.hover-style {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hover-style .home-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
}
.hover-style:hover .home-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-style .page-header {
    margin-left: -10px;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
    -webkit-transform: translateY( -webkit-calc(-100% - 20px));
    transform: translateY( calc(-100% - 20px));
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.hover-style:hover .page-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* breadcrumbs */

#breadcrumbs {
    padding: 1% 0;
    text-transform: capitalize;
    font-weight: bold;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 10px;
    background: #fff;
}
#breadcrumbs .breadcrumbs-inner{	
	color: #0a7b3f;
    font-size: 14px;
    font-weight: 100;
}
#breadcrumbs .breadcrumbs-inner a{	
	color: #0d0000;
}
#breadcrumbs .fa {
    margin-right: 5px;
}
/* Widget */

.widget h3 {
    font-size: 16px;
    color: #222222;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 10px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.17);
    padding-bottom: 5px;
}
.widget ul {
    padding-left: 15px;
}
/* Post Content */

.rsrc-main .rsrc-post-content {
    padding: 0px;
}
.rsrc-main .woocommerce {
    padding: 20px 0;
}
.single-thumbnail {
    text-align: center;
    max-height: 125px;
    overflow: hidden;
}
.single-thumbnail img {
    width: 100%;
}
/* Back to top */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 999;
}

#back-top a {
    width: 40px;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.7;
}

#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #000;
}
#back-top span:before {
    font-family: 'FontAwesome';
    content: "\f106";
    line-height: 40px;
    font-size: 25px;
    color: #fff;
}
/* Commentform */

form#commentform p input {
    width: 100%;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #bdbdbd;
    padding: 15px 15px 40px 15px;
    position: relative;
    
}
.comment-inner {
    margin-top: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: relative;
}
.comment-inner:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
    content: '';
    position: absolute;
    top: -12px;
}
a.comment-reply-link {
    float: right;
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.comment-author.vcard img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 46px;
}

/* Widgets */

.widget_nav_menu li {
    width: 100%;
}
.widget_nav_menu li:before {
    margin-right: 5px;
}
.widget {
    padding: 15px;
    word-wrap: break-word;    
    
}
/* Footer Widgets */

#content-footer-section .widget-inner {
    padding: 12px 0;
    margin: 0 15px;
}
#content-footer-section .widget {
    padding: 0;
    border: 0;
}
.footer-widgets {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    background: #d0d0d0;
}

.footer-widgets #content-footer-section{
    padding-top: 40px;
}

.footer-widgets #content-footer-section .textwidget p{
    color: #fff;
}

.footer-widgets #content-footer-section .textwidget .star{
    padding-bottom: 12px;
}



/* Tags */

.post-tags {
    clear: both;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 5px;
    border: 1px solid;
    line-height: 40px;
}
/* Sections */

section {
    position: relative;
}
.section {
    position: relative;
    z-index: 1;
    padding: 25px 0 35px 0;
}

/* Sections Content */

.container-heading {
    margin-bottom: 35px;
    text-transform: uppercase;
}
.section h4 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    margin: 0;
}
.section .sub-title {
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.sub-title:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}
.sub-title span {
    padding: 0 15px;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #888888;
    box-shadow: none;
    color: #969696;
    font-size: 14px;
    height: 42px;
    padding-left: 17px;
    width: 100%;
    margin-bottom: 10px;
}
textarea{
    height: 70px;
    padding-left: 17px;
}

.wpcf7 input[type="email"], input[type="tel"], input[type="text"]{
        color: #000;
}
/* Buttons styling */

.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
    border: 1px solid #00C2FF;
    color: #00C2FF;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    padding: 8px 20px;
    border-radius: 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn,
.btn-default:active,
.btn-default.active,
input[type="submit"]:hover,
button:hover,
a.comment-reply-link:hover {
    color: #0068C2;
    border-color: #0068C2;
    background-color: transparent;
    box-shadow: none;
}

/* WooCommerce styling */
input, select, textarea {
    color: #000;    
    max-width: 100%;
}

.top-infobox {
    margin: 5px 15px;
    min-height: 15px;
    line-height: 15px;
    color: #ffffff;
}
.top-infobox i {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 5px;
    font-size: 120%;
}
/* Vertical Tabs */
.tabs-left {
    border: none;
    padding: 0 0 10px 0;
}
.tabs-left>li {
    float: none;
    margin-bottom: 2px;
    font-weight: bold;
    text-transform: uppercase;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border: none;
    background-color: transparent;
}
#woo_tabs_section .section .tabs-left>li.active>a {
    color: #FFFFFF;
    z-index: 2;
}
.tabs-left>li>a,
.tabs-left>li>a:hover,
.tabs-left>li>a:focus {
    border: none;
    background-color: transparent;
}
.tabs-left>li.active:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    display: inline-block;
    background: #00C2FF;
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -o-transform: skew(-18deg);
    transform: skew(-18deg);
    z-index: 1;
}

/* Testimonial section */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: 100%;
    bottom: 0px;
    margin-right: -19px;
    margin-top: -130px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border-color: #00C2FF;
    opacity: 1;
    overflow: hidden;
}
#quote-carousel .carousel-inner {
    min-height: 260px;
}
.item blockquote {
    border-left: none;
    margin: 0;
    padding-bottom: 130px;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* Banner section */
.banner-section {
    background-color: black;
    margin: 0;
    color: #ffffff;
}
.banner-bg {
    padding: 0;
}
.banner-inner {
    padding: 35px;
}
a.custom-button {
    padding: 10px 20px;
    border: 1px solid;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #A0A0A0;
}


.home .home-header .page-header a, .page-header {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #222222;
    margin: 15px 0 5px 0;
    border-bottom: 0;
    font-size: 20px;
	display: none;
}

/* Top header */

.top-header{
    background: #0a7b3f;
    background: linear-gradient(90deg, #0a7b3f 22%, #36b049 99%);
}

.top-header .search-btn{
    float: right;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 4px 10px;
}

.searchbox .searchbox-input{
   
}

.searchbox .searchbox-submit{

}


.searchbox .searchbox-input:focus{
    outline:none;
}

.searchbox .searchbox-input::-webkit-input-placeholder { /* Edge */
  color: #fff;

}

.searchbox .searchbox-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.searchbox .searchbox-input::placeholder {
  color: #fff;
}


/**/

.rsrc-main-menu {
    z-index: 2;
    padding-top: 15px;
}

.rsrc-main-menu .navbar{
    min-height: 35px;
}
.rsrc-container-header{
    padding: 5px 0 5px 0;
    border-bottom: 5px solid #0a7b3f;
}

.home-after{
    position: relative;
}

.home-after .blub{
    position: absolute;
    left: 0;
    z-index: 10;
    color: #ffffff;
    margin: -20px auto;
    right: 0;
}
/*footer*/
#content-footer-section .widget h3{
	font-size: 20px;
    color: #000;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: none;
}

#content-footer-section .widget ul {
    padding-left: 0px;
}
ul.foot-add-info li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	list-style: none;
}
ul.foot-add-info li span.foot-ico {
    padding: 0 17px 0 0;
    color: #469fcc;
    font-size: 18px;
}
ul.foot-add-info li span {
    line-height: 23px;
}
ul.footer-links li {
    padding-bottom: 8px;    
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    list-style: none;
}
ul.footer-links li a {
    display: block;
    color: #524e4e;
    margin-bottom: 0px;
    font-size: 16px;
}
p.para{
	line-height: 24px;
    text-align: justify;
}

.footer-address p{
        color: #f5f5f5;
}


ul.list {
       margin: 0;
    list-style: none;
    padding: 10px 0 0 15px;
}
ul.list li, ol.list li {
   margin: 17px 0 0 0;
}
ul.list li.type-2::before {
    content: "❖";
	margin: 0 15px 0 0;
}
div#n2-ss-1.n2-ss-desktop .n2-ss-widget-display-desktop.n2-ib{
	display: none ! important;
}

#sidebar .widget{
	    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    margin-bottom: 10px;
}
.trng-1{
	font-style: italic;
    font-size: 16px;
    margin: 0 0 20px 0;
}

#breadcrumbs .fa {
    margin-right: 5px;
}
.navbar-toggle {
    border: 1px solid #0a7b3f;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}

.text-white{
    color: #fff;
}


/* Home Page */ 

.home-slider{
    position: relative;
    overflow: hidden;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    padding-top: 10px;
}


/******* home about********/

.primary-btn{
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1px;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: bold;
    background: #0a7b3f;   
    border: 1px solid #e26338;
    border-radius: 30px;
}

.primary-btn:hover{
    color: #0a7b3f;
    border: 1px solid #0a7b3f;
    background: #fff;
    
}

.secondry-btn{
    
}

.headline-primary{    
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
    z-index: 222;
    text-transform: uppercase;
}

/********** Home book-now ****************/

.default-link{
    padding: 3px 0;
    background: transparent !important;
    border: 0;
    border-bottom: 2px solid #c59d5f;
    border-radius: 0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
a.default-btn:hover{
   
}

.parallax{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.mt-28{
    margin-top: 28px;
}

.mb-30 {
    margin-bottom: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}

.pb-100 {
    padding-bottom: 85px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 85px;
}

.pt-100 {
    padding-top: 85px;
}

.bg-green {
    background: #f3f3f3;
}

.bg-white {
    background: #fff;
}

.bg-grey {
    background-color: #f7f7f7;
}

.custom-breadcumb{
   padding: 1% 0;
    text-transform: capitalize;
    font-weight: bold;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 10px;
    background: #fff;
}

.custom-breadcumb h1{
    margin: 0;
    color: #313030;
    font-size: 16px;
    font-weight: 100;
}


/*****************/

.home-contact-us .heading-title h3{
    margin: 0 0 20px 0;
}

.wpcf7 input[type="submit"]{
    width: 100%;
    background: #0a7b3f;    
    background: linear-gradient(90deg, #0a7b3f 22%, #36b049 99%);
    border: 1px solid #36b049;
    border-radius: 30px;   
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    overflow: hidden;
    padding: 9px 20px 7px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

/*********service list*************/


.box-4 {
    background-color: #fff;
    min-height: 195px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    border: 1px solid #eeeded;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    height: 210px;
}

.box-4 i {
    font-size: 20px;
    color: #e76e3b;
    transition: all .3s;
    border-radius: 83px;
    border: 1px solid #e76e3b;
    padding: 14px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    margin: 0 0 5px 0;
}
.contact-info .row {
    margin: 0;    
}
.contact-info {
    background: #f4f4f4;
}

.info-form{
    padding: 15px 30px 15px 30px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58,59,69,0.15);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    background: #ffffff;
    margin-bottom: 15px;
}

.social-contact{
    padding: 15px 30px 15px 30px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58,59,69,0.15);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    background: #ffffff;
    margin-bottom: 15px;
}

.social-contact ul{
    list-style: none;
    margin: 0px 0 60px 0;
    padding: 0;
}

.social-contact ul li{
    font-size: 14px;
    margin: 0 0 18px 0;
    letter-spacing: 0.5px;
}

.social-contact ul li span {
    color: #a2a2a2;
    font-size: 16px;
    width: 34px;
    margin-left: -16px;
    vertical-align: middle;
    text-align: center;
}
/****************** service slide ***********************************/
.service-slide{

}

.slide{   
    background-color: #fff;
    min-height: 195px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    border: 1px solid #eeeded;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 222;
}

.title{
    
}

.title h3{
   
}

.slide .content p{
   
}

.slide img{
    margin: 0 auto;
    border-radius: 8%;
    width: 127px;
    height: 127px;
}

/************ home-product-slide ******************/

.home-product-slide{
    position: relative;
    z-index: 222 !important;
}

.home-product-slide .slide{
    background-color: #fff;
    min-height: 208px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.04);
    margin-bottom: 25px;
    border: 1px solid #eeeded;
    border-radius: 5px;
    padding: 0 10px 20px 10px;
    text-align: center;
}

.home-product-slide .slide .slide-data{

}

.home-product-slide .slide .slide-data .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-product-slide .slide img{
    width: auto; 
    height: auto;
}

.home-product-bg{

}

.home-product-bg:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "\020";
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.41);
    z-index: 3;
}

.home-product-slide .slide .slide-data .with-tax{
    margin-right: 6px;
}

.home-product-slide .slide .slide-data .without-tax .amount{

}

.home-product-slide .owl-nav .owl-prev{
    display: block;
    background: #cd3329;
    opacity: 1;
    top: 30%;
    bottom: auto;
    left: -55px;
    width: 45px;
    height: 45px;
    padding: 13px 0;
    border-radius: 50px;
    position: absolute;
}

.home-product-slide .owl-nav .owl-prev .fa{
    color: #fff;
    font-size: 20px;
}

.home-product-slide .owl-nav .owl-next{
    display: block;
    background: #cd3329;
    opacity: 1;
    top: 30%;
    bottom: auto;
    right: -55px;
    width: 45px;
    height: 45px;
    padding: 13px 0;
    border-radius: 50px;
    position: absolute;
}

.home-product-slide .owl-nav .owl-next .fa{
    color: #fff;
    font-size: 20px;
}


/****************** New css **********************/


.menu-list{
    
}

.masonry-item-inner{
    background: #5d3b1c;
    padding: 3px 5px;
}

.masonry-item-inner .headline-primary{
    font-size: 20px;
    color: #fff;
    background: #ef7f1a;
    margin: 0;
    padding: 8px 10px;
    
}

.masonry-item-inner .title{
    float: left;
    margin: 0;
    padding: 5px 0;
    color: #fff;
    width: 60%;
    font-weight: 500;
}

.masonry-item-inner .text{
    float: right;
    margin: 0;
    padding: 5px 0;
    color: #fff;
    font-weight: 500;
    width: 39%;
    text-align: right;
}

.bdr{
    border-bottom: 1px solid #2f1e0f;
    clear: both;
}

.header-cart-inner{
    padding-top: 12px;
    display: block;
    position: relative;
    z-index: 2;
}

.header-cart-inner .cart-contents{
    
}

.header-cart-inner .cart-contents .fa{
    position: relative;
    font-size: 29px;
    padding: 9px 8px;
    line-height: 26px;
    color: #0a7b3f;
    float: left;
    border-radius: 50px;
}

.header-cart .count {
    position: absolute;
    font-size: 13px;
    right: -9px;
    border-radius: 50px;
    padding: 4px 7px;
    color: #fff;
    background-color: #0a7b3f;
    top: -5px;
    line-height: 12px;
    z-index: 20;
}

.header-cart-inner .cart-contents .amount-title{
    float: left;
    top: 15px;
    left: 15px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    color: #000;
    max-width: 131px;
    text-transform: capitalize;
    display: none;
}

.header-cart-inner .cart-contents .amount-cart{
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ 
    text-align: center;
    padding: 0 5px 14px 5px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    background: #fff;
}


.home .woocommerce .products ul, .home .woocommerce ul.products{
    padding: 0px 0 0 0;
    border-top: none;
}

.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 1em;
    padding: 15px 0 0 0;
    list-style: none outside;
    clear: both;
    border-top: 1px solid #ddd;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
        overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 20px;
}

.woocommerce ul.products li.product a img{
        margin: 0 0 0em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
    background: #000;
    background: linear-gradient(90deg, #36b049 22%, #36b049 99%);
    border: 1px solid #36b049;
    border-radius: 30px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
        color: #0a7b3f;
    border: 1px solid #0a7b3f;
    background: #fff;
}

.woocommerce span.onsale{
    background-color: #ef7f1a;
    display: none;
}

.woocommerce button.button.alt{
    background-color: #ef7f1a;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 12px 27px;
}

.woocommerce button.button.alt:hover{
    color: #f5821a;
    border: 1px solid #e26338;
    background: #fff;
}

.woocommerce div.product div.summary .product_meta{
    font-size: 15px;
    display: none;
}

.woocommerce div.product div.summary .posted_in a{
    background: #0a7b3f;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a7b3f), to(#36b049));
    background: -webkit-linear-gradient(top, #0a7b3f, #36b049);
    background: -moz-linear-gradient(top, #0a7b3f, #36b049);
    background: -ms-linear-gradient(top, #0a7b3f, #36b049);
    background: -o-linear-gradient(top, #0a7b3f, #36b049);
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;  
}

.woocommerce div.product div.summary .posted_in a:before{
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0,0,0,0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px; 
}

.woocommerce div.product div.summary .posted_in a:after{
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #ef7f1a;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce div.product div.summary .tagged_as a{
    background: #ef7f1a;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
}

.woocommerce div.product div.summary .tagged_as a:before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0,0,0,0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.woocommerce div.product div.summary .tagged_as a:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #ef7f1a;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .woocommerce-ordering select{
    padding: 5px 5px;
    border: 1px solid #ddd;
}

.woocommerce div.product form.cart button.minus{
    border-right: none ! important;
}

.woocommerce div.product form.cart button.plus{
    border-left: none ! important;
}

.woocommerce div.product form.cart button.minus, .woocommerce div.product form.cart button.plus{
    border: 1px solid #0a7b3f;
    color: #0a7b3f;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    padding: 6px 16px;
    border-radius: 0;
    font-size: 11px;
    line-height: 20px;
    height: 40px;
}
.woocommerce .quantity .qty{
    width: 3.631em;
    text-align: center;
    border: 0;
    padding: 6px 10px;
    margin: 0;
    height: 35px;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 -4px;
    display: inline-block;
    border: 1px solid #0a7b3f;
    height: 40px;
}

.woocommerce div.product form.cart .button{
    float: none;
    padding: 14px 50px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);    
    display: inline-block;  
    margin: 0 45px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0 0 0 0em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{    
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 0px;
    padding: 0px 0em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 0.7em 3em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #0a7b3f;    
    background: -webkit-gradient(linear, left top, left bottom, from(#0a7b3f), to(#36b049));
    background: -webkit-linear-gradient(top, #0a7b3f, #36b049);
    background: -moz-linear-gradient(top, #0a7b3f, #36b049);
    background: -ms-linear-gradient(top, #0a7b3f, #36b049);
    background: -o-linear-gradient(top, #0a7b3f, #36b049);
    z-index: 2;
    border-bottom-color: #fff;
    border: 1px solid #e26338;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
        color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
        left: -5px;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}

.woocommerce div.product .product_title{
    font-size: 20px;
}

.woocommerce-product-details__short-description{
    margin: 30px 0;
    border-top: 1px solid #ddd;
    padding: 15px 0 0 0;
}

.woocommerce-product-details__short-description ul{
        padding: 0 15px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #db5433;
}

.woocommerce div.product p.price ins{
   
   text-decoration: none;
}

.woocommerce table.shop_attributes{
    border: 1px dotted rgba(0,0,0,.1);
}

.woocommerce div.product form.cart .variations label{
    color: #000;
    font-size: 18px;
    padding: 8px 0;
}

.woocommerce div.product form.cart .variations select{
    height: 39px;
    min-width: 88%;
}

.woocommerce div.product form.cart{
    border-top: 1px solid #ddd;
    padding: 15px 0 15px 0;
}

.woocommerce div.product span.price del{
    display: block;
} 

.woocommerce div.product span.price ins{
    display: block;
    text-decoration: none;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text{
    border: 1px solid #d8d8d8;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    height: 38px;
}

.woocommerce-checkout .woocommerce form .form-row .select2-selection{
        border: 1px solid #d8d8d8;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    padding: 5px 0;
    height: 38px;
}

.woocommerce-checkout .woocommerce form .form-row label{
    font-size: 14px;
}

.woocommerce-checkout .woocommerce form .create-account span{
    position: relative;
    margin: -8px 0px 0 19px;
    top: -9px;
}

.woocommerce-checkout .woocommerce form .create-account span.woocommerce-input-wrapper{
    position: relative;
    margin: -2px 0px 0 0;
    top: 5px;
}

.woocommerce-checkout .woocommerce form h3{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.woocommerce-cart-form a.remove{
    font-size: 13px;
    height: auto;
    width: auto;
    border-radius: 0; 
}

.woocommerce-cart-form a.remove:hover{
    color: red ! important;
    background: transparent ! important;
}

.bg-order{
    background: #ebe9eb;
}

.home-feature-product{
    background: #f5f5f5;
}
/********* Media Query for large Device *************/
@media (min-width: 768px) {

        
}


@media (max-width: 767px) {  

    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }  
    
    .headline-primary{
        font-size: 20px;
    }
    
    .pt-50 {
        padding-top: 30px;
    }
    
    .pb-50 {
        padding-bottom: 30px;
    }
    
    .pb-30 {
        padding-bottom: 10px;
    }
    
    .searchbox{
        border: 1px solid #ddd;
        margin-bottom: 6px;
        border-radius: 10px;
    }
    
    .widget_media_image{
        margin-bottom: 20px;
    }
    
    .home .rsrc-container-header .header-section{
        background: #fff;
    }
    .rsrc-main-menu{
        padding: 4px 6px 1px 6px ! important;
    }   
    
    .mobile-cart{
        position: absolute;
        margin: 0 auto;
        top: -9px;
        left: 43%;
    }
    
    .header-cart-inner {
        padding-top: 10px;
    }  
    

    .image-design{
        margin-bottom: -7px;
    }

    ul.menu-nav li {        
        padding: 15px 34px;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    #breadcrumbs{
        padding: 5% 0 5% 0;
    }

    .custom-breadcumb{
        padding: 5% 0 5% 0;
    }

    .page-header-banner{
        min-height: 214px;
    }

    .page-header-banner h1{
        padding: 24% 0;
    }

    .footer-widgets #content-footer-section{
        width: 100%;
    }

    /*** Woocommerce ***/

    .woocommerce div.product .product_title{
        font-size: 20px;
        line-height: 30px;
    }

    .woocommerce div.product form.cart{
        text-align: center;
    }

    .woocommerce div.product form.cart .button{
        margin: 0px 0 0 0;
        padding: 12px 18px;
    }
}