/*
Theme Name: Web Khoi Nghiep
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
.row-danh-muc h5{
	font-size:12px;
	color:black;
}
.row-danh-muc .box-image > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-danh-muc img {
    height: 180px;
    width: auto;
    object-fit: contain;
}
.text-footer p {
    padding: 10px 0;
    margin-bottom: -5px;
}
.section-title-normal {
    border-bottom: 2px solid #089908;
}
/* Bao bọc form */
.custom-service-form {
    max-width: 400px; /* Giới hạn độ rộng giống như ảnh, bạn có thể chỉnh lại */
    margin: 0 auto;
}

/* Tiêu đề và gạch chân */
.custom-service-form .form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #111;
    text-transform: uppercase;
	    width: fit-content;
    border-bottom: 2px solid black;
    padding-bottom: 15px;
}

.custom-service-form .is-divider {
    height: 2px;
    width: 60px;
    background-color: #2c3e50;
    margin-bottom: 25px;
}

/* Ô nhập liệu bo tròn */
.custom-service-form input[type="text"],
.custom-service-form input[type="tel"] {
    border-radius: 99px !important; /* Ép bo tròn hoàn toàn */
    background-color: #f8f9fa !important; /* Nền xám nhạt */
    border: 1px solid #e5e5e5 !important;
    padding: 12px 20px;
    font-size: 15px;
    color: #333;
    box-shadow: none !important; /* Xóa bóng đổ mặc định của Flatsome */
    margin-bottom: 0;
}

/* Đổi màu chữ Placeholder */
.custom-service-form input::placeholder {
    color: #888;
    font-style: normal;
}

/* Nút đặt lịch ngay */
.custom-service-form input[type="submit"] {
    background-color: #00a651 !important; /* Màu xanh lá chuẩn theo site xe điện */
    border-radius: 8px !important; /* Bo góc vuông nhẹ */
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.custom-service-form input[type="submit"]:hover {
    background-color: #008f45 !important; /* Màu xanh đậm hơn khi hover */
    transform: translateY(-2px);
}

/* Bỏ khoảng trắng thừa của thẻ P mặc định trong CF7 */
.custom-service-form p {
    margin-bottom: 15px;
}
.image-box-trangchu .box-image img {
    padding: 20px;
    object-fit: cover;
}
.col-lienhe > .col-inner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4); /* chỉnh độ mờ ở đây */
    z-index: 1;
}

/* đảm bảo content nằm trên overlay */
.col-lienhe > .col-inner > *{
    position: relative;
    z-index: 2;
}
.col-lienhe > .col-inner{
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/cua-hang-xe-may-50cc-gan-nhat-1.jpg');
    background-size: cover;
    background-position: center;
}
.he-thong-cua-hang .col .col-inner .box img {
    border-radius: 15px 15px 0px 0px;
    width: 100% !important;
}
.he-thong-cua-hang .col .col-inner .box{
	    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 15px;
}
.box-text-products {
    height: fit-content !important;
}
.loop-product-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    margin-top: 5px;

}
.box-text-products .add-to-cart-button{
	display:none;
}
.loop-product-gallery-thumbs .thumb-item {
	display:flex;
	justify-content:center;
	align-items:center;
    width: 27%; /* Kích thước thumbnail, có thể điều chỉnh */
    height: 70px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s ease;
	object-fit:contain;
	
}

.loop-product-gallery-thumbs .thumb-item:hover,
.loop-product-gallery-thumbs .thumb-item.active {
    border-color: #29b872; /* Đổi màu viền khi hover (theo màu gốc của site bạn) */
	
}

.loop-product-gallery-thumbs .thumb-item img {
    width: auo;
    height: 70px;
    object-fit: cover;
}

/* Class ẩn các ảnh dư */
.loop-product-gallery-thumbs .is-hidden {
    display: none;
}

/* Nút + X ảnh */
.loop-product-gallery-thumbs .thumb-more {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    cursor: pointer;
    padding: 0 4px;
    user-select: none;
}

