/*
Theme Name: MyPostOfficeLocation.com
Theme URI: https://www.mypostofficelocation.com
Description: A Child Theme for Directory Starter
Author: MyPostOfficeLocation.com
Author URI: https://www.mypostofficelocation.com
Template: directory-starter
Version: 1.0.0
License: GPLv2 or greater
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supreme-directory

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
	background-color: #e1e1e1;
	overflow-x: visible !important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 10px;
	margin-bottom: 15px;
}

h3.widget-title,
h1.entry-title,
h2.entry-title,
h2.comments-title,
.blog-sidebar h4.widgettitle,
#comments h3#reply-title {
	border: 0;
	margin: 0 0 10px;
	padding: 0;
	color: #000;
}

h1,
h1.entry-title,
h1.geodir-entry-title {
	font-size: 32px;
	font-weight: 900;
}

h2,
h2.entry-title,
h2.geodir-entry-title,
h2.widget-title {
	font-size: 24px;
	font-weight: 700;
}

h3,
h3.entry-title,
h3.geodir-entry-title,
h3.widget-title,
.blog-sidebar h4.widgettitle {
	font-size: 20px;
	font-weight: 700;
}

h4,
h4.entry-title,
h4.geodir-entry-title,
h4.widget-title {
	font-size: 18px;
	font-weight: 700;
}

a:hover,
a:focus {
	text-decoration: none;
}

span.italic {
	font-style: italic;
}

@media all and (max-width: 767px) {
	h1,
	h1.entry-title,
	h1.geodir-entry-title {
		font-size: 28px;
		font-weight: 900;
	}

	h2,
	h2.entry-title,
	h2.geodir-entry-title,
	h2.widget-title {
		font-size: 22px;
		font-weight: 700;
	}

	h3,
	h3.entry-title,
	h3.geodir-entry-title,
	h3.widget-title,
	.blog-sidebar h4.widgettitle {
		font-size: 18px;
		font-weight: 700;
	}

	h4,
	h4.entry-title,
	h4.geodir-entry-title,
	h4.widget-title {
		font-size: 16px;
		font-weight: 700;
	}
}

/* Header */

.site-header {
	border: 0;
	background-color: #fff;
	box-shadow: 0 0 0;
	position: relative;
	z-index: 9;
}

.site-header .site-logo-wrap {
	margin: 30px auto;
	background: #fff;
}

.site-header .site-menu-wrap {
	background: rgb(163,36,36);
	background: -moz-linear-gradient(top, rgba(163,36,36,1) 0%, rgba(208,46,46,1) 10%, rgba(208,46,46,1) 90%, rgba(163,36,36,1) 100%);
	background: -webkit-linear-gradient(top, rgba(163,36,36,1) 0%,rgba(208,46,46,1) 10%,rgba(208,46,46,1) 90%,rgba(163,36,36,1) 100%);
	background: linear-gradient(to bottom, rgba(163,36,36,1) 0%,rgba(208,46,46,1) 10%,rgba(208,46,46,1) 90%,rgba(163,36,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32424', endColorstr='#a32424',GradientType=0 );
}

.site-header .site-menu-wrap #primary-nav {
	width: 100%;
	margin: 0;
	padding: 0;
}

.site-header .site-menu-wrap #primary-nav ul {
	float: none;
}

.site-header .site-menu-wrap #primary-nav ul li a {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
}

.site-header .header-buttons {
	min-height: 90px;
	text-align: right;
}

.site-header .header-buttons > div {
	height: 85px;
	max-height: 85px;
	float: right;
	margin: 0 15px 0 0;
}

.site-header .header-buttons > div:first-child {
	margin: 0;
}

.site-header .header-buttons > div a,
.site-header .header-buttons > div button {
	padding: 0;
	border: 0;
	color: #c92c2c;
	text-align: center;
	background: transparent;
}

.site-header .header-buttons > div a {
	display: inline-block;
}

.site-header .header-buttons a:hover,
.site-header .header-buttonsa:focus,
.site-header .header-buttonsk a:active,
.site-header .header-buttons button:hover,
.site-header .header-buttons button:focus,
.site-header .header-buttons button:active {
	outline: 0;
	color: #c92c2c;
}

