/* ------- General ------- */
html {
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    max-height: 100%;
	color:#373737;
	font-size: 1.5rem;
    line-height: 140%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision;
    overflow-x: hidden;
}

img {
	display: inline;
    max-width: 100%;
    height: auto;
}

iframe {
  display: block;
  border: 0;
}

#main-body {
	display: block;
	position: relative;
}

.light-overlay,
.dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.light-overlay {
	background-color: rgba(255,255,255,0.8)
}

.dark-overlay {
	background-color: rgba(0,0,0,0.8)
}
/* ------- Ghost v2 Styles -------*/
.kg-width-full, .kg-gallery-container,.kg-gallery-row,.kg-gallery-image,.kg-width-wide { /* insert styles here */ }



/* ------- Text Hierarchy ------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;  
}

h1{
	font-size:3.6rem;
}

h2{
	font-size:3rem;
}

h3{
	font-size:2.4rem;
}

h4{
	font-size:1.8rem;
}

h5{
	font-size:1.4rem;
}

h6{
	font-size:1.2rem;
}

p{
	font-size: 1.6rem;
    line-height: 150%;
    margin-bottom: 1.6rem;
    text-align:justify;
}

blockquote {
  border-color: #ff540e;
  background: #f7f7f7;
}

blockquote footer {
  padding: 0;
  background: transparent;
}

cite {
  display: block;
  font-size: 1.4rem;
  font-style: italic;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 15px;
    text-align: center;
}

/* ------- Header ------- */
.cp-branding {
	padding: 2rem 0;
	position: relative;
	display: block;
	background: #fff;
}

.top-header {
    margin-left:30px;
    margin-right: 30px;
}

@media screen and ( max-width: 991px ) {
    .social-media-header {
        display: none;
    }
    .official-blog {
        margin-left: 65px;
    }
    .cp-sidebar {
        margin-top: 750px;   
    }
    .pagination {
        margin-top: 0;
    }
    .social-media-responsive {
        display:inline-block !important;
        text-align:center;
        width: 100%;
    }
    .posts-divider {
        margin-top: 30px;
    }
    
    .qrcode-widget {
        margin-top: 15px;
        text-align:center;
    }
}
@media screen and ( max-width: 767px ) {
    .official-blog {
        display: none;
    }
    .cp-branding {
        display: block !important;
        margin: 0 auto !important;
    }
    
    .navbar-form {
    margin-top: 2px !important;
    margin-right: 1px;
    padding: 20px 15px;
    }
    
}
@media screen and ( max-width: 728px ) {
	.cp-branding {
		padding: 1rem 0;
	}
    
}

.cp-branding h1 {
	margin: 0;
}

.cp-branding img {
	max-height: 70px !important;
	padding: 10px 0 !important;
}

.cp-branding .header-ad {
    white-space: nowrap;
    text-align: right;
}

