/*======================================
Theme Name: zeeDisplay Cyclotron Theme
Theme URI: http://themezee.com/zeedisplay
Description: Based on zeeDisplay.  zeeDisplay is a professional wordpress theme with rounded corners and great features: Custom Logo, Several predefined Color Schemes, Unlimited Colors via Colorpicker, Content Slider, 125x125 Banner Widget, SocialMedia Buttons Widget, Dropdown Navigation, Theme Option Panel, Footer Sidebar and more
Version: 1.0.0
Author: ThemeZee
Author URI: http://themezee.com
Template: zeedisplay
Tags:  two-columns, light, custom-background, sticky-post, custom-menu, threaded-comments, translation-ready, theme-options, fixed-width, custom-colors, custom-header, editor-style, right-sidebar, white, blue
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

@import url("../zeedisplay/style.css");

/* Make the links in the admin bar easier to see. */
/***** Disabled on 2020-05-15.  This is now controlled by a Code Snippet.
#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar>#wp-toolbar span.ab-label,
#wpadminbar>#wp-toolbar span.noticon {
    color: #ddd !important;
}
*****/


/* Fix the look of certain "Web Highlight" elements. */
h3.highlight {
    margin: 10px 0px 40px 0px;
}

/* Give the proper look to the main navigation bar. */
#navi a, a:link, a:visited, a:active {
    color: #ffffff !important;
    text-decoration: none !important;
}
#navi a:hover {
    color: #9d9c9d !important;
    text-decoration: none !important;
}

/* Ensure that links have the same look. */
a, a:link, a:hover, a:active, a:visited {
    color: #1d3362 !important;
    text-decoration:underline !important;
}

/* Remove extra whitespace above the content area. */
#content {
    margin-top: 0px;
}
/*  Remove extra whitespace above the sidebar. */
#sidebar {
    padding-top: 20px;
}
/*  Remove extra whitespace above the header. */
.entry h2 {
    margin-top: 0px;
}
/* Add extra whitespace below the sitemap header line. */
.wsp-container h2 {
    padding-bottom: 20px;
}

/* Override rule to put bullets "inside." */
.entry ul, .comment ul {
	list-style: square outside !important;
}

/* Override some properties of the footer. */
#footer {
    /*height: 40px;*/
    text-align: right;
}

/* Change the color of footer links. */
/* Disabled **************
#footer a, a:link, a:hover, a:active, a:visited {
    color: white !important;
}
********************* */

/* Override the color of sidebar widget titles. */
#sidebar h2.widgettitle {
    color: black;
}

/* Fix the look of one specific table. */
/* Disabled **************
.banquet_registration_table {
	border: 8px solid #500000 !important;
}
********************* */

/* Remove border from tables. */
.entry table {
    border: none;
    border-top: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
.entry tr td {
    border-top: 0;
}

/* Fix the look of one specific image. */
#StMarys-Parking {
    margin-left: 0px;
}

