/*
Theme Name: Qing's Kitchen
Theme URI: 
Description: 
Author: Ricky Chen
Version: 1.0
License:
License
Tags:
Text Domain: 
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Parisienne');
body{
	font-size:15px;
	line-height:28px;
	color:#313131;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 900;
}

.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-left:30px;
	margin-bottom:30px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rowrow{
	width:100%;
	display:table;
	position:relative;
}
.row-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mg1{
	padding-top:60px;
	padding-bottom:60px;
}
#topnavbar{
}
header{
	position: fixed;
	z-index:5000;
	width: 100%;
}
.logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 35px;
	z-index: 7;
}
.logo img{
	width:100%;
	height:auto;
	z-index: 5;
	display: block;
	position: relative;
}
.logoellipse{
	width: 186px;
	height: 62px;
	position: absolute;
	left: 50%;
	margin-left: -93px;
	overflow: hidden;
	margin-top: -36px;
}
.logoellipse::after{
	content: '';
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.8);
	width: 186px;
	height: 186px;
	margin-top: -124px;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.top_right {
	position: absolute;
	right: 30px;
	z-index: 5;
	margin-top: 20px;
}
.top_right_social::before{
	
	
}
.top_right_social{
	list-style:none;
	margin:8px 0 0 0;
	padding:0;
	position:relative;
	display:table;
	float: right;
}
ul.top_right_social li{
	float:left;
	margin-left:10px;
}
ul.top_right_social li a{
	font-size:20px;
	display:block;
	line-height:20px;
	text-align:center;
	color:#584942;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
ul.top_right_social li a i{

}
ul.top_right_social li a:hover{
	color:#000;
}
.top_phonenumber_box{
	position:relative;
	display:block;
}
.top_phonenumber_box i{
	width:26px;
	height:26px;
	border-radius:50%;
	border:1px solid #FFF;
	font-size:13px;
	line-height:26px;
	float:left;
	display:block;
	color:#FFF;
	margin-right:10px;
}
.top_phonenumber_box a{
	font-family: 'Oswald', sans-serif;
	float:left;
	display:block;
	font-size:30px;
	line-height:30px;
	letter-spacing: 2px;
	color:#584942;
	text-decoration:none;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.top_phonenumber_box a:hover{
	color:#000;
}
#bs-example-navbar-collapse-1{
	text-align: center;
	position: relative;
	width: auto;
	z-index: 3;
}
.navbar-default{
	border-radius:0;
	background-image:none;
	border-left:0;
	border-right:0;
	background-color: transparent;
	box-shadow: none;
	
}
.navbar-default .navbar-nav>li{
	margin-left:30px;
	margin-right:30px;
}
.navbar-default .navbar-nav>li>a{
	text-transform: uppercase;
	font-size:15px;
	line-height:100px;
	color:#000;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-weight: 700;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
	text-shadow:none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item>a, .navbar-default .navbar-nav>li.current_page_parent>a, .navbar-default .navbar-nav>li.current-page-ancestor>a{
	color:#8a5e3b;
}
.navbar-default .navbar-nav>li.dropdown>a::after{
	font-family: FontAwesome;
	content: "\f0d7";
	padding-left: 6px;
	font-weight: normal;
}

.navbar-default .navbar-nav li ul{
	position:absolute;
	padding:0;
	list-style:none;
	padding-top:42px;
	width:250px;
	left: 50%;
	margin-left: -125px;
	display:none;
}
.navbar-default .navbar-nav li:hover ul{
	display:block;
}
.navbar-default .navbar-nav li ul li{
	border-top:1px solid #c5e3db;
}
.navbar-default .navbar-nav li ul li:last-child{
	border-bottom:1px solid #c5e3db;
}
.navbar-default .navbar-nav li ul li a{
	padding-top:11px;
	padding-bottom:11px;
	font-size:14px;
	line-height:16px;
	color:#424343;
	width:100%;
	display:block;
	background-color:#9dcdc0;
	text-align:center;
	
}
.navbar-default .navbar-nav li ul li a:hover{
	text-decoration:none;
	background-color:#424343;
	color:#9dcdc0;
}

@media (max-width: 1200px){
	.navbar-default .navbar-nav li ul{
		width: 970px;
	}
}
@media (max-width: 992px){
	.navbar-default .navbar-nav li ul{
		width: 100%;
	}
}
.navbar{
	margin-bottom:0;
	border:0;
	z-index:4000;
	height: 100px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.navbar-default .navbar-brand{
	padding:0;
	height:auto;
}
@media ( min-width: 768px ) {
	.navbar-brand {
		display:none;
	}
	.collapse.navbar-collapse {
    }
	.navbar-nav{
		float: none;
		display: inline-block;
	}
}
.fixed_header .navbar, .fixed_header .logoellipse::after{
	background-color: rgba(255,255,255,1);
}
/*Homepage*/