.official-blog {
    color:#ff7200;
    padding-top: 3%;
    padding-left: 28%;
    font-size: 15pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.official-blog-bold {
    font-weight: 500 !important;
    display: inline;
}

.search-form-header {
    margin-top: -36px;
}

.glyphicon-search:before {
     color:#ff7200;
}

/* ------- navigation ------- */
.navbar-default {
    background-color: #f7f7f7;
    border-color: #e7e7e7;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.navbar-form {
    margin-top: 2px !important;
    margin-right: 1px;
}

.navbar {
    border-radius: 0;
	border: none;
	margin-bottom: 0;
}

@media screen and ( min-width: 767px ) {
	.navbar-collapse {
	   padding-left: 0;
	}
}

.navbar-default .navbar-nav li.active a {
	background-color: #ebebeb;
	color: #fe0000;
}

.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus {
	background: #fff;
}

.navbar-default .navbar-nav li a {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fe0000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fe0000;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 2px;
	float: left;
	margin-left: 15px;
}

.cp-navigation {
	position: relative;
	display: block;
}

/* ------- search ------- */

.search-results {
	position: absolute;
	top: 50px;
	z-index: 1000;
	padding: 15px;
	width: 100%;
	text-align: left;
    visibility: hidden;
	max-height: 300px;
    height: fit-content;
	background: #f7f7f7;
    overflow-y: scroll;
    border-radius: 1.5rem;
}

@media screen and ( max-width: 767px ) {
	.search-results {
		top: 55px;
		width: 97%;
	}
    .cp-branding img {
        width:100%;
        margin-bottom:6%;
        max-height: 70px !important;
	    padding: 15px 0 !important;
    }
}

.search-results a,
.search-results a:link {
	color: #000;
    z-index: 1000;
}

.search-results a:hover,
.search-results a:visited
 {
	color: #333;
    z-index: 1000;
}

.search-results-active .search-results {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.search-results a{
    font-family: 'Roboto';
}

.search-results p{
    font-family: 'Roboto';
}

.cp-search-icon {
	cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sr-heading {
	font-weight: 700;
	text-transform: uppercase;
}

.input-group-addon {
    border-radius: 0;
    background-color:#fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 0;
	box-shadow: none;
    height:38px;
}

/* ------- buttons ------- */

.btn-primary {
    background-color: rgba(254,0,0,0.75);
    color: #fff;
    border: solid 1px #fe0000;
	border-radius: 0;
	font-size: 1.8rem;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
    padding: 15px 30px;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

.btn-primary:hover {
    background-color: #e92c0c;
    border: solid 1px #e92c0c;
}

/* ------- Links ------- */

a {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

a,
a:link,
a:active,
a:visited {
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

/* ------- Posts ------- */


.tags,
.meta-info {
    color:#adadad !important;
	font-size: 1.3rem;
    line-height: 150%;
    margin-bottom: 2.6rem;
    padding: 3px;
    font-weight: 500;
}

.meta-info {
    float: left;
}

.tags a {
    text-decoration: underline;
}

h1 a,
h1 a:link,
h1 a:active,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:active,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:active,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:active,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:active,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:active,
h6 a:visited {
	color: #000000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color:#ff7200;
}

.tags,
.meta-info,
.tags a,
.meta-info a,
.tags a:link,
.tags a:active,
.meta-info a:active,
.meta-info a:link,
.tags a:visited {
	color: #999999;
}

.tags a:hover {
	color:#e92c0c;
}

.meta-info span {
	white-space: normal;
    margin-right: 15px;
}

.meta-info span:last-child {
	margin-right: 0px;
}

.post-one {
	display: block;
	margin-bottom: 1.6rem;
    margin-top:1.6rem;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}

.posts-divider {
    border: 1px solid #ffffff;
    border-bottom-color: #ccc;
    margin-left:10px;
    margin-right:10px;
}

.post-one .post-content {
    font-family: 'Droid Serif', serif !important;
	position: absolute;
	bottom: 10px;
	left: 25px;
	width: 75%;
}

.post-content {
    font-family: 'Droid Serif', serif !important;
    color: #7a7a7a;
}

.post-content a {
    color: #666666;
    text-decoration: underline;
}

.post-content a:hover {
    color: #ff7200;
}


.post-content-readmore {
    float: right;
    border: 1px solid #7a7a7a;
    padding: 5px;
    border-radius: 20px;
    background-color: white;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 9pt;
    font-weight: 500;
    color: #7a7a7a;
    margin-top: 20px;
}

.post-content-readmore:hover {
    float: right;
    border: 1px solid #7a7a7a;
    padding: 5px;
    border-radius: 20px;
    background-color: #7a7a7a;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 9pt;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
}

.post-content-readmore:active {
    float: right;
    border: 1px solid #7a7a7a;
    padding: 5px;
    border-radius: 20px;
    background-color: #595959;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 9pt;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
}

.visit-aptoide-button {
    border: 1px solid #7a7a7a;
    padding: 10px;
    border-radius: 20px;
    background-color: white;
    padding-left: 17px;
    padding-right: 17px;
    /* padding-top: 5px; */
    font-size: 12pt;
    font-weight: 500;
    color: #7a7a7a;
    margin-top: 20px;
    text-align: center;
}

.visit-aptoide-button:hover {
    border: 1px solid #7a7a7a;
    padding: 10px;
    border-radius: 20px;
    background-color: #7a7a7a;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 12pt;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-align:center;
}

.visit-aptoide-button:active {
    border: 1px solid #7a7a7a;
    padding: 10px;
    border-radius: 20px;
    background-color: #595959;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 12pt;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-align:center;
}



.postone-title {
    display:block;
    padding-left: 10px;
}

.date {
    color: #999999;
}

.post-one .tags, .post-one .meta-info {
    margin-bottom: 0;
	color: #ffffff;
	padding: 5px 10px;
}

.social-media-header {
    margin-top: -37px;
}

.social-media-header img {
}

.social-media-responsive img {
    margin-right:3px;
}

@media screen and ( max-width: 400px ) {
	.post-one .tags, .post-one .meta-info {
		display: none;
	}
}

@-moz-document url-prefix() { 
    @media screen and ( max-width: 767px ) {
        .search-form-header {
            margin-top: 0px;
        }
    }
}

.post-one h2 {
	/*margin: 0px;
    margin-left: 10px;*/
    font-size: 3.6rem;
}

.post-one .tags,
.post-one .meta-info,
.post-one .tags a,
.post-one .meta-info a,
.post-one .tags a:link,
.post-one .tags a:active,
.post-one .meta-info a:active,
.post-one .meta-info a:link,
.post-one .tags a:visited,
.post-one .tags a:hover {
}

.post-other-list {
	margin-bottom: 1.6rem;
}

.post-other-list .meta-info,
.post-other .meta-info {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.post-other-list h3 {
	margin-top: 5px;
}

.post-other h3 {
	margin-bottom: 20px;
}

.post-comments {
	display: block;
	position: relative;
	margin: 4rem auto 0;
}

.post-footer {
	margin-top: 1.6rem;
}

.post-content-excerpt {
    font-family: 'Droid Serif', serif !important;
    margin-top: 20px;
    display: inline-block;
    color: #7a7a7a
}

.post-content-excerpt-widget {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4C4C4C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    margin-top: 5px;
    margin-bottom: 24px;
}

.qrcode-widget {
    margin-top: 15px;
    margin-left: 4px;
    color: #7a7a7a;
}

.qrcode-widget a {
    color: #ff7200 !important;
    text-decoration: underline;
    font-weight: 500;
}

.qrcode-widget-img {
    text-align:center;
}

.posts-card {
    background-color:#fff;
    border-radius:20px;
    margin-bottom:15px;
    padding:20px;
    padding-top: 0;
}

.cp-author {
	display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 0px solid #ccc;
    border-radius: 2px;
	margin-top: 1.6rem;
}

.cp-author .author-img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.cp-author .author-details {
	position: relative;
    padding: 15px;
    z-index: 1;
}

.cp-author .author-details a:link  {
    color: #999;
}

.cp-author .author-img-avatar {
    max-height: 100px;
}

.cp-author .author-meta {
	position: relative;
    padding: 20px 15px;
    z-index: 1;
}

.cp-author .author-meta div {
	white-space: nowrap;
    height: 25px;
    line-height: 25px;
    display: block;
    padding-right: 10px;
    font-size: 1.3rem;
    letter-spacing: 1px;
	margin-bottom: 1.6rem;
    text-transform: uppercase;
}

.cp-author .author-meta i {
	background: #fe0000;
    height: 25px;
    width: 25px;
	margin-right: 5px;
	text-align: center;
    line-height: 25px;
}

.cp-author .author-meta a {
	color: #000;
}

.glyphicon-list-alt:before,
.glyphicon-map-marker:before,
.glyphicon-link:before {
    color: #fff;
}

.cp-social-share {
	font-size: 1.3rem;
	font-style: italic;
}

.cp-social-share .share-text {
	margin-right: 5px;
}

.cp-social-share a {
    margin-left: 5px;
    font-size: 1.5rem;
}

.cp-social-share a:hover {
    color: #fff;
}

.cp-social-share i {
	border: 1px solid #fe0000;
	border-radius: 2px;
    height: 25px;
    width: 25px;
	margin-right: 5px;
	text-align: center;
    line-height: 25px;
}

.cp-social-share i:hover {
	border: 1px solid #fe0000;
	background: #fe0000;
}

.cp-featured {
	position: absolute;
	font-size: 2rem;
	top: 10px;
	right: 25px;
	z-index: 10;
}

.cp-featured i {
	background: #FFFF00;
	border-radius: 100%;
    height: 30px;
    width: 30px;
	color: #fe0000;
	text-align: center;
    line-height: 30px;
}

/* ------- Pagination ------- */
.pagination {
    position: relative;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
    color: #999999;
	padding: 0.5rem 1.5rem;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

@media screen and ( max-width: 400px ) {
	.pagination {
		font-size: 1.1rem;
	}
	
	.pagination a {
		padding: 0.25rem 0.75rem;
	}
}

.pagination a:hover {
    color: #fff;
}

.older-posts-single,
.newer-posts-single,
.older-posts,
.newer-posts {
    position: absolute;
    display: inline-block;
    border: #fe0000 1px solid;
    text-decoration: none;
    border-radius: 2px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.older-posts-single:hover,
.newer-posts-single:hover,
.older-posts:hover,
.newer-posts:hover {
    border: #fe0000 1px solid;
	background: #fe0000;
}

.older-posts {
    right: 0;
}

.older-posts-single {
    left: 0;
}

.page-number {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #171717;
}

.newer-posts {
    left: 0;
}

.newer-posts-single {
    right: 0;
}

.page footer {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

/* ------- Author/ Tag Page ------- */

.tag-header {
    position: relative;
    width: 100%;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: 50% 50%;
}

.tag-name-header {
    display:inline;
    color: #ff7200;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.author-profile {
	position: relative;
    width: 100%;
	padding: 3rem;
	background-size: cover;
    background-position: 50% 50%;
}

.author-img-avatar {
    position: relative;
    z-index: 1;
    max-height: 150px;
    margin: 15px;
    display: inline-block;
    border-radius: 100%;
}

.author-details {
	position: relative;
    padding: 15px;
    z-index: 1;
}

.author-meta {
	position: relative;
    padding: 20px 15px;
    z-index: 1;
}

.author-meta div {
	white-space: nowrap;
    height: 25px;
    line-height: 25px;
    display: block;
    padding-right: 10px;
    font-size: 1.3rem;
    letter-spacing: 1px;
	margin-bottom: 1.6rem;
    text-transform: uppercase;
}

.author-meta i {
	background: #ff7200;
    height: 25px;
    width: 25px;
	margin-right: 5px;
	text-align: center;
    line-height: 25px;
}

.author-meta a {
	color: #000;
}

.tag-header h1 {
    margin: 10px 0 5px;
}

.tag-description {
	margin-bottom: 0;
}

.tag-header-text h4{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

/* ------- Widgets ------- */

.cp-sidebar {
    padding-left: 24px;
    border-left: 1px solid #EBEBEB;
}
 
.cp-sidebar .widget {
	display: block;
	position: relative;
	margin-bottom: 2.6rem;
}

.cp-sidebar .widget span {
	display: block;
	text-align: center;
}

.cp-sidebar .widget h5 {
	display: inline-block;
	color: #373737;
	letter-spacing: 1px;
    font-size:15pt;
    float:left;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: 500;
}

.tags-widget-bubble {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #FE6446;
    border-radius: 68px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FE6446 !important; 
    width: fit-content;
    margin-top: 8px;
    margin-right: 8px;
}

.editors-pick h3 {
	margin-top: 0px;
	padding: 40px 10px;
	text-align: center;
}

.editors-pick h3 a {
	color: #373737;
}

.ep-content {
	position: relative;
    width: 100%;
	background-size: cover;
    background-position: 50% 50%;
}

.ep-content-overlay {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: auto;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

.ep-content-overlay:hover {
	background-color: rgba(254,0,0,0.5);
}

#cp-contacts {
	background: #f7f7f7;
}

.cp-contacts {
	padding: 0 15px 5px;
}

.cp-contacts i {
	background: #fe0000;
	border-radius: 2px;
    height: 25px;
    width: 25px;
	color: #373737;
	margin-right: 5px;
	text-align: center;
    line-height: 25px;
}

.cp-contacts a {
	color: #000000;
}

.cp-contacts a:hover {
	color: #999999;
}


.social-media-responsive {
    display:none;
    text-align:center;
    width: 100%;
}

/* ------- Newsletter ------- */

.cp-signup {
	position: relative;
	padding: 7.5rem 5rem;
	border-top: 2px solid #fe0000;
	border-bottom: 2px solid #fe0000;
	width: 100%;
	background-image: url('../images/newsletter-subscription.jpg');
	background-size: cover;
    background-position: 50% 50%;
}

.cp-signup .newsletter {
    text-align: center;
}

.cp-signup .newsletter h1 {
    letter-spacing: 1px;
    font-weight: 400;
	margin-bottom: 2rem;
}

@media screen and ( max-width: 380px ) {
	.cp-signup {
		padding: 5rem 2.5rem;
	}
	
	.cp-signup .newsletter h1 {
		font-size: 3.3rem;
	}
    
    .cp-branding img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.cp-signup .newsletter p {
    margin-bottom: 3rem;
}

.cp-signup .form-control {
    border: solid 1px #d3d7d9;
	border-radius: 0;
	background-color: rgba(255,255,255,0.5);
	box-shadow: none;
    padding: 25px;
    color: #929292;
    font-style: italic;
    letter-spacing: 1px;
}

/* ------- Footer ------- */

footer {
    background-color: #fff;
    font-size: 1.4rem;
}

footer .footer-links p {
	text-align: left;
	margin-top: 2rem;
}

footer .social-share {
   text-align: right;
}

footer .social-share a {
    height: 6rem;
    width: 6rem;
	color: #fff;
    background-color: #fe0000;
    border-radius: 3px;
    font-size: 2.2rem;
    display: inline-block;
    text-align: center;
    margin-right: 2rem;
	margin-bottom: 1rem;
}

footer .social-share a.twitter-share {
    background-color: #1AB4EF;
}

footer .social-share a.facebook-share {
    background-color: #3B5898;
}

footer .social-share a.googleplus-share {
    background-color: #dc4e41;
}

footer .social-share a.youtube-share {
    background-color: #e52d27;
}

footer .social-share a.instagram-share {
    background-color: #2e5e86;
}

footer .social-share a.rss-subscribe {
    background-color: #f39501;
}

footer .social-share a i {
    line-height: 60px;
}

#ScrollToTop {
    position: fixed;
    right: 30px;
    bottom: 0;
    background: rgba(255, 114, 0, 0.75);
    color: #ffffff;
    text-align: center;
    z-index: 10;
    display: none;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

#ScrollToTop:hover {
    background: rgba(254 0, 0, 1);
}

#ScrollToTop i {
    width: 5rem;
    height: 5rem;
	font-size: 3rem;
    line-height: 5rem;
}

/* ------- 404 ------- */
.error-message {
    padding: 5rem;
}

.error-message h1 {
	font-size: 20rem;
	font-weight: 700;
}

.error-message h2 {
	font-size: 5rem;
	font-weight: 400;
	text-transform: uppercase;
}

.error-message a {
	color: #fff;
	margin: 5rem 0 0;
}


/*******/

@media only screen and (max-width: 991px) {
    #left-half-column{
        flex: 1 !important;
    }
    #right-half-column{
        flex: 0 !important;
        visibility: hidden;
        width: 0;
    }

    .cp-sidebar{
        padding-left: 0;
        border-left: none;
        margin-top: 32px;
    }

    #aptoide-navbar-logo{
        width: 98px;
        height: 24px;
    }

    footer{
        padding: 16px;
    }
}

.nav-bar{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem 1.5rem;
    box-sizing: border-box;
}

.nav-search-bar{
    display: flex;
    align-items: center;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 1.5rem;
    margin-left: auto;
    height: 40px;
}

.nav-search-bar input{
    border:none;
    background: transparent;
    outline: none;
    padding: 8px 10px;
    border: 0px;
    margin-left: 0.5rem;
}

.nav-search-bar input::placeholder{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.nav-search-bar button{
    border:none;
    background-color: white;
    padding: 0 10px;
    outline: none;
    margin-right: 0.5rem;
    margin-left: auto;
}

#grey-search-icon{
    width: 1.5rem;
    height: 1.5rem;
}

.search-form-nav{
    width: 100%;
    margin-left: 40px;
    position: relative;
}

.aptoide-download-container{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 1.5rem;
}

#aptoide-apps-download{
    font-family: Roboto;
    font-weight: 500;
    color: rgb(23, 23, 23);
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.column{
    display: flex;
    flex-direction: column;
}

#aptoide-download-quote{
    font-family: Roboto;
    font-size: 12px;
    line-height: 16px;
    color: rgb(23, 23, 23);
    white-space: nowrap;
}

#download-column{
    margin-left: 0.5rem;
}

.half-column{
    flex: 0.5;
    display: flex;
    align-items: center;
}

.download-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(116.63deg, rgb(254, 145, 80) 8.97%, rgb(254, 100, 70) 92.93%);
    border-radius: 16px;
    cursor: pointer;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    transition: box-shadow 0.25s ease 0s;
    color: white;
    width: 128px;
    height: 40px;
}

.download-button:hover{
    box-shadow: 0px 0px 19px #FE9150;
}

#aptoide-download-button{
    margin-left: 1.5rem;
}


.aptoide-blog-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    color: #FE6446 !important;
    margin-bottom: 0 !important;
}

#blog-title{
    font-weight: 600;
}

#aptoide-title-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 305px;
}