.loop-product-gallery-thumbs .thumb-more:hover {
    color: #29b872;
}
.gallery-col img{
	max-height:300px;
	min-height:300px;
	

}
.add-to-cart-button{
	display:none;
}
.box-text-products .price:before {
    content: "Giá đề xuất:";
    font-size: 11px;
    margin-right: 5px;
}
.dot{
	color:#a0a0a0 !important;
	background:#a0a0a0 !important;
}
.dot.is-selected{
	color:black !important;
	background:black !important;
}
@keyframes scroll{
	100% {
    transform: translate(calc(-50% - 0.5rem));
}
}
.infinite-scroller {
    max-width: 100%;
}
.infinite-scroller[data-speed="slow"] {
    --_animation-duration: 50s;
}
.infinite-scroller[data-direction="left"] {
    --_animation-direction: forwards;
}
.infinite-scroller[data-animated="true"] .infinite-scroller-inner {
    width: 100%;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;}
.infinite-scroller-inner {
    grid: auto / auto-flow max-content;
    justify-content: center;
    align-content: center;
    display: grid;
    gap: 5rem;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}
.has-border1{
	border-top:1px solid #485955;
}
.text-footer p{
	    padding: 10px 0;
    margin-bottom: -5px;
}
.col-padding0{
	padding-bottom:0 !important;
}
.col-footer-dac-biet .col-inner{
	border-radius:15px;
}
.col-lienhe > .col-inner{
    position: relative;
    background-image: url('/wp-content/uploads/2026/04/cua-hang-xe-may-50cc-gan-nhat-1-1.jpg');
    background-size: cover;
    background-position: center;
}
.image-box-trangchu .box-image > div{
	    border: 5px solid;
    border-radius: 100%;
    color: var(--fs-color-primary);
   

    transition: all .3s;

}
.off-canvas .nav-vertical li li>a{
	font-size:22px ;
}
.taxonomy-description{
	padding-top:10px;
}
.sku_wrapper{
	display:none !important;
}
#footer .widget_nav_menu{
    padding-left: 0px;
    padding-right: 0px;
}
.post-title a,.post-title{
	 display: -webkit-box;
  -webkit-line-clamp: 2; /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ux-quantity.quantity.buttons_added{
	display:flex;
	align-items:center;
}
.lien-he-price{
	color:red;
	font-weight:bold;
}
.section-header-tin .page-title-inner {
    min-height: 200px;
}
.blog-archive{
    padding-top: 0px;
}
.section-header-tin .title-bg {
    background-image: url(images/k1.jpg);
}

.copyright-footer{

    color: white;
}
product-small .col-inner{
	
}
p.form-row-first, p.form-row-last{
    width: 100%;
}
.div-phai .woocommerce-breadcrumb{
    display: none;
}
.div-khuyen-mai-chi-tiet ul li{
    list-style: none;
}
.div-khuyen-mai-chi-tiet ul li:before{
    content: "\f06b";
    font-family: fontawesome;
color:  #004da6;
padding-right: 5px;
}
.product_meta>span{
    border-top: none;
}
.devvn_buy_now_style{
    padding: 11px;
}

.div-phai form.cart .single_add_to_cart_button{
      background: #ec1b24;
    background: -webkit-linear-gradient(#ec1b24,#d2071d);
    background: -o-linear-gradient(#ec1b24,#d2071d);
    background: -moz-linear-gradient(#ec1b24,#d2071d);
    background: linear-gradient(#ec1b24,#d2071d);
    line-height: 19px;
    padding: 9px;
    width: 45%;
    border-radius: 5px;
    /* position: absolute; */
    margin-right: 10px;
    float: left;
}
.header-bottom-nav li.menu-item .sub-menu {
    padding: 0px;
    background: #E1E1E1;
}
.header-bottom-nav li.menu-item .sub-menu  a{
    border-bottom: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: black;
}
.single_add_to_cart_button::after {
    content: "Giao hàng tận nơi";
    font-weight: normal;
    display: block;
    font-size: 12px;
    text-transform: initial !important;
}
.header-bottom-nav li.menu-item .sub-menu li:hover a{
color:  #004da6;
}
.header-bottom-nav li.menu-item .sub-menu  li{
    padding: 5px;
    border-bottom: 1px solid #004da6;
}
#main h1.product_title{
        font-size: 34px !important;
    margin-top: 13px;
}
.buttons_added{
    display: none;
}
.related-products-wrapper{
    background: transparent !important;
    padding: 0px !important;
}
h3.product-section-title-related{
        text-align: left;
    margin: 0px;
    display: block;
    width: 100%;
}
h5.mt{
    margin-top: 0px;
   color:  #004da6;
}
.div-thong-so h3{
     color:  #004da6;  
}
.product-section{
    border-top: none;
    background: white;
    padding: 20px;
}
.div-thong-so{
        background: white;
    padding: 10px 20px;
}
.div-thong-so ul li:nth-child(odd){
    background: #B7B7B7;
    color: white;
}
.div-thong-so ul li{
    margin: 0px;
    padding: 10px 10px;
    list-style: none;
}
.archive #main{
        background: #F7F8F7;
}
.div-tin-ngang .post-title{
overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.is-divider{
display: none;}
.div-icon p{
color: #004da6;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.service{
    padding-bottom: 0px !important;
}
.service .div-icon{
    padding-bottom: 5px;
}
.service .icon-box:hover{
        background-color: #004da6;
    color: #Fff;
}
.service .icon-box:hover img{
    filter: brightness(0) invert(1);
}
.service .icon-box:hover p{
        color: #Fff;
        text-shadow: 0 3px 8px rgb(0 0 0 / 40%);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transition-delay: 0.5s;
    transition: all ease 0.25s;
}
.service .icon-box{


padding: 15px;
    color: #004da6;
    transition: all 0.21s ease 0s;
    background-color: #fff;
    border-radius: 4px;
}
.header-bottom .header-bottom-nav > li > a{
    padding-left: 10px;
    padding-right: 10px;
}
.single-page{
    padding-top: 0px;
}
.title-home {
    color: #004da6;
    text-transform: uppercase;
    font-size: 30px;
}
.post-sidebar span.widget-title {
        display: block;
    text-align: center;
    background: #F88C11;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-weight: normal;
}
.product-small .product-title  {
    margin-bottom: 15px;
}
.product_list_widget span.amount{
        font-size: 15px;
}
.add-to-cart-button a{
    border: 1px solid !important;
    padding: 0px 20px;
    border-radius: 5px;
    line-height: 28px;
    min-height: unset;
}
.div-khuyen-mai ul li{
    list-style: none;
}
.div-khuyen-mai{
    margin-top: 20px;
        font-size: 14px;
    height: 65px;
    color: #666;
    background: url(/wp-content/uploads/2026/04/icon_offers.webp) left 8px no-repeat;
    padding-left: 45px;

 
}
.section{
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.img-slidebanner img{
	border-radius:15px;
}
.product-small .add-to-cart-button{
        position: absolute;
    right: 10px;
    top: 35px;
}

.product-small .product-title a{
        color: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
a.button-xem-them{
        border-radius: 4px;
    font-weight: normal;
}
.badge-container {
        margin-top: 10px !important;
    left: 10px !important;
}
.badge-container .badge-square{
        height: 27px;
    border-radius: 5px;
}
.badge-container .badge-square .secondary{
        border-radius: 2px;
    font-weight: normal;
}
#woocommerce-product-search-field-0{

        border-radius: 5px;
        height: 45px;
    background: white;
}
.products .product-small .product-small{
         border-radius: 5px;

    background: white;
}


.home .product-small,.related .product-small .product-small{
    background: white;
}

.product-small .box-image img{
	max-height:300px;
	width:auto;

}
.has-equal-box-heights .box-image{
	padding-top:0 !important;
}
.product-small .box-image>div>a {
    max-height: 265px;
    min-height: 265px;
    min-width: auto;
    max-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel.entry-content{
    padding-top: 0px !important;
}
.div-no-padding{
    padding-bottom: 0px;
}
#billing_address_1_field{
    width: 100%;
}
.header-bottom{
        border-top: 2px solid #004da6;
    border-bottom: 2px solid #004da6;
}

/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
        color: #F88C11;
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}
.div-khuyen-mai ul{
	padding:0 !important;
}
.div-khuyen-mai ul li{
	margin:0 !important;
}
#tab-title-ux_global_tab{
	display:none;
}
.product-small .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media(max-width:1024px){
	.add-to-cart-button{
		position:static !important;
	}
	.col-tintuc,.col-video{
		min-width:100%;
	}
	.div-icon{
		min-width:50%;
	}
}
@media(max-width: 855px){
    .div-danh-muc .section{
        padding: 0px !important;
    }
    .products .product-small .product-small {

    padding-top: 20px !important;

}
    .section-banner-chi-tiet h3{
        font-size: 17px !important;
    }
    .title-home {
    color: #004da6;
    text-transform: uppercase;
    font-size: 24px !important;
}
     .section-danh-muc .box-text h5{
        font-size: 11px;
     }
    .section-danh-muc .box-text{
            border: solid 1px #004da6 !important;
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #e5e5e5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #e5e5e5);
    background: -moz-linear-gradient(top, #fff, #e5e5e5);
    background: -ms-linear-gradient(top, #fff, #e5e5e5);
    background: -o-linear-gradient(top, #fff, #e5e5e5);
    padding-left: 3px;
    padding-right: 3px;
    }
    .section-danh-muc .box-image{
        display: none;
    }
    .header-main {
    height: 52px;
}
    .header-bottom{
        border: none;
    }
    .form-flat input:not([type=submit]), .form-flat textarea, .form-flat select{
            border-radius: 10px;
    background: white;
    }
    .section-tin-tuc{
        padding-top: 0px !important;
    }
    .section-sp{
        padding-bottom: 0px !important;
    }
    a.button-xem-them {
            margin-top: 10px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 12px;
}
    .product-small .product-title a{
  
    font-size: 12px !important;
  
}
    .service .icon-box {
    padding: 10px;
  
    border-radius: 4px;
    align-items: center;
}
     .service .icon-box-text p{
        font-size: 10px;
     }
      .service .icon-box-text{
        padding-left: 0px !important;
      }
    .service .icon-box-img{
        width: 40px !important;
    }
    .row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col {
    padding: 0 3.8px 5.6px;
    margin-bottom: 0;
}


    .home .product-small, .related .product-small .product-small{
        padding-top: 20px;
    }
	.price-wrapper .price{
		font-size:14px;
		font-weight:700;
	}
	.box-image>div>a {
		max-height: 200px;
    min-height: 200px;
	}
    .product-small .box-text .product-title a{
        overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
    }

    .div-khuyen-mai{
        display: none;
    }
    .div-tin-trai .post-item{
        padding-bottom: 0px !important;
    }

     .div-tin-ngang  .box-vertical .box-image {
    width: 50% !important;
    padding-right: 11px;
}
    .div-tin-ngang .box{
        display: flex;
    }
    .div-phai form.cart .single_add_to_cart_button{
        line-height: 17px;
    }
      .section-banner-chi-tiet .banner .text-box{
            top: 63.3% !important;
      }
    .section-banner-chi-tiet .banner{
        padding-top: 106px !important;
    }
    .product-small .add-to-cart-button{
        display: none;
    }
    .div-khuyen-mai {
        padding-right: 0px !important;
    margin-top: 20px;
    font-size: 14px;
    height: 65px;
    color: #666;
    padding-left: 27px;
  
}
 .div-khuyen-mai li{
    margin-bottom: 4px;
 }
    .div-thong-so li{
        font-size: 96%;
    }
    .div-phai form.cart .single_add_to_cart_button{
        width: 100%;
    }
    #main h1.product_title {
    font-size: 26px !important;
    margin-top: 13px;
}
    .div-phai form.cart {
    width: 100% !important;
    margin-bottom: 0px !important;
    float: left;
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.row-footer {
		padding-top:30px;
	}
	.phongvt-contact {
        display: none;
    }
	.absolute-footer.dark{
		margin-bottom:100px;
	}
	

}
@media(max-width:425px){
	.image-box-trangchu .box-image img {
        padding: 15px;
    }
	.row-footer {
        padding-top: 80px;
    }
	#tab-title-ux_global_tab{
	display:block;
}
	.col-dac-biet1{
		display:none;
	}
	.product-tabs li{
		max-width:fit-content;
		padding:5px 10px;
	}
	.div-thong-so{
		padding:0
	}
	.parametdesc{
		padding-left:0 !important;
	}
}
@media(max-width:425px){
	.box-text-review .box-text{
		padding-top:0;
	}
	.box-text-review{
		display:flex;
	}
	.box-text-review .box-image{
		width:20% !important;
	}
	.box-text-inner h4{
		font-size:20px !important;
	}
	.col-lienhe > .col-inner{
		padding-left:10px !important;
	}
	.image-box-trangchu{
		display:flex;
		flex-direction:row;
	}
	.image-box-trangchu .box-image > div{
		width:98px;
		height:98px;
	}
	.image-box-trangchu .box-image{
		width:40% !important;
	}
	.col-lienhe .col-inner{
		padding-right:15px !important;
	}
	.image-box-trangchu .box-image img{
		padding:15px;
	}

}

.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
.comments-title.uppercase{
	text-transform:none !important;
	font-family: "Montserrat", sans-serif;
}

