@import url(https://fonts.googleapis.com/css?family=Vidaloka);

/*featured post - homepage*/
#featuredpost{
	margin-top:15px;
	max-width:980px;
	width: 100%;
	position:relative;
}

#featuredpost  .featured-img{
	background-color:rgba(0, 0, 0, 0.9);
	-webkit-background-color:rgba(0, 0, 0, 0.9);
    -webkit-transition: background-color 0.9s ease; /* Safari */
    transition: background-color 0.9s ease;;	
    height: auto;
    padding: 0;
    width: 100%;
	max-height: 491px;
	overflow: hidden;
}

#featuredpost  .featured-img:hover{
	background-color:rgba(0, 0, 0, 0.7);
	-webkit-background-color:rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 0.7s ease; /* Safari */
    transition: background-color 0.7s ease;;		
}

#featuredpost  .featured-img img{
    display: block;
    opacity: 0.6;
    width: 100%;
	height: auto;
}

#featuredpost .featured-content{
	position:absolute;
	bottom:5%;
	/*width:100%;*/
}

#featuredpost  .featured-content .featured-title{
	position:relative;
  padding: 15px 25px 0;	
 	text-shadow: 0 1px 1px #333;
 	-webkit-text-shadow: 0 1px 1px #333;
}
#featuredpost  .featured-content .featured-title h1,
#featuredpost  .featured-content .featured-title h3{
    color: #fff;
    margin-bottom: 5px;
    word-wrap: break-word;
    font-family:'Vidaloka';
}
#featuredpost  .featured-content .featured-title h1{
    font-size: 2.1em;
    font-weight: 600;	
}
#featuredpost  .featured-content .featured-title h3{
    font-size: 1.3em;
    font-weight: 200;	
}
#featuredpost  .featured-btn{
	position:relative;
	height:50px;
    padding: 5px 25px;	
}
/*new homepage layout*/
#articles-box, #recipes-box, #video-box {
	padding: 15px 5px; 
	min-height: 300px;
	overflow:hidden;	
    color: #333;
    font-family: 'Vidaloka';
    font-size: 13px;
    font-weight: 100;
	line-height: 21px;
}

.title-box{
	margin-bottom:15px;
}
.title-box > div{
	background-color:#efefef;
	height:34px;
}
.title-box > div > h1{
	background-color:#fff;
	padding-right:15px;
	display:inline-block;
}
.big-box {
	float: left;
	width: 65%;
	min-height: 400px;
}

.big-box > .list-big-box, .list-big-box {
	padding: 10px 0;
	height: 197px;
	width: 100%;
}
.big-box > .list-big-box:hover, .list-big-box:hover{
	background-color:#f4f4f4;
}

.thumb-big,
.thumb-big-video{
	float:left;
	/*margin-right:10px;*/
}
.thumb-big-video{
	position:relative;
}
.overview-big{
	padding-left: 10px;
	max-height:190px;
	overflow:hidden;
}
.title-big{
	margin-bottom:5px;
}
.title-big > h2{
    font-family: "Vidaloka";
    font-size: 20px;
    font-weight: 500;
	letter-spacing: 0.015em;
}
.category-big{
	margin-bottom:0;
}
.category-big > a {
	color:#8e4265;
	font-family: arial;
    font-size: 12px;
}
.category-big > a:hover {
	color:#BA5984;
}

