/** New Blog CSS**/
.blog-innerwrap .row.align-items-start.justify-content-between,
.post-glasses-info-outerwrap .row.align-items-start.justify-content-between{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.yellow{
  background-color: #efba00;
}
.green{
  background-color: #05d000;
}
.purple{
  background-color: #7e00d7;
}
.blog-outerwrap {
    margin-top: 49px;
}
.blog-content-outerwrap {
    text-align: left;
    margin-bottom: 64px;
}
.blog-heading {
    text-align: center;
    margin: 19px 0 76px;
}
.blog-heading h1{
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin: 0 0 12px 0;
    display: inline-block;
    position: relative;
}
.blog-heading h1::after{
	content: "";
    background: url(http://vseyewear.com/wp-content/uploads/2023/08/Group-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 100px;
    position: absolute;
    top: -30px;
    right: -40px;
}
.blog-heading span{
	color: #2290ff;
}
.blog-heading p{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
}
.blog-img {
    position: relative;
    margin-bottom: 25px;
}
.blog-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 5px;
}
.blog-img span{
	font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto';
    display: flex;
    text-transform: capitalize;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 9px 5px;
    border-radius: 4px;
}
.blogs-info-outerwrap {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: capitalize;
    color: #9e9e9e;
    margin-bottom: 19px;
}
.blog-content-innerwrap  h2{
	padding: 0;
    margin: 0 0 21px 0;
    font-size: 17px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    min-height: 72px;
}
.blog-content-innerwrap  p{
	font-size: 15px;
    line-height: 1.5;
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 37px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-btn a{
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
    background: unset;
    padding: 15px 47px;
    border: 1px solid #dddfe1;
    border-radius: 10px;
    text-transform: capitalize;
    transition: all ease 0.3s;
    display: inline-block;
    width: unset;
}
.blog-btn button:hover{
	background-color: #2290ff;
    color: #fff;
}
.blog-btn a:hover {
    color: #000000;
    background-color: #efba00;
    text-decoration: none;
}
.sidebar-outerwrap h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    font-weight: 600;
    font-family: "poppins";
    border-bottom: 1px solid #dddfe1;
    padding: 0 0 16px 0;
    margin: 0 0 30px 0;
}
.pseudo-search,
.wp-block-search__inside-wrapper{
    border-radius: 3px;
    padding: 7px 22px;
    transition: background-color 0.5 ease-in-out;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
}
.sidebar-outerwrap form{
	margin-bottom: 69px;
}
.pseudo-search input,
.sidebar-outerwrap .wp-block-search__input.wp-block-search__input{
    border: 0;
    background-color: transparent;
    width: 100%;
}
.pseudo-search input:focus,
input#wp-block-search__input-2:focus{
	outline: none;
}
.sidebar-outerwrap .wp-block-search__input.wp-block-search__input {
    outline: none;
}
.sidebar-outerwrap label.wp-block-search__label {
    display: none;
}
.pseudo-search button, .pseudo-search i {
    border: none;
    background: none;
    cursor: pointer;
}
.categories h2,
.recent-post-outerwrap h2,
.archive-sec-outerwrap h2{
    font-weight: 500;
    font-family: "poppins";
    border-bottom: unset;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 25px 0;
}
.categories ul,
.archive-sec-outerwrap ul,
.widget_categories ul{
	padding: 0px;
}
.categories ul li,
.widget_categories ul li{
    list-style: none;
}
li.cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.categories ul li a,
.archive-sec-outerwrap ul li a,
.widget_categories ul li a{
    font-size: 15px;
    line-height: 1.2;
    color: #6e6e6e;
    text-transform: capitalize;
    font-weight: 500;
    list-style: none;
    border-radius: 7px;
    padding: 8px 9px;
    margin-bottom: 0px;
    display: block;
    transition: all ease 0.3s;
    text-decoration: none;
}
.categories ul li,
.archive-sec-outerwrap ul li,
.widget_categories ul li{
    font-size: 15px;
    line-height: 1.2;
    color: #6e6e6e;
    text-transform: capitalize;
    font-weight: 500;
    list-style: none;
    border-radius: 7px;
    padding: 8px 9px;
    margin-bottom: 0px;
    
    transition: all ease 0.3s;
    text-decoration: none;
}
/*.categories ul li a:hover,
.widget_categories ul li a:hover{
	color: #000000;
    background-color: #efba00;
}*/
.categories ul li:hover,
.widget_categories ul li:hover{
	color: #000000;
    background-color: #efba00;
}
.archive-sec-outerwrap ul li,
ul.wp-block-archives-list.wp-block-archives li
{
	padding: 0px;
    list-style: none;
}
.archive-sec-outerwrap ul li a,
ul.wp-block-archives-list.wp-block-archives li a{
    font-size: 15px;
    line-height: 1.2;
    color: #555555;
    padding: 0;
    margin-bottom: 21px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.archive-sec-outerwrap ul li a i{
    color: #9e9e9e;
    margin-right: 13px;
}
ul.wp-block-archives-list.wp-block-archives li:before{
    content: "\f073";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #9e9e9e;
    margin-right: 13px;

}
.categories {
    margin-bottom: 54px;
}
.sidebar-outerwrap .widget_categories {
    margin-bottom: 54px;
}
.recent-post-img img,
.sidebar-outerwrap .wp-block-latest-posts__featured-image img{
	width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 4px;
    max-width : none;
}
.recent-post-title h3,
.sidebar-outerwrap a.wp-block-latest-posts__post-title{
    font-size: 15px;
    line-height: 1.2;
    color: #6e6e6e;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 39px;
    font-family: 'Poppins', sans-serif;
}
.recent-post-title span{
    font-size: 13px;
    line-height: 1.2;
    color: #9e9e9e;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.recent-post-innerwrap,
.sidebar-outerwrap .wp-block-latest-posts.wp-block-latest-posts__list li{
	display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}
.recent-post-img,
.sidebar-outerwrap .wp-block-latest-posts__featured-image{
    margin-right: 21px;
}
.recent-post-outerwrap,
.sidebar-outerwrap .widget_recent_entries{
    margin-bottom: 76px;
    
}
ul.wp-block-archives-list.wp-block-archives{
    padding: 0px;
}
/* POST PAGE CSS START */
a.clickable:hover {
    text-decoration: none;
}
a.clickable {
    background: none !important;
}
.blog-post-img img{
	width: 100%;
    height: 126px;
    object-fit: cover;
}
.blog-post-innerwrap h1{
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.blog-post-innerwrap p {
    font-size: 15px;
    line-height: 1.4;
    color: #6e6e6e;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
}
.post-glasses-img {
    border: 1px solid #4b82b1;
    margin-bottom: 8px;
}
.post-glasses-info-innerwrap {
    text-align: center;
     margin-bottom: 30px;
}
.post-glasses-img img {
    height: 165px;
    width: 100%;
    object-fit: contain;
}
.post-glasses-info-innerwrap p,
.post-glasses-info-innerwrap span{
	color: #0a001b;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px;
}
.post-glasses-info-innerwrap span.woocommerce-Price-amount.amount bdi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.post-glasses-info-innerwrap span {
    color: #ffc324;
    margin-bottom: 10px;
    display: block;
}
.post-glasses-info-innerwrap a{
	color: #fff;
    background-color: #ffc324;
    text-transform: uppercase;
}
.post-glasses-info-innerwrap a {
    color: #fff;
    background-color: #ffc324;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 14px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bold;
}
.post-glasses-info-outerwrap {
    margin-bottom: 57px;
}
.need-help-sec-outerwrap {
    background-color: #f3f6f9;
    padding: 0 30px 54px;
    margin-bottom: 51px;
}
.need-help-img img{
    width: 100%;
    border-radius: 0 0 4px 4px;
}
.need-help-sec-outerwrap .blog-post-content p{
    font-size: 16px;
    line-height: 1.6;
    color: #6e6e6e;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;   
}
.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 29px;
    border-bottom: 1px solid #dddfe1;
    padding-bottom: 29px;
}
.need-help-sec-outerwrap .row{
    display: flex;
    align-items: flex-end;
}
.button a{
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

/* POST PAGE CSS END */


/*MEDIA QUERY CSS START */
@media only screen and (max-width: 1440px) {
    .blog-content-innerwrap h2 {
        min-height: 96px;
    }
}
@media only screen and (max-width: 1366px) {
 .blogs-info-outerwrap {
    font-size: 12px;
  }
 .blog-content-innerwrap h2 {
     font-size: 16px;
     line-height: 1.4;
     min-height: 66px;
   }
  .blog-content-innerwrap p {
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
   }
}
@media only screen and (max-width: 1024px) {
 .sidebar-outerwrap h2,
 .blog-content-innerwrap h2{
    font-size: 18px;
  }
 .categories ul li, .archive-sec-outerwrap ul li a {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .pseudo-search {
    padding: 14px 25px;
  }
  .blog-btn button {
    font-size: 14px;
  }
  p{
      font-size: 14px !important;
   }
   .post-glasses-info-innerwrap {
        margin-bottom: 24px;
   }
}
@media only screen and (max-width: 991px){
	.blog-heading {
        margin: 19px 0 46px;
	}
    .blog-heading h1 {
    	font-size: 28px;
    }
    .blog-heading p {
    	font-size: 12px;
    }
    .blogs-info-innerwrap {
        margin-bottom: 14px;
    }
    .sidebar-outerwrap h2, .blog-content-innerwrap h2 {
        font-size: 18px;
        min-height: auto;
        margin-bottom: 9px;
    }
    .recent-post-innerwrap {
        flex-direction: column;
    }
    .recent-post-img {
        margin-right: 0px;
        margin-bottom: 7px;
    }
	.recent-post-title h3 {
    	margin-bottom: 7px;
    }
    .blog-content-innerwrap p {
        margin-bottom: 17px;
    }
    .categories ul li a, .archive-sec-outerwrap ul li a {
        font-size: 13px;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 767px){
	.need-help-sec-outerwrap .row {
        flex-wrap: wrap;
    }
    .need-help-img{
    	margin-bottom: 14px;
    }
}
/*MEDIA QUERY CSS END */