.site-header .header-buttons > div .circle,
.site-header .header-buttons > div i {
	width: 64px;
	height: 64px;
	margin-bottom: 15px;
	padding: 13px 19px;
	border-radius: 50%;
	font-size: 38px;
	color: #fff;
	background: #c92c2c;
}

.site-header .header-buttons > div .circle {
	display: inline-block;
	position: relative;
	padding: 0;
}

.site-header .header-buttons > div .circle i {
	width: auto;
	height: auto;
	font-size: 32px;
	position: absolute;
	left: 0;
	right: 0;
	line-height: 64px;
	background: none;
	padding: 0;
}

.site-header .header-buttons > div button > svg {
	width: 64px;
	height: 64px;
	line-height: 64px;
	padding: 10px;
	margin-bottom: 6px;
	border-radius: 50%;
	color: #fff;
	background-color: #c92c2c;
}

.site-header .header-buttons .fnpo {
	display: block;
	font-size: 13px;
}

.site-header .header-buttons > div .circle + .fnpo {
	margin: -6px auto 0;
}

.mob-menu-header-holder {
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.mobmenur-container {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media all and (max-width: 991px) {
	.site-header {
		display: none;
	}
}

/* Breadcrumbs */

.geodir-breadcrumb {
	margin: 0 0 15px;
	padding: 0;
}

/* Content */

.page-container,
.post-container,
.geodir-common {
	max-width: 1170px;
	margin: 0 auto;
	padding: 45px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.25);
}

.content-box,
#geodir_content {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: 0 0 0;
}

.page-container .content-box article,
.post-container .content-box article {
	margin: 0;
	padding: 0;
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0 !important;
	-moz-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
}

.geodir-tabs-content.entry-content>li {
	width: 100%;
	margin: 0;
}

.img-wrapper-left{
	float: left;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
}

.clear {
	clear: both;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.tracking-carriers {
	margin: 30px 0;
}

.tracking-carriers > div {
	margin-bottom: 15px;
}

.tracking-carriers > div:last-child {
	margin-bottom: 0;
}

.tracking-carriers > div:first-child,
.tracking-carriers > div:nth-child(3) {
	padding-left: 0;
	padding-right: 7.5px;
}

.tracking-carriers > div:nth-child(2),
.tracking-carriers > div:nth-child(4) {
	padding-right: 0;
	padding-left: 7.5px;
}

.tracking-carriers .tracking-carrier {
	padding: 15px;
	border-radius: 15px;
	background: #ececec;
	text-align: center;
}

.tracking-carriers .tracking-carrier h3 {

}

.tracking-carriers .tracking-carrier a {
	display: inline-block;
	padding: 10px 15px 12px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: #c92c2c;
	line-height: 1;
}

.tracking-number-wrap {
	margin-bottom: 1rem;
	padding: 15px;
	border-radius: 15px;
	background: #f3f3f3;
	text-align: center;
}

.tracking-number-wrap form input[type="text"] {
	height: auto;
	margin: 0 auto 10px;
	padding: 10px 15px;
}

.tracking-number-wrap form input[type="submit"] {
 	display: inline-block;
	padding: 15px 30px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: #c92c2c;
	line-height: 1;
}

.tracking-number-wrap h4 {
	margin-top: 15px;
}

.widget .tracking-number-wrap {
	padding: 10px 8px;
	border: 1px #e6e6e6 solid;
	border-radius: 0;
}

.widget .tracking-number-wrap form input[type="text"] {
	padding: 5px;
	font-size: 14px;
}

.widget .tracking-number-wrap form input[type="submit"] {
	margin-bottom: 0;
	background: #ed6d62;
}

.stepspan,
span.green {
	color: #8dc63f;
}

.stepspan i {
	position: relative;
	top: 5px;
	font-size: 38px;
}

@media all and (max-width: 767px) {
	.page-container,
	.post-container,
	.geodir-common {
		padding: 15px;
	}
	.tracking-carriers > div:first-child,
	.tracking-carriers > div:nth-child(3) {
		padding-left: 0;
		padding-right: 0;
	}

	.tracking-carriers > div:nth-child(2),
	.tracking-carriers > div:nth-child(4) {
		padding-right: 0;
		padding-left: 0;
	}
}

/* Sidebar */

.sidebar .widget {
	box-shadow: 0 0 0;
}

.geodir-company_info,
.geodir-company_info .geodir_more_info {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: 0 0 0 !important;
}

.geodir-company_info .geodir_more_info {
	margin: 0 0 15px;
}

.blog-sidebar {
	margin-top: 0;
}

.blog-sidebar p {
	font-size: 14px;
	line-height: 22px;
}

#gd-sidebar-wrapper .geodir-loc-bar,
.blog-sidebar .geodir-loc-bar {
	margin: 0;
	padding: 0;
	border: none;
}

/* Footer */

.site-footer {
	position: relative;
	z-index: 9;
	margin-bottom: -1px;
}

#footer .footer-links {
	margin-top: 5px;
	font-size: 14px;
}