.detail-big{
	padding-bottom:5px;
	border-bottom:1px solid #999;
	margin-bottom:5px;		
	color:#666;
	font-size:11px;	
}
.excerpt-big{
    color: #393939;
    font-family: arial;
    font-size: 12px;
    font-weight: 200;
    height: auto;
    margin-bottom: 10px;
}
.writer-big{
	margin-bottom:10px;
	color:#666;
    font-family: arial;
    font-size: 12px;
}
.readmore{
    height: 20px;
    overflow: hidden;
    padding: 5px 0;
}
a.readmorebtn{

    color: #fff !important;
    font-size: 12px;
    padding: 5px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	background: #232323; /* Old browsers */
	background: -moz-linear-gradient(top,  #232323 0%, #494949 84%, #4c4c4c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #232323 0%,#494949 84%,#4c4c4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #232323 0%,#494949 84%,#4c4c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}
a.readmorebtn:hover{

	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #494949 16%, #232323 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#494949 16%,#232323 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#494949 16%,#232323 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
		
}

.small-box {
	width: 30%;
	float: right;
	padding: 0px 10px; 
	min-height: 400px;
	margin-left:15px;
}
.popular-box {
	width: 100%;
	margin-bottom: 15px;	
}
.popular-title{
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 5px;
    padding-bottom: 10px;	
}
.popular-title h2{
    font-family: "Vidaloka";
	text-transform:uppercase;
}
.list-small-box{
    margin-bottom: 5px;
    max-height: 90px;
	max-width: 330px;
    overflow: hidden;
    padding: 5px 0;
	border-bottom: 1px solid #dfdfdf;
}
.list-small-box:hover{
	background-color:#f4f4f4;
}
.thumb-small {
	width: 45%;
	max-width: 120px;
	float:left;
	margin-right:10px;
}
.thumb-small img{
	width: 100%;
}

.title-small {
	margin-bottom:5px;
	overflow:hidden;
}
.title-small > h2{
    font-family: "Vidaloka";
    font-size: 17px;
    font-weight: 300;
    text-align: left;
}
.category-small > a{
	color:#8e4265;
	font-family: arial;
    font-size: 12px;
}
.category-small > a:hover { 
	color:#BA5984;
}

.detail-small, .excerpt-small{
	padding-bottom:5px;
	margin-bottom:5px;	
	color:#333;
    font-size: 12px;
    font-weight: 200;
	text-align:left;
	line-height: 22px;
}

.readmorelink{
	margin:10px 0; 
	padding:5px 15px; 
	text-align:right;
}
.readmorelink > a{
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 0 1px #999;
}


.loadmore{

	clear:both;
	margin:15px auto;
	text-align:center;
}

.loadmore a{
	color:#4090db;
}

.loadmore a:hover{
	color:#2d6599;
}

.buttonload{
	cursor: pointer;
	color: #4090db;
	border-color: #4090db;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	left: 0;
	position: relative;
	top: 0;
	display: block;
	font-size: 12px;
	padding: 30px 9px;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	width:85px;
	height:85px;
	margin:0 auto;
}

/*featured articles*/
#featured-box{
    border-bottom: 1px solid #cfcfcf;
    margin: 15px 0px 30px;
    overflow: hidden;
    padding: 5px 0 20px;
	text-align: justify;
}
#featured-box:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.featured-article{
    padding: 0 0.5%;
    width: 23%;
	/*min-height:200px;*/
	/*margin-left:10px;*/
	/*float:left;*/
	display: inline-block;
	text-align: left;
	vertical-align: top;

}


.featured-article:nth-child(1){
	margin-left:0;
}
.featured-category{
    font-family: arial;
    font-size: 12px;
    padding: 3px 0;
}
.featured-category a{
    color: #8e4265;	
	text-decoration:none;
}
.featured-title h2{
    font-family: "Vidaloka";
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.0085em;
}
.featured-excerpt{
    color: #393939;
    font-size: 12px;
    font-weight: 200;
    padding: 3px 0;
}
.featured-thumb{
	position:relative;
}
.featured-thumb .inner-img{
	width: 100% ;
}
.featured-thumb .video-thumb{
    height: auto;
    width: 100%;
}
.featured-thumb .playicon{
  height: auto;
  left: 0;
  position: absolute;
 	width: 100%;
	opacity:0.8;
	top:0;
}
.featured-thumb .playicon:hover{
	opacity:1;
}

/*homepage recipes*/
.recipes-row,
.videos-row{
	margin-bottom:15px;
	padding:0 0 10px;
	overflow:hidden;
}
.recipes-item,
.videos-item{
	width:230px;
	margin-right:10px;
	float:left;
    margin-bottom: 10px;
    min-height: 215px;
}

.recipes-item:nth-child(4),
.videos-item:nth-child(4),
.recipes-item:nth-child(8),
.videos-item:nth-child(8){
	margin-right:0;
}

.recipes-thumb,
.videos-thumb{
	margin-bottom:5px;
}
.recipes-thumb > img,
.videos-thumb > img{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999; 
}

.recipes-title{ 
	text-align:justify;
	padding:0 5px;
}

