/*
Theme Name: Club and County v5.0
Theme URI: https://clubandcounty.com/
Author: Club & County
Author URI: https://clubandcounty.com

*/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* Club and County Styles

Colours - 425363 Dark
- 768591 Light

*/

.cf:before,
.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf {  *zoom: 1; }

/*
Bootstrap overides
*/

.bg-lgblue {
	background: #E0F1F5 !important;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.page-template-display {
	background: #FFF;
}

.page-template-display p {
	margin: 0 !important;
}

h1, h2, h3, h4 {
	margin-bottom: 0.25em !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #212529 !important;
  font-weight: 700 !important;
}

.body h1{
  font-weight: 100 !important;
}

h1 strong{
  font-weight: 700 !important;
}

h3 {
	font-size: 1.25em;
}

p {
	font-size: 1em;
	margin: 0 0 1.5em !important;
	color: #343a40;
	line-height: 1.625em !important;
}

a {
	color: #1990FF;
	text-decoration: none;
}

a:focus, a:hover {
    color: #0f75d5;
    text-decoration: underline;
}

ul#menu-main a:hover, a.ttlink:hover, .hub a:hover {
	text-decoration: none !important;
}

.accordion-header {
    margin-bottom: 0 !important;
}

button.accordion-button.accordion-button {
    font-weight: bold;
    background: #f7f7f7;
}

.body.post-type-archive-knowledgebase .card {
    background: #f7f7f7;
}

/* END */

html {
	background-color: #eee;
}

body{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	background-color: #F1F3F5;
  color: #343a40;
}

body.home,
body.post-type-archive-knowledgebase,
body.knowledgebase-template-default,
body.single-knowledgebase,
body.tax-knowledgebase-categories {
    background-color: #fff !important;
}

.border-light {
    border-color: #dcdcdc!important;
}

.row {
	width: 100%;
}

#main h1 {
	margin-top: 0 !important;
}

#primary h1:first-child {
	margin: 0 0 0.5em !important;
	font-size: 2.5em !important; /* 40px */
}

#primary h1:first-child + p {
	font-size: 1.25em;
	line-height: 1.7em !important;
	color: #333;
	margin-bottom: 1.2em !important;
}

#primary h2 {
	font-weight: bold;
	font-size: 1.25em;
	margin: 1.5em 0 1em;
}

#main {
	padding: 100px 0;
}

.page-template-tmp-examples-php li.cat-item.cat-item-1 {
    display: none;
}

section.stats {
    background: #eaeaea !important;
}

section.examples {
    background: #fff;
}

section.examples.club p.card-title {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding-right: 5px;
}

section.examples.club p.card-title a {
    color: #000;
}

section.examples.club .card img {
    max-height: 30px;
    width: auto;
}

section.award-winning {
    background-color: #263544!important;
    background-image: url(img/cc-awards-bg-01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section.award-winning h2 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #a8976d !important;
}

section.award-winning p {
  color: #fff !important;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.example h2 {
    font-size: 16px;
    margin: 25px 0 10px;
    line-height: 24px;
}

.page-title {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background-color: #253746;
	  margin-top: 75px;
}

@media (min-width: 768px) {
	.page-title {
	    margin-top: 97px;
	}
}

.page-title .container {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-title h1 {
    color: #FFF !important;
    font-size: 28px;
    margin-bottom: 0 !important;
}

.page-title h1 a {
	color: #fff;
}

.page-title p.wptheme {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}

p.page-intro {
	padding: 0;
	font-size: 16px;
	margin-bottom: 35px;
	line-height: 24px;
	text-align: center;
}

.example {
	text-align: center;
	margin-bottom: 35px;
}

.example img {
	border-radius: 5px;
}

.grecaptcha-badge{
	visibility: collapse !important;
	display: none;
}

a.toggle-menu {
	color: #FFF;
	color: rgba(255,255,255,0.5) !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	float: right;
	margin: 15px 0 0 0;
}

a.toggle-menu i {
	margin-right: 4px;
}

a.toggle-menu:hover {
	background-color: rgba(255,255,255,0.15);
	color: #FFF;
	color: rgba(255,255,255,1) !important;
}

/*
Header
*/

body.home .siteintro{
    background-color: #253746;
    color: #FFF;
    position: relative !important;
    z-index: 200 !important;
}

.home h2 {
    color: #fd7e14 !important;
    text-transform: capitalize !important;
}

.stats h3 {
    font-size: 2.5rem !important;
    color: #616969 !important;
    text-transform: uppercase;
}

.siteintro {
    background-color: #ffffff;
    color: #253746;
    position: relative !important;
    z-index: 200 !important;
}

.auxnav {
    background-color: #616969;
    color: #FFF;
    position: relative !important;
    z-index: 200 !important;
    padding: 10px 0;
}

.auxnav ul {
    padding: 0;
    margin: 0;
}

.auxnav a, .auxnav li {
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.auxnav a:hover {
    text-decoration: none;
    color: #97d1dc;
}

.auxnav a i {
    font-size: 20px;
}

#menu-top-nav li.current_page_item a {
    color: #97d1dc !important;
}

.siteintro p {
	color: #FFF;
	margin: 0 !important;
	padding: 0;
}

.btn-secondary {
    background-color: #fd7e14;
    text-transform: capitalize;
    border: 1px solid #fd7e14;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: bold !important;
    text-decoration: none !important;
    padding: 0.75rem 1rem;
}

.btn-secondary:hover {
	color: #FFF;
	background-color: #f76707;
  border-color: #f76707;
}

a.btn-outline-primary {
    color: #fd7e13;
    border-color: #fd7e13;
}

a.btn-outline-primary:hover {
    color: #fff;
    background: #fd7e13;
    border-color: #fd7e13;
    text-decoration: none;
}

.btn-grey {
    background: #cad1d2;
    border-color: #cad1d2;
    color: #616969 !important;
}

.btn-grey:hover {
    background: #616969;
    border-color: #616969;
    color: #cad1d2 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #616969 !important;
}

ul#menu-main li.btn-secondary:hover, .slider a.btn-secondary:hover {
	background-color: #fd7e14 !important;
	color: #fff !important;
}

ul#menu-main li.btn-secondary a:hover {
	color: #fff !important;
}

.btn-primary i, .btn-secondary i {
    font-size: 75% !important;
    margin-left: 5px !important;
}

.btn-primary {
	background-color: transparent;
  	border: 1px solid #FFF;
	text-transform: capitalize;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif !important;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.btn-primary:hover {
	color: #FFF;
	background-color: rgba(255,255,255,0.2);
}

.btn-primary.btn-dark {
  border-color: #253746;
  color: #253746;
}

.btn-primary.btn-dark:hover {
  color: #FFF;
  background-color: #253746;
}

.btn.btn-secondary i,
.btn.btn-primary i {
  font-size: 13px;
  margin: 1px 0 0 12px;
}

.logo {
    width: 45%;
}

.logo img {
	width: 100%;
}

nav.desktop {
	font-family: 'Montserrat', sans-serif !important;
	width: 100%;
	display: none;
}

nav.desktop ul {
	margin: 0;
    display: inline-block;
	padding: 0;
	list-style: none;
}

nav li {
    margin: 0;
    display: inline-block;
    /*padding: 0 0 0 12px;*/
    list-style: none;
}

nav li ul li {
    display: block;
}

#menu-main li.current-menu-item a, #menu-main li.current-menu-item ul li a {
    border-bottom: transparent;
}

