/*
Theme Name: Anton
Theme URI: http://wordpress.org/
Author: anton
Author Name: http://wordpress.org/
Descripttion: This is theme for luatminhgia.com.vn - design by Anton
Version: 1.0
*/


/* Font
----------------------------------------------------------------------*/
@font-face {
  font-family: 'Lobster_1.3';
  src: url('fonts/Lobster_1.3.eot'); /* IE9 Compat Modes */
  src: url('fonts/Lobster_1.3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Lobster_1.3.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Lobster_1.3.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Lobster_1.3.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Lobster_1.3.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'NotoSerif-Regular';
  src: url('fonts/NotoSerif-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/NotoSerif-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/NotoSerif-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/NotoSerif-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/NotoSerif-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/NotoSerif-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/* Reset
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}

/* General
-------------------------------------------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	margin:0;
	padding:0;
	overflow-y:scroll;
}
body {
	font-family: 'NotoSerif-Regular', 'Helvetica', sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #525252;
	background: #fff;
}

a:hover {
	color:#5F5F5F;
	text-decoration: none;
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
}
a,
a:focus{
	text-decoration: none;
	color: #2a2a2a;
}
a:focus, 
a:active, 
input:focus, 
select:focus, 
textarea:focus, 
button:focus {
    outline: none !important;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a {
    color: #000;
}
img{
	max-width: 100%;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 10px 0;
}

.container{
	width: 1100px;
	margin: 0 auto;
	display: table;
}
.full{
	display: inline-block;
	float: left;
	width: 100%;
}

a.a-menu-mobile{
	display: none;
}

#primary{
	width: 75%;
	display: inline-block;
	float: left;
	padding-right: 20px;
}
#secondary{
	width: 25%;
	display: inline-block;
	float: left;
	padding-left: 20px;
	padding-top: 60px;
}

#header .fixed{
	width: 100%;
    position: fixed;
    left: 0;
    top: 0;
	z-index: 100;
	background-color: #000;
	height: 50px;
}
#header > .container{
	position: relative;
}
#header nav{
	background-color: #000;
	
}
ul.nav-menu{
	display: inline-block;
    vertical-align: middle;
	position: relative;
}
ul.nav-menu > li{
	display: inline-block;
	float: left;
	position: relative;
}
ul.nav-menu > li:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-right: 1px solid #373737;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	
}
ul.nav-menu > li:first-child:before {
    border-left: 1px solid #373737;
}	
ul.nav-menu > li > a{
	color: #fff;
    position: relative;
	padding: 15px 28px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    background-color: transparent;
	line-height: 1.5;
}
ul.nav-menu > li:hover:before,
ul.nav-menu > li.current-menu-item:before{
    background-color: #f2f0ef;	
}
ul.nav-menu > li:hover a,
ul.nav-menu > li.current-menu-item a{
	color: #000;
}
ul.sub-menu{
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	top: 150%;
	left: -11px;
	width: 230px;
	z-index: 999;
	background: #f2f0ef;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	padding: 10px;
}
ul.sub-menu > li{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	list-style: cros;
}
ul.nav-menu > li > ul.sub-menu li a{
	color: #666;
	width: 100%;
	background: #F2F0EF;
	display: block;
	transition: padding .25s ease-in-out;
	-webkit-transition: padding .25s ease-in-out;
	-moz-transition: padding .25s ease-in-out;
	
}
ul.nav-menu li:hover > ul.sub-menu{
	visibility: visible;
	opacity: 1;
	top: 100%;
}
ul.nav-menu > li > ul.sub-menu li:hover a{
	padding-left: 20px;
}

#header nav.main-navigation{
	//display: none;
	//width: 92%;
}
.search-header{
	display: table;
	float: right;
	z-index: 2;
    height: 50px;
    text-align: right;
	width: 8%;
}
.search-header-inner{	
    border-right: 1px solid #373737;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px;
}
.search-header-inner a{
	cursor: pointer;
}
.fa-search{
	color: #e1dcdb;
	font-size: 14px;
}
.show-search{
	position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 50px;
    background: #fff;
    text-align: left;
    z-index: 3;
	background: transparent;
	display: table;
}
.show-search form{
	display: table-cell;
    background: transparent;
    vertical-align: middle;
}
.show-search input[type="search" i]{
	border: none;
	background: transparent;
	color: #fff;
}

#main .image-logo{
	max-height: 300px;
    overflow: hidden;
	margin-top: 50px;
}
#main .image-logo img{
    position: relative;
    background-position: center;
    background-size: cover;
	top: -50%;
}
.wrapper-posts{
	padding: 60px 0;
}
.category-posts .category-posts-inner{
	position: relative;
}
.category-posts .category-posts-inner .cat-title{
	background: #fff;
	display: inline-block;
	position: inherit;
	padding: 0 10px;
}
.category-posts .category-posts-inner .cat-title a{
    font-family: 'Lobster_1.3';
    font-size: 15px;
	
}
article.posts{
	width: 31.81%;
	min-height: 480px;
	display: inline-block;
	float: left;
	margin: 0 25px 50px 0;
	text-align: center;
	padding-bottom: 10px;
	background-color: #fff;
}
article.posts:nth-child(3n){
	margin-right: 0;
}
.category-posts .category-posts-inner:before{
	position: absolute;
	content: "";
	background-color: #b5b5b5;
    height: 1px;
    width: 100%;
    bottom: 13px;
	left: 0;
}
article.posts h2.title-posts{
	margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 2px;
}
.meta{
	color: #797979;
    font-weight: 100;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: 11px;
}
article.posts .excerpt{
	margin-bottom: 10px;
}
article.posts .read-more a{
    color: #000;
    background-color: transparent;
    padding: 0;
    line-height: 24px;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: border-color .1s linear .3s;
    transition: border-color .1s linear .3s;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
	text-transform: uppercase;
	
}
article.posts .read-more a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    -webkit-transition: all .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
}
article.posts .read-more a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
article.posts .read-more a:hover:after{
	-webkit-transform:scale(0,1);
	transform:scale(0,1)
}
article.posts .read-more a:hover:before{
	-webkit-transform:scale(1,1);
	transform:scale(1,1)
}
.wrapper-posts .thumbnail,
.image{
	position: relative;
}
.mask-overlay,
.hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.3);
	opacity: 0;
	transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}
.mask-overlay:hover{
	opacity: 1;
}
.single-cat-title{
	text-align: center;
}
h2.single-post-title{
	font-size: 28px;
    text-align: center;
    margin-bottom: 12px;
    display: block;
    line-height: 1.3;
    padding: 15px 0;
}
.single-content{
	text-align: justify;
	font-size: 15px;
}
.single-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.related-posts h2{
	font-size: 20px;
	margin-bottom: 16px;
    text-align: center;
}
ul.related-detail{
}
ul.related-detail li{
	display: inline-block;
	float: left;
	width: 33%;
	margin-right: 4px;
	text-align: center;
}
ul.related-detail li:last-child{
	margin-right: 0;
}
ul.related-detail li h3{
	line-height: 1.4;
}
ul.related-detail li .meta{
	margin-top: 10px;
}
ul.related-detail li h3:hover a {
    color: #797979;
}
.hover{
	opacity: 1;
}
.hover::before, .hover::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 30px;
    left: 20px;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.hover::before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.hover::after{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.image:hover  a.hover::before,
.image:hover  a.hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-tags{
    background: #EFEFEF;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 0 5px 10px;
}
.tag  h2.single-post-title{
	padding: 6px 0;
}
.wrapper-tags{
	padding: 0;
}
#footer {
	display: table;
    width: 100%;
    background-color: #f6f6f6;
    vertical-align: middle;
    text-align: center;
    height: 65px;
}


/**
 * Widget
 */
.widget {
    margin: 0 0 33px;
    text-align: center;
}
.widget h3.widget-title {
    padding: 9px 0;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e1dcdb;
    margin: 0 0 20px;
	position: relative;
	//font-family: "Lobster_1.3",serif;
    font-size: 15px;
	text-transform: uppercase;
    letter-spacing: 1px;
}

/**
 * Responsive
 */
 
@media only screen and (max-width: 1100px) and (min-width: 961px){
.container{
	Width: 940px;
}
article.posts{
	width: 31.56%;
}
ul.related-detail li{
    width: 32.94%;
}
}
@media only screen and (max-width: 960px){
.wrapper-posts{
	padding: 25px 0;
}
#secondary{
	padding-top: 35px;
	padding-left: 0;
}
}
@media only screen and (max-width: 960px) and (min-width: 768px){
.container{
	Width: 726px;
}
ul.nav-menu > li > a{
	padding-left: 21px;
	padding-right: 21px;
}
article.posts{
	width: 31%;
}
ul.related-detail li {
    width: 32.82%;
}
}
@media only screen and (max-width: 767px){
.container{
	Width: 100%;
	padding: 0 10px;
}
#primary,
#secondary{
	width: 100%;
}
#primary{
	padding-right: 0px;
}
article.posts{
	width: 100%;
    margin-bottom: 25px;
	min-height: auto;
}
nav.main-navigation a.a-menu-mobile{
	display: block;
}
i.fa-bars{
	color: #fff;
    font-size: 18px;
    padding: 15px 0;
	cursor: pointer;
}
ul.nav-menu{
	display: none;
}
ul.nav-menu > li{
	width: 100%;
}
ul.nav-menu > li:before{
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all .3s ease-out;
	height: 39px;
}
ul.nav-menu > li > a{
	padding: 10px;
}
ul.sub-menu{
	left: 0;
	width: 100%;
}
ul.related-detail li{
	width: 100%;
    margin-right: 0;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
.container{
	width: 100%;
	
}
}

 