/* Listing */

.geodir_category_list_view {
	padding: 30px 0 0 0;
}

li.geodir-listview article .geodir-content i {
	width: 18px;
}

li.geodir-listview article .geodir-content h2.geodir-entry-title {
	margin: 0 0 3px;
	font-weight: 500;
}

.geodir-list-view-select,
.geodir_category_list_view li .geodir-post-img {
	display: none;
}

.passport-flag {
	padding: 5px 0;
	font-size: 14px;
	color: #007bff;
	line-height: 17px;
}

.passport-flag i {
	color: #000;
}

.geodir-addinfo .geodir-pinpoint {
	height: 16px !important;
	width: 12px !important;
}

/* Popular Locations List */

.geodir-cat-list ul {
	list-style: none;
}

/* Services Offered List */

.geodir_services_offered.gd-comma-list span {
	float: none;
}

.geodir_services_offered ul {
	display: block !important;
}

.geodir_services_offered ul li {
	display: block !important;
}

.geodir_services_offered ul li:before,
.geodir_services_offered ul li:first-child:before {
	content: "\2022" !important;
	margin-left: 5px !important;
	margin-right: 7px !important;
}

/* Services Offered List */

/*
p.geodir_post_taxomomies,
dl.geodir-tab-head,
.gd_placecategory,
.advmap_nofound {
	display: none !important;
}
*/

/* Hours */

div.geodir_retail_hours_monday + h2.fieldset-retail-hours {
	color: red !important;
}

/* Homepage */

.home-map-wrapper {
	margin-bottom: 30px;
}

.row-statelist {
	font-size: 13px;
}

/* Search */

form.geodir-listing-search .gd-search-field-search {
	display: none;
}

/* Misc. */

hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.shipping-supplies-icon {
	float: left;
	display: inline-block;
	margin: 0 15px 0 0;
}

img.left,
div.left {
	float: left;
	margin-right: 15px;
}

div.left {
	display: inline-block;
}

.apc-features > div > div {
	text-align: center;
	padding: 10px;
	border-left: 5px solid lightblue;
	border-right: 5px solid lightblue;
	border-top: 2px solid lightblue;
	border-bottom: 2px solid lightblue;
	border-radius: 10px;
	background: #f9f8f8;
}

.apc-features > div > div > h2 {
	font-size: 22px;
}

div.contact {
	margin: 15px auto;
	padding: 15px;
	border: 1px solid red;
	border-left: 10px solid red;
	border-radius: 10px;
	background-color: #f3f3f3;
}

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

div.holdmail-wrapper {
	margin-bottom: 15px;
	padding: 15px;
	border: 3px solid #e1e1e1;
	background: #f3f3f3;
}

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

.po-open-wrapper {
	margin: 30px auto;
	padding: 15px;
	border-radius: 5px;
	background: #f3f3f3;
}

.po-open-wrapper .po-open-yes,
.po-open-wrapper .po-open-no {
	margin: 0 0 5px;
	font-size: 24px;
	font-weight: 700;
}

.po-open-wrapper .po-open-icon-yes,
.po-open-wrapper .po-open-icon-no {
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
}

.po-open-wrapper .po-open-icon-yes i,
.po-open-wrapper .po-open-icon-no i {
	font-size: 72px;
}

.po-open-wrapper .po-open-desc {
	margin: 0;
}

.po-open-wrapper .po-open-icon-yes,
.po-open-wrapper .po-open-yes {
	color: green;
}

