@-ms-viewport { width: device-width; }

body, h1, h2, h3, h4 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3, h4, h5, h6 {
  font-size: 16px;
}

body {
  padding-top: 0px;
  font-size: 13px;
  background: #ffffff;
  color: #444444;
}

div[role="main"],
div[role="complementary"] {
  padding: 0 20px 20px;
}

div[role="complementary"] h3 {
  border-bottom: 1px solid #333;
}

#item-body .profile,
#buddypress #item-body {
  padding-right: 0;
  padding-left: 0;
}

.pagination .active a {
  background: #5C8727;
}

h1 {
  color: #e36f1e;
}

a {
  color: #5c8727;
}

a:hover , a:focus {
  color: #415f1c;
}

#home-intro a,
.entry-content a {
  text-decoration: underline;
}

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

footer {
  margin-top: 10px;
  font-size: 12px;
}

#menu-footer-menu a {
  color: #666;
}

#item-nav {
  margin-top: 10px;
}

#sidebar h2 {
  color: #a3bb83 !important;
}

#sidebar p {
  color: #a5a5a5;
}

#sidebar1 h3,
#sidebar1 h4 {
  font-size: 1.4em;
  border-bottom: 0;
  border-top: 1px #ccc solid;
  padding-top: 10px;
  clear: both;
}

#sidebar1 img {
  padding-bottom: 10px;
}

#sidebar1 ol h4 {
  border: 0;
  padding-top: 0;
}

#sidebar1 h3 a {
  color: #E36F1E !important;
}

@media only screen and (min-width: 980px) {
  .container-fluid {
    max-width: none;
  }

  #sidebar-ask-expert {
    margin-top: 43px;
  }
}

ol.breadcrumb {
  background: 0;
  padding: 0 4px;
  margin-bottom: 5px;
}

body.bbpress ol.breadcrumb {
  display: none;
}

.brand {
  background: url(../../images/swoosh.gif) no-repeat top center;
  background-size: 100%;
  padding-bottom: 60px;
  margin-top: 20px;
}

@media only screen and (min-width: 1000px) {
.brand {
  /* SVG swoosh with fallback png */
  background: url(../../images/swoosh-large.png) no-repeat top center;
  background: url(../../images/swoosh-large.svg) no-repeat top center, none;
  background-size: 100%;
  width: 100%;
}
}

.brand .row {
  position: relative;
  top: 60px;
}

p.tagline {
  position: relative;
  top: -25px;
  left: 145px;
  font-family: "Open Sans", OpenSans, sans-serif;
  font-size: 16px;
  color: #5C8727;
}

@media only screen and (max-width: 1200px) {
  p.tagline {
    left: 25px;
    top: -11px;
    width: 540px;
  }
}

@media only screen and (max-width: 600px) {
  p.tagline {
    width: 80%;
    font-size: 13px;
    text-align: center;
  }
}

.carousel-caption {
  background-color: rgb(82, 155, 33);
  background-color: rgba(82, 155, 33, 0.85);
  padding-bottom: 10px;
  bottom: 0px;
  padding-top: 0px;
  left: 0;
  right: 0;
}

.carousel-caption h1 {
  text-transform: uppercase;
}

.carousel-caption p {
  text-transform: uppercase;
}

.carousel-caption a {
  color: #fff;
}

.carousel-inner img {
  width: 100%;
}

.discover {
  padding: 20px 0px;
  background-color: #5c8727;
  color: #fff;
}

.discover a {
  color: #fff !important;
}

.discover .button {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 0;
  color: #222;
  border-radius: 4px;
  margin-top: -5px;
}

.discover h2,
.discover h3 {
  text-transform: uppercase;
  color: #fff !important;
}

.home-sidebar {
  padding: 20px 0;
  background-color: #eee;
  color: #222;
}

.widget .widgettitle {
  margin-bottom: 8px;
  border-bottom: #819568 1px solid;
  padding-bottom: 8px;
}

.widget ul {
  padding-left: 2px;
  list-style: none;
}

.widget ul li {
  padding-bottom: 5px;
}

.discover .widget ul li a,
.discover .widget p {
  color: #EAF0E3 !important;
}

.home-sidebar .widget ul li a {
  color: #555 !important;
}

#invite-anyone-widget-submit input {
  background-color: #e36f1e !important;
  color: #fff;
  padding: 6px 12px;
  -webkit-transition: ease-in-out .2s background-color;
  -moz-transition: ease-in-out .2s background-color;
  transition: ease-in-out .2s background-color;
}