#menu-main li.current-menu-item ul li a:hover {
    color: #fd7e14 !important;
    border-bottom: transparent !important;
}

#menu-main li.current-menu-item a:focus {
    text-decoration: none;
}

.dropdown-menu.show {
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
}

ul.dropdown-menu {
    border: transparent;
}

ul.dropdown-menu li a {
    padding: 0.25rem !important;
}

@media (min-width: 768px) {
	
	.dropdown-menu.show {
	    display: block;
	    border-bottom: transparent;
	    border-radius: 0.25rem;
	}
	
	ul.dropdown-menu {
	    border: 1px solid rgba(0,0,0,.15);
	}
	
	ul.dropdown-menu li a {
	    padding: 0rem 0.5rem !important;
	}
}

nav li.btn-secondary {
    padding: 0;
}

nav.desktop li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
    line-height: 10px;
}

nav.desktop a {
    color: #FFF;
    font-weight: 600;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
    padding: 2px 6px;
}

nav.desktop a:hover,
nav.desktop li.current_page_item a {
	color: #fd7e14;
	text-decoration: none;
}

nav.mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #24303b;
  z-index: 100;
  top: 78px;
  left: 0;
  display: none;
  transition: all 0.2s;
}

nav.mobile ul {
    height: 100%;
    list-style: none;
    padding: 60px 10px;
    text-align: center;
    font-size: 28px;
}

nav.mobile li {
  margin: 10px 0;
}

nav.mobile li:last-child {
  margin-top: 25px;
}

nav.mobile a {
  font-weight: bold;
  color: #FFF;
}

a.menu-toggle,
a.menu-toggle:focus,
a.menu-toggle:active {
  color: #FFF !important;
}

.menu-toggle:hover {
  color: #FFF !important;
}

.slider a.logo {
  font-weight: 700;
  letter-spacing: -1px;
  color: #FFF !important;
  font-size: 40px;
  /* text-align: center; */
  display: block;
  margin-top: 0.5em;
	border: none;
}

li.main-mob-links a {
    font-weight: 700 !important;
}

.credit p {
  text-align: left;
}

.btn {
	font-size: 16px !important;
	padding: 10px 12px !important;
	font-weight: 700 !important;
}

.signup .btn {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif !important;
}

/* Hamburger Toggle Animation */

#nav-toggle { cursor: pointer; padding: 10px 20px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  height: 3px;
  width: 20px;
  background: #253746;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Hamburger Toggle Animation END */

/*
nav.primary
*/


nav.primary {
	background: #435463;
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
}

nav.primary ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 1em;
    text-align: center;
}

nav.primary li {
padding: 0.5em 0;
}

body > nav > div > ul > li.page_item.page-item-18 {
	border-bottom: none;
}

nav.primary a {
color: #fff;
}

.credit a {
	color: #FFF;
}

.credit {
	margin: 0;
	opacity: 0.5;
}

.credit:hover {
	opacity: 1;
}

/*
aside#Secondary
*/


#secondary h3:first-child {
	margin-top: 0;
}

#secondary ul {
	margin-bottom: 2.5em;
	padding: 0;
}

#secondary li {
	margin: 0 0 0.71428571428571em;
	padding: 0.71428571428571em 0;
	list-style-type: none;
	border-bottom: 1px solid #E8E8E8;
}

#secondary li a {
	font-weight: bold;
}


/* END */

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

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

img.alignleft {
    float: left;
   	margin-right: 2em;
    border: 1px solid #eaeaea;
}

img.aligncenter {
    margin: 0 auto;
    display: block;
}

img.alignright {
    float: right;
	margin-left: 2em;
	border: 1px solid #eaeaea;
}

img {
	max-width: 100%;
}

body > div > header > div > div.col-lg-6 > nav {
padding-top: 0.4em;
}

body > div > header > div > div > button {
	margin: 0.4em auto 0 auto;
	text-align: center;
	display: block;
}

ol {
    margin-bottom: 2em !important;
}

ol li {
    margin-bottom: 1em;
}

ol ol, ol ul, ul ol, ul ul {
    margin-top: 1rem;
}

.knowledgebase-template-default .main h1 {
    font-weight: 600 !important;
}

.knowledgebase-single ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 1em;
}

.knowledgebase-single ol li {
    margin-bottom: 1em;
    counter-increment: my-awesome-counter;
}

.knowledgebase-single ol li:before {
    content: counter(my-awesome-counter) ". ";
    color: #85c8d5;
    font-weight: bold;
}

.knowledgebase h2 {
    font-size: 1.5em;
}

.knowledgebase h2 a, .knowledgebase h3 a {
    color: #304151;
}

.knowledgebase h3 {
    font-size: 1.25em !important;
}

/*.search button {
    background: #85c8d5;
    border: none;
}*/

button > a {
	color: #fff !important;
}

ul#menu-main {
    padding-left: 0;
    margin: 0;
    border-top: 1px solid #eaeaea;
}

ul#menu-main a {
	font-weight: 500;
	color: #616969;
	border-bottom: 1px solid #eaeaea;
	font-size: 1rem;
	padding: 0.5rem 0;
}

ul#menu-main a:hover {
    border-bottom: 1px solid #fd7e13;
}

ul#menu-main a.text-dark:hover {
    border-bottom: transparent !important;
    color: #fd7e13 !important;
}

ul#menu-main .btn-secondary a {
    color: #fff !important;
	border-bottom: 0;
}

ul#menu-main .btn-secondary a:hover {
    border: none;
}

h2.leader {
  font-size: 24px;
  font-weight: normal !important;
  color: #868e96 !important;
  margin: 0 0 25px !important;
}

header {
    padding: 0;
}

img.hp-slider-img {
	float:none;
	margin: 0 auto;
	display: block;
}

/*.slider a:hover {
	border-bottom-color: #FFF;
}*/

.signup h2 {
    margin-top: 1.5em;
}

.slider > img {
	margin: 0 auto;
	display: block;
	max-width: 841px;
	width: 100%;
}


/*
Features Page
*/

.feature {
  background: #fff;
  transition: all 300ms;
}
/*
.feature:hover {
    transform: scale(1.05);
    transition: all 300ms;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
}*/

.feature h3 {
  font-size: 22px !important;
  font-weight: bold !important;
}

.cta {
  background-color: #1f2933;
  color: #FFF;
}

.cta h2 {
  color: #FFF;
}

.cta p {
	font-weight: bold;
	font-size: 26px;
	margin: 4px 0 20px 0 !important;
	text-align:center;
  color: #FFF;
}

.cta a {
	font-family: 'Montserrat', sans-serif !important;
  float: none;
  background-color: #FFF;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  padding: 12px 50px;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
  clear: both;
  text-align:center;
}

.cta a:hover {
	background-color: #e38d00;
}

a.text-link {
    color: #fd7e13;
    font-weight: bold;
}

/*
Blog Styles
*/

/*#blog-list {
    margin: 3.125em 0;
}*/

/*aside#secondary {
    margin: 3.125em auto;
}
*/
article.post h2 {
	margin: 0;
	font-weight: bold;
}

article.post h2 a {
	color: rgb(51,51,51);
}

article.post p:first-child {
    font-weight: bold;
}

article.feature h3 a {
    color: #304051;
}

.post-meta {
	font-size: 0.875em;
	padding: 1em 0;
	color: #999;
	margin: 0 !important;
}

.excerpt p {
    margin: 0 !important;
}

p.read-more a {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fd7e13;
}




/*** News List ***/

.news-list a {
    color: #1990FF;
}

