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

/*************** ADD CUSTOM CSS HERE.   ***************/
.post-sidebar .is-divider{
    display: none;
}
.post-sidebar .widget-title {
      color: #5F4D16;
}
.is-divider{
        background-color: transparent;
}
.category .box-text .post-title{
        color: #5F4D16;
    font-size: 22px;
}
.form-dat-ban h3{
        color: #5f4d16;
}
.single-post .page-title-inner{
    min-height: 150px !important;
}
.page-title-inner .entry-meta{
    display: none;
}
.blog-wrapper{
    padding-top: 0px;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
    height: 3.507em;
    box-shadow: none;
        background: #F7F7F7;
}
h2.title-bold{
        padding: 12px 5px;
    background: #5E6018;
    font-family: Dancing;
    color: white;
    text-align: center;

}
.title-home{
    color: #5F4D16;
}
.product-small .product-small{
        border: 1px solid #332a0b;
}
.product-small .box-text {
        padding: 0px;
    padding-bottom: 10px !important;
}
.product-small .box-text .title-wrapper{
        padding-bottom: 10px;
    background: #F3F3F3;
    padding-top: 10px;
}
.product-small .box-text .price-wrapper{
        font-size: 20px;
    padding: 12px;
    background: #5F4D16;
    color: white;
}
.product-small a.nut-xem-them{
     background: #5F4D16;
     color: white;
     padding: 10px 15px;
     border-radius: 5px;
}
.product-small .box-text .price-wrapper span.amount{
    color: white !important;
}
.product-small .box-text .box-excerpt{
    min-height: 108px;
}
.product-small .box-text .box-excerpt{
        font-size: 14px;
    padding: 10px;
}
.product-small .box-text .title-wrapper .product-title a{
        color: #000;
}
@font-face {
 font-family: Dancing;
 src: url(fonts/DancingScript-Regular.ttf);
 font-weight: normal;
 }

.product-small .product-title a{
    font-family: Dancing !important; 
    font-size: 23px;
}
span.amount{
    color: red;
}
.div-no-padding{
    padding-bottom: 0px;
}


/*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{
    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;
}
    .page-header-wrapper h1.entry-title {
        text-transform: uppercase;
    }
@media(min-width: 1023px){
    .page-header-wrapper h1.entry-title {
            font-size: 44px !important;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}