/*
Theme Name: Stoni Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: stoni
Text Domain:  stoni-child
*/


/** Top Header */
.top a,
.top__left{
	font-size: 14px;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px;
}

.top__left{
	font-weight: 400;
}

/** Mine Menu */

.primary-nav a {
    transition: all 0.2s;
}

.header_area_container .primary-nav>ul>li.current-menu-parent>a span,
.header_area_container .primary-nav>ul>li.current-menu-item>a span{
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

/** Footer menu */
.footer__right {
	display: flex;
    justify-content: flex-end;
}

.footer__useful-links-menu {
	padding: 0px;
}

.footer__useful-links-menu li {
	display: inline;
}

.footer__useful-links-menu li a{
	color: white;
	transition: all 0.4s;
}

.footer__useful-links-menu li a:hover {
    color: rgba(255,255,255, 0.7);
}

.footer__useful-links-menu li:before {
	content: none;
}

.footer__logo {
	height: 30px;
	padding-left: 30px;
	transition: all 0.4s;
}

.footer__logo:hover {
	opacity: 0.8;
}

/** Portfolio buttons */

.portfolio .wgl-button {
	color: #000000 !important;
    background-color: rgba(203,188,157,0) !important;
	cursor: pointer;
}

.portfolio .active .wgl-button {
	color: white !important;
    background-color: #232323 !important;
}

.portfolio__birmingham,
.portfolio__brumyard {
	height: 0px;
	opacity: 0;
}

.portfolio__birmingham.active,
.portfolio__brumyard.active{
	height: auto;
	opacity: 1;
}


/** Disable portfolio like button */
.wgl-portfolio-single_item .single_post_info {
    height: auto;
	opacity: 1;
}

@media (min-width: 1199px) {
	.primary-nav > ul > li > a > span {
		color: #2d2d2d;
	}

	.header_search-button {
		color: #2d2d2d;
	}
}

@media (max-width: 1200px) {
	.logo-mobile {
		height: 50px;
	}
}

@media (max-width: 768px) {
	.footer__right {
		justify-content: center;
		padding-top: 10px;
	}
	
	.page-header_wrapper .page-header_content .page-header_title {
		color: #ffffff !important;
		font-size: 30px !important;
		line-height: 44px !important;
		text-shadow: 1px 1px 4px black !important;
	}
}