.news-list .post h4 {
    margin-top: 0;
}

.news-list h4 a {
    color: #343a40;
}

.news-list p {
    font-size: 0.875em;
}

.news-list p {
    font-size: 0.8125rem;
    color: #6c757d;
    font-weight: 400;
    letter-spacing: 1px;
}



.news-list article:hover {
    border-bottom: 5px solid #1990FF;
}

.news-categories {
    background: #1990FF;
}

.news-categories nav li {
    display: inline;
    text-transform: uppercase;
    padding-right: 0.5rem;
}

.news-categories nav li:last-child {
    padding-right: 0;
}

.news-categories nav li a {
    color: #fff;
    font-size: 14px;
}

.news-categories nav li.current-cat a {
    border-bottom: 4px solid #fd7e14;
    letter-spacing: .1px;
    text-decoration: none;
    padding: 1em 0;
}

.news-categories nav li a:hover {
    text-decoration: none;
    color: #fd7e14;
}

.post-thumb {
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
    max-height: 143px;
}

.post-thumb img {
    transition: transform .5s ease;
    object-fit: cover;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.news-list .post:first-child .post-thumb {
    max-height: inherit;
}


.post-thumb img:hover {
    transform: scale(1.05);
}

.news-list .post:first-child .post-thumb, .news-list .post:first-child .post-text {
    max-width: 100%;
    flex: 0 0 100%;
}

.post-content h3 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.post-content h3 a {
    color: black;
}

section.pricing {
  background: #ced4da;
  background: linear-gradient(to right, #ced4da, #adb5bd);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  background-color: #fd7e14;
  border-radius: 3px;
  border-color: #fd7e14;
  transition: all 0.2s;
}

#generic_price_table .nav-pills .nav-link.active,
#generic_price_table .nav-pills .show>.nav-link {
    color: #304151;
    background-color: #85c8d5;
}

.page-template-pricing .tooltip-inner {
    background: #fff !important;
    color: #1f3042 !important;
}

.text-white + .tooltip > .tooltip-inner {background-color: #fff;}
.text-white + .tooltip > .tooltip-arrow { border-bottom-color:#fff; }

a.text-white {
	transition: 0.2s ease-in-out;
}

a.text-white:hover {
    text-decoration: none !important;
	transition: 0.2s ease-in-out;
	color: #97d1dc !important;
}

.page-template-pricing .bs-tooltip-right .tooltip-arrow::before,
.page-template-pricing .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
border-right-color: #fff !important;
}

.page-template-pricing .fa-1x {
    font-size: 1.25em !important;
}

.page-template-pricing i.fas.fa-info-circle {
    color: #fff;
}

.page-template-pricing a.btn-light {
    border-radius: 3px;
	transition: 0.2s ease-in-out;
}

.page-template-pricing a.btn-light:hover {
    text-decoration: none;
    background: #c7c7c7;
    transition: 0.2s ease-in-out;
}

.page-template-pricing .modal-header,
.page-template-pricing .modal-footer {
    background: #303d48;
}


/*
Primary
*/

.stats-text {
    color: #FF9E00;
}

.gradient-icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc781), to(#FF9E00));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

#stats h3 {
    text-transform: uppercase;
    font-size: 1em !important;
    font-weight: bold;
    color: #415466;
}

section.using-theme {
    margin-bottom: 2em;
}

#primary {
	margin: 0;
}

section.theme-features {
  border-bottom: 1px solid #e9ecef;
}

.theme-features h3 {
  font-size: 22px !important;
  line-height: 34px;
}

.theme-features h3 i {
  color: #fd7e14;
  font-size: 25px;
  position: relative;
  top: 3px;
}

.theme-features h3 + p {
  font-size: 14px;
  line-height: 20px;
}




section.theme-features-2 {
  border-bottom: none;
  background: #E0F1F5;
  color: #253746;
}

.theme-features-2 h3 {
  font-size: 22px !important;
  line-height: 34px;
  color: #253746;
}

.theme-features-2 h3 i {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  top: 0;
}

.theme-features-2 h3 + p {
  font-size: 14px;
  line-height: 20px;
  color: #253746;
}


/*section.theme-features p {
	color: #FFF;
}*/

body > div > section > div.row > div > a:hover {
	text-decoration: none;
}

body > div > section > div.row > div.col-md-1:hover {
	background-color: #eee;
}

body > div > section > div.row > div > a > img {
	width: 100%;
	padding-bottom: 1em;
}

body > div > section > div.row > div > a > p {
	text-align: center;
	line-height: 1em;
}


section.theme-features div.row div i.fa,
section.theme-features div.row div i.fab,
section.theme-features div.row div i.fas,
section.theme-features div.row div img {
  font-size: 5em !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

section.theme-features .col-xs-12.col-md-3.col-lg-3 h3,  section.theme-features .col-xs-12.col-md-3.col-lg-3 p {
  text-align: center;
}


p.hp-interest {
width: 100%;
float: left;
margin: 0 auto 2em auto;
display: block;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}

#wpcf7-f28-o1 > form > p > button > input {
	background-color: transparent!important;
	border: none!important;
}

#wpcf7-f28-o1 > form > p > span > span {
	display: block;
	color: #d20000;
	font-weight: 400;
}

#wpcf7-f28-o1 > form > div.wpcf7-response-output.wpcf7-validation-errors {
	color: #d20000;
	font-weight: 400;
	text-align:center;
}

.screen-reader-response {
	display: none;
}

/*input.form-control {
	padding: 1.5em 1em;
}*/

label {
	font-weight: 500 !important;
}

.spacing {
	margin-top: 2em;
	clear: both !important;
}

input#mce-EMAIL {
    font-size: 16px;
}

button#mc-embedded-subscribe {
    background: #6d757d;
    border: #6d757d;
}

button#mc-embedded-subscribe:hover {
    background: #fd7e13;
    border: #fd7e13;
}


body > footer > div > div.col-md-4.social{
	font-size: 1.5em;
	color: #aaaaaa;
	float: right;
}

body > footer > div {
	padding: 2em 0;
}

footer{
	background-color: #eee;
}

footer .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

footer .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

footer .fab {
    font-size: 3em;
    margin-left: 0;
}

@media (min-width: 768px) {
	footer .fab {
	    font-size: 2em;
	    margin-left: 0;
	}
}

footer a.btn.btn-primary {
    background: #fd7e13;
    border-color: #fd7e13;
}

footer a.btn.btn-primary:hover {
    background: transparent;
    color: #fd7e13;
}

footer a.btn:hover{
    text-decoration: none;
}

body > footer > div > div.col-md-9 > ul {
	list-style: none;
}

body > footer > div > div.col-md-9 > ul > li {
	display: inline;
}

body > footer > div > div.col-md-9 > ul > li+li:before {
	content: "|";
	padding: 0 1em;
}

/* FAQ */

#accordion button {
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25;
}


#menu-main li.current-menu-item a {
	color: #fd7e14;
}

#menu-main li.current-menu-item.btn-secondary a {
	border-bottom: none;
}

span.wpcf7-list-item {
	margin: 0 0.5em;
}

.footer-feature {
    transition: all 500ms;
}

/*.footer-feature:hover {
    background-color: #fd7e13;
    color: #fff !important;
	transition: all 500ms;
}

.footer-feature.hover h2, .footer-feature.hover p {
    color: #fff !important;
}

.footer-feature.hover a.btn-secondary {
	background: #fff !important;
	color: #fd7e13 !important;
}*/

/*
Features Page
*/

/* END */

