html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
}
*{
	box-sizing:border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden !important;
}
input{
	-webkit-border-radius:0;
    border-radius: 0;
}
body{
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #000000;
    background-color: #ffffff;
  	overflow-x: hidden;
  	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}
h1,h2{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #363236;
	margin-bottom: 30px;
}
h3{
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	color: #363236;
	margin-bottom: 10px;
}
p{
	font-size: 14px;
	line-height: 20px;
	color: #363236;
	margin-bottom: 15px;
}
img{
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
#page {
    position: relative;
    overflow: hidden;
}
/*Header*/
#header{
	padding: 5px 0px;
	background-color: #f5f5f3;
}
#header .site-branding{
	margin: auto auto auto 0px;
}
#header .site-logo{
	width: 360px;
	height: 73px;
	background-image: url("images/asap-art-logo-top.svg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100%;
}
#header .site-logo span{
	margin: auto;
}
#header .site-logo span:first-child{
	margin-right: 20px;
}
#header .site-navigation{
	padding-left: 20px;
	margin: auto 0px auto auto;
}
#header .site-nav ul{
	list-style-type: none;
}
#header .site-nav ul li{
	line-height: 12px;
	margin-right: 15px;
	display: inline-block;
}
#header .site-nav ul li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}
#header .site-nav ul li a {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #1a1a1a;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
a.search-icon svg{
	color: #b14d2d;
	font-size: 20px;
}
#header .app-download-buttons{
	max-width: 240px;
	margin-bottom: 14px;
	margin-left: auto;
}
#header .mobile-view{
	padding-left: 20px;
}
#header .mobile-view img{
	max-height: 100px;
}
/*main*/
.app-download-buttons a{
	display: block;
	margin-left: 5px;
}

/*home*/
#featured-category{
	padding: 30px 0px;
}
#featured-category .category-col a{
	display: block;
	position: relative;
	color: #ffffff;
}
#featured-category .category-col .img{
	line-height: 0px;
	position: relative;
	overflow: hidden;
}
#featured-category .category-col h2{
	max-width: calc(100% - 10px);
	position: absolute;
	left: 0px;
	bottom: 40px;
	margin-bottom: 0px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	color: #ffffff;
	padding-right: 30px;
	padding-left: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.label-cat-stories{
	background-color: rgba(143,41,3, 0.7);
}
.label-cat-events{
	background-color: rgba(93, 155, 116, 0.7);
}
.label-cat-fiction{
	background-color: rgba(233,159, 73, 0.7);
}
.label-cat-albums{
	background-color: rgba(89, 68, 75, 0.7);
}
.label-cat-podcasts{
	background-color: rgba(192, 193, 163, 0.7);
}

.stories-clr{
	background-color: #8f2903;
}
.events-clr{
	background-color: #5d9b74;
}
.fiction-clr{
	background-color: #e99f49;
}
.albums-clr{
	background-color: #59444b;
}
.podcasts-clr{
 	background-color: #c0c1a3;
}
.post-cat-label{
	width: 90px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #ffffff;
	padding-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

#latest-post{
	background-color: #f5f5f2;
}
#latest-post .post-img{
	height: 555px;
	position: relative;
	overflow: hidden;
}
#latest-post .post-img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
#latest-post .text-wrap{
	height: 100%;
	padding: 30px 30px;
}
#latest-post .text-wrap *{
	color: #ffffff;
}
#latest-post .text-wrap .new-post-lbl{
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
#latest-post .text-wrap h2{
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
#latest-post .text-wrap h2:after{
	display: block;
	content: "";
	clear: both;
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#latest-post .text-wrap h2 span{
	display: block;
}
#latest-post .text-wrap h2 span:first-child{
	font-size: 42px;
	line-height: 46px;
	font-weight: 900;
}
#latest-post .text-wrap h2 span:last-child{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 10px;
}
#latest-post .text-wrap .post-meta{
	margin-bottom: 30px;
}
#latest-post .text-wrap .post-meta span{
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
#latest-post .text-wrap .post-meta span:first-child{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ffffff;
}
#latest-post .text-wrap p{
	font-size: 16px;
	line-height: 24px;
}
#editors-pick{
	padding: 30px 0px;
	background-color: #e0e1ca;
}
#editors-pick .featured-post .img-col{
	height: 350px;
	margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