/*homepage quote*/
#quote-box {
	padding: 15px 15px 0;  
	overflow:hidden;	
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	margin: 15px 0 30px;
}
.quote-text{
	font-size:25px;
	font-weight:500;
	line-height:25px;
	font-style:italic;
	border-left: 10px solid #ccc;
	margin: 15px 10px;
	padding: 0.5em 1em 5px;
	quotes: "\201C""\201D""\2018""\2019"; 	
}
.quote-text:before,.quote-text:after {
  color: #ccc;
  font-size: 3em;
  line-height: 0.2em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.quote-text:before{
	content: open-quote;	
}
.quote-text:after{
	content: close-quote;
	vertical-align: -0.9em;
}
.quote-text p {
	display: inline;
	font-family: "Lucida Grande";
	vertical-align: middle;
	padding: 0 15px;
	line-height: 20px;
}
.quote-text span {
	font-size:17px;
	color: #666;
}
.quote-text span:before {
	content:"\2014";
}
.quote-name{
	text-align:right;
	padding:5px 0;
	font-weight:600;
	font-size:17px;
}

/*homepage video*/
.video-title{
    margin: 0 auto 15px;
    max-width: 720px;
}
.video-title > h2{
    font-size: 2em;
    padding: 10px 0;
    text-align: center;
}
.video-embed{
	margin:0 auto;
	max-width:720px;
	overflow:hidden;
	box-shadow: 0 1px 5px #666;
	-o-box-shadow: 0 1px 5px #666;
	-webkit-box-shadow: 0 1px 5px #666; 
}

.videos-title {
	text-align:left;
}
.videos-item {
	margin-bottom:10px;
	margin-right:15px;
}
.video-thumb {
    position: relative;
}
.thumb-big-video > a > img.video-thumb{
   height: 190px;
   width: 250px;
}
.thumb-big-video > a > img.playicon{
    opacity:0.7;
    left: 0;
    position: absolute;
    top: -0;
    z-index: 999;	
    height: 190px;
    width: 250px;	
}
.thumb-big-video > a:hover > img.playicon{
    opacity:1;
}

.videos-small{
 
}

.videos-small > .thumb-small{
	position:relative;
}

.videos-small .video-thumb{
	max-width:120px;
	max-height:95px;
}

.videos-small > .thumb-small > a > img.playicon{
    opacity:0.7;
    left: 0;
    position: absolute;
    top: -0;
    z-index: 999;	
	width:120px;
	height:90px;
}
.videos-small > .thumb-small > a:hover > img.playicon{
    opacity:1; 
}

/*Social section*/
.social-box{
	margin:10px 0 0; 
	min-height:50px;
}
.social-box .social-item{
	min-height:50px;
	margin:15px 0;
}

.social-item .searchbox{
	position:relative;
}

.social-box h2{
	font-family: 'Vidaloka'; 
	margin:0 0 15px;
}

/*ADS Section*/
.ads-small {
	width: 100%;
	margin-bottom: 15px;
	height: auto;
}
.ads-small img{
	width: 100%;
	height: auto;
}
.ads-medium{
	width:100%;
	margin:15px 0;
}
.ads-medium img{
	width: 100%;
	height: auto;
}



@media all and (max-device-width: 1023px){
	.header-menu {
		height: 36px;
	}
	.header-menu li a {
		font-size: 20px;
	}




	/*.small-box {*/
		/*display: none;*/
	/*}*/
	.big-box{
		width: 100%;
	}


	.category-big > a {
		font-size: 20px;
	}
	.title-big > h2{
		font-size: 25px;
	}
	.writer-big{
		font-size: 16px;
	}
	.excerpt-big {
		font-size: 20px;
		line-height: 25px;
	}



	.big-box > .list-big-box, .list-big-box {
		height: auto;
	}
	.thumb-big, .thumb-big-video {
		text-align: center;
		float: none;
	}
	.thumb-big img, .thumb-big-video img{
		width: 95%;
	}
	.overview-big {
		padding-left: 0px;
		margin: 0 auto;
		width: 95%;
		max-height: none;
	}

	#articles-box, #recipes-box, #video-box {
		line-height: 35px;
	}
	.thumb-big-video > a > img.playicon {
		left: 2.5%;
		height: auto;
		width: 95%;
	}
	.thumb-big-video > a > img.video-thumb {
		height: auto;
		width: 95%;
	}


	.buttonload {
		font-size: 20px;
		padding: 52px 9px;
		width: 130px;
		height: 130px;
	}


	.featured-article {
		width: 48%;
		margin-top: 10px;
	}
	.featured-thumb img {
		width: 100%;
	}


}

@media all and (max-device-width: 767px){

	.header-menu {
		height: auto;
	}

	#featured-box{
		border-bottom: 1px solid #cfcfcf;
		margin: 5px 0px 30px;
	}
	#featuredpost  .featured-content .featured-title h1{
		font-size: 1.2em;
	}
	#featuredpost  .featured-content .featured-title h3{
		font-size: 1em;
	}
	#featuredpost  .featured-btn{
		height:40px;
	}
}