/*!
Theme Name: StPete
Author: MoldoWEB
Author URI: https://moldoweb.com/
Description: Custom theme developed for StPetersburgFoodies.com
Version: 1.0.0


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

stpete is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/* @import 'underscore.css'; Commented as we do not need it */
@import url('assets/css/style.css');

/***********************************************************************************
 *	+ EXTRA WORDPRESS
 ***********************************************************************************/
.menu li.menu-item-has-children ul {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    z-index: 2000;
    padding: 25px 0;
    width: 275px;
    background-color: #224308;
}

.category-posts-internal li {	
	clear: both;
}

.wp-caption.alignnone {
    max-width: 100%;
    margin: 5px 0 10px 0;
}

.sidebar .widget {
	padding: 30px 0;
}

.categories {
	margin-bottom: 0; 
}

embed, iframe, object, video { 
	max-width: 100%;
}

.wprs_restaurant_details {
	max-width: 100%;
	flex: 0 0 100%;
}

ul.category-posts-internal .cat-post-current a.cat-post-title {
	text-transform: none !important;
}

#category-posts-10-internal .cat-post-current a.cat-post-title {
	font-weight: normal !important;
}

#wppb-submit {
	background-color: #ffffff;
	border: 1px solid #000000;
}

.wprs_container .row,
.wprs_container .row div{
	width: 100%;
}


/***********************************************************************************
 *	+ PIPESMAGAZINE STYLING
 ***********************************************************************************/
a:hover {
	color: inherit;
}

#header {
	background: #503316;
	border:0;
}

.menu > li > a {
	color: #EED472;
}

.menu > li > a:hover {
	color: #000;
	text-decoration: none;
}

.menu > li:after {
	border: 0;
}

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

.breadcrumb-item.active {
	color: #EED472;
}

#banner img{
	width: 100%
}

#banner .g{
	max-width: 100% !important;
	max-height: 100% !important;
}

.single_content_300_ad {
	float: right;
	padding: 20px;
}

.post-details .post-author .author-details a{
	color: #503317;
}

.category-posts-internal .cat-post-date {
 background-color: #503316;
}