#invite-anyone-widget-submit input:hover {
  background-color: #c8621b !important;
}

.profile-fields .label {
  color: #222!important;
  display: table-cell;
  font-size: inherit;
}

.bp-user.my-account.my-profile .profile .bp-widget.base h4,
.bp-user.my-account.my-profile .profile .standard-form h4,
.bp-user.my-account.my-profile .profile .standard-form .button-nav,
.bp-user.my-account.my-profile .profile .standard-form .field_type_checkbox_acceptance {
  display: none;
}

.bp-user.my-account.my-profile .profile .standard-form .field_show-your-location-on-members-map.field_type_checkbox_acceptance {
  display: block;
}

.portals {
  padding: 20px 0px;
}

.portals .col-xs-4 {
  position: relative;
}

.portals .col-xs-4 .caption {
  display: block;
  position: absolute;
  bottom: 0;
  height: auto;
  width: 92.5%;
  color: #fff;
  background: rgb(82,155,33);
  background: rgba(82, 155, 33, 0.85);
  -webkit-transition: .2s linear background;
  -moz-transition: .2s linear background;
  transition: .2s linear background;
}

.portals .col-xs-4:hover .caption {
  background: rgba(82, 155, 33, 1);
}

.portals .col-xs-4 .caption a {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  padding: 5% 6.5%;
}

.portals .col-xs-4 .caption a:hover {
  text-decoration: none;
}

.features {
  padding: 40px 0px;
  background-color: #f3f6ef;
}

.announcements {
  padding: 40px 0px;
}

.announcements a {
  color: #e36f1e;
}

.announements h3 {
  text-transform: uppercase;
}

.affiliates {
  padding: 20px 0px;
  background-color: #e1e0ca;
}

div.subfooter {
  padding-top: 10px;
}

.panel {
  padding: 20px 20px;
  background-color: #a3bb83;
  color: #fff;
}

@media only screen and (min-width: 980px) {
  .socialbar {
    margin-top: 80px;
  }

  .sitesearch {
    margin-top: 80px;
  }
}

.socialbar {
  margin-right: 10px;
}

.socialbar li {
  margin-right: .8rem;
}

.socialicon {
  color: #a3bb83;
}

.socialicon i {
  font-size: 24px;
  margin-top: 4px;
}

.subfooter a,
#menu-subfooter a {
  color: #000;
}

.pageimg {
  width: 100%;
}

.inline-list {
  list-style: none;
}

.inline-list li {
  display: inline-block;
}

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

.navbar-default,
.dropdown-menu,
.dropdown-menu > li > a {
  background-color: #5c8727;
  border: none;
  color: #fff;
  font-size: 13px;
}

.navbar-collapse {
  padding-left: 0;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a,
li.menu-item a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ddd;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
li.menu-item a:hover,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #5c8727;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #5c8727;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #5c8727;
}

#loginform input[type=text],
#loginform input[type=password] {
  display: block;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 13px;
  width: 250px;
}

#loginform input[type=submit],
.tribe-events-widget-link a {
  display: inline-block;
  border-radius: 4px;
  background: #e36f1e;
  color: #fff;
  border: none;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 12px;
}
.tribe-events-widget-link a {
  padding: 1px 5px;
}

.btn-default {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  margin-top: 20px;
}

.btn-primary,
.tribe-events-widget-link a {
  background-color: #e36f1e;
  border: none;
  -webkit-transition: ease-in-out .2s background-color;
  -moz-transition: ease-in-out .2s background-color;
  transition: ease-in-out .2s background-color;
}

.btn-primary:hover,
.tribe-events-widget-link a:hover {
  background-color: #c8621b;
  text-decoration: none;
}

.btn-secondary {
  background-color: #d4dfc6;
  color: #000;
  border: none;
  -webkit-transition: ease-in-out .2s background-color;
  -moz-transition: ease-in-out .2s background-color;
  transition: ease-in-out .2s background-color;
}

.btn-secondary:hover {
  background-color: #a3ba82;
  color: #000;
}

.events-community-submit {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e36f1e;
  border: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-transition: ease-in-out .2s background-color;
  -moz-transition: ease-in-out .2s background-color;
  transition: ease-in-out .2s background-color;
  color: #fff
}

.events-community-submit:hover {
  background-color: #c8621b;
}

.breadcrumb {
  margin-top: 10px;
}