#editors-pick .featured-post .img-col img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}
#featured-other-news .container{
    max-width: 900px;
}
#featured-other-news .featured-other-wrap{
    padding: 30px;
    background-color: #424043;
}
#featured-other-news .featured-other-wrap h2,
#featured-other-news .featured-other-wrap p,
#featured-other-news .featured-other-wrap a{
    color: #ffffff;
}
#feature-stay-update{
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	margin-bottom: 120px;
	margin-top: 120px;
	background-color: #f5f5f2;
}
#feature-stay-update .text-wrap{
	padding: 20px 0px;
}
#feature-stay-update .app-download-buttons{
	max-width: 260px;
	margin-top: 30px;
}
#feature-stay-update .app-download-buttons a{
	margin-left: 0px;
}
#feature-stay-update .app-download-buttons .android{
	margin-right: 10px;
}
#feature-stay-update .mobile-image-wrap{
	margin: -50px 0px;
}
#recent-posts .container,
.watchlist-container .container{
	max-width: 900px;
}
#recent-posts{
	margin-top: 60px;
}
#recent-posts .blog-row{
	margin-bottom: 50px;
}
#recent-posts .blog-row .img-col{
	max-width: 310px;
}
#recent-posts .blog-row .post-img{
	width: 280px;
	height: 280px;
	position: relative;
	overflow: hidden;
}
#recent-posts .blog-row .post-img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
#recent-posts .blog-row .text-wrap h3{
	font-size: 20px;
	line-height: 26px;
	font-weight: 900;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
#recent-posts .blog-row .text-wrap h3:after{
	content: "";
	display: block;
	clear: both;
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #b14d2d;
}
#recent-posts .blog-row .text-wrap p{
	font-size: 14px;
	line-height: 20px;
}
#recent-posts .blog-row .post-meta{
	margin-bottom: 20px;
}
.single-page .post-title{
	margin-bottom: 30px;
}
.single-post .post-title{
	margin-bottom: 15px;
}
.single-post .post-meta{
	margin-bottom: 30px
}
.post-meta span{
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.post-meta span:first-child{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #333333;
}
.watchlist-container .watchlist-slide .text-wrap{
	height: 100%;
	padding: 20px 10px 20px 35px;
	display: flex;
	background-color: #f5f5f3;
}
.watchlist-container .watchlist-slide .text{
	margin: auto;
}
.slick-prev,
.slick-prev:hover, 
.slick-prev:focus{
	width: 30px;
	height: 30px;
	left: 0px;
	background-image: url("images/icon-previous.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}
.slick-next,
.slick-next:hover, 
.slick-next:focus{
	width: 30px;
	height: 30px;
	right: 0px;
	background-image: url("images/icon-next.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}
.slick-prev:before,
.slick-next:before{
	display: none;
}
.watchlist-container .slick-dots{
	width: 33.33%;
	bottom: 0px;
	left: 0px;
	padding: 0px 0px 10px 30px;
	text-align: left;
}
.slick-dots li:only-child{
	display: none;
}
.slick-dots li button:before{
	font-size: 8px;
}
.slick-dots li{
	margin: 0px;
}

.translate-button{
    color: #BE1600;
    font-size:12px;
    line-height: 16px;
    font-weight: 700;
}
/*posts categories*/
.post-col .img-col{
	height: 350px;
	position: relative;
	overflow: hidden;
}
.post-col .img-col img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}
#latest-post .post-img img,
#featured-category .img img,
#editors-pick .featured-post img,
#recent-posts .blog-row .post-img img,
.post-col .img-col img{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#latest-post .post-img:hover img,
#featured-category .category-col:hover .img img,
#editors-pick .featured-post:hover .img-col img,
#recent-posts .blog-row:hover .post-img img,
.post-col:hover .img-col img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.post-col .post-meta {
    margin-bottom: 20px;
}
.post-col .post-meta span {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.post-col .post-meta span:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333333;
}
.post-col .text-wrap{
	padding: 0px 10px;
	margin-top: -40px;
	position: relative;
}
.post-col .text-wrap .text-col{
	padding: 20px 15px 10px 15px;
	background-color: #ffffff;
}

/*category navigation*/
#categories-navigation{
	padding: 10px 0px;
	margin-bottom: 50px;
	background-color: #f5f5f3;
}
#categories-navigation ul{
	list-style-type: none;
	text-align: center;
}
#categories-navigation ul li{
	line-height: 100%;
	display: inline-block;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 2px solid #504b4e;
}
#categories-navigation ul li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
#categories-navigation ul li a{
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	color: #504b4e;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
div#stories-navigation{
	border-top: 2px solid #8f2903;
}
div#events-navigation{
	border-top: 2px solid #5d9b74;
}
div#fiction-navigation{
	border-top: 2px solid #e99f49;
}
div#albums-navigation{
	border-top: 2px solid #59444b;
}
div#podcasts-navigation{
	border-top: 2px solid #c0c1a3;
}