.po-open-wrapper .po-open-icon-no,
.po-open-wrapper .po-open-no {
	color: red;
}

.image-with-caption {
	margin-top: 5px;
	border: 1px solid #525252;
	padding: 3px;
}

.image-with-caption.right {
	float: right;
}

.image-with-caption.left {
	float: left;
}

.image-with-caption .image-with-caption-caption p {
	margin: 3px 0 0;
	padding: 5px;
	background: #e1e1e1;
	color: #525252;
	font-size: 14px;
	font-style: italic;
}

.top_buttons {
	margin: 0 0 15px;
	text-align: center;
}

.top_buttons a {
	display: inline-block;
	width: calc(33% - 2px);
	outline: none;
	text-decoration: none;
	margin: 0 5px 5px 0;
}

.top_buttons a:last-child {
	margin: 0;
}

.top_buttons a div {
	padding: 15px 10px;
	border-radius: 5px;
	background: #c92c2c;
	font-size: 13px;
	font-weight: 700;
	color: #fff !important;
	line-height: 1;
	text-align: center;
	outline: none;
	text-decoration: none;
}

.top_buttons a div i {
	position: relative;
	margin-right: 10px;
	top: 1px;
	font-size: 12px;
}

@media all and (max-width: 991px) {
	.top_buttons a {
		display: block;
		width: 100%;
		margin: 0 0 5px;
	}
}

@media all and (max-width: 767px) {
	.mobile-no-float {
		display: block !important;
		float: none !important;
		margin: 30px auto !important;
		text-align: center !important;
	}
}

.notebox {
	padding: 15px;
	border: 1px solid #ccc;
	border-left: 10px solid #c92c2c;
	background: #f6f6f6;
}

.notebox > span {
	color: #c92c2c;
	font-weight: bold;
}

.stepbox {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}

 .fa-check.green {
 	color: green;
 }

.archive.category-resources .content-box {
	display: flex;
	flex-wrap: wrap;
}

.archive.category-resources .content-box article{
	width: 32%;
	margin-right: 2% !important;
	border-bottom: none !important;
}

.archive.category-resources .content-box article .entry-content {
	display: flex;
	flex-direction: column;
}

.archive.category-resources .content-box article .entry-content img {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.archive.category-resources .content-box article .entry-content {
	text-align: center;
	padding-bottom: 16px;
}

.single-post .content-box .entry-content img {
	width: 100%;
}

@media (min-width: 801px) {
	.archive.category-resources .content-box article:nth-of-type(3n) {
		margin-right: 0 !important;
	}
}

@media (min-width: 481px) and (max-width: 800px) {
	body.archive.category-resources .content-box article {
		width: 49%;
	}
	
	.archive.category-resources .content-box article:nth-of-type(2n) {
		margin-right: 0 !important;
	}

}

@media (max-width: 480px) {
	body.archive.category-resources .content-box article {
		width: 100%;
		margin: 0 !important;
	}
}

.archive.category-resources .content-box article footer {
	display: none;
}

#breadcrumbs a {
	color: #212529;
	font-weight: bold;
}
#breadcrumbs .breadcrumb_last {
	color: #555;
}


div#ez-toc-container {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.14);
    background: #f9f9f9;
    display: table;
	width: 100%;
    padding: 32px 0 0;
}
div#ez-toc-container a::before{
		color: #666;
		margin-right: 10px;
}
div#ez-toc-container .ez-toc-title-container{
	display: flex;
    width: calc(100% - 50px);
    padding: 0 25px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
div#ez-toc-container p.ez-toc-title {
	margin-bottom: 0 !important;
}
p.ez-toc-title {
    text-transform: uppercase;
    color: #666;
    font-size: 25px !important;
    letter-spacing: 1px;
	display: inline-block;
}
div#ez-toc-container ul li {
    margin: 0;
    padding: 10px 0 10px 25px;
}

div#ez-toc-container ul li li {
	padding: 10px 0 0 0;	
}

div#ez-toc-container li a {
    color: #007bff !important;
    font-size: 16px;
    text-transform: capitalize;
}

div#ez-toc-container li a:hover {
	text-decoration: none;
}

.table-tabs td {
    border: 1px solid #d7d7d7;
    padding: 1rem;
}

#services-rendered {
	margin-bottom: 2rem;
}