.step {
	clear: both;
	border: 1px solid #eee;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
}

select {
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 0.5rem;
	font-size: 1em;
  font-family: "skolar-sans-latin",sans-serif;
	color: rgba(0, 0, 0, 0.75);
	line-height: normal;
	border-radius: 0;
	height: 3.3125rem;
	width: 95%;
}

button.btn.btn-success.community {
	float: right;
	position: relative;
	top: -70px;
	right: 10px;
}

button.btn.btn-success.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

select#website {
width: 47%;
}

#hide1 > p > span > textarea {
width: 100%;
}

#hide1 > div:nth-child(2) > p > span.wpcf7-form-control-wrap.currency > select,
#hide1 > div:nth-child(2) > p > span.wpcf7-form-control-wrap.budget > select,
#wpcf7-f28-p41-o1 > form > div:nth-child(5) > p:nth-child(5) > span.wpcf7-form-control-wrap.currency2 > select,
#wpcf7-f28-p41-o1 > form > div:nth-child(4) > p:nth-child(5) > span.wpcf7-form-control-wrap.currency2 > select {
width: auto;
}

#wpcf7-f28-p41-o1 > form > div > p > span > span.wpcf7-not-valid-tip{
color: #d20000;
}

body.page-template-register div.wpcf7-mail-sent-ok {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	padding: 10px 15px;
	font-size: 0.75em;
}

body.page-template-register div.wpcf7-response-output {
	margin: 1em 0;
}

body.page-template-register div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color: #856404;
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	padding: 10px 15px;
	font-size: 0.875em;
}

/*body.page-template-register span.wpcf7-not-valid-tip {
    font-size: 0.75em;
    font-weight: normal;
    display: block;
    color: #721c24;
    border: 1px solid #af777c;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 5px 15px;
}*/


div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px 15px;
    font-size: 0.875rem;
}

div.wpcf7-response-output {
    margin: 1em 0;
}

div.wpcf7 .wpcf7-submit:disabled:hover {
    background: #6c757d !important;
}

span.wpcf7-not-valid-tip {
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 15px;
}

form.wpcf7-form.invalid .wpcf7-response-output {
    font-size: 0.875rem!important;
    font-weight: normal!important;
    display: block!important;
    color: #856404!important;
    background-color: #fff3cd!important;
    border-color: #fff3cd !important;
    padding: 10px 15px!important;
}

form.wpcf7-form.sent .wpcf7-response-output {
    font-size: 0.875rem!important;
    font-weight: normal!important;
    display: block!important;
    color: #155724!important;
    background-color: #d4edda!important;
    border-color: #d4edda !important;
    padding: 10px 15px!important;
}

#wpcf7-f28-p41-o1 > form > p > button > input {
background: transparent !important;
border: none !important;
}

#wpcf7-f28-p41-o1 > form > div > h2 {
font-size: 1.3em;
color: #ccc;
}

#wpcf7-f26-p18-o1 > form > p:nth-child(6) > span > textarea {
	width: 100%;
  padding: 15px;
  font-size: 16px;
  max-height: 100px;
}

.terms span.wpcf7-list-item {
    margin: 0 !important;
}

.terms span.wpcf7-list-item-label {
    margin-left: 10px;
}

input[type="checkbox"] {
    margin-right: 0.25em !important;
}

input[type="checkbox"][name="gaa_programmes[]"] {
    transform: scale(1.4);
    margin-right: 6px;
}

input.resources-day {
    padding: 13.5px !important;
}


span.wpcf7-form-control-wrap.mc4wp-OORGTYPE span.wpcf7-list-item.first {
    margin: 0 !important;
}



#content .entry-title {
color: #000000;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
}

.theme-features {

}

.blog-wrap {
	width: 70%;
	margin: 0 auto;
}

/*
=Footer
*/

.site-finish {
    background-color: #253746;
    padding: 0;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 500;
}

.site-finish ul li a {
    font-size: 0.875rem;
    font-weight: 500;
}

.site-finish .copyright,
.site-finish .copyright p {
    padding: 0 !important;
    margin: 0 !important;
}

.site-finish h3 {
    font-size: 1.25rem !important;
    color: #FFF !important;
    margin-bottom: 0.5rem !important;
}

.site-finish p,
.site-finish a {
	color: #FFF;
  margin: 0;
}

.site-finish hr {
  background-color: #516374 !important;
  height: 1px !important;
  border: none !important;
  margin: 50px 0;
}

.copyright {
    padding: 20px 0 0;
    font-size: 0.875rem;
    font-weight: 500;
}

.site-finish p.copyright {
  color: #92A6B9 !important;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
}

.footer-nav li {
  float: left;
  margin: 0;
  border-right: 1px solid #516374;
  padding: 0 10px;
}

.footer-nav li:first-child {
  padding-left: 0;
}

.footer-nav li:last-child {
  border: none;
}

.uc {
	width: 10%;
}

.ld {
	width: 20%;
}

.col-lg-4.logo-head {
display: none;
}


.col-lg-4.logo-head {
text-align: left;
}


section.slider {
	background-color: #253746;
	color: #415363;
	padding: 25px 0 0;
}

.slider p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.slider h1 {
    font-size: 28px;
    margin-bottom: 0;
    color: #FFF !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: none;
}

.slider a {
	color: #FFF;
	font-weight: 500;
	text-decoration: underline;
}

.slider a.btn-secondary {
    font-size: 0.875rem;
}

.slider a.btn {
	text-decoration: none;
}

body #accordion > div.panel {
background-color: transparent;
border: none;
box-shadow: none;
}

body #accordion > div.panel-default>.panel-heading {
color: #fff;
background-color: transparent;
border-color: #ddd;
}

body #accordion > div.panel-group .panel-heading {
border-bottom: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: none !important;
}

#accordion > div > div.panel-heading > h4.panel-title {
border-bottom: 1px solid #fff;
padding-bottom: 0.5em;
}

#accordion button {
    background: transparent;
}


/*a.nav-toggle {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
width: 50px;
height: 50px;
float: right;
margin: 0;
text-indent: -9999px;
overflow: hidden;
background: #253746 url("img/hamburger.gif") no-repeat 50% 50%;
}*/

a.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 0;
  overflow: hidden;
  background-color: #435463;
  text-align: right;
}

a.nav-toggle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    color: #fff;
    font-size: 2em;
    margin-right: 15px;
}

#accordion > div.col-md-3.column {
text-align: center;
}

.page-template-register {
    background-color: #fff;
}

section.register {
  background-color: #FFF;
  border-radius: 5px;
}

section.register h4 {
    font-size: 1rem !important;
}

.page-template-register h1,
.page-template-register h1 + p {
  color: #FFF !important;
}

.page-template-register .wpcf7-form input[type="text"],
.page-template-register .wpcf7-form input[type="email"],
.page-template-register .wpcf7-form input[type="tel"],
.page-template-register .wpcf7-form input[type="url"] {
  width: 100% !important;
 /* padding: 10px 15px;*/
  display: block;
}

.form-floating>label {
    left: auto !important;
}

.page-template-fundraising .form-floating>label,
.page-template-club-app .form-floating>label {
    left: 0 !important;
}

.page-template-register .wpcf7-form label {
  display: block !important;
  /*font-weight: bold !important;*/
  font-size: 0.875rem !important;
}

.page-template-register .wpcf7-form h4 label {
    font-size: 1rem;
}

#wpcf7-f26-p18-o1 > form > p > input {
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Knowledgebase styling */

