/*
Theme Name: Brentwood Pro Child
Theme URI: http://brentwood.progressionstudios.com/
Template: brentwood-pro
Author: SYS Integration
Author URI: http://sysintegration.dk/
Description: ThemeForest Multi-Purpose Premium Theme
Tags: left-sidebar,custom-menu,editor-style,featured-images,full-width-template,theme-options,translation-ready
Version: 1.3.1552324067
Updated: 2019-03-11 18:07:47

*/

@import url('https://fonts.googleapis.com/css?family=Baloo+Da&display=swap');

#wpadminbar{
background: #42815f !important;
}
.pricerow {
  color: black;
}

.pricetext{

  min-height: 100px;
}

#pricetext {
  	min-height: 75px;
}

#sidebar {
    border: 0px;
}

#sidebar .widget {
    border-bottom: 0px;
  	padding: 0px 20px 25px 20px;
}

#sidebar ul li::before {
    content: "";
}

#sidebar a {
    color: black !important;
}

#sidebar a:hover{
  color: #7f8186 !important;
}

#loginWrap {
    opacity: 1;
    right: 100px;
    position: absolute;
    top: 100px;
    z-index: 1250;
	display: none;
}

 
#headergolfbox{
	opacity: 1;
    right: 15px;
    position: absolute;
    z-index: 1249;
	
}

@media only screen and (max-width: 768px) {
    #headergolfbox{
	right: 80px;
	top: 30px;
	}

  	#main-container-pro {
    width: 100%;
	}
  
  	#sidebar {
	display: none;
	}
}

#headergolfbox a {
	color: #fff;
}
#headergolfbox img{
	height: 20px;
	width: 20px;	
}

.offering {
    /*background-size: contain;*/
    display: block;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 20px;
  	margin-bottom: 20px;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.offeringtext{
	font-family: 'Baloo Da';
 	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
  	margin-bottom: 20px !important;
}

.offeringtext p {
	text-align: center !important;  
}

.team-member-profile .team-image-pro img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.team-member-profile h5 {
    min-height: 0px !important;
}

.team-member-profile h5 {
    min-height: 45px;
}

.vc_tta-color-green .vc_tta-tab>a {
    border-color: rgba(66,129,95,0.77) !important;
    background-color: rgba(66,129,95,0.77) !important;
}
.vc_tta-color-green .vc_tta-tab.vc_active>a {
    color: #000000 !important;
}

.vc_tta-panel-heading{
    border-color: rgba(66,129,95,0.77) !important;
    background-color: rgba(66,129,95,0.77) !important;
}

.vc_tta-panel-title{
	font-family: Open Sans !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-title>a{
	color: #ffffff !important;	
}

.JuniorNews{
	min-height: 170px;
}
.JuniorNewsImage{
height: 160px;
}

.sm {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
	color: white !important;
}


.fa-facebook {
  background: #3B5998;
}

.fa-youtube {
  background: #bb0000;
}

.fa-instagram {
  background: #125688;
}

/*Slope calculation*/
.handicap-field {
	font-size: 24px;
	width: 170px;
	display: block;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: 0 .4em 0 .2em;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #42815f;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .2em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.handicap-field::-ms-expand {
	display: none;
}
.kgk-select:hover {
	border-color: #888;
}
.handicap-field:focus {
	border-color: #42815f;
	box-shadow: 0 0 1px 3px rgba(66,129,95,.7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.handicap-field option {
	font-weight:normal;
}

.slope-calc {
    margin-bottom: 20px;
	font-size: 18px;
}

.slope-calc #playerHandicap {
    background-color: #42815f;
    color: white;
    font-weight: 600;

}

/*Select boxes*/
.kgk-select {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 170px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #42815f;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.kgk-select::-ms-expand {
	display: none;
}
.kgk-select:hover {
	border-color: #888;
}
.kgk-select:focus {
	border-color: #42815f;
	box-shadow: 0 0 1px 3px rgba(66,129,95,.7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.kgk-select option {
	font-weight:normal;
}

.vc_separator.vc_sep_color_green .vc_sep_line {
    border-color: #42815f !important;
}