.bbp-header,
.bbp-footer {
  background: #d4dfc6 !important;
}

.bbp-reply-header {
  background-color: #f3f6ef !important;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td,
#buddypress div.messages-options-nav {
  background-color: #f3f6ef;
}

#bbpress-forums .bbp-topic-permalink,
#bbpress-forums .bbp-forum-title {
  font-weight: bold;
  font-size: 1.1em !important;
  color: #333;
}

.bbp-search-form,
.message-search {
  display: none;
}

.bbp-template-notice {
  display: none;
}

img.avatar {
  margin-bottom: 0 !important;
}

#item-header-avatar img {
  width: 80px;
}

span.bbp-admin-links {
  color: #666;
}

span.bbp-admin-links a {
  color: #444;
}

#bbpress-forums fieldset.bbp-form input {
  margin: 10px 0 10px;
}

#bbpress-forums,
div.bbp-breadcrumb,
div.bbp-topic-tags,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-template-notice p {
  font-size: 13px!important;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 13px!important;
}

#bbpress-forums div.wp-editor-container {
  border: 1px solid #ccc;
}

#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
  display: inline-block;
  border-radius: 4px;
  background: #e36f1e;
  color: #fff;
  border: none;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 13px;
}

#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
  background: #e36f1e;
  border: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}

#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
  float: none;
  width: 100%;
}

a.bp-title-button {
  background-color: #e36f1e;
  color: #fff;
  border: none;
  font-size: 1rem;
}

.field-visibility-settings-toggle,
.field-visibility-settings-notoggle {
  display: none;
}

/* Events */
.tribe-events-adv-list-widget ol {
  padding-left: 0;
}

.tribe-events-adv-list-widget ol li {
  margin-bottom: 20px;
}

.tribe-events-adv-list-widget h4.entry-title {
  font-size: 1.1em !important;
  margin-bottom: 3px;
}

/* Story group */
#story-map {
  width: 100%;
  height: 500px;
}

/* Story individual */
.single-story .entry-photo {
  margin-bottom: 20px;
}

.entry-content #invite-anyone-custom-message,
.entry-content #invite-anyone-email-addresses,
.entry-content #invite-anyone-custom-subject {
  width: 525px !important;
}

.entry-content #invite-anyone-custom-subject {
  min-height: 90px !important;
}

#map img,
#story-map img,
#member-map img,
.acf-google-map img {
  max-width: none !important;
}

.page-template-template-map-php #map {
  margin-bottom: 30px;
}

#invite-anyone-by-email h4 {
  color: #e36f1e;
  font-size: 24px;
}

#bbp_topic_content_ifr,
.bbp-the-content.wp-editor-area {
  height: 136px;
}

.tribe_community_edit #tribe-community-events #message.updated p {
  font-size: 15px!important;
}

.container.landing .buttons {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.container.landing .buttons li a {
  width: 46%;
  margin-right: 3%;
  float: left;
  padding: 20px 2%;
  background: #fad6b9;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: block;
  -webkit-transition: ease-in-out .2s background-color;
  -moz-transition: ease-in-out .2s background-color;
  transition: ease-in-out .2s background-color;
}

.container.landing .buttons li a:hover {
  background: #f5bc8e;
  text-decoration: none;
}
@media only screen and (max-width: 350px) {
  .brand h1 a:after { height: 120px !important; }
}
@media only screen and (max-width: 290px) {
  .brand h1 a:after { height: 100px !important; }
}

@media only screen and (max-width: 500px) {
  .brand h1 a img {
    display: none;
    text-align: center;
  }
  .brand h1 a:after {
    content: '';
    background-image: url(/wp-content/themes/cvc-bootstrap-master/images/logo-mobile.png);
    background-size: 90%;
    background-repeat: no-repeat;
    display: block;
    width: 90%;
    margin: 0 11%;
    max-width: 340px;
    height: 170px;
  }
}
@media only screen and (max-width: 400px) {
  .brand h1 a:after {
    height: 150px;
  }

}

@media only screen and (min-width: 980px) {
  .brand h1 a img {
    padding-left: 20px;
    width: 612px;
  }
}

li.comment {
  list-style-type: none;
}

.comment-respond .form-submit input,
a.comment-reply-link {
  background: #5C8727;
  border-color: #5C8727;
}

.comment .reply {
  position: relative;
  top: -20px;
}

.story.type-story .entry-photo img {
  float: left;
  padding: 0 20px 20px 0;
}

article.story.type-story h2 a {
  color: #e36f1e;
}

#home-intro {
  font-size: 14px;
}

