/* 
	Theme Name: Cokingtin Eye Center
	Author: JADE Interactive
	Description: A custom wordpress theme for Jianas Brothers
	Version: 1.1
*/
.breadcrumbsec ol.breadcrumb {
    font-size: 13px;
}
.breadcrumb li.active, .breadcrumb span.current-item, .breadcrumb span:hover {
    color: #246080;
}
.top-phonenoSec .phone-numbers .phone-btn {
    position: relative;
    padding-left: 28px;
}
.top-phonenoSec .phone-numbers .phone-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url("https://jadeweb.dev/cokingtin/wp-content/uploads/2026/07/location-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.top-phonenoSec .phone-numbers .textwidget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.top-btnsec .btn-group .textwidget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.blog-content .btnwrap {
    display: block;
}

.blog-content small {
    text-transform: capitalize;
}

.blog-content small a {
    color: var(--txt-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--body-fonts);
    text-align: left;
}

.blog-content small a:hover {
    color: var(--main-site-color);
}

.blog-content p {
    font-family: var(--body-fonts);
    margin-top: 10px;
}

.blog-content .btnwrap .button {
    font-weight: bold;
    padding-left: 5px;
    font-size: 14px;
}

.search .list-style .type-post:first-child hr, .search .list-style .type-page:first-child hr {
    display: none;
}

.img-services > .img-caps{
    padding: 10px;
}

.cataract-sec .button:hover{
    background-color: var(--main-site-color);
}

@media(max-width: 991px) {
.top-phonenoSec .phone-numbers .textwidget {
    flex-direction: row;
}
.top-btnsec .btn-group .textwidget {
    flex-direction:row;
}
}

@media(max-width:480px) {
    .blockquote{top:-200px}
    .hospital-loc-sec{padding-bottom:250px;}
    .cataract-sec .button img{margin-right: 10px;}
    .cataract-sec .button{min-width:100%;font-size: 14px;}
    .ba-titlesec .button{min-width:98%;}
}

@media(max-width:390px) {
.top-phonenoSec .phone-numbers .phone-btn{padding-left:20px;}
.top-phonenoSec .phone-numbers .phone-btn::before{width: 10px;height: 10px;top:5px;}
.top-phonenoSec .btn-group .button{width:calc(50% - 15px);}
.top-btnsec .btn-group .textwidget{flex-wrap: wrap;justify-content: center;}
}