/*
Theme Name: Softwarepito.   
Theme URI: https://apkmond.net
Author: APKMond
Author URI: https:/apkmond.net
Description: WordPress Theme For Android And IOS Apps.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stcustom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=-apple-system-:300,400,500,700,900|-apple-system:300,400,500,700,900|Oswald:300,400,500,700,900');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: '-apple-system-', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: '-apple-system-', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: '-apple-system-', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: '-apple-system-', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: '-apple-system-', sans-serif;
	font-size: 1.9rem;
    line-height: 30px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f2f5f9; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
/* 	margin: 0 0 1.5em 3em; */
	font-size:16px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
@media all and (max-width: 768px) {
	body {
		padding-top: 60px;
	}
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Margins and Paddings
--------------------------------------------------------------*/
.pl-0 {padding-left: 0 !important}
.pr-0 {padding-right: 0 !important}
.pt-0 {padding-top: 0 !important}
.pb-0 {padding-bottom: 0 !important}


.pl-5 {padding-left: 5px !important}
.pr-5 {padding-right: 5px !important}
.pt-5 {padding-top: 5px !important}
.pb-5 {padding-bottom: 5px !important}

.pl-10 {padding-left: 10px !important}
.pr-10 {padding-right: 10px !important}
.pt-10 {padding-top: 10px !important}
.pb-10 {padding-bottom: 10px !important}

.pl-15 {padding-left: 15px !important}
.pr-15 {padding-right: 15px !important}
.pt-15 {padding-top: 15px !important}
.pb-15 {padding-bottom: 15px !important}

.pl-20 {padding-left: 20px !important}
.pr-20 {padding-right: 20px !important}
.pt-20 {padding-top: 20px !important}
.pb-20 {padding-bottom: 20px !important}

.ml-0 {margin-left: 0 !important}
.mr-0 {margin-right: 0 !important}
.mt-0 {margin-top: 0 !important}
.mb-0 {margin-bottom: 0 !important}

.ml-5 {margin-left: 5px !important}
.mr-5 {margin-right: 5px !important}
.mt-5 {margin-top: 5px !important}
.mb-5 {margin-bottom: 5px !important}

.ml-10 {margin-left: 10px !important}
.mr-10 {margin-right: 10px !important}
.mt-10 {margin-top: 10px !important}
.mb-10 {margin-bottom: 10px !important}

.ml-20 {margin-left: 20px !important}
.mr-20 {margin-right: 20px !important}
.mt-20 {margin-top: 20px !important}
.mb-20 {margin-bottom: 20px !important}

@media all and (max-width: 990px) {
    .pl-sm-0 {padding-left: 0 !important}
    .pr-sm-0 {padding-right: 0 !important}
    .pt-sm-0 {padding-top: 0 !important}
    .pb-sm-0 {padding-bottom: 0 !important}
}
@media all and (max-width: 768px) {
    .pl-xs-0 {padding-left: 0 !important}
    .pr-xs-0 {padding-right: 0 !important}
    .pt-xs-0 {padding-top: 0 !important}
    .pb-xs-0 {padding-bottom: 0 !important}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00A6ED;
	font-family: inherit;
}

a:visited {
	color: #333333;
}

a:hover,
a:focus,
a:active {
	color: #00A6ED;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	height: 80px;
	background: #ffffff;
	position: fixed;
	padding: 10px 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #dddddd;
}
.site-header .container {
	height: 100%;
	position: relative;
}
.site-branding {
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}
.site-branding a {
	color: #19d473;
	display: inline-block;
	height: 60px;
	padding-top: 10px;
}
.site-branding a img {
	max-height: 100%;
}

.header-search {
	background: transparent;
	font-size: 40px;
	color: #fff;
}
.header-search a {
	color: #19d473;
	line-height: 0;
}
.header-search-box {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 20px;
	background: #ededed;
	margin-top: 1px;
	z-index: 9999;
	width: calc(100% - 70px);
	display: none;
	height: 100%;
}
.search-container .searchinput {
	width: calc(100% - 150px);
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
}
.search-container .header-search-btn {
	width: 130px;
	text-align: center;
	padding: 13px 0;
	color: #fff;
	background: #19d473;
	border: none;
	font-size: 18px;
	position: relative;
	top: 1px;
}
@media all and (max-width: 768px) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		width: 100%;
		height: 80px;
	}
	.search-container .searchinput {
		width: calc(100% - 90px);
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
	}
	.search-container .header-search-btn {
		width: 80px;
		text-align: center;
		padding: 13px 0;
		color: #fff;
		background: #4DAF51;
		border: none;
		font-size: 16px;
		position: relative;
		top: 1px;
	}
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 80px; /* Stay at the top */
	left: 0;
	background-image: url(images/email-pattern.png);
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #333333;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#content {
    transition: margin-left .5s;
    padding: 100px 20px 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: none;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.main-navigation li a {
	display: inline-block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	padding: 0 15px;
	font-family: '-apple-system-', sans-serif;
	width: 100%;
}
.menu-item i._mi, .menu-item img._mi {
	max-width: 32px;
}
.main-navigation li  a span {
	display: inline-block;
	margin-left: 5px;
}
.main-navigation li a img {
	position: relative;
	top: -2px;
}
.main-navigation ul ul {
	display: none;
}
.main-navigation ul ul li {
	float: left;
	display: inline-block;
	width: 33%;
}
.main-navigation ul ul li a {
	font-weight: normal;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	padding: 5px 0px;
	height: 40px;
	text-transform: capitalize;
	color: #333333;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background: #333333;
	line-height: 50px;
}
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
	background: #333333;
	border-top: none;
	line-height: 30px;
	color: #fff;
}
.main-navigation li a i {
	color: #19d473;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focsu > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#openNav, #closeNav {
	font-size: 40px;
	color: #19d473;
	max-width: 80px;
}
#closeNav {
	display: none;
}
@media all and (max-width: 768px) {
	#content {
		padding: 10px;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main .page-header {
	margin-top: 0;
}
.home-search-apps {
	height: 450px;
	background: #a0a0a0;
}
.home-featured-area {
	height: 350px;
	background: #606060;
	display: flex;
	border-bottom: 5px solid #79b84a;
}
.home-featured-area .featured-inner {
	margin: auto;
	width: 80%;
	height: 250px;
}
.home-popular-apps {

}
.home-apps-block, .featured-app-block, .archive-main, .search-main {
	margin: 0 0 1.5em;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
}
.home-footer-textarea {
	margin-bottom: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	color: #777777;
}
.similar-apps-block, .post-content, .post-banner, .search-content {
	background: #fff;
}
.similar-apps-block .block-body, .news-container {
	padding: 10px;
}
.app-block {
	padding: 5px;
}
.app-block .app-block-inner {
	border: 1px solid #dddddd;
	height: 100%;
	padding: 10px;
	/* border-radius: 10px; */
	background: #fff;
}
.app-block:hover .app-block-inner {
	border: 1px solid #19d473;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
}
.app-block .app-block-inner .app-thumbnail {
	background: #ffffff;
}
.app-block .app-block-inner .app-info {
	text-align: center;
	margin-bottom: 15px;
}
.app-block .app-block-inner .app-info a {
	color: #555555;
	font-family: "-apple-system-", sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.post-banner {
	padding: 5px;
}
.block-head, .archive-main .page-header, .search-header, .search-main .page-header {
	margin: 0;
	padding: 8px 15px;
	background: #19d473;
	font-size: 16px;
	display: block;

	border-bottom: 1px solid #e8e8e8;
}
.block-head h3, .archive-main .page-header h3, .search-header h1, .search-main .page-header h1 {
	margin: 0;
	line-height: 1;
	clear: both;
	width: 100%;
}

.block-head h3 a
{
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
 .search-header h1 {
	font-size: 22px;
	font-weight: 300;
	color: #666666;
	text-transform: uppercase;
}
.block-head h3 .title-text {
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
}
.block-head .more-btn {
	font-size: 14px;
}
.block-head .more-btn i {
	font-size: 12px;
}
.block-body, .apps-container {
	padding: 10px;
	background: #ffffff;
}
.featured-heading-row {
	color: #fff;
}
.featured-heading-row h1 {
	font-size: 36px;
	text-shadow: 0px 0px 15px #000000;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 10px;
}
.featured-heading-row h4 {
	font-size: 20px;
	text-shadow: 0px 0px 15px #000000;
	font-weight: 300;
	margin-top: 0;
	line-height: 1.4;
}
.featured-search-row {
	padding: 10px 100px;
}
.featured-search-row .search-inner {
	border: 5px solid #333333;
	height: 60px;
	border-radius: 5px;
}
.featured-search-row .search-inner input {
	height: 50px;
}
.featured-search-row .search-field, .featured-search-row .search-category, .featured-search-row .search-button {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.featured-search-row .search-category {
	background: #f0f0f0;
}
.featured-search-row .search-cat {
	margin-right: -5px !important;
	margin-left: -5px !important;
	position: relative;
	z-index: 1;
}
.featured-search-row .search-text, .featured-search-row .search-cat, .featured-search-row .sbmt-btn {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: none;
	height: 50px;
	border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
}
.featured-search-row .search-cat {
    display: inline-block;
    height: 50px;
    background: #f0f0f0;
    border-radius: 0 !important;
}
.featured-search-row .sbmt-btn {
	background: #79b84a;
	color: #fff;
	font-size: 18px;
}
.app-screenshots {
	max-width: 1160px;
    overflow: hidden;
    overflow-x: scroll;
    padding: 20px 0 10px;
    background: #fff;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.screenshots-wrap {
	white-space: nowrap;
}
.screenshots-wrap img {
	max-width: auto;
	max-height: 400px;
	margin-right: 20px;
}
.app-block .app-info {

}
.app-block .app-thumbnail img {
	width: 100%;
}
.app-block .app-info .app-title, .app-title-large {
	width: 100%;
	font-size: 18px;
    font-weight: 400;
	line-height: 24px;
	color: #444444;
	display: inline-block;
	height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
	font-family: inherit;
}
.app-block .app-info .app-info-row {
	display: inline-block;
	width: 100%;
	padding: 1px;
	color: #777777;
	font-size: 12px;
}
.app-block .app-info .app-download-link {
	font-size: 14px;
}
.app-block .app-info .app-info-row.app-rating .glsr-summary [class*=glsr-star-] {
	width: 16px !important;
	height: 16px !important;
	background-size: 14px !important;
}
.app-block .app-info .app-info-row.app-rating .glsr-summary {
	margin-bottom: 1px !important;
}
#apps24body, #appsLUbody, #appsUpdatedBody, #appsWidgetBody {
	display: none;
}
.app-block .app-info .app-icon {
	display: inline-block;
	width: 80px;
	padding: 3px;
	background: #f0f0f0;
	border-radius: 5px;
	margin-top: -10px;
}
.app-block .app-info .app-icon img {
	width: 100%;
}
.block-tabs a {
	display: inline-block;
	padding: 12px 30px;
	color: #666;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: -1px;
}
.block-tabs a.active, .block-tabs a:hover {
	background: #fff;
	border-top: 3px solid #19d473;
	text-decoration: none;
}
.block-tabs a.active {
	border-right: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
}
.app-download-btn {
	padding: 10px 30px;
	color: #fff !important;
	background: #19d473;
	font-size: 14px;
}
.download-btn-row {
	margin-top: 10px;
}
.download-btn-small {
	color: #fff !important;
	background: #19d473;
	font-size: 12px !important;
	padding: 5px 15px;
	border-radius: 20px;
	font-weight: 300 !important;
}
.download-btn-small:hover {
	text-decoration: none;
}
.app-download-btn:hover {
	text-decoration: none;
	color: #fff;
}
.featured-app-block .app-block:hover {
	background: transparent;
}
.featured-app-block .block-head {
	padding: 0;
}
.featured-app-block .block-head-title .block-head-icon {
	padding: 20px;
	background: #19d473;
	color: #fff;
	display: inline-block;
}
.app-title-large {
	color: #666666;
	font-size: 30px;
	height: 35px;
}
.app-title-large:hover {
	text-decoration: none;
}
.featured-app-block .app-block .app-info .app-info-row {
	font-size: 14px;
	display: flex;
	border: 1px solid #f2f5f9;
	margin-bottom: 5px;
}
.featured-app-block .app-block .app-info .app-info-row span {
	padding: 5px;
}
.featured-app-block .app-block .app-info .app-info-row span.info-label {
	background: #f2f5f9;
	flex: 1;
}
.featured-app-block .app-block .app-info .app-info-row span.info-value {
	flex: 2;
}
.featured-app-block .owl-theme .owl-controls .owl-buttons div {
	top: 40%;
	border: 1px solid #ddd;
}
#appScreenshots {
	height: 300px;
	position: relative;
	overflow: hidden;
}
#appScreenshots .owl-item, #appScreenshots .owl-item .fapp-slide-thumb {
	height: 100%;
}
#appScreenshots .owl-item img {
	height: 100%;
}
@media screen and (max-width: 768px) {
	.featured-heading-row h1 {
		font-size: 24px;
	}
	.featured-heading-row h4 {
		font-size: 16px;
	}
	.featured-search-row {
		padding: 5px;
	}
	.app-block:nth-child(3n) {
		border-right: 1px solid #f0f0f0;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}
.post-main {
	margin-bottom: 20px;
}
.box-shadow {
	box-shadow: 0px 0px 3px #ddd;
}
.blog-post-inner {
	padding: 10px;
	background: #fff;
	text-align: center;
	height: 100%;
}
.blog-post-inner p {
	font-size: 12px;
}
.post-breadcrumbs {
	padding: 20px;
	font-size: 13px;
	background: #fbfbfb;
	color: #19d473;
	border-bottom: 1px solid #f4f4f4;
}
.page-main .post-breadcrumbs {
	margin-top: -20px;
}
.post-breadcrumbs a, .post-breadcrumbs i {
	color: #777 !important;
}
.post-sharing-single {
	text-align: center;
	padding: 10px;
	background: #ddd;
}
.at-style-responsive .at-share-btn {
	margin-bottom: 0 !important;
}
.single-app-header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
}
.single-news-header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}
.app-icon-single {
	padding: 10px;
	background: #ffffff;
	text-align: center;
}
.app-icon-single img {
	max-width: 80px;
}
.app-title-single h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}
.single-app-rating .glsr-summary .glsr-summary-rating, .single-app-rating .glsr-summary .glsr-review-rating, .single-app-rating .glsr-summary .glsr-summary-text {
	display: inline-block;
	float: left !important;
}
.single-app-rating .glsr-summary .glsr-summary-text {
	padding-top: 0px;
	font-weight: bold;
	font-size: 20px;
}
.single-app-info {
	background: #fff;
	padding: 0;
}
.app-info-box {
	text-align: center;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #f0f0f0;
	border-left: none;
	vertical-align: middle;
}
.app-info-box:first-child, .app-info-box:nth-child(7) {
	border-left: 1px solid #f0f0f0;
}
.app-info-box a {
	color: #00A6ED;
}
.app-info-box label {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	font-family: "-apple-system-", serif;
	text-transform: uppercase;
	font-family:inherit;
}
.app-info-box img {
	max-width: 60%;
}
.single-app-info.compact {
	padding: 0;
	background: #fff;
}
.single-app-info-row {
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 0 5px;
}
.single-app-info-row:last-child {
	border-bottom: none;
}
.single-app-info.compact .single-app-info-row span {
	font-size: 13px;
}
.single-app-info-row label {
	font-weight: 500;
	margin-bottom: 5px;
	color: #333333;
	font-family:inherit;
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	
	
}
.single-app-info-flex {
	display: flex;
}
.single-app-info-flex .single-app-info-col {
	flex: 1;
}
.single-app-info-flex .single-app-info-col span {
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 5px;
	font-size: 14px;
}
.single-app-info-flex .single-app-info-col span .cat-links {
	padding: 0;
}
.single-app-info-flex .single-app-info-col .single-app-info-label {
	font-weight: bold;
}
.single-app-info-flex .single-app-info-col .single-app-info-text img {
	max-width: 150px;
}
.single-app-info-flex .single-app-info-col .single-app-info-text a {
	color: #79b84a;
}
.star-rating-block {
	display: inline-block;
	font-size: 20px;
}
.star-rating-block .gdrts-stars-current, .star-rating-block .gdrts-stars-active {
	font-size: 20px !important;
}
.star-rating-block .gdrts-block-stars, .star-rating-block .gdrts-rating-text {
	float: left;
}
.star-rating-block .gdrts-rating-text {
	margin-left: 10px;
	font-size: 14px;
}
.rating-block-label {
	float: left;
	margin-top: 5px;
}
.star-rating-block .gdrts-rating-block, .gdrts-rating-block.gdrts-align-left .gdrts-inner-wrapper {
	margin: 5px 0 0 0 !important;
}
.single-app-download {
	text-align: center;
	padding: 10px 20px;
	background-color: #ffffff;
}
.single-app-download a {
	background-color: #19d473;
    display: inline-block;
    color: #fff;
    padding: 10px 130px 10px 50px;
	width: auto;
	max-width: 100%;
    position: relative;
	border-radius: 50px;
    transition: all .3s ease-in-out;
    text-align: center;
	text-transform: capitalize;
	font-family: "-apple-system-", sans-serif;
	font-weight: normal;
	position: relative;
}
.single-app-download a span {
	display: inline-block;
	font-size: 24px;
}
.single-app-download a .dl-btn-ver {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 25px;
	background: #19b21b;
	border-radius: 50px;
}
.post-main .review-form .glsr-field .button {
	background-color: #19d473;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    padding: 20px 0;
    width: 60%;
    position: relative;
	border-radius: 4px;
	text-shadow: 0 0 5px rgba(0, 0, 0, .49);
    transition: all .3s ease-in-out;
    text-align: center;
	text-transform: uppercase;
	font-family: "-apple-system-", sans-serif;
	font-weight: bold;
}
.single-app-download-cache a {
    background-color: #C32424;
    display: block;
    color: #fff;
    font-size: 13px!important;
    line-height: 15px;
    padding: 5px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .49);
	position: relative;
	padding: 15px 10px !important;
    width: 80%;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	font-family: "-apple-system-", sans-serif;
	font-weight: 300;
	transition: all .3s ease-in-out;
}
.single-app-download-cache.torrent-link a {
	background-color: #00A24C;
}
.single-app-download a:hover {
	text-decoration: none;
    
}
.single-app-download-cache a:hover {
	background-color: #CA5A5A;
}
.single-app-download a:hover {
	text-decoration: none;
}
.post-main .review-form, .post-main .user-reviews, .page-main, .download-post-row {
	padding: 20px;
	background: #ffffff;
}
.page-main, .download-post-row {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
}
.news-post {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}
.news-thumb {
	position: relative;
}
.news-detail-thumb img, .news-thumb img {
	width: 100%;
}
.news-thumb .news-meta {
	position: absolute;
	display: inline-block;
	padding: 5px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	left: 0;
	bottom: 0;
}
.news-detail-row h1 {
	font-size: 28px;
	margin-top: 0;
}
.news-detail-row h1 a {
	color: #333333;
	font-weight: normal;
	font-family: inherit;
}
.news-detail-title h1 {
	font-size: 32px;
	margin-bottom: 0;
	font-family: inherit;
	font-weight: normal;
	padding-left: 5px;
}
.news-detail-row h5 {
	font-size: 17px;
	font-weight: 300;
}
.news-detail-meta {
	color: #666666;
	font-size: 14px;
	font-weight: 300;
}
@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.download-post-row h1 {
	font-size: 40px;
	margin-bottom: 10px;
}
.download-post-row h1 span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.download-post-row h1 span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.download-post-row h1 span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}
.download-post-row h2 {
	color: #19d473;
}
.download-post-row h5 {
	font-size: 18px;
	margin-top: 20px;
}
.download-post-row h5 a {
	color: #38baf9;
}
.page-content {
	padding: 10px 20px;
}
.post-content .entry-footer {
	border-top: 1px solid #f0f0f0;
	padding-top: 10px;
}
.reviewFormToggleBtn {
	padding: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	background: #19d473;
	color: #fff !important;
}
.reviewFormToggleBtn:hover {
	text-decoration: none;
	color: #fff;
	background: #2c985d;
}
.review-form-body {
	display: none;
}
.post-main .review-form .glsr-field label {
	font-size: 14px;
}
.post-main .review-form .glsr-field .regular-text, .post-main .review-form .glsr-field .large-text {
	width: 100%;
	font-size: 14px;
	padding: 10px;
}
.post-main .user-reviews .glsr-review {
	position: relative;
}
.review-data-head .review-author {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #f8f8f8;
	border-radius: 50%;
}
.review-data-head .review-author .glsr-review-avatar, .review-data-head .review-author .glsr-review-author {
	display: inline-block;
	width: 100%;
	float: none !important;
	clear: both;
}
.review-data-head .review-author .glsr-review-avatar {
	margin: 20px 0 0 0;
}
.review-data-head .review-author .glsr-review-author {
	padding: 0 10px;
}
.review-data-head .review-meta-info {
	float: left;
	margin-left: 15px;
}
.review-data-head .review-meta-info .glsr-review-title {
	margin-top: 15px;
}
.post-main .user-reviews .glsr-review-excerpt {
	float: none;
	clear: both;
	margin-left: 120px;
	font-size: 14px;
	padding: 20px 10px 15px 20px;
	background: #f8f8f8;
	border-radius: 10px;
	position: relative;
}
/* Right triangle, left side slightly down */
.post-main .user-reviews .glsr-review-excerpt:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -30px;
	right: auto;
  top: 15px;
	bottom: auto;
	border: 15px solid;
	border-color: #f8f8f8 #f8f8f8 transparent transparent;
}
.single .entry-content {
	padding: 20px;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	font-size: 14px;
	padding: 10px;
}
.page-content a,
.entry-content a,
.entry-summary a {
	color: dodgerblue;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.pagination {
    width: 100%;
    clear: both;
		margin: 0;
		padding: 10px;
		background: #fbfbfb;
}
.pagination ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    padding: 10px 15px;
    color: #333;
		background: #dddddd;
}
.pagination ul li .current {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
}
.pagination ul li .current, .pagination ul li a:hover {
    background: #19d473;
		color: #fff;
}
@media all and (max-width: 990px) {
	.app-info-box {
		padding-left: 5px;
		padding-right: 5px;
	}
	.app-info-box:nth-child(5), .app-info-box:nth-child(9){
		border-left: 1px solid #f0f0f0;
	}
}
@media all and (max-width: 768px) {
	.post-main {
		padding-right: 0;
	}
	.content-area {
		padding: 0;
	}
	.single-app-info-row label {
		width: auto;
		float: left;
		margin: 0;
	}
	.app-info-box{
		/* border-left: 1px solid #f0f0f0; */
		padding: 5px 10px;
	}
	.single-app-download {
		padding: 0px;
	}
	.single-app-download a, .post-main .review-form .glsr-field .button {
		font-size: 14px;
		font-weight: normal;
		width: 100%;
	}
	.app-info-box img {
		max-width: 100px;
	}
	.single-app-download a {
		width: 90%;
		margin: 0 auto;
		padding: 10px 20px;
	}
	.single-app-download a span {
		font-size: 14px;
	}
	.single-app-download a .dl-btn-ver {
		padding: 10px 25px;
	}
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	background: #fff;
	padding: 10px 10px 20px 10px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
}
.widget_media_image {
	text-align: center;
}
.banner-widget {
	text-align: center;
}
.banner-widget img, .banner-widget-img {
	width: 100%;
}
.banner-widget-img {
	margin-top: 10px;
}
.widget ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
.widget .widget-title, .widget-apps-block .block-head {
	margin: 0 0 10px 0;
	padding: 20px 15px;
	background: #fbfbfb;
	font-size: 18px;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
	border-bottom: 1px solid #e8e8e8;
}
.home-footer-textarea .widget-title {
	font-size: 28px;
}
.widget-apps-block .block-head h3 {
	font-size: 18px;
	color: #666666;
}
.widget-apps-block .block-body {
	padding: 0;
}
.widget-apps-block .app-block {
	border: none !important;
	border-bottom: 1px solid #f0f0f0 !important;
	margin-bottom: 0;
}