.post-container{
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 16px;
}

.post-card-title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #171717;
    margin-bottom: 8px;
}

.container-row{
    display: flex;
    align-items: center;
}

.published-by{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #171717;
    margin-left: 3px;
}

#footer-social-row{
    margin-top: 40px;
}

.footer-social-icon{
    margin-right: 16px;
}

#who-published{
    color: #FE6446;
}

#publish-date{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #6F6F6F;
    margin-left: 1rem;
}

.post-image{
    margin-top: 1rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.categories-tag{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 8px 16px;
    border-radius: 68px;
    margin: 8px;
    margin-left: 0;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #171717;
}

.description-resume{
    margin-top: 1rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #171717;
}

.description-resume span{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

a:link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
    color: inherit ;
    cursor: pointer;
}

.read-more-anchor{
    margin-top: 1rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FE6446 !important;
    cursor: pointer !important;
}

#read-more{
    width: 100%;
    justify-content: flex-start;
}

.widgets-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid #EBEBEB;
}

a:hover{
    text-decoration: none !important;
}

.sidebar-subtitle{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    margin-bottom: 1rem;
}

.sidebar-widget{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#popular-posts{
    margin-top: 24px;
}

.widget-posts-title a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #FE6446;
}

.widget-posts-title a:visited {
    text-decoration: none;
    color: #FE6446 ;
    cursor: pointer;
}