.ww_box{
	padding: 50px;
}
.fixed_bg{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.fixed_bg_video{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
.fixed_bg_subheader{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 40px;
}
.subcontent{
	margin-top: 50px;
	margin-bottom: 50px;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item{
	position: relative !important;
	left: auto !important;
	top: auto !important;
	max-width: none !important;
	width: 33.33333333%;
	margin: auto !important;
	padding: 15px !important;
}
.wpb_image_grid{
	margin-left: -15px;
	margin-right: -15px;
}
div.ppt{
	display: none !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 30px !important;
}
.wpb_image_grid .wpb_image_grid_ul a{
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.wpb_image_grid .wpb_image_grid_ul a:hover{
	opacity: 0.5;
}
/*wpb_text_column*/

.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5{
	margin-top:0;
	margin-bottom:15px;
}
.wpb_text_column h1{
	font-size:45px;
	line-height:120%;
}
.wpb_text_column h2{
	font-size:35px;
	line-height:120%;
}

.wpb_text_column h3{
	font-size:25px;
	line-height:120%;
}

.wpb_text_column h4{
	font-size:20px;
	line-height:120%;
}

.wpb_text_column h5{
	font-size:18px;
	line-height:120%;
}

.wpb_text_column p{
	margin-bottom:22px;
}

.wpb_text_column a{
	color:#313131 !important;
	text-decoration: underline;
}
.wpb_text_column a:hover{
	text-decoration: none !important;
}
.wpb_text_column a:hover{
	
	text-decoration:underline;
}
.wpb_text_column ul li{
	margin-bottom:6px;
}
.wpb_text_column img{
	width:auto;
	max-width:100%;
	height:auto;
	display:table;
}
.white_txt h1, .white_txt h2, .white_txt h3, .white_txt h4, .white_txt h5, .white_txt h6, .white_txt p, .white_txt a, .white_txt ul li{
	
	color:#FFF;
}
.big_50{
	font-size: 50px !important;
	margin-bottom: 0 !important;
}
.big_60{
	font-size: 60px !important;
}
.big_70{
	font-size: 70px !important;
	margin-bottom: 0 !important;
}
.big_90{
	font-size: 90px !important;
}
.small_bottom_maring{
	margin-bottom: 10px !important;
}
.handwritingfont{
	font-family: 'Parisienne', cursive;
}
a.big_link{
	font-size: 20px;
	font-weight: bold;
	color: #8a5e3b;
	text-decoration: underline;
}
a.big_link:hover{
	text-decoration: none;
}

/*blog section*/
a.more-link{
	display:none;
}
.single_post{
	margin-bottom:50px;
}
.single_post h2{
	margin-top:0;
	font-weight:700;
	font-size:26px;
	margin-bottom:5px;
}
.single_post a{
	color:#ed7c0f;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.single_post a:hover{
	text-decoration:none;
	color:#000000;
}
.single_post .col-md-4 img{
	width:100%;
}
ul.post_date{
	list-style:none;
	margin:auto;
	padding:0;
	display:table;
	width:100%;
	margin-bottom:10px;
}
.single ul.post_date{
	width:auto;
	margin-top:-30px;
	margin-bottom:30px;
}
ul.post_date li{
	margin:auto;
	padding:0;
	color:#AAA;
	float:left;
	margin-left:15px;
	padding-right:15px;
	border-right:1px solid #363636;
	line-height:15px;
}
ul.post_date li:first-child{
	margin-left:0;
}
ul.post_date li:last-child{
	border:0;
	padding-right:0;
}
.imghover{
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.imghover:hover{
	opacity:0.6
}

.content_right h3{
	margin-top:0;
}
.content_right_item{
	margin-bottom:50px;
}

ul.recentposts{
	list-style:none;
	margin:0;
	padding:0;
}
ul.recentposts li a{
	color:#000000;
}
ul.recentposts li a:hover{
	color:#e30613;
}
ul.recentposts li i{
	width:auto;
	padding-right:10px;
}

.content_right_item{
	margin-bottom:25px;
}

.content_right_item h3{
	font-size:18px;
	text-align:center;
}

.no_padding_left{
	padding-left:0;
}
.no_padding_right{
	padding-right:0;
}
/*footer*/
footer{
	background-color: #313131;
	width:100%;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer a{
	color:#FFF !important;
	text-decoration: underline;
}
footer a:hover{
	text-decoration: none;
}
footer h3{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}
ul#menu-main-menu-1{
	margin: auto;
	padding: 0;
}
ul#menu-main-menu-1 li{
	list-style: none;
}
ul#menu-main-menu-1 li a{
	text-transform: uppercase;
	text-decoration: none;
}
ul#menu-main-menu-1 li a:hover{
	text-decoration: underline;
}
ul.footercontact{
	margin:auto;
	padding:0;
	display:table;
	width:100%;
}
ul.footercontact li{
	list-style:none;
	padding-left:0;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid rgba(0,0,0,0.08);
	font-size:18px;
	margin:auto;
	line-height:100%;
	display:table;
	width:100%;
}
ul.footercontact li:last-child{
	border-bottom:1px solid rgba(0,0,0,0.08);
}
ul.footercontact li .left_contact{
	width:18%;
	float:left;
	display:table;
}
ul.footercontact li .right_contact{
	width:82%;
	float:left;
	display:table;
}
ul.footercontact li a{
	text-decoration:none;
	color:#000;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
ul.footercontact li a:hover{
	color:#ed6b06;
	text-decoration:none;
}

.copyright{
	width:100%;
	display:table;
	padding-top:25px;
	padding-bottom:25px;
}
.copyright p{
	font-size:13px;
	text-align:center;
	margin-bottom:0;
}
.copyright a{
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;
}
ul.footer_social{
	position:relative;
	display:table;
	margin-top: 25px;
	padding:0;
}
ul.footer_social li{
	display:block;
	list-style:none;
	float: left;
	margin-right: 10px;
}
ul.footer_social li a{
	font-size:20px;
	display:block;
	line-height:20px;
	text-align:center;
	color:#000;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
ul.footer_social li a i{

}
ul.footer_social li a:hover{
	color:#F60;
}
/*contact form*/
.footer_contact_box{
	float:right;
}

div.wpcf7{
	display:table;
	width:100%;
}

::-webkit-input-placeholder {
    color:    #000;
}
:-moz-placeholder {
    color:    #000;
}
::-moz-placeholder {
    color:    #000;
}
:-ms-input-placeholder {
    color:    #000;
}
.wpcf7 p{
	margin-bottom:0;
}
.wpcf7 input{
	width:100%;
	padding:10px;
	font-size:18px;
	line-height:18px;
	color:#313131;
	border:2px solid #313131;
	margin-bottom:18px;
}


.wpcf7 textarea{
	width:100%;
	padding:10px;
	line-height:22px;
	font-size:18px;
	color:#313131;
	border:2px solid #313131;
	height:200px;
	margin-bottom:8px;
}


.wpcf7 input[type=submit]{
	padding:0;
	height:47px;
	background:#ae1e27;
	border:0;
	color:#FFF;
	margin-bottom:0;
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}

.wpcf7 input[type=submit]:hover{
	cursor:pointer;
	color:#FFF;
	background:#000;
}


span.wpcf7-not-valid-tip{

	font-size:12px;
	color:#F00;
	margin-top:-14px;
}

div.wpcf7-validation-errors{
	
	border:0;
	padding:0;
	font-size:12px;
	color:#F00;
	margin-top:10px;
	width:100%;
	display:table;
}

div.wpcf7-response-output{
	
	margin-left:0;
	margin-right:0;
	padding-top:0px;
	line-height:15px;
}

div.wpcf7-mail-sent-ok{
	font-size:12px;
	border:0;
	color:#F00;
}
footer .wpcf7{
	padding-top: 8px;
}
footer ::-webkit-input-placeholder {
    color:    #FFF;
}
footer :-moz-placeholder {
    color:    #FFF;
}
footer ::-moz-placeholder {
    color:    #FFF;
}
footer :-ms-input-placeholder {
    color:    #FFF;
}
footer .wpcf7 input{
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
}
footer .wpcf7 input[type=submit]{
	height: 40px;
	font-size: 15px;
}
div.wpcf7 .ajax-loader{
	position: absolute;
	margin-left: 0;
	margin-bottom: 50px;
}
.mobileitem{
	display:none;
}
@media (max-width: 1200px){
	
}
@media (max-width: 1024px){
	.fixed_bg{
		background-attachment: inherit;
}
.fixed_bg_video{
	background-attachment: inherit;
}
.fixed_bg_subheader{
	background-attachment: inherit;
}
}
@media (max-width: 992px){
	.footer_contact_box{
		float:none;
		margin-top:30px;
	}
	.top_right{
		display: none;
	}
	.navbar-nav{
		display: block;
		float: right;
	}
	.big_50{
	font-size: 30px !important;
	margin-bottom: 0 !important;
}
.big_60{
	font-size: 40px !important;
}
.big_70{
	font-size: 50px !important;
	margin-bottom: 0 !important;
}
.big_90{
	font-size: 70px !important;
}
}
@media (max-width: 767px){
	.col-xs-3{
		width: 100%;
		float: none;
	}
	.ww_box{
		margin-bottom: 0px !important;
	}
	.mobileitem{
	display:block;
}
	.pp_pic_holder.pp_default { width: 90%!important; margin-left:5%; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 100% !important; padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 10px!important; top: 10px!important; }
	.wpb_image_grid .wpb_image_grid_ul .isotope-item{
		padding: 5px !important;
	}
	.fixed_bg{
	padding-top: 40px;
	padding-bottom: 40px;
		background-attachment: inherit;
}
.fixed_bg_video{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-attachment: inherit;
}
.fixed_bg_subheader{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-attachment: inherit;
}
	.big_90{
	font-size: 50px !important;
}
	.logo, .navbar-default .navbar-nav>li.current-menu-item::after{
		display:none;
	}
	#topnavbar{
		padding:0;
		border:0;
	}
	.navbar-default .navbar-brand{

	}
	.navbar-default .navbar-nav>li{
		margin:auto 15px;
	}
	.navbar-default .navbar-nav>li>a{
		padding-top:10px;
		padding-bottom:10px;
		font-size:16px;
		line-height: 16px;
		background-color: #FFF;
	}
	.navbar-brand>img{
		width:134px;
		margin-left:5px;
		margin-top:3px;
	}
	.top_right{
		display:none;
	}
	.navbar{
		height: 50px;
	}
	header{
		display: block;
		position: relative;
		background-color: #FFF;
	}
	.navbar-nav{
		float: none;
		width: 100%;
		margin: auto;
		background-color: #FFF;
	}
	.navbar-collapse{
		padding: 0;
	}
	.top_padding{
		padding: 0;
	}
	.subcontent{
	margin-top: 10px;
	margin-bottom: 20px;
}
}

.size-full{
max-width:100%;
height:auto;
}