.widget-app-label span {
	margin-top: 20px;
	display: inline-block;
	padding: 5px 10px;
	background: #e7e7e7;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}
.widget-apps-block .app-block:first-child .widget-app-label span {
	background: #de2630;
	color: #fff;
}
.widget-apps-block .app-block:nth-child(2) .widget-app-label span {
	background: #f37431;
	color: #fff;
}
.widget-apps-block .app-block:nth-child(3) .widget-app-label span {
	background: orange;
	color: #fff;
}
#popular-cats-menu {
	margin: 0;
}
#popular-cats-menu li {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 5px;
}
#popular-cats-menu li a {
	display: inline-block;
	width: 100%;
	padding: 10px;
	color: #333333;
	font-size: 13px;
}
#popular-cats-menu li a:hover {
	text-decoration: none;
	color: #38baf9;
}
#popular-cats-menu li a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid #f0f0f0;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 16px;
}
#popular-cats-menu li a span {
	display: inline-block;
	margin-left: 5px;
}
#popular-cats-menu li.orange a i {background: orange; color: #fff}
#popular-cats-menu li.green a i {background: #32cc7a; color: #fff}
#popular-cats-menu li.blue a i {background: #38baf9; color: #fff}
#popular-cats-menu li.pink a i {background: #f87a97; color: #fff}
#popular-cats-menu li.purple a i {background: #851bc5; color: #fff}
#popular-cats-menu li.brown a i {background: #724024; color: #fff}
#popular-cats-menu li.red a i {background: #bd0711; color: #fff}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-form .submit {
	background-color: #19d473;
    display: inline-block;
    color: #fff;
 /*   width: 100%;   */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 40px;
    margin-right: 7px;
    padding: 0 28px;
   /* text-shadow: 0 1px 5px rgba(0, 0, 0, .49); */
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 24px;
	transition: all .3s ease-in-out;
	font-family: "-apple-system-", sans-serif;
}

