/*
 * Theme Name:  Authentic: Child Theme
 * Theme URI:   http://themeforest.net/item/
 * Description: Child theme of the parent Authentic theme.
 * Author:      Code Supply Co.
 * Author URI:  http://www.codesupply.co
 * Template:    authentic
 * Template Version: 1.0.1
 * Version: 1.0.0
 */

/* Copy any classes from parent and paste here. It will override the parent's version. */



.header .logo-image {
	max-width: 100%;
}
/* Text Colors */
body, input[type=search], input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], textarea, .abr-reviews-posts .abr-review-meta {
	color: #000000 !important;
/*	font-weight: 500 !important;*/
}
blockquote cite, figcaption, .wp-caption-text, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote .wp-block-pullquote__citation, .wp-block-quote cite, label, .text-small, .comment-metadata, .logged-in-as, .post-categories, .post-count, .product-count, .post-meta, .entry-content figcaption, .post-media figcaption, .post-tags, .sub-title, .tagcloud, .timestamp, #wp-calendar caption, .comment-metadata a, .comment-metadata, .widget_rss ul li cite, .widget_rss ul li .rss-date, .pk-widget-about .pk-about-small, .pk-share-buttons-total .pk-share-buttons-count, .pk-share-buttons-post-loop .pk-share-buttons-count, .pk-share-buttons-block-posts .pk-share-buttons-count, .pk-share-buttons-post-sidebar .pk-share-buttons-count, .pk-share-buttons-post-loop .pk-share-buttons-link:hover .pk-share-buttons-count, .pk-share-buttons-block-posts .pk-share-buttons-link:hover .pk-share-buttons-count, .pk-share-buttons-post-sidebar .pk-share-buttons-link:hover .pk-share-buttons-count, .title-share, .pk-social-links-template-default .pk-social-links-label, .pk-social-links-wrap .pk-social-links-label, .pk-color-secondary, .pk-twitter-default .pk-twitter-tweet:before, .cs-meet-team .pk-social-links-link, .abr-post-review .abr-review-score .abr-review-subtext .abr-data-label {
	color: #a0a0a0 !important;
}
.navigation.pagination .nav-links {
	color: #a0a0a0 !important;
}

/* Navbar */
@media (min-width: 1119.98px) {
	.navbar-primary .navbar .navbar-brand {
		display: none;
	}
}

/* Top Bar */
.topbar .navbar-nav > li > a, .nav .sub-menu > li > a, .navbar-nav .cs-mm-categories > li > a, .widget_categories .children li a, .widget_nav_menu .sub-menu > li > a {
	font-weight: 500 !important;
}
.topbar .navbar-nav > li.menu-current-network-page > a {
	color: #000000 !important;
}

/* Post */
.entry-content p {
	color: #000000 !important;
}
.entry-content blockquote, .wp-block-quote, .wp-block-pullquote p {
	font-size: 0.95rem !important;
	font-weight: 500 !important;
}
.style-align-center .entry-content > blockquote {
	border-left: 2px solid;
	background-color: #f9f9f9;
	padding: 0 15px 20px 15px;
}
.overlay-media:before, .page-header.overlay:hover .overlay-media:before, .post-thumbnail:before, .pk-bg-overlay, .pk-instagram-link:before {
	background-color: rgba(40,40,40,0.4) !important;
}
.overlay:hover .overlay-media:before, .post-thumbnail:hover:before, .pagination-visible:hover .pagination-title {
	background-color: rgba(40,40,40,0.6) !important;
}
.entry-content .cs-embed.cs-embed-responsive:before {
	padding-top: 0 !important;
}
.page-header .entry-title:not(:first-child) {
	margin-top: 1rem;
}

/* Prevent scrolling top when click on navbar search button */
.search-open {
	width: auto;
	position: static;
	overflow: auto;
}

/* Search Area */
#search p {
	color: #a0a0a0 !important;
}
#search .cs-input-group {
	border-bottom: 1px solid;
}

/* Widget */
.widget .title-widget {
	margin-bottom: 1.25rem;
}
.widget .title-widget:after {
	content: '';
	display: block;
	width: 3rem;
	height: 2px;
	background: black;
	margin: 0.75rem auto 0;
}

/* Hierachy of Categories Widget */
.widget_categories ul.children, .widget_archive ul.children {
	padding-top: 1rem;
	padding-left: 1rem;
}
.widget_categories ul.children li:before, .widget_archive ul.children li:before {
	content: "\2014 ";
	float: left;
	padding-right: 4px;
}

/* Pagination */
.navigation.pagination .nav-links {
	font-size: 16px;
}
.navigation.pagination .nav-links>span, .navigation.pagination .nav-links>a {
	padding: 0 .75rem
}

/* Footer Aligment */
.footer-section > .cs-container > * {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.site-footer .site-logo, .site-footer .site-title {
	margin-bottom: 0;
}
.site-footer .footer-section .cs-container {
	display: flex;
	justify-content: center;
}
.footer-copyright {
	text-align: center;
}

/* Misc */
@media (min-width: 544px) {
	.g-recaptcha {
		float: left;
		padding-left: 15px;
		margin-bottom: 12px;
		margin-bottom: 0.75rem;
	}
}

/* Overflow-y fix for mobile */
.post-archive article .post-excerpt {
	overflow-y: auto;
}
