/*

Theme Name: Scottish Orienteering Association

Theme URI: NA

Author: Rock Solid Designs

Author URI: NA

Description: 

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, sidebar, slider

Text Domain: scottish



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.

*/
/* Scss Document */
.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

.aligncenter {
  display: block;
  margin: 0 auto 15px; }

a:focus {
  outline: 0 solid; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
  margin: 0 0 20px;
  font-weight: 700;
  color: #3e2654; }

html,
body {
  height: 100%; }

body {
  font-size: 16px;
  background: #f2f2f2;
  color: #2c2c2c;
  box-sizing: border-box; }

a:hover {
  text-decoration: none; }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

/**

GAps

*/
.gap-5, .gap-10, .gap-15, .gap-20, .gap-25, .gap-30, .gap-35, .gap-40, .gap-45, .gap-50, .gap-60 {
  display: block; }

.gap-5:after, .gap-10:after, .gap-15:after, .gap-20:after, .gap-25:after, .gap-30:after, .gap-35:after, .gap-40:after, .gap-45:after, .gap-50:after, .gap-60:after,
.gap-5:before, .gap-10:before, .gap-15:before, .gap-20:before, .gap-25:before, .gap-30:before, .gap-35:before, .gap-40:before, .gap-45:before, .gap-50:before, .gap-60:before {
  clear: both;
  display: block; }

.gap-5 {
  height: 5px; }

.gap-10 {
  height: 10px; }

.gap-15 {
  height: 15px; }

.gap-20 {
  height: 20px; }

.gap-25 {
  height: 25px; }

.gap-30 {
  height: 30px; }

.gap-35 {
  height: 35px; }

.gap-40 {
  height: 40px; }

.gap-45 {
  height: 45px; }

.gap-50 {
  height: 50px; }

.gap-60 {
  height: 60px; }

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

.mb-10 {
  margin-bottom: 10px; }

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

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

.mb-25 {
  margin-bottom: 25px; }

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

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

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

/* Base Color */
.text-red {
  color: #ec4d2c; }

/* Base Font Size */
.font-14 {
  font-size: 14px; }

.font-12 {
  font-size: 12px; }

a.text-red:hover {
  color: #d83b1a; }

/* Header CSS */
header {
  background: #3e2456;
  padding: 25px 0 25px;
  border-bottom: 10px solid #ec4d2c; }

#mobile-menu-icon {
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px !important;
  cursor: pointer; }

#mobile-menu-close-icon {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px !important;
  cursor: pointer;
  z-index: 1000;
  -webkit-text-stroke: 1px #3e2456; }

.header-logo {
  max-width: 200px;
  width: 100%; }

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-menu > li {
  float: left; }

.main-menu > li > a {
  color: #fff;
  padding: 34px 30px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.main-menu > li > a:hover {
  color: silver; }

.main-menu li.menu-item-has-children {
  position: relative; }

@media only screen and (min-width: 768px) {
  .main-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block; }

  .main-menu > li li.menu-item-has-children:hover > .sub-menu {
    display: block; } }
.main-menu > li.menu-item-has-children > a {
  position: relative; }

.main-menu > li li.menu-item-has-children > a {
  padding-right: 10px; }

.main-menu > li li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  bottom: 2px;
  right: 5px;
  transform: scale(1);
  font-size: 28px;
  color: #988aa5;
  -webkit-text-stroke: 1px #3e2456; }

.main-menu > li.menu-item-has-children > a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: -9px;
  transform: scale(1);
  font-size: 28px;
  color: #988aa5;
  -webkit-text-stroke: 1px #3e2456; }

.sub-menu {
  background: #3e2456;
  z-index: 1000;
  border: 2px solid #ff522a;
  margin: 0;
  padding: 5px 25px 20px;
  min-width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 1px #333;
  -moz-box-shadow: 0px 0px 5px 1px #333;
  box-shadow: 0px 0px 5px 1px #333;
  filter: progid:DXImageTransform.Microsoft.dropshadow( OffX=0px, OffY=0px, Color='#333', Positive='false' );
  /* IE 5.5 */
  border-collapse: separate;
  /* Required by IE 9 */ }

.main-menu > li li .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0; }

.main-menu > li:nth-last-child(3) li .sub-menu,
.main-menu > li:nth-last-child(2) li .sub-menu {
  left: auto;
  right: 100%; }

.sub-menu li a {
  border-bottom: 3px solid #ff522a;
  color: #fff;
  padding: 10px 0 5px;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.sub-menu li a:hover {
  color: silver; }

.sub-menu li a:hover {
  color: silver; }

.footer-nav {
  text-align: center; }
  .footer-nav ul {
    margin: 0;
    padding: 0; }
  .footer-nav li {
    display: inline;
    margin: 10px; }

.footer-bottom-area .links a {
  font-size: 12px;
  color: white;
  margin-right: 40px; }
  .footer-bottom-area .links a:hover {
    color: #ec4d2c; }
.footer-bottom-area .links .last-link {
  margin-right: 0px; }

/* Showcase Section CSS */
.showcase-section {
  position: relative; }

.showcase-button {
  background: #ec4d2c;
  margin: 0px auto 50px;
  text-align: center;
  border: 1px solid #ec4d2c !important;
  padding: 10px 40px;
  display: block;
  border: none;
  font-style: italic;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

a.showcase-button {
  max-width: 202px; }

.showcase-button:hover {
  background: #fff;
  color: #ec4d2c;
  border: 1px solid #ec4d2c; }

.showcase-bg {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
  background: url(img/showcase.jpg);
  background-size: cover !important;
  background-position: center !important; }

.showcase-section p {
  font-style: italic;
  text-align: center;
  font-weight: 700;
  color: #3e2456;
  font-size: 18px;
  margin-bottom: 40px; }

.subscribe-wrapper-mobile {
  display: none; }

.subscribe-wrapper-desktop {
  margin: 110px 30px 0px 0px;
  padding: 25px 25px 55px;
  border: 8px solid rgba(62, 36, 86, 0.9);
  background: rgba(236, 77, 44, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%; }

.subscribe-wrapper-desktop h2, .subscribe-wrapper-mobile h2 {
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300; }

.subscribe-wrapper-desktop .bootstrap-select, .subscribe-wrapper-mobile .bootstrap-select {
  width: 100% !important; }

.subscribe-wrapper-desktop button, .subscribe-wrapper-mobile button {
  background: #fff;
  color: #ec4d2c;
  font-size: 22px; }

.subscribe-wrapper-desktop button:hover, .subscribe-wrapper-desktop button:active, .subscribe-wrapper-desktop button:focus, .subscribe-wrapper-mobile button:hover, .subscribe-wrapper-mobile button:active, .subscribe-wrapper-mobile button:focus {
  background-color: #fff !important;
  color: #ec4d2c !important; }

.subscribe-wrapper-desktop .dropdown-menu a, .subscribe-wrapper-mobile .dropdown-menu a {
  font-size: 18px;
  color: #ec4d2c; }

.subscribe-wrapper-desktop .dropdown-menu a:hover, .subscribe-wrapper-mobile .dropdown-menu a:hover {
  font-size: 18px;
  color: #ec4d2c; }

/* Feature Section CSS */
.feature-section {
  margin-bottom: 40px; }

.feature-wrapper {
  position: relative; }

.feature-wrapper img {
  width: 100%; }

.feature-wrapper:hover .feature-footer {
  /*margin-top: -5px;*/
  position: absolute; }

.feature-footer {
  background: #3e2456;
  color: #fff;
  padding: 15px;
  width: 100%; }

/* Information Section CSS */
.information-section {
  color: #3e2654; }

.info-top-height {
  margin-bottom: 40px; }

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

.information-wrapper {
  background: #fff;
  padding: 20px 15px; }

.information-wrapper h3 {
  margin-bottom: 20px; }

.information-wrapper .read-more-link {
  margin-left: 15px; }

.information-wrapper .more-link {
  display: none; }

.information-wrapper p {
  margin-bottom: 20px; }

.information-wrapper i {
  display: block;
  text-align: center;
  font-size: 65px; }

.information-wrapper span {
  /*display: block;
  margin: 10px 0; */
}

.information-wrapper-left, .information-wrapper-right {
  margin-top: 40px; }
  .information-wrapper-left img, .information-wrapper-right img {
    margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .information-wrapper-left img {
    float: right;
    margin-left: 20px;
    max-width: 50%; }

  .information-wrapper-right img {
    float: left;
    margin-right: 20px;
    max-width: 50%; } }
.information-header-img {
  width: 15%;
  float: left; }

.information-header {
  overflow: hidden;
  border-bottom: 4px solid #ec4d2c;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.information-header-heading {
  width: 85%;
  float: left; }

.information-header h3 {
  font-style: italic;
  font-weight: 300;
  margin: 15px 0 0 25px; }

/* Search Section CSS */
.search-section {
  background: #ec4d2c;
  padding: 5px 0 15px; }

.search-section h2 {
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px; }

.stylish-input-group .form-control {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 35px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px; }

.stylish-input-group .form-control:focus {
  box-shadow: none; }

.stylish-input-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: 16px; }

.stylish-input-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 16px; }

.stylish-input-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 16px; }

.stylish-input-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 16px; }

.stylish-input-group button {
  border: none;
  background: transparent;
  border-radius: 0;
  width: 40px; }

.stylish-input-group .input-group-addon:last-child {
  border: none;
  border-radius: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px; }
  .stylish-input-group .input-group-addon:last-child img {
    height: 20px; }

/* Footer Area CSS */
.footer-top-area {
  background: #3e2456;
  color: #fff;
  padding: 40px 0 25px;
  border-top: 10px solid #ec4d2c; }

.footer-top-area .stylish-input-group .form-control {
  font-size: 16px; }

.footer-top-area .stylish-input-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: 16px; }

.footer-top-area .stylish-input-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 16px; }

.footer-top-area .stylish-input-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 16px; }

.footer-top-area .stylish-input-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 16px; }

.footer-top-area .stylish-input-group .input-group-addon:last-child {
  font-size: 50px; }

.footer-social-icon-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-social-icon-list li {
  float: left; }

.footer-social-icon-list li a {
  color: #fff;
  font-size: 60px;
  padding: 0 25px;
  display: block; }

.footer-social-icon-list li:first-child a {
  padding-left: 0px; }

.footer-social-icon-list li:last-child a {
  padding-right: 0px; }

.footer-logo {
  max-width: 170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 70px;
  margin-bottom: 15px; }

.footer-bottom-area {
  background: #000000;
  color: #fff;
  padding: 20px 0 15px; }

.footer-bottom-area a {
  color: #fff; }

/* Blog Page CSS */
.secondary-showcase-bg {
  width: 100%;
  height: 270px;
  margin-bottom: 40px; }

.heading-primary {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 4px solid #ec4d2c;
  color: #3e2654; }
  .blog-section .heading-primary {
    margin-bottom: 10px; }

article {
  margin-bottom: 10px;
  overflow: hidden; }

article p {
  margin-bottom: 30px; }

.comment-wrapper {
  margin-bottom: 25px;
  overflow: hidden; }

.comment-user {
  color: #ec4d2c;
  float: right;
  margin-top: 5px;
  font-size: 20px; }

.comment-user:hover {
  color: #d83b1a; }

.comment-form-section {
  margin-bottom: 55px; }

.comment-form-section label {
  color: #3e2654; }

.comment-form-section textarea,
textarea#comment {
  height: 220px;
  resize: vertical;
  border: none;
  border-radius: 0px; }

.comment-form-section input {
  height: 45px;
  border: none;
  border-radius: 0px; }

@media only screen and (max-width: 991px) {
  .footer-form h3 {
    margin-top: 20px; } }
.footer-form .button, .information-section .button {
  background-color: #ec4d2c;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-color: #ec4d2c;
  border-left-style: none;
  border-left-width: 0px;
  border-radius: 5px;
  border-right-style: none;
  border-right-width: 0px;
  border-style: solid;
  border-top-style: none;
  border-top-width: 0px;
  border-width: 1px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  transition: .5s;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px; }

.comment-form-section button,
.comment-form-section input[type="submit"] {
  background: #ec4d2c;
  margin-top: 15px;
  border: 1px solid #ec4d2c !important;
  text-align: center;
  padding: 10px 40px;
  display: block;
  border: none;
  font-style: italic;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.footer-form .button:hover {
  background-color: white;
  border-color: #f44623;
  border-style: solid !important;
  border-width: 1px;
  color: #f44623; }

.comment-form-section button:hover,
.comment-form-section input[type="submit"]:hover {
  background: #fff;
  color: #ec4d2c;
  border: 1px solid #ec4d2c; }

.category-list,
.widget_section ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.category-list li a,
.blog article a,
.widget_section li a {
  color: #ec4d2c; }

.category-section,
.widget_section {
  margin-bottom: 50px; }

.category-list li a:hover,
.blog article a:hover,
.widget_section li a:hover {
  color: #d73412; }

.latest-post-section {
  margin-bottom: 55px; }

.latest-post-wrapper {
  margin-bottom: 25px;
  overflow: hidden; }

.latest-post-left {
  max-width: 120px;
  width: 30%;
  float: left; }

.latest-post-right {
  width: 70%;
  float: left;
  padding-left: 20px; }

.no_thumbnail {
  padding-left: 0;
  width: 100%; }

.latest-post-left img {
  width: 100%;
  height: 100px; }

.archive h1.archive_title {
  margin-bottom: 40px;
  background: white;
  padding: 15px; }

.latest-post-section .post-date {
  font-size: 18px;
  color: #ec4d2c; }

.latest-post-section .heading-seconday {
  margin-bottom: 20px;
  color: #3e2654; }

/* Club CSS */
.club-section {
  margin-bottom: 100px; }

.club-section p {
  margin-bottom: 30px; }

.club-item {
  border-bottom: 4px solid #ec4d2c;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 50px; }

.club-item-left {
  width: 30%;
  float: left; }

.club-item-left img {
  max-width: 225px;
  width: 100%;
  height: 225px; }

.club-item-right {
  width: 70%;
  float: left;
  padding-left: 20px; }

.club-footer-heading {
  margin-top: 60px;
  margin-bottom: 0; }

.club-footer-heading a {
  color: #3e2654; }

.club-footer-heading a:hover {
  color: #62437f; }

.club-pagination {
  width: 100%;
  text-align: center; }

.club-pagination .pagination li a {
  color: #ec4d2c; }

.club-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.club-list li a {
  color: #ec4d2c; }

.club-section {
  margin-bottom: 50px; }

.club-list li a:hover {
  color: #d73412; }

/* Page Section CSS */
.page-section {
  margin-bottom: 40px; }

.page-section p {
  margin-bottom: 30px; }

.page-section h2.heading-primary {
  margin-bottom: 40px; }

.page-section li {
  list-style: initial; }

.page-section ol li {
  list-style-type: decimal;
  padding-left: 10px; }

.post-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #ec4d2c;
  margin-bottom: 20px; }
  .post-meta .post-meta-title {
    font-weight: 700; }

ul.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.page-numbers li {
  display: inline; }

.club-pagination .page-numbers li a {
  color: #ec4d2c; }

.page-numbers li .page-numbers {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.page-numbers li:first-child .page-numbers {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.page-numbers li:last-child .page-numbers {
  margin-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.page-numbers li a:focus, .page-numbers li a:hover {
  z-index: 2;
  background-color: #eee;
  border-color: #ddd; }

.img_wrap {
  position: relative; }

.sliding_bg {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-image: -webkit-linear-gradient(-45deg, #ec4d2c 50%, transparent 51%);
  background-image: -o-linear-gradient(-45deg, #ec4d2c 50%, transparent 51%);
  background-image: -moz-linear-gradient(-45deg, #ec4d2c 50%, transparent 51%);
  background-image: linear-gradient(-45deg, #ec4d2c 50%, transparent 51%);
  background-size: 0 0;
  /* some initial size to get the slanted appearance */
  background-position: right bottom;
  /* negative positioning to hide it initially */
  background-repeat: no-repeat;
  transition: all ease 0.5s;
  z-index: 6;
  opacity: 0.5; }

.sliding_bg:hover {
  background-size: 100% 100%;
  /* 200% because gradient is colored only for 50% */ }

@media only screen and (max-width: 767px) {
  header .main-menu > li.menu-item-has-children {
    position: relative; }

  header .main-menu > li > a {
    display: inline-block; }

  header .main-menu > li.menu-item-has-children > a:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -9px;
    transform: scale(1.5, 1);
    font-size: 28px;
    color: #988aa5;
    -webkit-text-stroke: 1px #3e2456;
    display: none !important; }

  	/*header .main-menu > li.menu-item-has-children:before{
  
  		content: "\f107";
  
  		font-family: FontAwesome;
  
  		position: absolute;
  
  		top: 1px;
  
  		left: 50%;
  
  		margin-left: -5px;
  
  		transform: scale(1);
  
  		font-size: 28px;
  
  		color: #988aa5;
  
  		-webkit-text-stroke: 1px #3e2456;
  
  	}*/ }
#pt-cv-view-5e533f09qb .cvp-responsive-image {
  width: 100% !important;
  height: 200px !important; }

@media only screen and (max-width: 767px) {
  #pt-cv-view-5e533f09qb .cvp-responsive-image {
    width: 50% !important;
    height: 200px !important; } }
#pt-cv-view-5e533f09qb .pt-cv-content-item .cvp-responsive-image {
  display: block !important;
  margin: 0 auto !important; }

@media only screen and (max-width: 991px) {
  .footer-form .gform_wrapper ul li.gfield {
    margin-top: 40px; } }
.footer-top-area h3 {
  color: white; }
.footer-top-area .footer-contact-us a {
  color: white;
  font-size: 1.2em;
  line-height: 1.5em; }
.footer-top-area .footer-contact-us .fa {
  padding-right: 10px; }

.footer-social-icon-list li a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s; }

.footer-social-icon-list li a:hover {
  color: #ec4d2c; }

#menu-header-menu.main-menu {
  float: right; }
  #menu-header-menu.main-menu > li > a {
    padding: 34px 10px; }

.information-wrapper ul {
  padding-left: 0; }
  .information-wrapper ul li {
    margin-bottom: 1em; }
    .information-wrapper ul li a {
      margin-left: 0; }
.information-wrapper i {
  display: block;
  text-align: center;
  font-size: 48px;
  position: absolute;
  right: 25px;
  top: 10px; }

.secondary-showcase-section {
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.single-clubs .club-info {
  margin-bottom: 20px; }
  .single-clubs .club-info .club-logo {
    max-width: 100%;
    float: left;
    padding-right: 20px; }
  .single-clubs .club-info p {
    margin-bottom: 5px; }

.single-staff .staff-info img {
  max-width: 50%;
  float: right;
  margin-left: 20px; }
.single-staff .staff-info p {
  margin-bottom: 5px; }

#usersBody {
  background: transparent;
  margin: 0; }

#fixtures-table td, #fixtures-table th {
  padding: 5px 10px 5px 0; }

table.fixtures-calendar {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%; }

.club-info-btn {
  background-color: #f44623;
  border-color: #f44623;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: white;
  display: block;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-align: center; }
  .club-info-btn a {
    color: white; }
  .club-info-btn:hover {
    background-color: #d92d0b; }

.club-logo-container {
  float: left;
  width: 20%; }

.club-info-container {
  float: left;
  width: 80%; }

.fixtures-next-month {
  float: right; }

.fixtures-next-month.btn, .fixtures-prev-month.btn {
  background-color: #f44623;
  border-color: #f44623;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: white;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  width: 200px;
  margin-bottom: 10px; }
  .fixtures-next-month.btn a, .fixtures-prev-month.btn a {
    color: white; }
  .fixtures-next-month.btn:hover, .fixtures-prev-month.btn:hover {
    background-color: #d92d0b; }

.key-wrapper p {
  margin-bottom: 10px; }

.key {
  padding-left: 0;
  /*li {
  list-style: none; */
  display: inline-block;
  padding: 10px;
  margin: 10px 10px 10px 0;
  color: white;
  border-radius: 5px;
  /*}*/ }
  .key.Regional {
    background-color: steelblue; }
  .key.Activity {
    background-color: #FFE346;
    color: black; }
  .key.Local {
    background-color: forestgreen; }
  .key.National {
    background-color: maroon; }
  .key.Major, .key.International {
    background-color: black; }
  .key p {
    margin-bottom: 5px; }

#fixtures-calendar {
  margin-top: 40px;
  margin-bottom: 40px; }
  #fixtures-calendar .calendar-month {
    text-align: center; }

.fixtures-calendar {
  width: 100%; }
  .fixtures-calendar .fixtures-calendar-day {
    width: 14.2857142%;
    height: 100px;
    vertical-align: top;
    border: solid 1px #D5D5D5;
    padding: 5px; }
    .fixtures-calendar .fixtures-calendar-day .fixtures-day-number {
      margin-bottom: 5px; }
    .fixtures-calendar .fixtures-calendar-day.weekend {
      background-color: #EEEEEE; }
  .fixtures-calendar .fixtures-calendar-day-head {
    text-align: center;
    padding: 10px;
    background-color: #eee;
    margin-bottom: 20px; }
  .fixtures-calendar .fixture {
    background: #D5D5D5;
    border-radius: 5px;
    padding: 10px;
    color: white;
    margin-bottom: 10px; }
    .fixtures-calendar .fixture.Regional {
      background-color: steelblue; }
      .fixtures-calendar .fixture.Regional:hover {
        background-color: #38678f; }
    .fixtures-calendar .fixture.Activity {
      background-color: #FFE346;
      color: black; }
      .fixtures-calendar .fixture.Activity:hover {
        background-color: #ffdb13; }
    .fixtures-calendar .fixture.Local {
      background-color: forestgreen; }
      .fixtures-calendar .fixture.Local:hover {
        background-color: #186218; }
    .fixtures-calendar .fixture.National {
      background-color: maroon; }
      .fixtures-calendar .fixture.National:hover {
        background-color: #4d0000; }
    .fixtures-calendar .fixture.Major, .fixtures-calendar .fixture.International {
      background-color: black; }
      .fixtures-calendar .fixture.Major:hover, .fixtures-calendar .fixture.International:hover {
        background-color: #1a1a1a; }

.wp-pagenavi {
  margin: 30px auto; }
  .wp-pagenavi span, .wp-pagenavi a {
    background-color: white;
    border: none;
    padding: 8px 12px;
    margin: 0 10px 0 0; }
  .wp-pagenavi a {
    color: #ec4d2c; }
  .wp-pagenavi a:hover {
    background-color: #ec4d2c;
    color: white; }

/**************************
CSS Hero gernerated
**************************/
#gform_wrapper_1 .gfield_label {
  font-family: Ubuntu;
  font-size: 24px;
  margin-top: 0px;
  padding-bottom: 16px;
  padding-top: 0px; }

#gform_wrapper_1 input[type=submit] {
  background-color: #f44623;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-color: #f44623;
  border-left-style: none;
  border-left-width: 0px;
  border-radius: 5px;
  border-right-style: none;
  border-right-width: 0px;
  border-style: solid;
  border-top-style: none;
  border-top-width: 0px;
  border-width: 1px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  transition: .5s; }

#gform_wrapper_1 input[type=submit]:hover {
  background-color: white;
  border-color: #f44623;
  border-style: solid !important;
  border-width: 1px;
  color: #f44623; }

#gform_wrapper_1 input[type=text] {
  border-radius: 5px;
  border-width: 0px;
  color: #303030;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px; }

#gform_wrapper_1 {
  margin-top: -20px; }

#gform_wrapper_3 .gfield_checkbox label {
  font-weight: normal !important; }

#gform_wrapper_3 .gfield_label {
  color: #3e2456;
  font-weight: normal !important; }

#gform_wrapper_3 input[type=submit] {
  background-color: #f44623;
  border-color: #f44623;
  color: white;
  font-family: ubuntu;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }

#gform_wrapper_3 input[type=submit]:hover {
  background-color: white;
  border-color: #f44623;
  border-style: solid !important;
  border-width: 1px;
  color: #f44623; }

#gform_wrapper_3 input[type=text] {
  background-color: #f2f2f2;
  border-radius: 5px;
  border-width: 0px;
  padding-left: 10px;
  padding-right: 10px; }

#gform_wrapper_3 textarea {
  background-color: #f2f2f2;
  border-radius: 5px;
  border-width: 0px; }

#tribe-events .tribe-events-loop .tribe-events-event-cost {
  background-color: transparent; }

#tribe-events .tribe-events-loop .tribe-events-event-cost span {
  background-color: #f44623;
  border-radius: 5px;
  color: white;
  font-family: ubuntu;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }

#tribe-events .tribe-events-loop .tribe-events-event-meta {
  font-size: 18px;
  font-weight: normal; }

#tribe-events .tribe-events-loop .tribe-events-list-separator-month {
  background-color: white;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 2px !important;
  border-radius: 5px; }

#tribe-events .tribe-events-loop .tribe-events-list-separator-month span {
  color: #3e2456;
  display: block;
  font-family: ubuntu;
  font-size: 22px;
  font-weight: normal;
  text-align: center; }

#tribe-events .tribe-events-loop .tribe-events-venue-details .tribe-events-gmap {
  color: #3e2456; }

#tribe-events .tribe-events-loop .type-tribe_events .tribe-events-content a {
  color: #3e2456; }

#tribe-events .tribe-events-loop .type-tribe_events h2 a {
  color: #3e2456; }

#tribe-events .tribe-events-loop .type-tribe_events h2 {
  font-size: 36px;
  font-weight: normal; }

#tribe-events #tribe-events-content .tribe-events-page-title {
  font-size: 48px;
  font-style: italic; }

#tribe-events #tribe-events-content.tribe-events-single .tribe-events-single-event-description a {
  color: #3e2456; }

#tribe-events #tribe-events-content.tribe-events-single .tribe-events-single-event-title {
  font-size: 48px; }

#tribe-events #tribe-events-header .tribe-events-sub-nav {
  color: #3e2456; }

#tribe-events #tribe-events-header .tribe-events-sub-nav li a {
  color: #3e2456; }

HTML > BODY > FOOTER > DIV.footer-top-area > DIV.container > DIV.row > DIV > H3 {
  color: white; }

HTML > BODY > FOOTER > DIV.footer-top-area > DIV.container > DIV.row > DIV > IMG.footer-logo {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 31px; }

HTML > BODY > MAIN > SECTION.blog-section > DIV.container > DIV.row > DIV > ARTICLE > A > IMG {
  display: block;
  margin-bottom: 20px; }

HTML > BODY > MAIN > SECTION.blog-section > DIV.container > DIV.row > DIV > ARTICLE {
  background-color: white;
  border-bottom-color: #3e2456;
  border-bottom-style: solid;
  border-bottom-width: 4px !important;
  margin-bottom: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px; }

ARTICLE .more-link {
  background-color: #f44623;
  border-radius: 5px;
  color: white !important;
  display: inline-block;
  font-family: ubuntu;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }

ARTICLE > .more-link {
  margin-bottom: 20px; }

ARTICLE P .more-link {
  margin-top: 20px; }

HTML > BODY > MAIN > SECTION.blog-section > DIV.container > DIV.row > DIV > ASIDE > SECTION {
  background-color: white;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px !important; }

HTML > BODY > MAIN > SECTION.blog-section > DIV.container > DIV.row > DIV > H1.archive_title {
  text-align: center; }

HTML > BODY > MAIN > SECTION.blog-section {
  margin-top: -150px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV {
  background-color: white;
  margin-top: -150px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.club-info > DIV.btn > A {
  background-color: #f44623;
  border-color: #f44623;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: white;
  display: block;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.club-info > DIV.btn > A:hover {
  background-color: white;
  border-color: #f44623;
  border-width: 1px;
  color: #f44623; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.club-info > DIV.btn {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV.cvp-live-filter.cvp-button > DIV.btn > LABEL > DIV {
  border-radius: 5px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV.cvp-live-filter.cvp-button > DIV.btn > LABEL > input[type=radio]:checked + div {
  background-color: #f44623; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-3457cf6x2w > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-2-col > DIV.pt-cv-ifield > DIV.pt-cv-colwrap > DIV.pt-cv-ctf-list > DIV.pt-cv-ctf-column > DIV.pt-cv-custom-fields.pt-cv-ctf-position > DIV.pt-cv-ctf-value {
  font-size: 18px;
  font-weight: bold !important; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-3457cf6x2w > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-2-col > DIV.pt-cv-ifield > DIV.pt-cv-colwrap > DIV.pt-cv-ctf-list > DIV.pt-cv-ctf-column > DIV.pt-cv-custom-fields.pt-cv-ctf-position {
  margin-bottom: 5px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-3457cf6x2w > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-2-col > DIV.pt-cv-ifield > DIV.pt-cv-colwrap > H4.pt-cv-title > A._self.cvplbd {
  color: #3e2456;
  font-size: 20px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-3457cf6x2w > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-2-col > DIV.pt-cv-ifield > DIV.pt-cv-colwrap > H4.pt-cv-title {
  margin-bottom: 0px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > A.pt-cv-none.pt-cv-href-thumbnail.pt-cv-thumb-default.cvplbd.cvp-responsive-image.img-none {
  display: block;
  margin-bottom: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0px;
  text-align: center; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > A._self.pt-cv-href-thumbnail.pt-cv-thumb-default.cvplbd > IMG.pt-cv-thumbnail.img-none {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > DIV.pt-cv-ctf-list > DIV.pt-cv-ctf-column > DIV.pt-cv-custom-fields.pt-cv-ctf-position > DIV.pt-cv-ctf-value {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > DIV.pt-cv-ctf-list > DIV.pt-cv-ctf-column > DIV.pt-cv-custom-fields.pt-cv-ctf-position {
  text-align: center; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > DIV.pt-cv-ctf-list > DIV.pt-cv-ctf-column {
  padding-right: 0px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > DIV.pt-cv-ctf-list {
  text-align: center; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > H4.pt-cv-title > A.pt-cv-none.cvplbd {
  color: #3e2456; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > H4.pt-cv-title > A._self.cvplbd {
  color: #3e2456; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.pt-cv-wrapper > DIV#pt-cv-view-5e533f09qb > DIV.pt-cv-page > DIV.pt-cv-content-item.pt-cv-1-col > DIV.pt-cv-ifield > H4.pt-cv-title {
  color: #3e2456 !important;
  font-family: ubuntu;
  text-align: center; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.staff-info > IMG.attachment-medium.size-medium {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi {
  background-color: transparent; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi > DIV.wpfd-container > DIV.wpfd-container-default {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi > DIV.wpfd-container > DIV.wpfd-container-default > DIV.wpfd-categories > H2 {
  padding-left: 0px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi > DIV.wpfd-container > DIV.wpfd-container-default > DIV.wpfd_list {
  background-color: transparent; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi > DIV.wpfd-container > DIV.wpfd-container-default > DIV.wpfd_list > DIV.file {
  background-color: #eeeeee;
  border-style: solid;
  border-width: 0px;
  margin-left: 1px !important;
  margin-right: 20px !important;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi > DIV.wpfd-container > DIV.wpfd-container-default > DIV.wpfd_list > DIV.file > DIV.file-right > A.openlink.wpfdlightbox.wpfd_previewlink {
  margin-top: 20px;
  width: 140px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi > DIV.wpfd-container > DIV.wpfd-container-default > DIV.wpfd_list > DIV.file > DIV.filecontent > DIV.icon-custom > IMG {
  height: auto !important;
  width: 112px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.wpfd-content.wpfd-content-default.wpfd-content-multi > DIV.wpfd-container > DIV.wpfd-container-default > DIV.wpfd_list > DIV.file > DIV.filecontent {
  height: auto !important;
  width: 80% !important; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV#gallery-2 > FIGURE.wpmf-gallery-item.gallery-item > DIV.gallery-icon {
  margin-bottom: 10px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV#gallery-2 > FIGURE.wpmf-gallery-item.gallery-item {
  margin-bottom: 30px !important; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV#gallery-3 > FIGURE.wpmf-gallery-item.gallery-item > DIV.gallery-icon {
  margin-bottom: 20px; }

HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row {
  padding-left: 10px;
  padding-right: 10px; }

HTML > BODY > MAIN > SECTION.showcase-section > DIV.container > DIV.row > DIV > A.showcase-button {
  border-radius: 5px; }

HTML > BODY > MAIN > SECTION.showcase-section > DIV.container > DIV.row > DIV > P {
  font-size: 18px;
  margin-bottom: 20px; }

@media screen and (max-width: 480px) {
  HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.staff-info > IMG.attachment-medium.size-medium {
    display: block !important; } }
@media screen and (max-width: 480px) {
  HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.staff-info > IMG.attachment-medium.size-medium {
    float: none !important; } }
@media screen and (max-width: 480px) {
  HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.staff-info > IMG.attachment-medium.size-medium {
    margin-bottom: 10px !important; } }
@media screen and (max-width: 480px) {
  HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.staff-info > IMG.attachment-medium.size-medium {
    margin-left: 0px !important; } }
@media screen and (max-width: 480px) {
  HTML > BODY > MAIN > SECTION.page-section > DIV.container > DIV.row > DIV > DIV.staff-info > IMG.attachment-medium.size-medium {
    width: 100% !important; } }
@media screen and (max-width: 480px) {
  HTML > BODY > MAIN > SECTION.showcase-section > DIV.container > DIV.row > DIV > P {
    font-size: 18px !important; } }
article ul {
  list-style: disc; }
  article ul li {
    list-style: disc; }


