/*
Theme Name: YRHT
Theme URI: http://totalwptheme.com
Description: A WordPress theme for YRHT.
Author: Eggplant Digital
Author URI: http://totalwptheme.com
Template: Total
Text Domain: yrht
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: BSRU;
    src: url("../yrht/fonts/BSRUBANSOMDEJ-Regular.otf");
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: BSRU, Roboto, "Helvetica Neue", Arial, sans-serif;
}
body, p, div {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}


/*****
/* ~Home Contact 
*****/

.footer-contact h3::after {
	display: block;
    width: 20px;
    border-top: 1px solid #c42b30;
    content: "";    
}

.contact-meta {
	font-family: Roboto, BSRU, "Raleway", "Helvetica Neue", Arial, sans-serif;
	color: #555;
}

@media screen and (max-width: 959px) {

	.contact-meta {
		font-size: 12px;
	}
	.footer-contact h3::after {
		margin: 10px auto;
	}
}

@media only screen and (min-width: 960px) {
    body.wpml-language-zh-hans .contact-meta {
        font-size: 18px;
    }
	.contact-meta {
	    display: inline-block;
	    margin-right: 60px;
	    font-size: 16px;
	}
	.contact-info {
	    text-align: center;
	}
	.footer-contact h3::after {
		margin: 20px auto;
	}
}

/***** 
* ~Menu
*****/
#menu-main-menu>li {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin: 10px auto;
}

li.menu-item a {
    font-family: BSRU, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.wcmenucart-icon.fa.fa-shopping-cart::before {
    background-image: url(../yrht/images/cart.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 15px;
}

span.wcmenucart-icon.fa.fa-shopping-cart {
    background-color: #ececec;
    height: 35px;
    width: 35px;
    border-radius: 18px;
    position: relative;
}

.wcmenucart-count .wcmenucart-details.count {
    color: #fff;
    border-radius: 10px;
    padding: 3px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -26px;
    left: -15px;
    min-width: 18px;
    background-color: #f9593a;
}

/*****
* ~Enlarge Chinese font size
*****/

#menu-main-menu-chinese-simplified>li>a>span {
    font-size: 22px;
}

#menu-main-menu-chinese-simplified .woo-menu-icon {
    position: relative;
    top: 8px;
}

#menu-main-menu-chinese-simplified .dropdown-menu ul a {
    font-size: 16px;
}
body.wpml-language-zh-hans {
    font-size: 18px;
}
body.wpml-language-zh-hans h2 {
    font-size: 1.5em;
}