#stories-navigation ul li:nth-child(1) a{
	color: #8f2903;
}
#events-navigation ul li:nth-child(2) a{
	color: #5d9b74;
}
#fiction-navigation ul li:nth-child(3) a{
	color: #e99f49;
}
#albums-navigation ul li:nth-child(4) a{
	color: #59444b;
}
#podcasts-navigation ul li:nth-child(5) a{
	color: #c0c1a3;
}
.sorting-option{
	text-align: right;
	position: relative;
}
.sort-drop-button{
	cursor: pointer;
}
.sort-drop-button .drop-icon{
	margin-left: 5px;
}
.sort-drop-button .drop-icon svg{
	color: #363236;
}
.sort-drop-button .drop-icon.active svg{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sorting-option .sorting-option-list{
	width: 120px;
	position: absolute;
	top: 25px;
	right: 0px;
	list-style-type: none;
	padding: 15px;
	background-color: #f5f5f3;
	display: none;
	z-index: 999;
}
.sorting-option .sorting-option-list li{
	margin-bottom: 20px;
	text-align: left;
}
.sorting-option .sorting-option-list li:last-child{
	margin-bottom: 0px;
}
.sorting-option .sorting-option-list li a {
	display: block;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
/*single post*/
.single-page .container,
.single-post .container{
	max-width: 900px;
	width: 100%;
	margin: 0px auto;
}
.post-title span{
	display: block;
}
.post-title span:first-child{
	font-size: 42px;
	line-height: 46px;
	font-weight: 900;
}
.post-title span:last-child{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 10px;
}
figure.image{
	margin-top: 20px;
	margin-bottom: 20px;
}
.album-feature-img{
	margin-top: 50px;
}
.album-feature-img p{
	font-weight: 700;
}
.fancybox-caption__body{
	max-width: 750px;
	width: 100%;
	margin: 0px auto;
	font-size: 12px;
	line-height: 16px;
}
/*pages*/
.post-title{
	padding-bottom: 15px;
	position: relative;
}
.post-title:after{
	width: 60px;
	height: 1px;
	content: "";
	clear: both;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #b14d2d
}
.page-content{
	min-height: 100vh;
	padding-top: 50px;
}
.page-content h5 {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}
.page-content ol,
.page-content ul{
	padding-left: 15px;
	margin-bottom: 15px;
}
.supported-by-murthynayak{
	text-align: left;
	margin-top: 30px;
}
.supported-by-murthynayak p{
	font-weight: bold;
	margin-bottom: 15px;
}
.supported-by-murthynayak img{
	max-width: 180px;
}
.notice-row{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #363236;
}
.notice-row:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
/*search*/
.search-from form{
	position: relative;
}
.search-from button.btn.search-button{
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-color: transparent;
}
.search-from button.btn.search-button svg{
	color: #b14d2d;
	font-size: 20px;
}
.search-tags-container{
	margin-bottom: 50px;
}
.search-tags-wrap{
	margin-bottom: 30px;
}
.search-tags-wrap h3{
	margin-bottom: 10px;
}
.search-tags-wrap a{
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	text-transform: uppercase;
	border: 1px solid #b2b2b2;
	border-radius: 15px;
	padding: 5px 15px;
	margin: 0px 15px 10px 0px;
	display: inline-block;
}

/*enter site*/
#enter-site-container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	z-index:999;
}
#enter-site-container .img{
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    position: relative;
}
#enter-site-container .img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
#enter-site-container .text-wrap{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding-bottom: 50px;
	z-index: 999;
}
#enter-site-container .text-wrap .container{
	max-width: 650px;
}
#enter-site-container .text-wrap,
#enter-site-container .text-wrap p,
#enter-site-container .text-wrap a{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
#enter-site-container .text-wrap .logo{
	width: 247px;
	height: 70px;
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#enter-site-container .text-wrap .logo img{
	max-width: inherit;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#enter-site-container .text-wrap .enter-site-text{
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
#enter-site-container .text-wrap .enter-site-button{
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
/*get in touch*/
.git-form{
	max-width: 500px;
	width: 100%;
}
.git-form .form-control{
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #ced4da;
}
.btn-primary{
	padding: 8px 40px;
	background-color: #b14d2d !important;
	border-color: #b14d2d !important;
}

