/*
Theme Name: Edge addons
Theme URI: https://bd-career.com/
Author: Sobuj ali
Author URI: https://sobuj.org/
Description: Free extension Wordpress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apkadvice
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, left-sidebar, custom-background, theme-options, full-width-template
*/

.theme-color,
.theme-color a {
	color: #4D6AF5;
}

.theme-color:hover,
.theme-color:focus,
.theme-color a:hover,
.theme-color a:focus {
	color: #4D6AF5;
}

.whats-new {
	font-size: 16px;
}

.last-p p:last-child {
	margin-bottom: 0;
}

.addtoany_list a:first-child {
    padding-left: 0;
}

.author-avatar img {
	width: 100px;
}

.social-links {
	list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.social-links li:first-child {
	margin-left: 0 !important;
}

.social-links li {
	display: inline-block;
	margin: 0 5px;
}

.social-links.social-rounded a {
	background-color: #333333;
	color: #fff;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 30px;
}

.social-links a i {
	font-size: 16px;
}

.social-links.social-rounded a:hover,
.social-links.social-rounded a:focus,
.social-links.social-rounded a:active {
	color: #fff;
	background-color: #4D6AF5;
}

.author-box .author-name {
	font-size: 20px;
}

.author-info p {
	font-size: 15px;
	margin-bottom: 10px;
}

.author-info p:last-child {
	margin: 0;
}

.slicknav_btn {
	margin: 15px 0;
}

.related-posts .post-title a {
	font-weight: 700;
	color: #19232d;
	text-decoration: none;
}

.widget_cpt_subcategories,
.widget_cpt_categories {
	position: relative;
}

a.btn-expend {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
	text-align: center;
	color: #4D6AF5;
}

a.btn-expend:focus {
	color: #17C44E;
}

.whats-new a.btn-expend {
	color: #4D6AF5;
}

.footer-widgets {
	border-top: 1px solid #ccc;
}

.footer-widgets .widget {
	font-size: 16px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.footer-widgets .widget + .widget {
		margin-top: 40px;
	}
}

.footer-widgets .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.footer-widgets .widget-title {
	text-transform: uppercase;
	padding-top: 0;
	font-size: 20px;
}

.footer-widgets .menu li {
	padding: 5px 0;
}

.footer-widgets .menu a {
	color: #19232d;
	font-size: 16px;
}

.footer-widgets .menu a:hover,
.footer-widgets .menu a:focus {
	color: #26B6F9;
	text-decoration: none;
}

.footer-widgets .custom-logo-link img {
	max-width: 200px;
}

.older-item p {
	margin: 0;
}

.older-item.border-bottom:last-child {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
		max-width: 720px;
	}
}