/*
Theme Name: AngryMovie
Theme URI: http://smthemes.com/angrymovie/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 11/28/2017
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'robotoregular';
	font-size:13px;
	background:#fff;
	/*color:#bfbfbf;*/
	color:#343434;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#20e0be;
	text-decoration:none;
}
a:hover {
	color:#1f9eda;
}
.smthemes
{
visibility:hidden;
}


article .entry-content a, article .entry-summary a {
	text-decoration:underline;
}
article .entry-content a:hover, article .entry-summary a:hover {
	text-decoration:none;
}
.submit, .button, input[type="submit"] {
	padding: 2px 18px 0;
	line-height:27px;
	border-radius:3px;
	float:left;
	box-shadow:1px 3px 7px rgba(0,0,0,0.15);
	background: rgb(32,224,190); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(32,76,224) 0%, rgba(31,158,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgb(32,76,224) 0%,rgba(31,158,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgb(32,76,224) 0%,rgba(31,158,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20e0be', endColorstr='#1f9ed9',GradientType=1 ); /* IE6-9 */
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'montserrat_alternatesregular';
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#1f9ed9;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#e9e9e9;
	color:#bfbfbf;
	font-size:12px;
	overflow:hidden;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	color:#252424;
	border-color:#252424;
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #20e0be 0%, #1f9dda 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #20e0be 0%, #1f9dda 100%);
	border-image: linear-gradient(to bottom, #20e0be 0%, #1f9dda 100%);
	border-image-slice: 1;
}
.accent {
	color:#252424;
	font-size:22px;
    font-family: 'montserrat_alternatesregular';
}
#comments .accent { font-size:16px; }
.descent {
	color:#252424;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#e9e9e9;
	color:#767676;
	font-size:12px;
	border-radius:3px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: rgb(32,224,190); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(32,224,190,1) 0%, rgba(31,158,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(32,224,190,1) 0%,rgba(31,158,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(32,224,190,1) 0%,rgba(31,158,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20e0be', endColorstr='#1f9ed9',GradientType=1 ); /* IE6-9 */
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#white-top {
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.15);
	position:relative;
	z-index: 10;
    border-top: #252424;
    border-top-width: 25px;
    border-style: solid;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:120px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:120px;
	color: #181818;
	font-size:22px;
	font-weight:bold;
    text-transform: uppercase;
    font-family: 'montserrat_alternatesregular';
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:120px;
	width:40px;
	margin-left:15px;
	position:relative;
	z-index: 5;
	visibility: hidden;
}
@media screen and (min-width:1024px) {
	.headersearch::before {	
		content:'';
		position:absolute;
		right:100%;
		width:15px;
		background:#e7e7e7;
		height:1px;
		top:50%;
	}
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:40px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	padding-right: 40px;
	line-height: 40px;
	color: #bfbfbf;
	background:none;
}
form .search-box input[type="search"]:focus {
	border:1px solid #e7e7e7;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	color:#4ce7cc;
	border:none;
	font-family:'FontAwesome';
	background: none;
	box-shadow: none;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right:100%;
	margin-right:15px;
	background:#fff;
	top: 40px;
	width: 220px;
	z-index: 8;
}
.headersearch .search-box input[type="search"] {
	background:#fff;
	color:#545454;
	font-size:13px;
	border-radius:50px;
}
.headersearch .search-box input[type="submit"] {
	color:#20e1bf;
	font-size:14px;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#bfbfbf; }
.search-box input[type="search"]:-moz-placeholder { color:#bfbfbf; }
.search-box input[type="search"]::-moz-placeholder { color:#bfbfbf; }
.search-box input[type="search"]:-ms-input-placeholder { color:#bfbfbf;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#545454; }
.headersearch input[type="search"]:-moz-placeholder { color:#545454; }
.headersearch input[type="search"]::-moz-placeholder { color:#545454; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#545454; }
#search-trigger {
	color:#fff;
	position:relative;
	right:0;
	top:0;
	width:40px;
	height: 41px;
	line-height: 40px;
	background:url(images/search.png) 50% no-repeat;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	background:url(images/search-hover.png) 50% no-repeat;
}
#search-trigger.active {
	background:url(images/search-active.png) 50% no-repeat;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		position:absolute;
		z-index:2;
		/*left: 130px;*/
		right:0;
		justify-content:center;
		display:flex;
		align-items:center;
		height:120px;
	}
	#extra-menu ul.nav-menu > li  {
		padding:40px 10px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#181818;
		border-radius:4px;
		padding: 9px 20px 11px;
		font-size:16px;
		line-height:12px;
		text-transform: uppercase;
		position: relative;
	}
	#extra-menu ul.nav-menu > li:hover > a::after {
		content:'';
		position:absolute;
		bottom:100%;
		margin-bottom:5px;
		width:10px;
		height:25px;
		background:url(images/menu-after.png) 50% no-repeat;
		left:50%;
		margin-left:-5px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#209be1;
	}
	header ul.nav-menu  > li ul {
		background:#209be1;
		border-radius:4px;
		padding:10px 20px;
		box-shadow:1px 4px 8px rgba(0,0,0,0.2);
	}
	header #extra-menu ul.nav-menu > li > ul {
		margin-top:10px;
	}
	header ul.nav-menu  > li ul li {
   		padding: 5px 0;
	}
	header ul.nav-menu  > li ul li:hover {		
		position:relative;
		overflow:hidden;
	}
	header ul.nav-menu  > li ul li:hover a::after {
		content:'';
		position:absolute;
		left:100%;
		margin-left:10px;
		width:200px;
		height:1px;
		background:#1f87c3;
		top:50%;
	}
	header ul.nav-menu  > li ul li a {
		color:#a0d5f4;
		display:inline-block;
		position:relative;
		background:#209be1;
		font-size:12px;
		text-transform:uppercae;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:40px;
		height: 41px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
		visibility: hidden;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {		
		background:url(images/menu-active.png) 50% no-repeat;
	}
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:120px;
		position: relative;
	}
	#main-menu ul.nav-menu {
		display:none;
		background: #209be1;
		padding:10px 20px;
		margin-top:10px;
		border-radius:4px;
		box-shadow:1px 4px 8px rgba(0,0,0,0.2);
		position: absolute;
		right: 0;
		top: 100%;
		min-width: 200px;
		z-index: 2;
	}
	#main-menu ul.nav-menu > li {
		width:100%;
	}
	#main-menu ul.nav-menu > li ul {
		right:100%;
		top:0;
		left:auto;
		margin-right: 22px;
		margin-top: -10px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#a0d5f4;
		font-size:12px;
		display:inline-block;
		position:relative;
		background: #209be1;
		text-transform:uppercase;
		line-height:12px;
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 46px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	z-index:1;
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.1)
	url(images/slider.png) left bottom repeat-x;
}
.slider-bgr::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	}
.fp-slides {
	z-index:1;
}
.fp-thumbnail {
	width:100%;
	/*background: rgb(32,224,190);*/ /* Old browsers */
	/*background: -moz-linear-gradient(left,  rgba(32,224,190,1) 0%, rgba(31,158,217,1) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left,  rgba(32,224,190,1) 0%,rgba(31,158,217,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right,  rgba(32,224,190,1) 0%,rgba(31,158,217,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20e0be', endColorstr='#1f9ed9',GradientType=1 );*/ /* IE6-9 */
	position:relative;
}
.fp-thumbnail::after {
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
	height:100%;
	width:100%;
	opacity:0.4;
	/*background:url(images/light1.png) top 10px center fixed,
	url(images/light2.png) 50% fixed; */
}
.fp-thumbnail img {
	width:100%;
	opacity:0.6;
}
.fp-content-wrap {
	width:1000px;
	z-index: 4;
}
.fp-content {
	box-sizing:border-box;
	bottom:20%;
	padding: 10px;
}
.fp-title {
	color:#fff;
	font-size:50px;
	text-transform:uppercase;
	text-shadow:0 0 10px rgba(0,0,0,0.25);
	font-weight:normal;
    font-family: 'montserrat_alternatesregular';
}
.fp-description {
	color:#fff;
	font-size:19px;
	text-shadow:0 0 10px rgba(0,0,0,0.15);
}
.fp-more {
	background: rgba(255,255,255,0.3);
	border-radius:4px;
	color:#fff;
	font-size:11px;
	float:none;
	padding: 4px 30px;
	box-shadow:1px 3px 10px rgba(0,0,0,0.35);
}
.fp-more:hover {
	background:#fff;
	color:#1f9ed9;
}
.fp-prev-next-wrap {
	width:400px;
	top:auto;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	bottom: 10%;
	background:url(images/fp-nav.png) 50% no-repeat;
	height:40px;
	z-index: 2;
}
.fp-prev-next-wrap a {
	top:0;
	height:40px;
	width: 12px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left center no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right center no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 center;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-12px center;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}

/* ......................................................................... Showroom ......................................................................... */
@media screen and (min-width:1180px) {
	.has-slider .showroom-container {
		top: -75px;
		position:relative;
		z-index:2;
		margin-bottom: 0;
	}
}
.showroom-container {
	margin:30px auto 80px;
}
.showroom-container .boxed-container {
	background: rgb(69,124,150); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(96,112,162) 0%, rgb(69,124,150) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,   rgb(96,112,162) 0%, rgb(69,124,150) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgb(96,112,162) 0%, rgb(69,124,150) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20e0be', endColorstr='#1f9ed9',GradientType=1 ); /* IE6-9 */
	border-radius:10px;
	padding: 35px;
	box-sizing:border-box;
	margin-bottom: 25px;
	max-width: 100%;
	width:1080px;
	position: relative;
}
.showroom::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	border-radius:10px;
	width:100%;
	height:100%;
	background:url(images/texture.png);
}
.showroom::after {
	content:'';
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:60px;
	background:url(images/showshadow.png) top center no-repeat;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	position:relative;
	z-index:2;
	padding: 20px 15px;
	position:relative;
	box-sizing: border-box;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom-item > a:first-child {
	float: left;
	margin: 0 15px 10px 0;
	border-radius: 60px;
	padding: 10px;
	box-sizing: border-box;
	max-width: 115px;
	border: 3px solid rgba(255,255,255,0.3);
}
.showroom-item:hover > a:first-child {
	border: 5px solid transparent;
	padding:8px;
	box-shadow:0 0 8px rgba(255,255,255,0.4);
}
.showroom-item > a:first-child img {
	vertical-align:bottom;
	background:#fff;
	border-radius:50%;
}
.showroom-item h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:19px;
	margin-bottom: 0;
	font-family: 'montserrat_alternatesregular';
}
.showroom-item p {
	color: #fff;
	font-size: 13px;
	margin: 5px 0 10px;
}
.show-more {
	background:rgba(255,255,255,0.2);
	border-radius:4px;
	color:#fff;
	font-size:11px;
	float:none;
	text-shadow:1px 3px 10px rgba(0,0,0,0.35);
}
.show-more:hover {
	background:#fff;
	color:#1f9ed9;
}
@media screen and (max-width:800px) {
	.showroom .showroom-item h3 { font-size:22px; }
	.showroom::after {
		background:url(images/showshadow.png) top center no-repeat;
		background-size: 100%;
	}
}
@media screen and (max-width:640px) {
	.showroom .showroom-item { width:100%; margin-bottom: 40px;	}
}

/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	font-family:'montserrat_alternatesregular';
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;	
	color:#252424;
	font-weight:normal;
	text-transform:none;
    font-family: 'montserrat_alternatesregular';
}
.entry-title a {
	color:#252424;
}
.entry-title a:hover { color:#1f9ed9;}
article {
	border-radius:5px;
	padding:15px;
	margin-bottom:40px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.featured-img-container .post-date {
	color:#fff;
	font-size:19px;
	left:10px;
	bottom:10px;
	position:absolute;
	z-index:2;
}
.featured-img-container {
	position:relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta > span {
	display:inline-block;
    margin: 0 0 10px;
}
.entry-meta .post-categories a {
	color:#fff;
	margin-right:3px;
	border-radius:3px;
	font-size: 12px;
	display:inline-block;
	padding:3px 10px;
	background:#20e0be;
}
.post-categories a:hover {
	background:#1f9ed9;
}
.entry-meta .post-comments {
	font-size:12px;
	color:#343434;
	float:right;
	background: url(images/comments.png) right center no-repeat;
}
.entry-meta .post-comments:hover {
	background: url(images/comment-hover.png) right center no-repeat;
}
.post-comments a {
	color:#343434;
	font-size:11px;
	display:inline-block;
	width:43px;
	text-align: right;
	font-weight:bold;
	box-sizing: border-box;
	padding-right: 14px;
}
.post-comments:hover a {
	color:#fff;
}
.post-date {
	color:#bfbfbf;
	float:right;
	line-height:32px;
	margin-right:10px;
}
.post-author img {
	border-radius:40px;
	float: right;
	margin-left: 10px;
}
.post-author {
	color:#252424;
	float:right;
	line-height:32px;
}
.post-author a {
	color:#252424;
	font-style: italic;
}
.post-author a::after, .post-author a::before {
	content:'"';
}
.post-author:hover,.post-author a:hover {
	color:#1f9dda;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	text-align:center;
}
.widget a {
	font-size:14px;
	font-weight:bold;
	color:#252424;	
    font-family: 'montserrat_alternatesregular';
}
.widget a:hover {
	color:#1f9dda;
}
.widget .caption h4 {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:10px 15px;
	border-radius:4px;
	position:relative;
	background: url(images/texture.png), rgb(32,76,224); /* Old browsers */
	background:url(images/texture.png), -moz-linear-gradient(left,  rgb(32,76,224) 0%, rgba(31,158,217,1) 100%); /* FF3.6-15 */
	background:url(images/texture.png), -webkit-linear-gradient(left,  rgb(32,76,224) 0%,rgba(31,158,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(images/texture.png), linear-gradient(to right,  rgb(32,76,224) 0%,rgba(31,158,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20e0be', endColorstr='#1f9ed9',GradientType=1 ); /* IE6-9 */
	font-size:18px;
	font-family: 'montserrat_alternatesregular';
	margin-bottom:0;
}
.widget .caption {
	padding-bottom:20px;
	margin-bottom:10px;
	background:url(images/caption.png) bottom right no-repeat;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar img {
	border-radius:3px;
	float:left;
	margin:0 10px 0 0;
}
.widget_smt_comments .comment_author {
	display:block;
	border-radius:3px;
	line-height:50px;
	border:1px solid #e7e7e7;
	text-align: left;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .alignleft {
	margin:0 15px 10px 0;
	background:#db0000;
	float:left;
}
.widget_smt_posts img {
	margin:0;
	border-radius:2px;
	width:100%;
}
.widget_smt_posts img + .post-date {
	position:relative;
	top: -30px;
	margin-bottom:-20px;
	color:#fff;
	padding:0 15px;
	line-height:20px;
}
.widget_smt_posts .post-date {
	color:#bfbfbf;
	font-size:13px;
	float: none;
	display: block;
	text-align: left;
}
.widget_smt_posts .title {
	margin:10px 0;
	display:block;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	background:url(../../../wp-content/uploads/2017/11/footer.jpg) top center fixed;
	padding-top: 30px;
}
footer .widget a, footer a {
		font-size:14px;
		color:#fff;
		font-family:'montserrat_alternatesregular';
		font-weight: normal;
}
footer .widget a:hover, footer a:hover {
	color:#1f9dda;
}
footer .footer_txt {
	padding:15px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	text-align:center;	
}
footer .footer_txt a {
	text-decoration:none;
	font-family:'robotoregular';
	font-size:13px;
}
footer .widget .caption  h4 {
	
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_smt_comments .comment_author {
	border:1px solid #2d2d2d;
}
footer .widget_smt_posts .post-date {}