.knowledgebase {
    padding: 2em;
    background: #fff;
    margin: 2em 0;
}

.knowledgebase:last-child {
    border-bottom: none;
}

/*.knowledgebase ul {
    column-count: 1;
    padding: 0;
    margin: 0;
}*/

.knowledgebase ul li {
    list-style: none;
    padding-bottom: 5px;
}

h3.wpknb-cat-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

ul.wpknb-lists li {
  margin-bottom: 10px !important;
}

span.wpknb-full-category-count {
  text-align: right;
  background-color: #eaeaea;
  padding: 5px 20px;
  border: 1px solid #ccc;
}

span.wpknb-full-category-count a {
  color: #1990FF;
}

span.wpknb-full-category-count a:hover {
	color:#0f75d5;
}

span.wpknb-full-category-count a:after {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  padding-left: 10px;
}

.wpknb .wpknb-category .wpknb-inner ul.wpknb-lists a:hover {
	color:#666;
}

.knb-icon:before {
  content: '\e805';
  color: #1990FF;
}

.wpknb .wpknb-search span #searchsubmit {
  background-color: #eaeaea;
  padding: 5px 20px;
  border: 1px solid #ccc;
}

section.using-theme div.col-xs-4 {
  min-height: 190px !Important;
}

img.ulster-logo {
    width: 20%;
}

input.wpcf7-form-control.wpcf7-submit.btn.center {
    width: 50%;
    color: #fff;
    margin-top: 1em;
}

.page-id-283 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 98%;
}

.page-id-18 textarea {
    overflow: auto;
    width: 98%;
    border: 1px solid #cccccc;
}


.form-floating textarea {
    height: 150px !important;
}

.page-template-register .form {
    min-height: 100vh;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    fill: #a08437 !important;
}

.knowledgebase-single {
    background: #fff;
}

.knowledgebase.advertising {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/promote-your-sponsors.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.downloads {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.events {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.fixtures-results {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.general-settings {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.images-video {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.lotto {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.menus-navigation {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.news-posts {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase.pages {
    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff bottom right no-repeat;
    background-origin: content-box;
}

.knowledgebase {
	cursor: pointer !important;
    transition: transform .5s ease;
}

.knowledgebase:hover {
    transform: scale(1.05);
    transition: transform .5s ease;
}

ul#datafetch {
    list-style: none;
    text-align: left;
    padding: 0;
    background: white;
	display:none;
}

ul#datafetch li {
    border-bottom: 1px solid #eaeaea;
    padding: 0.5em 1em;
    font-weight: 400;
}

ul#datafetch li a {
    color: #616969 !important;
    font-size: 0.875em;
}


/* end */

#generic_price_table{
	background-color: #f8f9fa;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #304151 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #304151;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #ffffff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E0F1F5;
    border-left: 5px solid #85C8D5;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #fd7e12;
    color: #fd7e12;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg, #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #98A1A9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #98A1A9;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a, #generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #fd7e12;
    color: #fff;
}

#generic_price_table {
    margin: 0 auto;
    padding: 3em 0 2em;
    max-width: 72rem;
}

.row .table{
    padding: 28px 0;
}


#generic_price_table .generic_content {
    margin-bottom: 30px;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	font-family: "neue-haas-unica", sans-serif !important;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

.generic_price_tag.annual {
    padding-top: 20px !important;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 58px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #1990FF;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}

.tab-content {
    padding-top: 2em;
/*    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;*/
}

.examples-nav {
	border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

section.currency-tabs {
    background: #dadada;
}

.nav-pills li {
  margin-right: 10px;
}

.nav-pills li a {
    color: #000;
    text-transform: capitalize;
    border-radius: 5px !important;
    font-weight: 700;
    border: 1px solid #e9ecef;
    padding: .25rem 1rem;
    font-size: 16px;
    background-color: #ffffff;
}

.nav-pills li.active a {
    color: #304151 !important;
    background-color: #97d1dc !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #97d1dc;
    border-color: #97d1dc;
}

.nav-pills li.currency {
    align-self: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.clients {
  border-bottom: 1px solid #e9ecef;
  overflow: hidden;
}

.client {
  max-width: 10%;
}

.client img {
	min-width: 50px;
}

body.single-knowledge_base .main-content,
body.tax-knb-category .main-content {
    margin-top: 30px;
}

body.single-knowledge_base .main-content #blog-list > article > p:nth-child(1) {
    font-size: 18px;
}

.bg-dark {
    background-color: #253746 !important;
}

.bg-light {
    background-color: #ffffff!important;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
display: block! important;
}

ul.navbar-nav a, ul.navbar-nav li.dropdown, .navbar-dark .navbar-nav .nav-link, ul.navbar-nav li.dropdown {
    color: #fff;
}

ul.navbar-nav a:hover, .navbar-dark .navbar-nav .nav-link:hover {
    color: #85C8D5;
}

.navbar-light ul.navbar-nav a, .navbar-light .navbar-nav .nav-link {
    color: #253746;
}

.navbar-light .navbar-nav .nav-link:focus , .navbar-light .navbar-nav .nav-link:active {
    background-color: #FFF !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #85C8D5;
}

.navbar li.btn-secondary:hover, .navbar li.btn-secondary a:hover {
    background-color: #fd7e13 !important;
    color: #fff !important;
    border-color: #fd7e13;
    text-decoration: none !important;
}

.navbar li.btn-secondary, .navbar li.btn-secondary a {
    background-color: transparent !important;
    color: #fd7e13;
	text-transform: uppercase;
	font-size: 0.875rem;
}

a.dropdown-item {
	color: #253746 !important;
}

.navbar-nav {
    height: 80vh !important;
}

ul.navbar-nav li a {
    font-weight: bold;
    font-size: 22px;
}

#navbarDropdown > i {
    font-size: 12px;
}

.dropdown-toggle::after {
	display: none;
}

.navbar-brand {
	margin-right: 0;
}

img.mobile-images {
	margin-bottom: -25px;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

p.wptheme {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 3px;
}


.alert.alert-warning p {
    margin-bottom: 5px !important;
}

a.btn-primary.btn:hover {
    background: #304051;
}

input.hideradio,
input.hidecheckbox{ /* HIDE RADIO */
visibility: hidden; /* Makes input not-clickable */
position: absolute; /* Remove input from document flow */
}
.imgradio label > input + img,
.imgcheckbox label > input + img {
    cursor: pointer;
    border: 2px solid #eaeaea;
    filter: grayscale(1);
    opacity: 0.5;
}
.imgradio label > input:checked + img,
.imgcheckbox label > input:checked + img {
    filter: none;
    background: #eff9fb;
    border: 2px solid #fd7e13 !important;
	opacity: 1;
}

.imgradio label > input[name="mc4wp-ORGTYPE"]:checked + img,
.imgcheckbox label > input[name="mc4wp-ORGTYPE"]:checked + img {
    border: none !important;
}

.imgradio label,
.imgcheckbox label {
    width: 46%;
    float: left;
    margin: 2%;
}

.imgradio p,
.imgcheckbox p {
    display: none;
}


.colourcombos .imgradio label > input + img,
.colourcombos .imgcheckbox label > input + img {
    filter: none !important;
    opacity: 100% !important;
}

.colourcombos .imgradio label,
.colourcombos .imgcheckbox label {
    width: 13%;
    margin: 0px 5px 5px 0 !important;
}

.colourcombos .imgradio label > input:checked + img,
.colourcombos .imgcheckbox label > input:checked + img {
    border: 3px solid #fd7e13 !important;
}


@media only screen and (max-width:23.4375em) {
	/* iPhone X */

	.colourcombos .imgradio label,
	.colourcombos .imgcheckbox label {
	    width: 15% !important;
	}
}

@media only screen and (max-width:20em) {
	/* iPhone 5 */

	.colourcombos .imgradio label,
	.colourcombos .imgcheckbox label {
	    width: 18% !important;
	}
}


.wpcf7 h4 span {
    color: #fd7e13;
    font-weight: 900;
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 0.875rem;
}

span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 span {
    margin-left: 14px;
}

#club-group, #county-group, #province-group, #other-group {
    background: #eef9fb;
    padding: 1em;
    margin: 0 0 2em 0;
    clear: both;
}

span.other-organisation-type span.wpcf7-list-item:first-child,
span.currency span.wpcf7-list-item:first-child {
    margin-left: 0;
}

.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

img.gaa, img.lgfa, img.camogie {
    width: 100%;
    height: 5vw;
    object-fit: contain;
}

span.wpcf7-form-control-wrap.mc4wp-OORGTYPE span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}

input.wpcf7-form-control.wpcf7-submit.btn-secondary {
    border-radius: 3px;
    padding: 13px 29px;
    font-weight: bold;
    margin: 16px 0px 26px;
    float: right;
}

#accordionHelpcats .accordion-button, #accordionmobHelpcats .accordion-button {
    font-weight: 500 !important;
    font-size: 0.875rem;
}


#accordionHelpcats ul li a, #accordionmobHelpcats ul li a {
    font-size: 0.875rem;
    color: #212529;
}

#accordionHelpcats p.title, #accordionmobHelpcats  p.title {
	background: #fff;
}


#accordionHelpcats p.title a, #accordionmobHelpcats p.title a {
	color: #616969 !important;
}