/*in other news*/
.other-news-row{
    padding:0px 20px 0px 50px;
    margin-bottom: 15px;
    position: relative;
    background-color: #424043;
}
.other-news-row .news-index{
    top: 15px;
    left:20px;
    position: absolute;
}
.other-news-row .news-index p{
    font-weight: 700;
    font-size: 31px;
    line-height: 38px;
}
.other-news-row,
.other-news-row h2,
.other-news-row h3,
.other-news-row p,
.other-news-row a{
    color: #ffffff;
}
.other-news-row .text-col p:last-child{
    margin-bottom: 0px;
}
.other-news-row .text-col{
    max-width: 650px;
    padding: 15px 0px;
}
.other-news-row .read-more span{
    font-size: 14px;
    line-height: 18px;
    color: #c4c4c4;
    margin-right: 10px;
}
.other-news-row .read-more img{
    width: 24px;
}
/*footer*/
#footer{
	padding: 50px 0px 30px 0px;
	margin-top: 50px;
	background-color: #f5f5f3;
}
#footer .logo{
	margin-bottom: 15px;
}
#footer .logo img{
	max-width: 260px;
}
#footer .about-app{
	max-width: 400px;
	width: 100%;
	margin-bottom: 20px;
}
#footer .social-media{
	list-style-type: none;
}
#footer .social-media li{
	margin-right: 10px;
	display: inline-block;
}
#footer .social-media li a{
	font-size: 20px;
	line-height: 24px;
	color: #b3b3b3;
}
#footer .footer-nav ul{
	list-style-type: none;
}
#footer .footer-nav ul li{
	margin-bottom: 5px;
}
#footer .footer-nav ul li a{
	font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
}
#footer .app-download-buttons{
	margin-bottom: 30px;
}
#footer .app-download-buttons img{
	max-height: 40px;
}
#footer .app-download-buttons .android.button a{
	margin-left: 0px;
}
#footer .south-asia-logo {
	display: flex;
}
#footer .south-asia-logo span{
	font-size: 14px;
	line-height: 18px;
	color: #1a1a1a;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}
#footer .south-asia-logo img{
	max-width: 120px;
}
#footer .site-info{
	font-size: 14px;
	line-height: 100%;
	font-weight: 300;
	color: #8e8f8b;
	margin-top: 50px; 
}

@media(min-width: 992px){
	.container{
		max-width: 1050px;
	}
}