.comment-form-url {
	display: none;
}
.comment-form-field-input {
	padding: 10px !important;
	font-size: 14px;
}
.comment-form-email .comment-form-field-input, .comment-form-author .comment-form-field-input {
	width: 50%;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding:0;
	background: #f8f8f8;
}

.footer-widget {
	margin-bottom: 30px;
}
.footer-widget .widget-title {
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 5px;
	color: #666;
	font-weight: 300;
}
.footer-widget ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#footer-menu {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer-menu li {
	display: inline-block;
}
#footer-menu li a {
	padding: 10px 15px;
	font-size: 12px;
	font-weight: normal !important;
	color: #666666;
	border-right: 1px solid #e9e9e9;
	display: block;
}
#footer-menu li:first-child a {
	border-left: 1px solid #e9e9e9;
}
.footer-widget ul li {
	margin-bottom: 0px;
}
.footer-widget ul li a {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid #2e2e2e;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	font-weight: 300;
}
.footer-widget p, .footer-widget, .footer-widget ul li, .footer-widget ul li a {
	color: #b0b1b4;
}
.footer-notice .notice-txt {
    margin-bottom: 30px;
    background: rgba(255, 0, 0, .18);
    color: #ccc;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 300;
	text-align: center;
	display: inline-block;
}
.footer-notice .notice-txt p {
	margin-bottom: 0;
}
.site-info {
	font-size: 12px;
	background: #f0f0f0;
}
.site-info p {
	margin-bottom: 0;
	display: inline-block;
	color: #333333;
}
.site-info ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline-block;
}
.site-info ul li {
	display: inline-block;
}
.site-info ul li a {
	color: #333333;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
}