#accordionHelpcats .accordion-button:not(.collapsed), #accordionmobHelpcats .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #e0f1f5 !important;
}

#accordionHelpcats .accordion-body ul li.list-group-item, #accordionmobHelpcats .accordion-body ul li.list-group-item {
	padding:0;
}

#accordionHelpcats .accordion-body ul li a, #accordionmobHelpcats .accordion-body ul li a {
    font-size: 0.75rem !important;
    font-weight: 500;
    color: #616969;
    display: block;
    padding: .5rem 1rem;
}

#accordionHelpcats .accordion-body ul li a:hover, #accordionmobHelpcats .accordion-body ul li a:hover  {
	text-decoration: none;
	background-color: #e0f1f5;
	color: #212529;
}

#accordionHelpcats a[aria-expanded="false"]:after, #accordionmobHelpcats a[aria-expanded="false"]:after  {
    content: "\f054"; /* plus/open */
    font-family: "Font Awesome 5 Free";
    color: #616969;
    font-weight: 900;
    float: right;
    text-align: right;
}

#accordionHelpcats a[aria-expanded="true"]:after, #accordionmobHelpcats a[aria-expanded="true"]:after  {
    content: "\f078"; /* minus/close */
    font-family: "Font Awesome 5 Free";
    color: #616969;
    font-weight: 900;
    float: right;
    text-align: right;
}

section.help-centre-nav a.btn-secondary {
    background: #cad1d2;
    border-color: #cad1d2;
    color: #616969;
}

section.help-centre-nav a.btn-secondary.active {
    background: #fd7e13;
    border-color: #fd7e13;
    color: #fff;
}

.btn-block-xs-only {
   display: block;
   width: 100%;
 }

 .alert-info {
     color: #6d757d !important;
     background-color: #e0f1f5 !important;
     border-color: #e0f1f5 !important;
 }

 p.stats {
     font-size: 1rem;
 }

 body.knowledgebase-template-default ul.list-unstyled {
     column-count: 1;
 }

 ol, ul {
     padding-left: 1rem;
 }

 .navbar-collapse {
     min-height: 85vh;
 }

 .fa-ul {
     margin-left: 2em !important;
 }

