/*
Theme Name: N7 Golf Club
Theme URI: https://golfclub.themerex.net/
Description: N7 Golf Club is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: http://themerex.net/
Version: 2.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: n7-golf-club
*/
/* TABLE OF CONTENTS:
1. Reset tags and predefined classes
2+ See in the active skin styles
-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/* mancc custom */
.scheme_default, body.scheme_default {
	--theme-color-text_link:#006E52 !important;
	--theme-color-alter_link:#006E52 !important;
	--theme-color-extra_link:#006E52 !important;
}

header .top_panel_navi .column-1_4 { /*make logo narrower to make room for menu */
    width: 75px;
    padding-right: 0;
}
header .top_panel_navi .column-3_4 { /* make menu wider */
	width: calc(100% - 75px);
}
.menu_main_nav_area>ul, .sc_layouts_menu_nav { /* make menu fonts larger */
    font-size: 18px !important;
}
.menu_main_nav>li>ul, .sc_layouts_menu_nav>li>ul { /* make sub menu hover fonts larger */
    font-size: 16px !important;
}
.top_panel_default .sc_layouts_row_type_normal { /* make page header padding smaller */
    padding: 1em 0 !important;
}
div#home_news_widget, .front_page_section_features .widget .textwidget { /* center announcement text */
    text-align: center;
}
.post_meta_views, .post_meta_likes, .post_meta_comments, .post_date::after { /* hide views/likes/comments on search pages */
    display: none !important;
    visibility: hidden;
}
.front_page_section_title h1 { /* make homepage title text smaller */
    font-size: 24px;
}
ul#menu_main > li.current-menu-ancestor > a > span,
ul#menu_main > li.current_page_item > a > span { /* custom active menu after svg */
	background: #fff;
}
ul#menu_main > li.current-menu-ancestor > a:after,
ul#menu_main > li.current_page_item > a:after { /* custom active menu after svg */
    background-image: url(/wp-content/uploads/svgs/golf.svg);
    display: inline-block;
    position: absolute;
    margin-top: -2px;
    left: 0;
    text-align: center;
    background-size: 18px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    content: '';
    height: 70px;
    z-index: -1;
}
ul#menu_main > li.current_page_item > a:after { /* custom active menu after svg if no submenu */
    margin-top: -23px !important;
}
.home h2 {
    font-size: 32px;
}
.latest-post-selection.ver2 article h2.item-title-tag {
    font-family: "DM Sans",sans-serif !important;
    font-size: 32px !important;
    text-align: center;
    color: #000 !important;
    padding: 0 0 30px 0;
}
.latest-post-selection.ver2 article div.article__info {
    padding: 0px !important;
}
.front_page_section_features .custom-html-widget section {
    padding: 40px;
}
.front_page_section_features .custom-html-widget section.sticky-announce {
	background-color: #ffd7ba;
}
.front_page_section_blog .textwidget section.latest-post-selection {
    display: block;
    padding: 0 40px;
}
.front_page_section_blog .textwidget section.latest-post-selection article {
    padding-bottom: 35px;
}
.front_page_section_blog .textwidget section.latest-post-selection article em.item-date i {
    display: none; /* hide the time */
}

/* scorecard */
#post-1684 .post_content table {
    font-weight: bold;
}
#post-1684 .post_content table tr:first-child td {
    background: black;
    color: #fff;
}
#post-1684 .post_content table tr:nth-child(2) td {
    background: #0f0f8c;
    color: #fff;
}
#post-1684 .post_content table tr:nth-child(2) td {
    background: #0f0f8c;
    color: #fff;
}
#post-1684 .post_content table tr:nth-child(6) td {
    background: #8c0f0f;
    color: #fff;
}
#post-1684 .post_content table tr:nth-child(4) td, 
#post-1684 .post_content table tr:nth-child(7) td {
    background-color: #f8e3c3;
}
/* end scorecard */

.sidebar_inner .wp-block-buttons a {
    color: #fff !important;
}
.sidebar_inner .wp-block-buttons {
    text-align: center;
}
a.sc_layouts_logo:hover:after {
    content: "Homepage";
    position: absolute;
    padding-top: 15px;
    padding-left: 10px;
    color: #555;
    font-style: italic;
}

/* end mancc custom */

/*# sourceMappingURL=style.css.map */