#aptoide-small-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#aptoide-small-blog{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

#aptoide-small-title-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 144px;
    margin-left: 10px;
}

.post-article{
    padding: 0 1rem;
}

.featured-image {
	display: block;
    margin-top: 16px;
	margin-bottom: 1.6rem;
    border-radius: 1.5rem;
}

.post-content p{
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

#post-categories{
    padding-bottom: 32px;
    border-bottom: 1px solid #EBEBEB;
}

.posts-pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
}

.posts-pagination a{
    margin: 0 8px;
}

footer{
    padding: 32px 0;
}

.footer-col{
    display: flex;
    flex-direction: column;
    height: 320px;
}

#aptoide-footer-logo{
    width: 95px;
    height: 24px;
}

.footer-col{
    padding-left: 0 !important;
}

.aptoide-footer-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #171717;
    margin-top: 8px;
}

#aptoide-text{
    width: 80%;
    margin-top: 8px;
}

#aptoide-rights{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #B3B3B3;
    margin-top: auto;
}

.footer-main-link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    margin-bottom: 18px;
}

.footer-sub-link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4C4C4C;
    margin-bottom: 18px;
    white-space: nowrap;
}

.footer-bottom-link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #4C4C4C;  
    margin-top: auto;
}

.logo-anchor{
    flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
    .desktop-div{
        display: none;
    }

    #aptoide-text{
        width: 100%;
    }

    .mobile-section{
        margin-left: 0 !important;
        margin-top: 32px;
    }

    .footer-col{
        height: fit-content;
    }

    .social-icon{
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }

    .footer-bottom-link{
        margin-top: 0;
        margin-right: 16px;
    }

    .search-form-nav{
        width: calc(100% - 32px) !important;
        margin-left: 20px !important;
    }

    .aptoide-download-container{
        position: fixed;
        bottom: 0;
        background: white;
        z-index: 1000000;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        padding: 1rem 0;
        visibility: initial;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-div{
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    #aptoide-download-button{
        width: 90px;
        margin-left: 0;
    }
}

#aptoide-installer{
    margin-left: 8px;
    margin-right: 16px;
}

.tags-container{
    height: fit-content;
    margin: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    margin-left: 0;
    margin-bottom: 8px;
}

.tag-button{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #171717;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
    border-radius: 68px;
    margin-right: 8px;
}

.post-content figure{
    margin-bottom: 16px;
}

.container-border-left{
    margin-left: 0 !important;
}