/* =Medium */
@media (min-width: 768px) {

	.navbar-collapse {
	    min-height: auto;
		margin-top: 0;
	}

	ol, ul {
	    padding-left: 2rem;
	}

	h3 {
		font-size: 1.71428571428571em;
	}

	ul#menu-main .btn-secondary a {
	    background-color: #fd7e13 !important;
	    border-bottom: 0;
      color: white;
	    padding: 0.75rem 1rem;
      text-transform: capitalize;
      text-decoration: none;
	}

	ul#menu-main li.btn-secondary a:hover {
	    color: #fff !important;
      background-color: #f76707 !important;
      border-color: #f76707 !important;
	}

	#menu-main li.current-menu-item a {
	    border-bottom: 2px solid #fd7e14;
	    color: #425363 !important;
	}

	#menu-main li.current-menu-item a:hover {
	    color: #425363 !important;
	    border-bottom: 2px solid #fd7e13 !important;
	}

	body.knowledgebase-template-default ul.list-unstyled {
	    column-count: 2;
	}

	ul#menu-main {
	    border-top: none;
	}

	ul#menu-main a {
		font-weight: bold;
		border-bottom: 2px solid transparent;
		text-transform: uppercase;
		font-size: 0.875rem;
		padding: 0 10px;
	}

	ul#menu-main a:hover {
	    border-bottom: 2px solid #fd7e13;
	}
	
	
	
	ul#menu-main a.text-dark h5, 
	ul#menu-main a.text-dark p {
	    font-size: 14px;
	    color: #616969;
	}
	
	ul#menu-main a.text-dark:hover {
	    border-bottom: transparent !important;
	    color: #fd7e13 !important;
	}
	
	ul#menu-main a.text-dark p {
	    font-weight: normal;
	}

	.wpcf7 h4 span {
	    font-size: 1.5rem;
	}

	p.stats {
	    font-size: 1.25rem;
	}

	.stats h3 {
	    font-size: 3rem !important;
	}

    .post-thumb img {
        min-height: auto;
    }

    .news-list article {
        border-bottom: 5px solid #fff;
    }


	img.gaa, img.lgfa, img.camogie {
	    height: 1.2vw;
	}

	.imgradio label {
	    width: 46%;
	    margin: 2% !important;
	    float: left;
	    margin: 0;
	}

	.imgradio label > input + img {
		border: 2px solid #e8e8e8;
	}

	.imgradio label:last-child {
	    margin-right: 0 !important;
	}



	.knowledgebase.advertising {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/promote-your-sponsors.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.downloads {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.events {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.fixtures-results {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.general-settings {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.images-video {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.lotto {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.menus-navigation {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.news-posts {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.knowledgebase.pages {
	    background: url(https://clubandcounty.com/wp-content/themes/club_and_county_v3.0/img/icons/automated-fixtures-results.svg) #fff center right no-repeat;
	    background-origin: content-box;
	}

	.page-title h1 {
	    font-size: 2rem;
	    line-height: 1.25;
	}

	.logo img {
	    width: 60%;
	}

	ul.navbar-nav li a {
	    font-weight: bold;
	    font-size: 16px;
	}

	a.dropdown-item {
	    font-size: 14px !important;
	}

	.dropdown-item.active, .dropdown-item:active {
	    background-color: #85c8d5;
	}

	.navbar-nav {
	    height: auto !important;
	}

	.btn {
		padding: 10px 15px !important;
	}

	.slider h1 {
		font-size: 28px;
	    font-family: 'Montserrat', sans-serif !important;
	}

	nav.desktop a {

	}

  .client {
    max-width: auto;
  }

  .client img {
  	min-width: 100px;
  }

	#generic_price_table .col-md-3{
			float:left;
			width:50%;
		}

		#generic_price_table .generic_content {
		    margin-bottom: 30px;
		}



	section.theme-features div.row div i.fa,
	section.theme-features div.row div i.fab,
	section.theme-features div.row div i.fas,
	section.theme-features div.row div img {
	  font-size: 3em !important;
	}

	section.theme-features .col-xs-12.col-md-3.col-lg-3 h3, section.theme-features .col-xs-12.col-md-3.col-lg-3 p {
	  text-align: left;
	}

	.siteintro {
	margin: 0 auto;
	text-align: center;
	}

	img.hp-slider-img {
		float:none;
		margin: 0 auto;
		display: block;
	}


	p.hp-interest {
		width: 48%;
		float: left;
		margin: 0 auto 2em auto;
		display: block;
	}

	/*
	nav.primary
	*/


	nav.primary {
		background: #435463;
		color: #FFF;
		padding: 20px 0;
	}

	nav.primary ul {
		margin: 0 auto;
		padding: 0;
	}

	nav.primary li {
	  margin: 0;
	  list-style: none;
	  float: left;
	  width: auto;
	  text-align: center;
	}

	nav.primary a {
		color: #FFF;
		display: block;
		padding: 0 20px;
		font-size: 18px;
	}

	a.nav-toggle {
		display: none;
	}

	nav.primary ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	}

}

/* =Large */

@media (min-width: 992px) {

	.slider h1 {
		font-size: 46px;
	}

	.page-title h1 {
	    font-size: 2.75rem;
	    line-height: 1.25;
	}

	section.gallery {
	    background: url(/wp-content/themes/club_and_county_v3.0/img/club-and-county-working-with-clubs-counties-provinces.png) no-repeat right;
	    background-size: contain;
	}

	section.slider {
		padding: 0;
	}


	/*.knowledgebase ul {
	    column-count: 2;
	}*/

  /* Hover Effects on Card */

    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }


	nav.desktop {
		display: block;
	}

	.slider a.btn {
		padding: 12px 35px !important;
		font-size: 16px !important;
	}

	.cta p {

  }

	.cta a {

	}

	.credit {
	  margin: 20px 0 0 0;
	  opacity: 0.5;
	}

	#primary {
		margin: 50px 0;
	}

	.cta p {

  }

	.cta a {
	  background-color: #FF9E00;
	  font-weight: bold;
	  color: #FFF;
	  font-size: 14px;
	  padding: 12px 50px;
	  border-radius: 4px;
	  text-transform: uppercase;
	  border: none;
	  clear:none;
	}

	nav.primary li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		text-align: center;
	}

	body > section.theme-features > div > div > i {
		margin-top: 20px;
		font-size: 3em;
		float: right;
	}

	body > section.theme-features > div > div > img {
		float: right;
		margin-top: 20px;
		width: 42px;
	}

	div.col-lg-1:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-o-transition: all 100ms linear;
		transition: all 100ms linear;
	}

	body > section.theme-features > div > div > i, body > section.theme-features > div:nth-child(2) > div:nth-child(3) > img {
	margin-top: 25%;
	}

	body > section.theme-features > div > div > p {
		width: 85%;
	}

	#accordion > div.col-md-3.column {
	text-align: left;
	}

	.siteintro {
	margin: 0 auto;
	text-align: left;
	}

	img.hp-slider-img {
		float:right;
		margin: 0 auto;
		display: block;
	}

	.slider p {
		/*color: #FFF;*/
		font-size: 16px;
		line-height: 30px;
	}


	.slider h1 {
	font-weight: 400;
	letter-spacing: -1px;
	font-size: 2em;
	margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif !important;
	}

	.row {
	  margin-right: -15px;
	  margin-left: -15px;
	}

	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
	.page-template-register .wpcf7-form input[type="text"],
	.page-template-register .wpcf7-form input[type="url"] {
	    width: 100%;
	    /*padding: 5px 15px;*/
	    font-size: 16px;
	    border: 1px solid #d4d4d4;
	}

	span.wpcf7-form-control-wrap.mc4wp-OORGTYPE span.wpcf7-list-item {
	    display: inline-block;
	    margin-left: 0.5em;
	}

	.page-template-register .wpcf7-form h4 label {
	    font-size: 1.5rem;
	}


}

/* =X-Large */

@media (min-width: 1200px) {

	
	section.gallery {
	    background-size: auto;
	}

  .container {
    max-width: 1300px;
  }

	nav.desktop {
    font-size: 18px;
    line-height: 25px;
  }

	.container-fluid {
		max-width: 90%;
	}

	#generic_price_table .generic_content .generic_price_btn a {
	    font-size: 18px;
	    font-weight: 600;
	}


	.slider p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.slider h1 {
	    font-weight: 700;
	    font-size: 54px;
	    margin: 0 0 26px !important;
	    line-height: 1;
	    font-family: 'Montserrat', sans-serif !important;
	}

	.col-lg-4.logo-head {
	display: block;
	}

	.logo-head {
		text-align: right;
		padding-top: 0.4em;
	}

	p.hp-interest {
		width: 48%;
		float: left;
		margin: 0 auto 2em auto;
		display: block;
	}


	.feature {
		text-align: left;
	}

	.cta p {

  }

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


}


@media (min-width: 1700px) {

	.colourcombos {
	    width: 100%;
	    margin: 0 auto;
	}
	
	.colourcombos .imgradio label, .colourcombos .imgcheckbox label {
	    width: 18% !important;
	}
	
	.imgcheckbox, .imgradio {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 8rem;
	    position: relative;
	    clear: both;
	    display: inline-block;
	}
	
}

@media (min-width: 2000px) {

	.colourcombos {
	    width: 80%;
	    margin: 0 auto;
	}
	
	.colourcombos .imgradio label, .colourcombos .imgcheckbox label {
	    width: 18% !important;
	}
	
}

[data-id="group-SHOPLINK"], [data-id="group-LOTTOLINK"], [data-id="group-MEMBERSHIPLINK"] {
    margin: 0;
    padding: 0;
}

select#GAA_RESOURCES,
select#GAA_PROGRAMMES {
    height: 150px;
}

select#GAA_RESOURCES option,
select#GAA_PROGRAMMES option {
	font-size: 12px;
  padding: 4px;
  color: #212529;
  font-weight:bold;
}

select#GAA_RESOURCES.wpcf7-select option:checked,
select#GAA_PROGRAMMES.wpcf7-select option:checked {
  background-color: #97d1dc !important;
  outline:1px solid #fff !important;
  color: #253747 !important;
}

button.btn.btn-success.center-block {
  cursor: pointer;
}

.list-checkboxes span.wpcf7-list-item {
    display: block !important;
    text-align: left !important;
}


/* Pricing table styles */

body.page-template-tmp-pricing li.list-group-item {
  background-color: #253746;
  color: #fff;
  border: 1px solid #35434f;
}

body.page-template-tmp-pricing .panel-footer {
  background-color: #35434f;
  padding: 25px 15px;
  border-top: none;
}

body.page-template-tmp-pricing a.btn.btn-lg.btn-block.btn-default {
  background-color: #FF9E00;
  border: none;
  color: #fff;
  font-size: 1.2em;
}

body.page-template-tmp-pricing p.lead {
  font-size: 40px;
  margin: 0 !important;
}

body.page-template-tmp-pricing .panel-heading.arrow_box.text-center {
  background-color: #f5f5f5;
}