@media(max-width: 1024px){
	#header .site-logo{
		width: 360px;
		height: 72px;
	}
	#header .site-nav ul li a{
		font-size: 13px;
		line-height: 13px;
	}
	#header .app-download-buttons{
		margin-bottom: 10px;
	}

	#featured-category .slick-dotted.slick-slider{
		margin-bottom: 10px;
		padding-bottom: 13px;
	}
	#featured-category .row{
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	#featured-category .row .col{
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	#featured-category .category-col h2{
		font-size: 18px;
		line-height: 24px;
	}
}
@media(max-width: 769px){
	/*header*/
	#header .container{
		display: block !important;
	}
	#header .site-nav .search-icon{
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto !important;
	}
	#header .mobile-view{
		display: none;
	}
	#header .site-navigation{
		margin-top: 20px;
		padding-left: 0px;
		display: flex;
	}
	#header .site-navigation .app-download-buttons{
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#header .app-download-buttons .android.button a{
		margin-left: 0px;
	}
	#header .site-navigation .app-download-buttons .button{
		display: inline-block;
	}
	#header .site-navigation .site-nav{
		margin-left: auto;
	}
	#header .site-nav ul{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 80px 15px 50px 15px;
		background-color: #f5f5f3;
		z-index: 999;
		display: none;
	}
	#header .site-nav ul li{
		display: block;
		text-align: center;
		padding: 0px;
		margin: 0px 0px 30px 0px;
		border-right: 0px;
	}
	#header .site-nav ul li a{
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
	}
	body.popup-active #header .hamburger-toggle{
		display: none;
	}
	#header .hamburger-toggle {
	    border: none;
	    width: 36px;
	    height: 30px;
	    text-indent: 100%;
	    font-size: 0;
	    line-height: 0;
	    overflow: hidden;
	    position: relative;
	    cursor: pointer;
	    outline: none;
	    background: transparent;
	    padding: 0;
	    -o-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
	    -webkit-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
	    transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
	    -moz-transform: translateX(0);
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	    margin: auto 0px auto 20px;
	    z-index: 9999;
	}
	#header .hamburger-toggle span{
		background-color: #b14d2d;
	}
	#header.hamburger-active .hamburger-toggle{
	    top: 30px;
	    right: 30px;
	    position: fixed;
	}
	#header .hamburger-toggle .menu-line-1, #header .hamburger-toggle .menu-line-2, #header .hamburger-toggle .menu-line-3 {
	    position: absolute;
	    height: 4px;
	    width: 100%;
	    left: 0;
	    -webkit-transition: all 0.5s, top .3s, height .3s;
	    transition: all 0.5s, top .3s, height .3s;
	}
	#header .hamburger-toggle .menu-line-1 {
	    top: 3px;
	    transform: rotate(0);
	}
	#header .hamburger-toggle .menu-line-2 {
	    top: 13px;
	    opacity: 1;
	}
	#header .hamburger-toggle .menu-line-3 {
	    top: 23px;
	    transform: rotate(0);
	}
	#header.hamburger-active .hamburger-toggle span{
		background-color: #b14d2d;
	}
	#header.hamburger-active .hamburger-toggle .menu-line-1 {
	    transform: rotate(45deg);
	    top: 13px;
	}
	#header.hamburger-active .hamburger-toggle .menu-line-2 {
	    opacity: 0;
	}
	#header.hamburger-active .hamburger-toggle .menu-line-3 {
	    top: 13px;
	    transform: rotate(-45deg);
	}

	#latest-post .text-wrap{
		padding: 15px 15px;
	}
	#latest-post .row{
		display: block;
	}
	#latest-post .row > div{
		max-width: 100%;
		width: 100%;
	}
	#latest-post .post-img{
		height: 300px;
	}
	#editors-pick .row > div{
		margin-bottom: 30px;
	}
	#editors-pick .row > div:last-child{
		margin-bottom: 0px;
	}
	#recent-posts .container, .watchlist-container .container{
		max-width: 540px;
	}
	#recent-posts .blog-row .row{
		display: block;
	}
	#recent-posts .blog-row .img-col{
		max-width: 100%;
		margin-bottom: 15px;
	}
	#recent-posts .blog-row .post-img{
		width: 100%;
		height: 300px;
	}
	.watchlist-container .watchlist-slide .text-wrap{
		padding: 20px 15px 20px 15px;
	}
	.watchlist-container .watchlist-slide .text-wrap p:last-child{
		margin-bottom: 0px;
	}
	/*category archive*/
	#categories-navigation ul li{
		margin-right: 15px;
		padding-right: 18px;
	}
	#categories-navigation ul li a{
		font-size: 12px;
	}
	.cat-post-wrapper .row{
		display: block;
	}
	.cat-post-wrapper .row > div{
		max-width: 100%;
	}
	/*footer*/
	#footer{
		display: block;
	}
	#footer .row{
		display: block;
	}
	#footer .col{
		width: 100%;
		margin-bottom: 30px;
		display: block !important;
	}
	#footer .col:last-child{
		margin-bottom: 0px;
	}
	#footer .footer-nav,
	#footer .app-download-buttons{
		margin-bottom: 30px;
	}
}

@media(max-width: 500px){
	#header .site-logo{
		width: 280px;
		height: 56px;
	}
	#header .app-download-buttons{
		max-width: 220px;
	}
	#feature-stay-update .text-wrap p{
		font-size: 12px;
		line-height: 16px;
	}
	#feature-stay-update .row > div:first-child{
		max-width: 50%;
	}
	#feature-stay-update .row > div:last-child{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page-content{
		padding-top: 25px;
	}
	#categories-navigation{
		margin-bottom: 25px;
	}
	#categories-navigation ul li{
		margin-right: 5px;
		padding-right: 8px;
	}
	#categories-navigation ul li a{
		font-size: 11px;
	}
	.sort-drop-button{
		font-size: 12px;
		line-height: 16px;
	}
}