#buddypress .standard-form div.submit {
  overflow: hidden;
}

#buddypress .standard-form#signup_form div.submit,
#buddypress .standard-form div.submit input {
  font-size: 18px;
  padding: 8px 18px;
  float: left !important;
}

#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
  background-color: #d4dfc6;
  color: #000;
}

#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a:hover span {
  background-color: #eee;
}

.no-count, #user-notifications {
  display: none !important;
}

#bbpress-forums {
  overflow: visible;
}

#bbpress-forums:before,
#bbpress-forums:after {
  content: ' ';
  display: table;
}

#bbpress-forums:after {
  clear: both;
}

#bbpress-forums fieldset.bbp-form {
  padding-right: 0;
  padding-left: 0;
  border: none;
}

#bbpress-forums fieldset.bbp-form legend {
  margin-bottom: 12px;
  padding: 0;
  font-size: 18px;
  border-bottom: none;
}

.my-profile #item-header {
  padding: 0;
}

.form-allowed-tags {
  display: none;
}

/* Invite Anyone */
#invite-anyone-steps {
  margin: 0;
  padding: 0;
}

#invite-anyone-steps li {
  padding-right: 0;
  padding-left: 0;
}

.invite-anyone-sent-invites thead tr {
  border-bottom: none;
}

.invite-anyone-sent-invites th {
  font-weight: bold;
  background-color: #f3f6ef;
  color: #333;
}

.invite-anyone-sent-invites th a {
  font-weight: bold;
  text-decoration: none !important;
  color: #333;
}

.invite-anyone-sent-invites td,
.invite-anyone-sent-invites th {
  padding: 8px;
}

.invite-anyone-sent-invites tr:nth-child(even) td {
  background-color: #f3f6ef;
}

#invite-anyone-clear-links {
  padding-left: 0;
  list-style: none;
}

.invite-anyone #buddypress #item-header-avatar {
  margin-bottom: 20px;
}

.invite-anyone #buddypress #item-header #message {
  margin: 0;
}

.accept-invitation #message,
.register.opt-out #content {
  margin: 0 auto !important;
  max-width: 1140px;
}

.register.opt-out #content {
  padding-bottom: 20px;
}

.bbp-reply-position-1 {
  background-color: #fdf2e9 !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #537a23;
}

.home-photo {
  margin-bottom: 24px;
}

.login-error {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #e36f1e;
  color: #fff;
}

.login-error p {
  margin-bottom: 0;
}

.bds-forum-content {
  clear: both;
  padding: 12px 0;
}

.bbp-reply-ip {
  display: none;
}

#bbpress-forums div.bbp-reply-author {
  width: 100px;
}

#bbpress-forums div.bbp-reply-author img.avatar {
  margin-top: 8px;
}

#bbpress-forums div.bbp-reply-content {
  margin-left: 100px;
  padding-top: 8px;
}

li.bbp-body div.hentry {
  padding-top: 0;
  padding-bottom: 0;
}

#sidebar-ask-expert legend {
  margin-bottom: 4px;
  padding-bottom: 0;
  font-size: 1.4em;
  border: none;
}

#sidebar-ask-expert .bbp-the-content-wrapper {
  margin-bottom: 12px;
}

#sidebar-ask-expert .quicktags-toolbar {
  padding: 6px;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
}

#sidebar-ask-expert textarea {
  padding: 6px;
  width: 100%;
  border: 1px solid #dedede;
  resize: vertical;
}

#sidebar-ask-expert .d4p-attachment-addfile {
  display: block;
  margin-top: -8px;
}

#sidebar-ask-expert .bbp-submit-wrapper {
  float: none;
  margin-top: 0;
}

#sidebar-ask-expert .bbp-submit-wrapper .button.submit {
  display: inline-block;
  padding: 2px 8px 4px;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  background-color: #e36f1e;
  color: #fff;
}

#sidebar-ask-expert .bbp-submit-wrapper .button.submit:hover {
  background-color: #c66019;
}

@media only screen and (max-width: 767px) {
  .brand h1 {
    margin-top: 0;
  }

  .socialbar {
    float: none !important;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .socialbar li {
    margin-right: 6px;
  }

  .navigation-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-nav {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-collapse {
    max-height: none;
  }

  .dropdown-menu {
    position: static;
    top: auto;
    float: none;
    padding: 0 15px;
    box-shadow: none;
  }
}