body.page-template-tmp-pricing .panel-body.text-center {
  background-color: #d9e0e2;
}

body.page-template-tmp-pricing div.panel-footer .btn-block {
  display: block;
  width: 80% !important;
  margin: 0 auto;
}

.panel-body.second.text-center {
    background-color: #6d8292 !important;
}

.panel-body.second p.lead {
    color: #fff;
    font-size: 1.4em !important;
}

p.trailing {
    margin-bottom: 0 !important;
    color: #6d8292;
}

p.wp-caption-text {
    font-style: italic;
    font-size: 14px;
    background-color: #eaeaea;
    padding: 1em;
    text-align: center;
    margin-top: 1em !important;
}

/*.wpcf7-form-control-wrap {
    width: 300px;
    margin: -20px auto 30px auto;
}
*/
.indicates-required {
    float: right;
    margin-top: 1em;
}

.cf7mls_next.action-button{
    background: #fd7e14 !important;
}

.cf7mls_back.action-button {
    background: #d4d4d4 !important;
    color: #888888 !important;
}

.cf7mls_next.action-button, .cf7mls_back.action-button {
	border-radius: 3px !important;
}

button.cf7mls_back.action-button, button.cf7mls_next.cf7mls_btn.action-button {
    float: none !important;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    margin: 25px 10px 26px !important;
}

.imgradio img:hover {
    background: #f5f5f5 !important;
    filter: none;
	opacity: 1;
}

footer i.fa {
    font-size: 1em;
}

footer ul li a {
	font-size: 16px;
}

a.ttlink {
    border-bottom: 2px dotted;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
}

.form-floating label {
    color: #6d757d !important;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/* WOOCOMMERCE */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #f76806 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single {
  height: 33px !important;
}

.woocommerce .post-meta, .woocommerce hr {
    clear: both;
		display: none;
}

p.price, .woocommerce div.product span.price {
    color: #fd7e13 !important;
    font-weight: bold;
}

.woocommerce div.product span.price {
  margin-bottom: 1rem;
  display: block;
}

.woocommerce .page-title p.wptheme {
    display: none;
}

.woocommerce-currency-switcher .selector {
    padding: 2px 4px !important;
    background: #ffffff !important;
    border-radius: 3px !important;
    border-color: #a8a8a8 !important;
}

.single-knowledgebase article img {
    border: 1px solid #d8d8d8;
    box-shadow: 0 10px 10px -5px #9a9a9a;
}

code {
    font-size: .875em;
    color: #fd7e13;
    word-wrap: break-word;
}


.woocommerce-checkout #payment {
    background: #fff!important;
}

.woocommerce-checkout label {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: bold !important ;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #e9ecef;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #e9ecef;
}

.gform_wrapper .page-title input[type=date],.gform_wrapper .page-title input[type=datetime-local],.gform_wrapper .page-title input[type=datetime],.gform_wrapper .page-title input[type=email],.gform_wrapper .page-title input[type=month],.gform_wrapper .page-title input[type=number],.gform_wrapper .page-title input[type=password],.gform_wrapper .page-title input[type=search],.gform_wrapper .page-title input[type=tel],.gform_wrapper .page-title input[type=text],.gform_wrapper .page-title input[type=time],.gform_wrapper .page-title input[type=url],.gform_wrapper .page-title input[type=week],.gform_wrapper .page-title select,.gform_wrapper .page-title textarea,.page-title .form-control,.page-title .gform_wrapper input[type=date],.page-title .gform_wrapper input[type=datetime-local],.page-title .gform_wrapper input[type=datetime],.page-title .gform_wrapper input[type=email],.page-title .gform_wrapper input[type=month],.page-title .gform_wrapper input[type=number],.page-title .gform_wrapper input[type=password],.page-title .gform_wrapper input[type=search],.page-title .gform_wrapper input[type=tel],.page-title .gform_wrapper input[type=text],.page-title .gform_wrapper input[type=time],.page-title .gform_wrapper input[type=url],.page-title .gform_wrapper input[type=week],.page-title .gform_wrapper select,.page-title .gform_wrapper textarea {
    font-size: .875em
}

.form-control,.gform_wrapper input[type=date],.gform_wrapper input[type=datetime-local],.gform_wrapper input[type=datetime],.gform_wrapper input[type=email],.gform_wrapper input[type=month],.gform_wrapper input[type=number],.gform_wrapper input[type=password],.gform_wrapper input[type=search],.gform_wrapper input[type=tel],.gform_wrapper input[type=text],.gform_wrapper input[type=time],.gform_wrapper input[type=url],.gform_wrapper input[type=week],.gform_wrapper select,.gform_wrapper textarea, .select2-container--default .select2-selection--single {
    font-size: .875em;
    border-radius: 0 !important;
}

.gform_wrapper footer input[type=date],.gform_wrapper footer input[type=datetime-local],.gform_wrapper footer input[type=datetime],.gform_wrapper footer input[type=email],.gform_wrapper footer input[type=month],.gform_wrapper footer input[type=number],.gform_wrapper footer input[type=password],.gform_wrapper footer input[type=search],.gform_wrapper footer input[type=tel],.gform_wrapper footer input[type=text],.gform_wrapper footer input[type=time],.gform_wrapper footer input[type=url],.gform_wrapper footer input[type=week],.gform_wrapper footer select,.gform_wrapper footer textarea,footer .form-control,footer .gform_wrapper input[type=date],footer .gform_wrapper input[type=datetime-local],footer .gform_wrapper input[type=datetime],footer .gform_wrapper input[type=email],footer .gform_wrapper input[type=month],footer .gform_wrapper input[type=number],footer .gform_wrapper input[type=password],footer .gform_wrapper input[type=search],footer .gform_wrapper input[type=tel],footer .gform_wrapper input[type=text],footer .gform_wrapper input[type=time],footer .gform_wrapper input[type=url],footer .gform_wrapper input[type=week],footer .gform_wrapper select,footer .gform_wrapper textarea {
    font-size: 1rem
}

.woocommerce-checkout h3 {
    font-weight: 700!important;
    margin-bottom: 0.5rem!important;
    font-size: 1rem;
}

#customer_details h3 {
    color: #767d84 !important;
    border-bottom: 1px solid #dbdcdc;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
}

.woocommerce-checkout h3 {
    margin-bottom: 1.25rem !important;
}

.woocommerce table.shop_table {
    border-radius: 0;
    background: #fff;
    font-family: "Source Sans Pro",sans-serif;
    border:none;
    border-collapse: collapse !important;
}

.woocommerce table.shop_table thead {
    background: #233747;
    color: white;
    border: none;
}

div#stripe-payment-data, .woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions {
    font-family: "Source Sans Pro",sans-serif;
}

.woocommerce .summary .label label, .woocommerce .summary .label {
    font-weight: bold !important;
    font-family: "Source Sans Pro",sans-serif;
    margin-bottom: 0.25rem;
}

span.woocommerce-currency-switcher span.option-text {
    color: #000 !important;
}

.woocommerce-currency-switcher .selector:hover, .woocommerce-currency-switcher .dropdown-content button:focus, .woocommerce-currency-switcher .dropdown-content button:hover {
    color: #000 !important;
    background-color: #d1d1d1 !important;
}

.woocommerce p.price {
    display: none !important;
}

.sticky-offset {
    top: 150px;
}

/* Remove Drumragh while it's still in development */
/*.card.drumragh_sarsfields_gac {
    display: none !important;
}*/