@import url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/style_progress_bar.css);
@import url("http://fonts.googleapis.com/css?family=Muli:400,400i,700,700i,800"); * {
margin:0;
padding:0;
outline: 0;
}
html {
font-size: 10px;
font-size: 62.5%; }
body {
color:#222;
font-size: 1.6rem; font-family: 'Muli', sans-serif;
}
#global {
width: 100%;
margin: 0 auto;
}
body.home #global,
.wrapper {
margin: 0 auto;
max-width: 1200px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal;
line-height: 1.5;
color: #004e38;
margin-bottom: 15px;
text-transform: uppercase;
}
h1 {
font-size: 3.2rem;
font-weight: bold;
text-transform: uppercase;
}
h2 {
font-size: 3.2rem;
font-weight: bold;
}
h3 {
font-weight: normal;
font-size: 3rem;
}
h4 {
font-weight: normal;
font-size: 2.4rem;
}
h5 {
font-weight: normal;
font-size: 2.2rem;
}
h6 {
font-weight: normal;
font-size: 2rem;
}
h6.lrgr {
font-size: 2.2rem;
}
p ~ h2 {
margin-top: 1.25em;
}
p ~ h3 {
margin-top: 1em;
}
h2 + h3 {
margin-top: 0;
}
strong {
font-weight: 700;
}
a {
color: #0f8c2f;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
:target {
margin: 10px 0 0;
}
a > img {
border:0;
}
a.fancy {
font-family: 'Crimson Text', serif;
font-style: italic;
font-size: 2.4rem;
text-decoration: none;
}
.readmore a:before {
display: inline-block;
float: right;
content: 'Read More';
color: #0f8c2f;
text-decoration: underline;
}
.readmore a.down:before {
content: 'Read Less';
}
a.arrow {
background: transparent url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -441px -238px;
width: 50px;
height: 50px;
display: block;
border: none;
text-transform: uppercase;
text-indent: -9999px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
a.arrow.down  {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
} a[name], :target {
color:inherit;
text-decoration:none;
font-weight:normal;
}
a[name]:before, :target:before { display: inline-block; 
content: " "; 
margin-top: -250px; 
height: 250px; 
visibility: hidden; 
pointer-events: none;
}
a[name]:hover, :target:hover { }
.round-borders {
border-radius: 5px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
img {
border: none;
max-width: 100%;
height:auto;
}
img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}
img.auto {
width: auto;
}
.alignright {
float:right;
margin-left: 20px;
margin-bottom: 20px;
}
.alignleft {
float:left;
margin-right: 20px;
margin-bottom: 20px;
}
.left {
float:left;
}
.right {
float:right;
}
.center {
text-align:center;
}
.textright {
text-align:right;
}
.small {
font-size:0.8em;
}
input, select, button {
min-height: 22px;
line-height: 2.1;
}
select {
font-size: 14px;
}
.button,
input[type=submit],
a.sp-cdm-search-button {
background: #004e38;
font-size: 14px;
line-height: 2.1;
border: none;
cursor: pointer;
outline: 0 none;
text-align: center;
text-decoration: none;
width: auto;
color: #fff;
display: inline-block;
padding: 0 8px !important;
min-width: 100px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.button a {
display: block;
color: #fff;
text-decoration: none;
}
.button:hover {
background: #0f8c2f;
}
a.sp-cdm-search-button {
margin-left: 5px;
}
.post { }
.clear {
clear: both;
margin:0;
padding:0;
height:0;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.fixed {
position: fixed;
top: 146px;
z-index: 10000;
width: 100%;
}
.go2top {
position: fixed;
bottom: 2em;
right: 2em;
text-decoration: none;
color: white;
background-color: rgba(0, 0, 0, 0.3);
font-size: 12px;
padding: 1em;
display: none;
}
.go2top:before {
content: 'Top';
}
.go2top:hover {
background-color: rgba(0, 0, 0, 0.6);
}
p {
margin:0 0 18px;
}
ul,ol {
margin:0 0 18px 40px;
}
ul.none, 
ol.none {
list-style-type: none;
margin: 0;
padding: 0;
}
blockquote {
border-left:0px solid #e0e0e0;
margin:20px;
padding:8px 8px 8px 15px;
}
blockquote p {
background-color:inherit;
color:#505050;
font-size:0.9em;
line-height:1.3;
}  .section {
clear: both;
margin-top: 30px;
}
.row {
margin-top: 30px;
box-sizing: border-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap; 
}
.col {
box-sizing: border-box;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
min-height: 0px;
min-width: 0px;
width: 100%; 
padding: 3.6rem 3.6rem 2.4rem 3.6rem;
background: rgb(229,229,229); background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(246,246,246,1) 100%); background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(246,246,246,1) 100%); background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(246,246,246,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f6f6f6',GradientType=0 ); }
.col.auto { -ms-flex: 1 1 0px;
flex: 1 1 0px; 
}
.row > .auto {
width: auto; 
}
.row.plain .col {
background: none;
}
.one-quart {
width: 25%;
}
.one-third {
width: 33%;
}
.one-half {
width: 50%; }
.tbl {
width: 100%;
min-height: 144px;
margin: 16px 0 0;
}
.tbl > div {
display: table-cell;
vertical-align: top;
}
.tbl > div:first-child,
.tbl > div:first-of-type {
width: 20%;
min-width: 122px;
}
.tbl > div:nth-of-type(2) {
} .multi-col {
clear: left;
float: left;
width: 100%;
min-height: 144px;
margin: 16px 0 0;
padding: 0;
overflow: hidden;
}
.multi-col > div {
float: left;
width: 100%;
position: relative;
right: 862px;
}
.two-col .multi-col > div,
.two-col-menu .multi-col > div {
right: 360px;
}
.multi-col > div > div {
width: 122px;
left: 862px;
overflow: hidden;
float: left;
position: relative;
}
.multi-col.sections > div > div {
overflow: visible;
}
.two-col .multi-col > div > div,
.two-col-menu .multi-col > div > div {
width: 624px;
left: 360px;
overflow: visible;
}
.multi-col > div > div + div {
width: 100%;
max-width: 730px;
left: 900px;
overflow: hidden;
float: left;
position: relative;
text-align: left;
}
.multi-col.sections > div > div + div {
overflow: visible;
}
.two-col .multi-col > div > div + div,
.two-col-menu .multi-col > div > div + div {
width: 268px;
left: 452px;
overflow: visible;
}
.two-col .multi-col > div > div + div h2,
.two-col-menu .multi-col > div > div + div h2 {
line-height: 1.75;
border-bottom: 1px solid #dddddd;
padding-bottom: 15px;
margin-bottom: 20px;
}
ul#menu-services {
list-style: none;
margin: 0;
padding-bottom: 30px;
}
ul#menu-services li {
padding: 10px 0;
border-bottom: 1px solid #dddddd;
margin: 0;
}
ul#menu-services li a {
text-decoration: none;
color: #3a4245;
}
.multi-col > div > div + div + div {
width: 65px;
left: 920px;
} #header {
font-size: 1rem;
position: fixed;
top: 0;
right: 0;
left: 0;
margin: 0 auto;
width: 100%;
padding-bottom: 15px;
z-index: 100000; 
background: #fff;
}
#header:after {
content:'';
position: absolute;
height: 12px;
width: 100%;
margin: 15px auto 0;
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/bg-shadow.png) center bottom no-repeat;
}
#header hr {
display: none;
}
#header-top-wrapper {
display: inline-block;
width: 100%;
}
#header-top {
max-width: 1200px;
display: block;
margin: 0 auto;
}
#logo {
padding-top: 15px;
float: left;
}
#logo a {
display:block;
width: inherit;
height: inherit;
text-transform: uppercase;
}
#header-right {
padding-top: 10px;
} #header-right #login-text {
text-align: right;
line-height: 38px;
margin-right: 8px;
}
#header-right {
font-size: 1.4rem;
}
#header-right #current-user {
float: right;
}
#header-right #current-user a {
text-decoration: none;
}
#header-right #user-info {
width: auto;
float: right;
}
#header-right #listing-thumbnail {
width: 86px;
float: left;
} #header-right #edit-profile,
#header-right .logout {
margin: 5px 0 0 8px;
}
#header-right .button,
#header-right input[type=submit] {
min-width: 50px;
}
#header-right #social {
clear: right;
float: right;
margin-top: 12px;
margin-right: 8px;
}
#social a {
display: inline-block;
margin-left: 8px;
}
#share-bar {
max-width: 1200px;
margin: 0 auto;
height: 15px; }
body.home #share-bar {
display: none;
}
#share-bar .addthis_toolbox {
float: right;
width: 62px;
height: 26px;
padding: 0;
margin: 4px 0 0;
}
#share-bar .addthis_toolbox .addthis_button_compact {
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/share_icon.png) no-repeat center center;
}
#share-bar .at16nc.at16t_compact {
background-position: -9999px -9999px;
width: 62px;
height: 22px;
margin: 0;
text-indent: -9999px;
} #main-nav ul {  float: right;
position: relative;  
z-index: 100;
list-style-type: none;
margin: 15px 0 0;
padding-left: 0;
display: flex;
display: -webkit-flex;
display: -ms-flex;
flex-flow: row nowrap;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
width: 99%;
max-width: 897px;
}
#main-nav ul li {
position: relative;
text-align: center;
line-height: 1.6;
font-size: 1.4rem;
}
#main-nav ul a {
display: block;
text-decoration: none;
margin: 0;
padding: 0 .5em;
color: #0f8c2f;
font-weight: 700;
text-transform: uppercase;
}
#main-nav ul li.current-menu-item a {
color: #8b8b8b;
}
#main-nav ul ul {
display: none;
float: right;
background: #e5e5e5;
margin: 0;
position: absolute;
left: 0;
border-top: 10px solid #fff;
width: 276px;
z-index: 99999;
list-style: none;
}
#main-nav ul ul li {
border-bottom: 1px solid #fff;
text-align: left;
}
#main-nav ul ul li:last-child {
border-bottom: 0;
}
#main-nav ul ul a {
font-size: 1.3rem;
font-weight: normal;
height: auto;
line-height: 2.1;
padding: 5px 0 5px 12px;
width: auto;
color: #4e4e4e;
}
#main-nav ul li ul li a:hover,
#main-nav ul li ul li.current-menu-item a {
background-color: #d0d0d0;
color: #000;
}
#main-nav ul ul ul {
left: -100%;
top: 0;
}
#main-nav ul li:hover > ul {
display: block;
}
#main-nav ul li:hover > a,
#main-nav ul ul :hover > a,
#main-nav ul a:focus { }
#main-nav ul#menu-public {
max-width: 170px;
}
ul#menu-top {
float: right;
font-size: 1.3rem;
list-style-type: none;
margin: 4px 0 20px;
padding-left: 0;
}
ul#menu-top li {
float: left;
position: relative;
}
ul#menu-top a {
display: none;
line-height: 2.3;
padding: 0;
text-decoration: none;
}
ul#menu-top a[href*='connectboosteronline'] {
display: block;
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -370px 1px;
width: 130px;
text-transform: uppercase;
text-indent: -9999px;
}
ul#menu-top a[href*='getteamsupport'],
ul#menu-top a[href*='teamviewer'],
ul#menu-top li.support a {
display: block;
color: #a5a9aa;
font-family: 'Muli', Arial, sans-serif;
font-size: 1.2rem;
line-height: 2.5;
padding: 0 10px 0 32px;
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -470px -83px;
} .home {
overflow-x: hidden;
}
.home .news,
.home .events .col {
background-repeat: no-repeat;
background-size: cover;
}
.home h1 {
color:#004e38;
font-size: 3.6rem;
margin-bottom: 0;
}
.home h1 sup {
float:right;
font-size: 16px !important;
line-height:1;
}
.home .top .dark {
background-image: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/bg-feature1.jpg) !important;
background-size: cover !important;
}
.intro, .loginbox {
box-sizing: border-box;
min-height: 275px;
}
.intro {
padding: 6rem 3.6rem 3.6rem 3.6rem;
font-weight: 300;
}
.loginbox {
font-size: 1.3rem;
max-width: none !important;
min-height: 278px;
text-align: center;
color: #777;
padding: 3.6rem 3.6rem 2.4rem 3.6rem; background: rgb(255,255,255); background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 60%, rgba(199,198,196,1) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 60%,rgba(199,198,196,1) 100%); background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 60%,rgba(199,198,196,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c6c4',GradientType=1 ); }
.loginbox form {
margin-top: 8px;
}
.loginbox #form-left {
float: left;
text-align: left;
display: inline-block;
font-size: 0.8em;
}
.loginbox #form-right {
float: right;
text-align: right;
display: inline-block;
}   .loginbox a {
color: #fff !important;
text-decoration: none;
height: 10px;
font-size: 15px;
line-height: 35px;
}
.home .events .spiffy .calnk-link, .spiffy .calnk-link:hover, .spiffy .calnk-link:visited {
color: #fff;
}
.home .events .spiffy-upcoming-date {
font-weight: bold;
margin-bottom: 10px;
display: block;
}
.home .events .page-todays-events li {
margin-left: 40px;
}
#title-wrapper {
margin:106px auto 0;
width: 100%;
z-index: 999; }
#title {
max-width: 1200px;
margin: 0 auto;
}
#title.nice {
min-height: 275px;
}
#title .wp-post-image {
width: 100%;
display: block;
}
#title .one-third.dark,
.title.one-third.dark {
background: #004e38 url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/bg-header.gif) center top no-repeat;
padding-top: 85px;
text-align: center;
}
#page-638 .title.one-third.dark {
margin: 0 1px 1px 1px;
}
#title a, 
.title.one-third.dark a {
text-decoration: none;
display: block;
}
#title h1,
.title.one-third.dark h1, 
.title.one-third.dark h2 {
text-align: center;
overflow: hidden;
padding: 30px 10px 0;
margin-bottom: 0;
line-height: 1;
font-size: 3.2rem;
text-transform: uppercase;
}  .title.one-third.dark img {
padding-top: 5px;
padding-bottom: 25px;
}
#title h1:after {
display: block;
margin-top: 5px;
height: 84px;
}
#page-1150 #title h1:after {
content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-board.png);
}
#page-609 #title h1:after, #page-611 #title h1:after, #page-620 #title h1:after, #page-627 #title h1:after, #page-672 #title h1:after, #page-991 #title h1:after  { content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-policy.png);
}
#page-15 #title h1:after {
content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-directory.png);
}
#page-1007 #title h1:after, #page-640 #title h1:after, #page-826 #title h1:after, #page-642 #title h1:after { content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-pool.png);
}
#page-644 #title h1:after, #page-693 #title h1:after, #page-646 #title h1:after { content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-swimteam.png);
}
#page-648 #title h1:after, #page-808 #title h1:after, #page-797 #title h1:after, #page-788 #title h1:after, #page-1060 #title h1:after, #page-1054 #title h1:after, #page-1046 #title h1:after { content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-tennis.png);
}
#page-995 #title h1:after {
content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-pavilion.png);
}
#page-706 #title h1:after {
content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-clubhouse.png);
}
#page-931 #title h1:after {
content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-events.png);
}
#page-56 #title h1:after {
content: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/icon-contact.png);
}
#content-wrapper {
margin: 30px auto 0;
min-height: 325px;
}
#crumbs {
padding-top: 25px;
}
#crumbs,
#crumbs a {
color: #004e38;
text-decoration: none;
font-size: 1.7rem;
}
.content {
text-align: left;
line-height:1.5;
padding: 0 15px;
}
.home .content {
padding: 0;
}
.content #crumbs {
color: #8b381e;
}
.content #crumbs a {
text-decoration: none;
color: #8b381e;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
text-align: left;
}
.home .content h1, 
.home .content h2 {
font-size: 3.6rem;
text-transform: uppercase;
} #home-boxes-wrapper {
text-align: center;
margin-top: 30px;
}	
#home-boxes {
max-width: 1200px;
box-sizing: border-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap; 
margin: 0 auto; }	
.home-box {
box-sizing: border-box;
-ms-flex: 1 1 0;
flex: 1 1 0;
min-height: 0px;
min-width: 0px;
width: auto;
padding: 3.6rem 1.4rem 4.8rem;
text-align: center;
align-self: baseline;
color: #fff;
background: #004e38; }
.home-box:nth-of-type(odd) {
background: #0a6045;
} .home-box:hover { }
.home-box a {
display: block;
}
.home-box a:hover {
opacity: .7; -webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}
.home-box h3,
.home-box a {
color: #e5e5e5;
text-decoration: none;
text-align: center;
}
#carousel-wrapper h5 {
text-align: center;
font-size: 3rem;
color: #fff;
border: none;
margin: -14px 0 0 0;
padding: 0 0 10px 0;
}
#carousel-wrapper .dvdr {
border: none;
border-top: solid 1px #000;
border-bottom: solid 1px #646a6c;
width: 80%;
height: 0;
padding: 0;
margin: 14px auto 0;
}
.tour3d {
padding: 0 !important;
overflow: hidden;
} .content ul, 
.content ol {
margin:0 0 16px 20px;
}
.content li {
padding:0 0 15px 5px;
}
.content ul ul, .content ol ol {
margin:16px 0 0 16px;
}
div[id^='sid_'].divider {
clear: both;
background: white url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_bg_top.png) repeat-x center -460px;
width: 100%;
height: 1px;
margin: 10px 0;
padding: 0;
}
#global-sections-menu {
background: white url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_bg_top.png) repeat-x center -460px;
border: none;
border-bottom: solid 13px #3a4245;
padding: 10px 0;
margin: 0 0 20px;
}
#global-sections-menu.nomenu {
margin: 0 0 -11px 0;
padding: 0;
height: 1px;
border: none;
}
#global-sections.scrl {
margin-top: 310px;
padding-bottom: 100px;
}
ul#section-menu {
text-align: center;
list-style-type: none;
margin: 10px 0 0;
padding: 0;
}
ul#section-menu li{
position: relative; display: inline-block;
margin: 0;
padding: 0;
vertical-align: top;
}
ul#section-menu li a{
display: block;
width: 80px;
height: 62px;
background-repeat: no-repeat;
background-position: top center;
background-size: 54px;
text-align: center;
text-decoration: none;
font-family: 'Muli', Arial, sans-serif;
font-size: 1.4rem;
color: #383838;
padding: 58px 0 0 0;
margin: 0 2px;
}
ul#section-menu li a span {
display: none;
}
.sections ul li {
margin: 0 0 10px 28px;
}
.sub-section {
margin: 10px 0 40px 0;
}
.sub-section:first-of-type {
margin-top: 100px;
}
#sid_83 + div .sub-section:first-of-type {
margin-top: 64px;
}
#single-section {
padding: 40px 0;
}
#single-section ul {
width: 100%;
max-width: 840px;
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: center;
}
#single-section ul > li {
position: relative;
display: inline-block;
margin: 0 24px 24px 0;
padding: 0;
}
#single-section ul > li:nth-child(3n+0) {
margin-right: 0;
}
#single-section ul > li > img {
border: none;
text-align: center;
}
#carousel-wrapper {
background: #3a4245;
}
#carousel-wrapper > div {
width: 100%;
max-width: 1200px;
overflow: hidden;
margin: 0 auto;
display: block;
}
.content .post {
}
.content .post .featured-image {
width: 150px;
float:left;
margin-right:20px;
}
.content .post .excerpt {
overflow: hidden;
}
.home .content .post {
margin: 0 auto;
} .content .post img.featured {
position: absolute;
top: 106px;
margin-left: -15px;
}
.content #section.post .wrap {
overflow: hidden;
padding-bottom: 30px;
}
content #section.post .readmore {
padding: 0 0 30px;
}
.content .post ul li {
margin: 0 0 0 24px;
}
.content .post .collapseomatic {
display: block;
text-align: right;
margin-top: -18px;
font-size: 1.6rem;
color: #004e38;
background: none;
}
.content .post .collapseomatic_excerpt, .content .post .collapseomatic_content {
margin-left: 0px;
}
hr {
border: 0;
border-bottom: 1px solid #bbb;
clear: both;
content: "";
display: block;
margin: 20px 0;
width: 100%;
}
.content .post table {
border: 2px solid #f5f5f5;
}
.content .post table th {
padding: 10px 10px;
background:#f5f5f5;
}
.content .post table tr:nth-child(odd) {
background:#f5f5f5;
}
.content .post table td {
vertical-align: top;
padding: 20px 10px;
} table.rates {
font-size: 1.8rem;
border: none !important;
}
table.rates th {
font-size: 1.4rem;
padding: 10px 0;
background: transparent !important;
}
table.rates tr,
table.rates tr:nth-child(odd) {
background: transparent !important;
}
table.rates td {
vertical-align: top;
padding: 20px 0px;
}
.content #blog.post {
display: table;
}
.content #blog.post > div {
display: table-cell;
}
.content #blog.post > div:first-child,
.content #blog.post > div:first-of-type {
width: 75%;
}
.content #blog.post > div .single {
padding-right: 20px;
}
.content #blog.post > div .single .wp-post-image {
margin-bottom: 20px;
}
.content #blog.post > div .single h3 {
margin-bottom: 20px;
text-align: left;
line-height: 1;
}
.content #blog.post > div + div,
.content #blog.post > div:nth-of-type(2) {
width: 25%;
min-width: 264px;
background-color: #f9f9f9;
border: solid 1px #cecece;
padding: 0;
vertical-align: top;
}
.content #blog.post > div + div h3,
.content #blog.post > div:nth-of-type(2) h3 {
clear: both;
margin: 30px auto;
padding: 30px 0 0;
text-align: center;
border: none;
border-top: solid 1px #cecece;
}
.content #blog.post > div + div form,
.content #blog.post > div:nth-of-type(2) form {
text-align: center;
position: relative;
top: 10px;
}
.content #blog.post > div + div form input,
.content #blog.post > div:nth-of-type(2) form input {
display: inline-block;
margin: 0 auto;
border: solid 1px #cccaca;
padding: 10px;
}
.content #blog.post > div + div form input[type=submit],
.content #blog.post > div:nth-of-type(2) form input[type=submit] {
width: 40px;
height: 40px;
background: transparent url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -449px -33px;
border: none;
text-transform: uppercase;
text-indent: -9999px;
position: relative;
left: -5px;
}
.content #blog.post > div + div ul,
.content #blog.post > div:nth-of-type(2) ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
display: table;
}
.post.narrow {overflow: hidden;}
.post.narrow.blog h2,
.post.narrow.blog h2 a,
.post.narrow.blog h3,
.post.narrow.blog h3 a {
font-size: 3.2rem;
color:#004e38;
font-family: 'Muli', sans-serif;
text-transform: none;
margin-bottom: 10px;
text-decoration:none;
}
.read-more {
text-align: right;
}
.read-more a {
padding: 15px 30px;
background: #004e38;
color: #fff;
text-decoration: none;
}
.post.narrow.blog .info {
font-size: 1.5rem;
}
.post.narrow.blog .info a {
color: #63bb85;
}
.post.narrow.blog .info span {
font-style: italic;
}
.blog-sidebar {
width: 235px;
padding: 38px;
font-size: 1.7rem;
color:#004e38;
float: right;
margin-left: 38px;
background: rgb(229,229,229); background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(246,246,246,1) 100%); background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(246,246,246,1) 100%); background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(246,246,246,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f6f6f6',GradientType=0 ); }
.blog-sidebar > div {
border-top: 1px solid #999;
padding: 35px 0;
}
.blog-sidebar > div:last-child {
border-bottom: 0;
}
.blog-sidebar h3 {
font-size: 2.4rem;
text-align: center;
margin-bottom: 20px;
}
.blog-sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
.blog-sidebar ul li {
margin: 0;
padding: 0;
text-align: center;
}
.blog-sidebar ul li a {
font-size: 1.7rem;
color:#004e38;
text-decoration: none;
}
#searchform {
padding-bottom: 35px;
border-bottom:1px solid #999
}
#searchform input[type=text] {
font-size: 1.1rem;
color: #bebebe;
width: 182px;
height: 28px;
background: #3a3835;
padding: 5px;
border: 1px solid #166535;
border-right: none;
}
#searchform input[type=submit] {
width: 42px;
height: 42px;
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/search_bttn.jpg) bottom center no-repeat;
vertical-align: top;
border: none;
cursor: pointer;
}
.content #blog.post > div + div ul li,
.content #blog.post > div:nth-of-type(2) ul li {
display: table-row;
text-align: center;
}
#calendar_wrap {
margin: 0 auto;
text-align: center;
}
#calendar_wrap table#wp-calendar {
width: 80%;
display: table;
margin: 0 auto;
background-color: white;
border-collapse: collapse;
border-spacing: 0;
padding: 0;
border: none;
} #calendar_wrap table#wp-calendar caption {
text-align:center;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#calendar_wrap table#wp-calendar td {
text-align:center;
padding: 2px 0;
border: 1px solid #f0f0f0;
color:#5e5e5e;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
font-size: 12px;
background: white;
}
#calendar_wrap table#wp-calendar td a {
font-weight: bold;
text-decoration: none;
}
#calendar_wrap table#wp-calendar td#today {
background: #bbb;
color: white;
}
#calendar_wrap table#wp-calendar td.pad {
background: white;
}
#calendar_wrap table#wp-calendar caption {
font-size:12px;
text-transform: uppercase;
color:#444;
background: #ccc;
font-weight:bold;
padding:4px 0;
}
#calendar_wrap table#wp-calendar thead th {
padding:7px 0;
font-size:12px;
background:white;
color:#5e5e5e;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
text-align:center;
}
#calendar_wrap table#wp-calendar #prev {
text-align:left;
}
#calendar_wrap table#wp-calendar #next {
text-align:right;
}
#calendar_wrap table#wp-calendar tfoot td {
border: none;
padding: 6px 10px;
}
.content #blog.post .block {
clear: left;
margin: 0 0 20px;
width: 100%;
max-width: 696px;
}
.content #blog.post .block h3 {
color: #000;
font-weight: normal;
font-size: 2.4rem;
font-family: 'Muli', Arial, sans-serif;
text-transform: uppercase;
margin: 18px 0 5px 0;
}
.content #blog.post .block p.info {
margin-bottom:8px;
}
.content #blog.post .block p.info a[rel=author] {
text-decoration: none;
text-transform: capitalize;
color: #c40c26;
}
.content #blog.post p.info span {
font-style: italic;
color: #a5a5a5;
}
.content #blog.post .block a[rel=bookmark] {
float: right;
text-decoration: none;
color: white;
background-color: #e77e46;
line-height: 2;
padding: 2px 12px;
margin: 0 0 30px;
border-radius: 4px;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: block;
}
.content #blog.post .block .full {
float: right;
margin: 0 0 20px 20px;
}
.content #blog.post .block .thumb {
float:left;
margin-right: 16px;
width: 130px;
height: 130px;
padding: 3px;
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/pg_blog_thumb_frame.png) no-repeat center top;
}
.content #blog.post .block .thumb > img.thumb,
.content #blog.post .block .wp-post-image {
max-width: 130px;
height: auto;
border: none;
margin: 0 20px 60px 0;
padding: 0;
background: none;
float: left;
}
.content #blog.post .block .excerpt {
text-align: left;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}   #slideshow-wrapper { }
#slideshow {
position: relative;
} #slides {
max-width: 1200px;
margin: 0 auto;
}
.slide {}
.slide-caption {
position: absolute;
max-width: 820px;
margin: 0 20px;
bottom: 20px;
left: 0px;
background: rgba(14, 85, 53, .85);
border: 1px solid #fff;
padding: 25px;
color: #fff;
}
.slide-caption h1 {
background: none;
padding: 0;
color: #fff;
text-transform: uppercase;
font-size: 2.8em !important;
line-height: 2;
background: none;
margin: 0;
}
.container {
margin-top: 72px;
max-width:1200px;
position:relative;
clear:both;
}
.slidesjs-slide img {
width:100%;
height: auto;
}
.slider_content {
width: 317px;
background: none; 
top: 18%; 
color: #616060;
left: 95px;
position:absolute;
display:none;
z-index:11;
}
.slidesjs-pagination {
height: 14px;
list-style: none;
margin: 0;
padding: 20px 0;
text-align: center;
position: absolute;
bottom: 20px;
width: 100%;
z-index: 9999;
}
.slidesjs-pagination li {
display: inline;
width: 14px;
height: 14px;
}
.slidesjs-pagination li:first-child {
padding-left: 0;
}
.slidesjs-pagination li a {
display: inline-block;
width: 14px;
height: 14px;
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/pagination_bttn.gif) top center no-repeat;
text-indent: -9999px;
}
.slidesjs-pagination li a.active {
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/pagination_curr_bttn.gif) top center no-repeat;
}
a.slidesjs-previous,
a.slidesjs-next {
display: block;
width: 21px;
height: 39px;
position: absolute;
top: 40%;
text-indent: -9999px;
z-index: 9999;
}
a.slidesjs-previous {
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/prev_arrow.gif) top center no-repeat;
left: 7px;
}
a.slidesjs-next {
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/next_arrow.gif) top center no-repeat;
right: 7px;
}  div.spiffy-minical-block {
text-align: center;
margin: auto;
font-size: 1.6rem;
color: initial;
}
div.spiffy-minical-block a {
color: initial;
}
table.spiffy.calendar-table {
border-collapse: collapse !important;
border-spacing: 0px !important;
background: #fefefe;
}
.weekend-heading, .week-number-heading {
color: inherit !important;
}
span.weekend {
color: inherit !important;
}
.day-number {
font-size: 13px;
height: 26px;
}
.minical .day-number {
text-align: center;
}
.mini-link {
background-color: #0f8c2f !important;
color: #fff !important;
display: block;
height: 26px;
}
.minical .calnk {
padding-bottom: 0px;
}
.calnk-link span.spiffy-popup {
padding: 15px !important;
background: #fff !important;
}
span.spiffy-popup:after {
border-bottom-color: #fff !important;
} .page-upcoming-events, .page-todays-events {
font-size: 100% !important;
}
ul.todays-events-list:before {
display: block;
content: 'Today';
font-weight: bold;
font-size: 1.1em;
margin-bottom: 20px;
}
.spiffy-list-Expanded ul.todays-events-list {
margin-bottom: 20px !important;
margin-left: 31px !important;
border-bottom: solid 1px #ccc;
}
li.spiffy-upcoming-day {
margin-bottom: 20px !important;
}
.spiffy-list-Expanded .spiffy-title {
font-size: 1.8em !important;
font-weight: bold;
text-transform: uppercase;
}
.spiffy-meta {
margin-top: .3em;
} .testimonial-wrapper {
width: 100%;
background: #004e38;
color: #fff;
}
.home .testimonial-wrapper {
width: 48%;
float: right;
margin-left: 2.5%;
}
.testimonial-wrapper:before {
content: 'Testimonials';
display: block;
text-align: center;
font-family: 'Muli', sans-serif;
font-size: 2.4rem;
line-height: 1;
color: #fff;
background: #004e38;
font-weight: 600;
padding: 16px 5px;
margin-bottom: 23px;
}
.testimonial {
padding: 0px 15px;
font-style: italic;
padding-bottom: 23px;
}
.testimonial p {
margin: 0;
} #sponsors {
clear:both;
max-width: 1200px;
margin: 0 auto;
padding: 34px 0;
} .simply-scroll-container { position: relative;
}
.simply-scroll-clip { position: relative;
overflow: hidden;
}
.simply-scroll-list { overflow: hidden;
margin: 0;
padding: 0;
}
.simply-scroll-list li {
padding: 0;
margin: 0;
}
.simply-scroll-list li img {
border: none;
display: block;
}
.simply-scroll-btn {
position: absolute;
background-image: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/buttons.png);
width: 42px;
height: 44px;
z-index:3;
cursor: pointer;
}
.simply-scroll-btn-left {
left: 6px;
bottom: 6px;
background-position: 0 -44px;
list-style-type: none !important;
}
.simply-scroll-btn-left.disabled {
background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
background-position: 0 -88px;
}
.simply-scroll-btn-right {
right: 6px;
bottom: 6px;
background-position: -84px -44px;
}
.simply-scroll-btn-up {
right: 6px;
top: 6px;
background-position: -126px -44px;
list-style-type: none !important;
}
.simply-scroll-btn-up.disabled {
background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
background-position: -126px -88px;
}
.simply-scroll-btn-down {
right: 6px;
bottom: 6px;
background-position: -42px -44px;
}
.simply-scroll-btn-down.disabled {
background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
background-position: -42px -88px;
}
.simply-scroll-btn-pause {
right: 6px;
bottom: 6px;
background-position: -168px -44px;
}
.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
background-position: -168px -88px;
}
.simply-scroll-btn-pause.active {
background-position: -84px -44px;
}
.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
background-position: -84px -88px;
} .simply-scroll { max-width: 1200px;
height: 100px;
margin-bottom: 1em;	
margin: 0 auto;
width: 100%;
}
.simply-scroll .simply-scroll-clip {
max-width: 1200px;
width: 100%;
height: 100px;
}
.simply-scroll .simply-scroll-list li {
float: left;
width: auto;
height: 100px;
margin: 0 25px;
}
#scroller ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 15px 0px;
list-style-image:none !important;		
}
#scroller ul li {
background:url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/images/scrollbullet.jpg) left top no-repeat;
list-style-type: none;
margin: 5px 25px;
padding: 0px 0px 0px 15px;
list-style-image:none !important;		
}
#scroller ul li img {
list-style: none !important;
margin: 5px 0px 0px 10px;
padding: 0px 0px 0px 15px;
list-style-image:none !important;		
}
#sponsors ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 15px 0px;
list-style-image:none !important;		
}		
#sponsors ul li  {
list-style: none !important;
background:none !important;	
list-style-image:none !important;	
} #buddypress {
position: relative;
clear:both;
}
#profile-details-section.register-section .editfield field_3 {display:none !important}
#profile-details-section.register-section .editfield.field_3.field_industry { display: none; }
#members-dir-search #search-form label,
#members-dir-search #search-form select {display:none;}
#buddypress .standard-form {
clear: both;
padding: 15px 0;
}
.content #buddypress .standard-form #basic-details-section,
.content #buddypress .standard-form #blog-details-section,
.content #buddypress .standard-form #profile-details-section {
float: none;
width: 100%;
padding-bottom: 15px;
}
.content #buddypress #signup_form.standard-form input[type="text"], 
.content #buddypress #signup_form.standard-form textarea,
.content #buddypress .standard-form #basic-details-section input[type="text"],
.content #buddypress #signup_form.standard-form #basic-details-section input[type="text"],
.content #buddypress .standard-form #basic-details-section input[type="email"],
.content #buddypress #signup_form.standard-form #basic-details-section input[type="email"],
.content #buddypress .standard-form #basic-details-section input[type="password"], 
.content #buddypress #signup_form.standard-form #basic-details-section input[type="password"], 
.content #buddypress .standard-form #basic-details-section textarea, 
.content #buddypress #signup_form.standard-form #basic-details-section textarea {
width: 100%;
}
.content #buddypress #commentform input[type="text"], 
.content #buddypress #commentform textarea, 
.content #buddypress .form-allowed-tags, 
.content #buddypress #signup_form.standard-form input[type="text"], 
.content #buddypress #signup_form.standard-form textarea,
.content #buddypress #signup_form.standard-form select {
width: 100%;
}
.content #buddypress #signup_form.standard-form label, .content #buddypress #signup_form.standard-form span.label {
width: auto;
font-weight: 600;
}
.content #buddypress div.item-list-tabs ul li.last {
margin: 0;
padding: 0;
}
.content #members-adv-search,
.content #buddypress .comment-reply-link,
.content #buddypress .generic-button a,
.content #buddypress a.button,
.content .twocol input[type="button"],
.content .twocol input[type="reset"],
.content .twocol input[type="submit"],
.content #buddypress input[type="button"],
.content #buddypress input[type="reset"],
.content #buddypress input[type="submit"],
.content #buddypress ul.button-nav li a,
.content a.bp-title-button {
background: #004e38;
border: none;
color: #fff;
cursor: pointer;
font-size: 14px;
line-height: 2.1;
outline: 0 none;
padding: 0 8px;
display: inline-block;
text-align: center;
text-decoration: none;
min-width: 100px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.content #buddypress .comment-reply-link:hover ,
.content #buddypress .generic-button a:hover ,
.content #buddypress a.button:hover ,
.content #buddypress button:hover ,
.content .twocol input[type="button"]:hover ,
.content .twocol input[type="reset"]:hover ,
.content .twocol input[type="submit"]:hover ,
.content #buddypress input[type="button"]:hover ,
.content #buddypress input[type="reset"]:hover ,
.content #buddypress input[type="submit"]:hover ,
.content #buddypress ul.button-nav li a:hover ,
.content a.bp-title-button:hover  {
background: #0f8c2f ;
color: #fff;
border: 0;
}
.twocol .dir-search input[type="search"],
.twocol .dir-search input[type="text"],
.twocol .standard-form input[type="search"],
.twocol .standard-form input[type="text"],
.twocol .standard-form select,
.twocol .standard-form textarea {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 0;
color: #767676;
font-family: inherit;
font-feature-settings: inherit;
font-kerning: inherit;
font-language-override: inherit;
font-size: 1.4rem;
padding: 1px 3px;
font-size-adjust: inherit;
font-stretch: inherit;
font-style: inherit;
font-synthesis: inherit;
font-variant: inherit;
font-weight: inherit;
line-height: inherit;
}
.content #members-adv-search,
.content #buddypress input[type="submit"]#bps_toggle147,
.content #buddypress input[type="submit"]#bps_toggle147:hover {
background: #004e38;
}
.content #buddypress .activity-meta a.button {
color: #0f8c2f !important;
background: transparent;
display: inline;
font-size: 12px;
}
.content #buddypress .activity-meta a.button:hover {
background: transparent;
text-decoration: underline;
} #buddypress #members-list li {
overflow: auto;
list-style: none;
float: left;
width: 50%;
margin: 0;
border: 0;
padding: 20px;
}
#buddypress #item-body #settings-form {
padding-top: 0;
}
#buddypress #settings-form label, #buddypress #settings-form input {
float: none;
}
#buddypress #settings-form #pass1 {
width: initial;
}
#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings legend, #buddypress .field-visibility-settings-toggle {
display: none;
}
#buddypress .editfield {
display: flex;
display: -ms-flex;
display: -webkit-flex;
flex-direction:column;
-ms-flex-direction:column;
-webkit-flex-direction:column;
margin-bottom: 25px;
} 
#buddypress .editfield label {
margin-top: 15px;
order: 1;
-ms-order: 1;
-webkit-order: 1;
} 
#buddypress .editfield p.description {
order: 2;
-ms-order: 2;
-webkit-order: 2;
font-size: 1.6rem !important;
margin: 0 !important;
}
#buddypress .editfield div,
#buddypress .editfield input,
#buddypress .editfield select,
#buddypress .editfield textarea {
order: 3;
-ms-order: 3;
-webkit-order: 3;
}
#buddypress table.notification-settings th.title, #buddypress table.profile-settings th.title {
padding: 2px 8px;
}
#buddypress div#object-nav ul li a, #buddypress div#object-nav ul li span {
padding: .5em 1em;
border: 1px solid #ccc;
}
#buddypress div.item-list-tabs#subnav {
margin: 0 0 30px !important;
padding: 20px 0px;
border-bottom: 1px solid #ccc;
}
#buddypress div.item-list-tabs#subnav ul li {
padding: 0;
}
#buddypress div#subnav ul li a, #buddypress div#subnav ul li span {
padding: 0 8px;
border-right: 1px solid;
}
#buddypress div#subnav ul li:last-child a, #buddypress div#subnav ul li:last-child span {
border-right: none;
}
#buddypress div#subnav ul li.current a, #buddypress div#subnav ul li.selected a {
background-color: transparent;
}
.content #buddypress .standard-form input[type="text"],
.content #buddypress .standard-form select {
width: 70%;
}
.content .twocol div.dir-search,
.content #buddypress div.dir-search {
float: right;
margin: 0px 136px 0 0;
}
.content #buddypress div.dir-search input[type="text"], .content #buddypress li.groups-members-search input[type="text"] {
padding: 3px;
margin-right: 4px;
}
.content #members-adv-search,
.content .twocol div.item-list-tabs.bps_header,
.content #buddypress div.item-list-tabs.bps_header {
position: absolute;
right: 0;
}
.content #members-adv-search a {
color: #fff;
text-decoration: none; 
}
.content #buddypress .standard-form div.submit {
clear: both;
margin-right: 30%;
padding: 15px 0 0;
text-align: center;
}
.content #buddypress .standard-form div.submit input {
margin-right: 0;
}
p.bps_filters {
display: none;
}
.content #members-adv-search:hover {
background: #3e70a8;
}
.content .twocol div.item-list-tabs[role=navigation],
.content #buddypress div.item-list-tabs[role=navigation] {
float: none;
margin-top: 0;
}
#members-directory-form .item-list-tabs #members-all {display: none;}
#members-list li .item-avatar {
overflow: hidden;
float: left;
width: 40%;
padding-right: 10px;
}
.content #buddypress ul.item-list {
display: flex;
display: -webkit-flex;
display: -ms-flex;
flex-flow: row wrap;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
justify-content: left;
-webkit-justify-content: left;
-ms-justify-content: left;
margin:0 -6px;
}
.content #buddypress ul.item-list li {
box-sizing: border-box;
width: 33%;
padding: 15px 6px;
border: 0;
}
.content #members-list li .item {
overflow: hidden;
}
.content #buddypress ul.item-list li div.item-title, .content #buddypress ul.item-list li h3, .content #buddypress ul.item-list li h4 {
font-size: 1.4rem;
font-weight: 600;
margin: 0;
width: auto;
}
#members-list li .item .member-name a {
font-family: 'Muli', sans-serif;
text-decoration: none;
font-size: 2rem;
font-weight: 600;
color:#004e38;
text-transform: none;
}
#members-list li .item member-business,
#members-list li .item member-title {
display: block;
font-size: 1.4rem;
color: #000;
text-decoration: none;
margin-bottom: 10px;
}
#members-list li .item a.view-profile {
font-size: 1.4rem;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
height: 36px;
line-height: 1;
background: #c9ab87;
border: 1px solid #9d8261;
} .profile h2 {
color: #004e38;
margin-bottom: 15px;
}
.profile #item-header-avatar {
float: right;
}
.profile #member-address p {
margin: 0;
} #bbpress-forums {
font-size: 1.4rem !important;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
margin-top: 5px;
}
#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 {
font-size: 1.6rem !important;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-body, #bbpress-forums li.bbp-footer {
padding: 0;
}
#bbp-search-form, #subscription-toggle {
margin: 0 5px 5px 5px;
float: right;
}
div.bbp-search-form input {
padding: 0 !important;
}
div.bbp-search-form button {
font-size: 14px !important;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
font-size: 1.3rem;
overflow-wrap: break-word;
}
.bbp-forum-title {
font-weight: 700;
text-decoration: none;
}
#bbp_topic_title, #bbp_topic_tags {
width: 100%;
}
#bbpress-forums div.bbp-the-content-wrapper input {
color: initial !important;
} ul.forum-titles li.bbp-forum-freshness,
ul.forum-titles li.bbp-topic-freshness {
height:0;
color: transparent;
}
ul.forum-titles li.bbp-forum-freshness:before,
ul.forum-titles li.bbp-topic-freshness:before {
content:'Last Post';
display: block;
color:#222;
}
#bbpress-forums span.bbp-admin-links a {
color: #0f8c2f;
}
.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
color: #0f8c2f !important;
}
#page-342 .bbp-breadcrumb {
display: none;
}
#page-342 h2 {
margin-bottom: -3.2rem;
font-size: 2.4rem;
width: 75%;
} #pmpro_levels_table {
width: 70%;
}
#pmpro_levels_table .active {
background: #bde2d8;
}
.pmpro_checkout th, .pmpro_checkout td {
padding: 10px;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
font-family: 'Muli', sans-serif;
}
.content form.pmpro_form .input, .content form.pmpro_form textarea, .content form.pmpro_form select {
padding: 3px;
font-size: 90%;
}
#pmpro_account .pmpro_box ul {
margin-top: .75em;
list-style: none;
}
#nav-below {
margin-top: 30px;
}
.pmpro_cancel {
padding: 6px 12px !important;
} #footer {
clear:both;
font-weight:normal;
text-align:center;
padding: 0;
margin: 0;
color: #777;
font-size: 1rem;
}
#footer > div:first-of-type { }
#name,
#address {
width: 50%;
text-align: left;
float: left;
}
#address {
text-align: right;
}
#footer-bottom  {
max-width: 1200px; margin: 0 auto;
padding: 30px 15px 15px;
font-size: 1.3rem;
display:flex;
display:-webkit-flex;
display:-ms-flex;
flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
-webkit-flex-flow: row nowrap;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
}
#copyright {
clear:both;
text-align: left;
}
#design {
text-align: right;
}
#design > a {
color: #777;
text-decoration: none;
}
#sitemap {
text-align: center;
}
#sitemap ul#menu-footer {
list-style-type: none;
margin: 0 auto;
padding: 0;
text-align: center;
}
#sitemap ul#menu-footer > li {
display: inline-block;
position: relative;
}
#sitemap ul#menu-footer > li:before {
content: '|';
color: #777;
padding: 0 3px 0 0;
}
#sitemap ul#menu-footer > li:first-of-type:before {
content: '';
}
#sitemap ul#menu-footer > li > a {
display: inline-block;
color: #777;
text-decoration: underline;
}
#footer p {
margin:0;
padding:0;
} div.wpcf7 { }
form.wpcf7-form {
overflow: visible;
}
#wpcf7-f4-p13-o1 {max-width: 450px;}
form.wpcf7-form, 
form.wpcf7-form .form-wrapper { margin: 0 auto;
padding: 0;
}
form.wpcf7-form label {
display: inline-block;
float:left;
width: 110px;
text-align: right;
font-weight: normal;
margin: 4px 10px 0 0;
}
form.wpcf7-form label:after {
content: ':';
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=password],
form.wpcf7-form textarea {
width: 100%;
max-width: 445px;
height: 38px;
font-family: 'Muli', Arial, sans-serif;
padding: 0 0 0 10px;
margin: 4px 0;
border: solid 1px #b8bbbc;
outline: none;
background: #fdfdfd url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/pg_contactus_bg_input.png) repeat-x left top;
}
form.wpcf7-form textarea {
height: 93px;
background: #fdfdfd url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/pg_contactus_bg_textarea.png) repeat-x left top;
}
form.wpcf7-form .wpcf7-checkbox label {
display: block;
width: 100%;
max-width: 250px;
text-align:left;
padding: 0 0 0 10px;
}
form.wpcf7-form .wpcf7-checkbox label:after {
content: '';
}
form.wpcf7-form label.title {
margin: -16px 0 10px 0;
padding: 0 0 0 10px;
width: 100%;
max-width: 250px;
text-align: left;
position: relative;
top: 16px;
}
form.wpcf7-form label.title + br {
display: none;
}
form.wpcf7-form .captcha-wrapper {
margin: 0;
padding: 0 0 20px 0;
width: 355px;
text-align: left;
float:left;
}
form.wpcf7-form .captcha-wrapper img {
display: inline-block;
float: left;
margin: 0;
border: solid 1px #d7ddd7;
width: 94px;
height: 32px;
}
form.wpcf7-form .captcha-wrapper input[type=text] {
display: inline-block;
float: left;
margin: 0 0 0 10px;
max-width: 230px;
}
form.wpcf7-form #recaptcha_widget { }
form.wpcf7-form #recaptcha_widget img {
border: solid 1px #bb630a;
}
#recaptcha_response_field { }
form.wpcf7-form .submit-wrapper {
float: right;
width: 81px;
padding-top: 45px;
}
form.wpcf7-form input[type=submit],
form.wpcf7-form input[type=reset] {
font-family: 'Oswald', sans-serif;
display: inline-block;
border: none;
background-color: #004e38;
text-transform: uppercase;
color: white;
width: 80px;
height: 30px;
font-size: 1.4rem;
float: right;
}
form.wpcf7-form .smaller {
display: block;
font-size: 1.3rem;
position: relative;
top: 10px;
}
div.req-wrap {position: relative;}
span.req {
color: red;
font-size: 11px;
font-weight: 800;
display: inline-block;
position: absolute;
right: -20px;
top: 0;
z-index: 9999;
}
span.req:before {
content: '*';
padding: 0 5px 0 0;
color: red;
font-size: 11px;
font-weight: 800;
position: relative;
z-index: 9999;
}
span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
clear: both;
}
span.wpcf7-form-control-wrap {
position: static !important;
}
.map-responsive{
overflow:hidden;
padding-bottom: 32%;
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
} .tml-login {
width: 350px;
}
.tml {
margin: auto;
}
.tml input, .tml textarea, .tml select {
margin: 0.5em 0;
width: 100%;
padding: 5px;
}
.tml input[type="checkbox"] {
width: auto;
}
ul.tml-links {
margin-left: 0;
list-style-type: none;
}
ul.tml-links li {
margin-left: 0;
} .top {
margin-top: 106px !important;
}
.top ~ .top {
margin-top: 30px !important;
}
.news h1 {
display: block;
width: 100%;
padding: 3.6rem 3.6rem 0 3.6rem;
}
.news h2 {
font-size: 2.4rem;
}
.news h2 a {
text-decoration: none;
}
.dark {
background: #004e38;
color: #fff;
}
.dark a {
color: #fff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
color: #e5e5e5;
}
.no-padding {
padding: 0 !important;
}
.no-bg {
background: none;
}
.no-grad {
background: #f5f5f5 !important;
}
form .align-label {
display: inline-block;
width: 38%;
vertical-align: top;
} .content .post ul.cn-list-actions li,
#cn-entry-actions li {
display: inline-block;
}
.cn-left {
margin-right: 1em;
}
.cn-right {
text-align: left !important;
}
#cn-list span.address-block {
float: right;
padding-left: 15px;
}
#cn-list .cn-entry-single span.address-block {
float: none;
padding-left: 0;
}
#cn-list ul.cn-relations li {
padding-left: 0;
}
#cn-form .cn-button {
min-height: 22px;
line-height: 22px !important;
padding: .5em !important;
}
#cn-form .cn-add.cn-button {
background-color: #004e38 !important;
}
#cn-form .cn-remove.cn-button {
background-color: #a52b2b !important;
} .datepick-inline .datepick, .datepick-inline .datepick-header, .datepick-inline .datepick-header span, .datepick-inline .calendar-links, .datepick-inline .calendar-links a, .datepick-inline .datepick-days-cell, .datepick-inline .datepick-days-cell a, .datepick-inline .datepick-days-cell div, .datepick-inline .datepick-title-row, .datepick-inline .datepick-title-row th {
padding: 0px !important;
} td.datepick-days-cell.datepick-unselectable.date_user_unavailable {
background: #d7dce2; }
.wpdevelop .row {
display: inherit !important;
}
.bk_calendar_step .left,
.bk_form_step .left {
float: left;
width: 48%;
}
.bk_calendar_step .left.one-third, 
.bk_form_step .left.one-third {
width: 33%;
}
.bk_calendar_step .left + .left,
.bk_form_step .left + .left {
margin-left: 2%;
}
.bk_calendar_frame {
margin-bottom: 25px;
}
.booking_form .full textarea {
width: 98%;
}
.booking_form .left textarea, .booking_form .left input[type="text"] {
width: 100% !important;
}
.booking_form .wpdev-radio .wpdev-list-item {
display: block;
}
#tennis-cal .label-payment-status, #tennis-cal .wpbc-cost-amount {
display: none;
}
#tennis-cal .wpbc_tl_frame_dates .month_year {
font-size: 13px;
}
#tennis-cal .wpbc_timeline_frame .wpbc_tl_day_cell .wpbc_day_cell_number {
color: #999;
font-size: 10px;
}
#tennis-cal .wpbc_tl_frame_dates .wpbc_tl_day_cell.wpbc_tl_day_cell_header .day_num {
font-size: 12px;
}
#tennis-cal .wpbc_time_section_in_day_header {
font-size: 11px;
}
.content .wpdevelop .btn, 
.content .wpdevelop .button, 
.content .wpdevelop .submit, 
.content .wpdevelop .button-secondary {
background: #004e38;
font-size: 14px;
line-height: 2.5;
border: none;
cursor: pointer;
outline: 0 none;
text-align: center;
text-decoration: none;
width: auto;
color: #fff !important;
display: inline-block;
padding: 0 12px !important;
min-width: 100px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media (max-width: 1200px) {
.slidesjs-container {
height: 100% !important;
}
.slidesjs-control {
width: 800px !important;
height: 550px !important;
}
.slidesjs-slide img {
width: auto;
height: 100%;
}
#title .wp-post-image {
width: min-content;
height: 100%;
}
#main-nav ul {
max-width: 780px;
}
#main-nav ul li {
font-size: 1.3rem;
}
#header-right #social {
margin-top: 8px;
}
}
@media (max-width: 1080px) {
#header-right #social {
margin-top: 12px;
}
#main-nav ul {
max-width: 990px;
margin-top: 10px;
}
#title-wrapper, .top {
margin-top: 135px;
}
} @media (max-width: 1024px) {
h1, .home h1, h2 {
font-size: 2.8rem;
}
h3 {
font-size: 2.4rem;
}
h4 {
font-size: 2.2rem;
}
h5 {
font-size: 2.1rem;
}
h6 {
font-size: 2rem;
}
h6.lrgr {
font-size: 2.1rem;
}
#header-right #login-text {
line-height: 36px;
}
.intro {
font-size: 0.9em;
}
#slideshow ul#slides .wrapper > div {
font-size: 1.3vw;
}
#slideshow ul#slides .wrapper > div.right {
font-size: 2.0vw;
}
#slideshow ul#slides .wrapper > div.left {
font-size: 2.0vw;
}
#slideshow ul#slides .wrapper > div h1 {
font-size: 2.4vw;
}
#title h1:after {
transform: scale(.85);
}
.home .events .one-quart {
width: 33%;
}
.content #blog.post {
display: table;
}
.content #blog.post > div {
display: table-cell;
}
.content #blog.post > div:first-child,
.content #blog.post > div:first-of-type {
width: auto;
display: block;
}
.content #blog.post > div + div,
.content #blog.post > div:nth-of-type(2) {
width: auto;
display: block;
text-align: center;
margin: 0 auto 30px;
}
.content #blog.post > div .col {
display: block;
width: 50%;
float: left;
}
.content #blog.post > div .col:first-of-type {
border-right: solid 1px #dddddd;
width: 49%;
}
.content #blog.post > div + div h3,
.content #blog.post > div:nth-of-type(2) h3 {
margin: -1px auto 10px;
}
.content #blog.post > div + div form,
.content #blog.post > div:nth-of-type(2) form {
display: none;
}
#calendar_wrap {
display: none;
}
.content #blog.post > div + div ul,
.content #blog.post > div:nth-of-type(2) ul {
padding: 0 0 30px;
}
#page-342 h2 {
width: 65%;
}
#cn-list span.address-block, #cn-list span.adr {
float: none;
padding-left: 0;
} #page-706 .content .col {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto; 
width: 100%;
}
}
@media (max-width: 960px) {
.bk_calendar_step .left, .bk_form_step .left {
float: none;
width: 100% !important;
margin: 0;
}
}
@media (max-width: 820px) {
#main-nav ul li {
font-size: 1.2rem;
}
#content-wrapper {
min-height: 184px;
}
#global-sections-menu.nomenu {
margin: -19px 0 -11px 0;
}
.one-quart,
.one-third,
.two-thirds,
.one-half {
float: none;
width: 100%;
}
#header-right #user-info {
width: 450px;
line-height: 1.2;
}
.intro {
font-size: 1em;
min-height: inherit;
}
.intro, .loginbox {
min-height: inherit;
}
.loginbox form {
margin-bottom: 3em;
}
.news .col.auto {
flex: auto;
}
.slideshow {
display: block;
}
.home-box {
width: 50%;
flex: auto;
background: #004e38 !important;
} .multi-col {
min-height: 140px;
margin: 16px 0 0;
}
.multi-col > div {
right: 862px;
}
.two-col .multi-col > div,
.two-col-menu .multi-col > div {
right: 360px;
}
.multi-col > div > div {
width: 122px;
left: 862px;
}
.multi-col.sections > div > div {
}
.two-col .multi-col > div > div,
.two-col-menu .multi-col > div > div {
width: 624px;
left: 360px;
}
.multi-col > div > div + div {
width: 52%;
max-width: 730px;
}
.multi-col.sections > div > div + div + div.arrow-wrapper {
width: 50px;
}
.two-col .multi-col > div > div + div,
.two-col-menu .multi-col > div > div + div {
width: 336px;
left: 382px;
}
.multi-col > div > div + div + div {
width: 65px;
left: 920px;
}
.sections ul li {
margin: 0 0 10px 28px;
}
.sub-section {
margin: 10px 0 40px 0;
}
.sub-section:first-of-type {
margin-top: 100px;
}
#slideshow ul#slides .wrapper {
}
#slideshow ul#slides .wrapper > div {
width: 70%;
}
#slideshow ul#slides .wrapper > div.right {
font-size: 2vw;
}
#slideshow ul#slides .wrapper > div.left {
font-size: 2.5vw;
}
#slideshow ul#slides .wrapper > div h1 {
font-size: 3.0vw;
}
#title.nice {
min-height: auto;
}
#title .one-third.dark {
padding-top: 0;
background-image: none;
}
#title .one-third.dark h1 { }
#title h1:after { margin-top: -10px;
transform: scale(.65);
} #page-342 h2 {
width: 50%;
}
#pmpro_levels_table {
width: 70%;
}
.blog-sidebar {
float: none;
width: auto;
margin-left: 0;
margin-bottom: 30px;
}
.content .post .row {
display: block;
margin-top: 0;
} #multicalendar .calmain div, #multicalendar .calmain span, #multicalendar .calmain td {
white-space: normal;
} #footer ul#menu-social-media {
margin: 20px 0 0 10px;
}
#nsup {
margin: -5px 10px 0 0;
}
#nsup label {
display: block;
padding: 0;
float: none;
margin: -22px 0 0;
}
}
@media (max-width: 768px) {
.one-quart {
width: 50%;
}
.twocol {
display: -webkit-flex;  
-webkit-flex-direction: column;
display: flex;
flex-direction: column;
}
#logo {
margin-left: 20%;
}
#header-right {
padding-top: 5px;
}
#header-right #user-info {
width: 135px;
}
#header-right .button, #header-right input[type=submit], #login-trigger {
float: none;
display: block;
}
#header-right .logout { }
#header-right #social {
float: none;
position: absolute;
left: 10px;
bottom: 15px;
}
#header .menu {
display: block;
}
#main-nav {
display: none;
background: none;
}
#main-nav.toggled-on {
display: block;
}
#main-nav ul {
clear: none;
display: block;
float: none;
height: auto;
margin: 0;
width: auto;
}
.menu-toggle-wrapper {
display: block;
width:56px;
height: 30px;
position:fixed;
top: 10px;
left: 15px;
cursor: pointer;
z-index: 9999;
}
.menu-toggle-wrapper.fixed {
top: 0px;
}
.menu-toggle {
display: block;
width:56px;
height:6px;
background-color:#004e38;
border-radius:5px;
}
.menu-toggle:before,
.menu-toggle:after {
content: '';
width: 100%;
height:6px;
background-color:#004e38;
position:absolute;
left: 0;
border-radius:5px;
}
.menu-toggle:before {
top: 22px;
}
.menu-toggle:after {
top: 11px;
}
#main-nav ul,
#main-nav ul#menu-public {
position: fixed;
top: 146px;
bottom: 0;
left: 0px;
width: 100%;
height: auto;
padding: 5px 10px;
background: rgba(0, 74, 35,.90);
text-align: right;
z-index: 9999;
max-width: 100%;
box-sizing: border-box;
}
#main-nav.fixed #main-nav ul {
top: 41px;
}
#main-nav ul li {
display: block;
float: none;
margin: 0;
padding: 5px 10px;
border-bottom: 1px solid #fff;
text-align: left;
}
#main-nav ul li:first-child {
padding-left: 10px;
}
#main-nav ul li a:link, #main-nav ul li a:visited, #main-nav ul li a:hover {
height: auto;
padding: 0;
color: #fff;
}
#main-nav ul li a:hover {
color: #fff;
}
#main-nav ul li ul,
#main-nav ul li ul li,
#main-nav ul li ul li a {
}
#main-nav ul li ul {
position: relative;
top: -24px;
left: 0;
min-width: 0px;
opacity: 1;
visibility: visible;
padding-top: 10px;
text-align: left;
background: #004e38;
border: none;
z-index: 9999999;
}
#main-nav ul li.menu-item-has-children:hover  {
background: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#main-nav ul li li {
float: none;
padding: 2px !important;
height: auto !important;
margin: 0;
}
#main-nav ul li ul li {
float: none;
}
#main-nav ul li ul li a {
height: auto !important;
} 
#title-wrapper, .top {
margin-top: 120px;
}
.home .events .one-quart {
width: 50%;
}
#right-content {
-webkit-box-ordinal-group: 1;
order: 1;
margin: 0 auto;
width: 100%;
}
#left-sidebar {
-webkit-box-ordinal-group: 2;
order: 2;
float: none;
margin: 0 auto;
width: 100%;
}
.content .post table.full td {
font-size: 0.8em;
}
#buddypress #members-list li.odd, 
#buddypress #members-list li {
float: none;
width: 100%;
margin: 0 auto;
}
ul.forum-titles li.bbp-forum-freshness,
ul.forum-titles li.bbp-topic-freshness {
display: none;
}
#page-342 h2 {
width: 100%;
margin-bottom: 0;
}
.slide-caption {
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
background: rgba(14, 85, 53, .85);
border: 1px solid #fff;
box-sizing: border-box;
padding: 5px;
margin: 0;
color: #fff;
}
.content #buddypress ul.item-list li div.item-title, .content #buddypress ul.item-list li h3, .content #buddypress ul.item-list li h4 {
text-align: center;
}
#members-list li .item-avatar {
float: none;
margin: auto;
padding-right: 0px;
}
#share-bar {
margin: 2px 0 0; }
ul#menu-top { }
.content .post table.tennis-info td {
display: table;
width: 100% !important;
padding: 15px 10px 5px 10px;
}
.t-desc { display: none !important;
}
#footer-bottom {
display: block;
}
#copyright,
#design,
#sitemap {
text-align: center;
padding: 10px 0 0;
}
}
@media (max-width: 720px) {
.multi-col {
width: 100%;
min-height: 140px;
margin: 16px 0 0;
}
.multi-col > div {
width: 100%;
right: 862px;
}
.two-col .multi-col > div,
.two-col-menu .multi-col > div {
right: 360px;
}
.multi-col > div > div {
width: 61px;
left: 862px;
}
.multi-col > div > div img{
width: 100%; height: auto;
}
.multi-col.sections > div > div { }
.two-col .multi-col > div > div,
.two-col-menu .multi-col > div > div {
width: 100% ;
left: 360px;
}
.multi-col > div > div + div {
width: 68%;
left: 868px;
}
.multi-col.sections > div > div + div + div.arrow-wrapper {
width: 26px;
}
.multi-col.sections > div > div + div {
overflow: visible;
}
.two-col .multi-col > div > div + div,
.two-col-menu .multi-col > div > div + div {
width: 336px;
left: 382px;
}
.multi-col > div > div + div + div {
width: 65px;
left: 872px;
}
.slidesjs-control {
height: 410px !important;
}
} @media (max-width: 570px) {
body {
font-size: 1.3rem;
}
#logo {
float: none;
margin-left: 30%;
}
#logo img {
height: 60px;
}
#header-right #current-user {
float: none;
}
#header-right #user-info {
float: none;
width: 100%;
}
#header-right .button, #header-right input[type=submit] {
display: inline-block;
}
#header-right #social {
left: auto;
bottom: auto;
right: 0;
top: 0;
}
.fixed {
position: initial;
top: none;
}
ul#menu-top a[href*='connectboosteronline'] {
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat 1px -379px;
position: relative;
top: 7px;
left: -53px;
}
ul#menu-top a[href*='getteamsupport'],
ul#menu-top a[href*='teamviewer'],
ul#menu-top li.support a {
display: block;
color: #ffffff;
font-family: 'Muli', Arial, sans-serif;
font-size: 12px;
line-height: 2.5;
padding: 0 10px 0 32px;
background: url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -470px -113px;
position: relative;
left: 40px;
top: -24px;
}
.menu-home-container {
margin: 20px auto 0;
padding: 10px 0;
}
.menu-home-container ul#menu-home {
}
.menu-home-container ul#menu-home > li {
}
.menu-home-container ul#menu-home > li > span {
width: 20px;
height: 20px;
background: transparent url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -180px -16px;
margin: 12px 2px 0;
background-size: 240px;
}
.menu-home-container ul#menu-home > li:first-of-type > span {
display: none;
}
.menu-home-container ul#menu-home > li > a {
background: transparent url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -373px -11px;
height: 40px;
background-size: 200px;
}
.menu-home-container ul#menu-home > li#menu-item-204 > a {
width: 36px;
background-position: 1px -87px;
}
.menu-home-container ul#menu-home > li#menu-item-205 > a {
width: 48px;
background-position: -34px -86px;
}
.menu-home-container ul#menu-home > li#menu-item-206 > a {
width: 53px;
background-position: -79px -86px;
}
.menu-home-container ul#menu-home > li#menu-item-207 > a {
width: 37px;
background-position: -134px -85px;
}
.menu-home-container + a {
margin: 0 auto 30px;
width: 140px;
height: 35px;
font-size: 14px;
}
#slideshow {
}
.slidesjs-control {
height: 350px !important;
}
#slideshow #pagination {
top: -104px;
}
#slideshow #pagination > li {
background-position: -1px -126px;
width: 21px;
height: 22px;
background-size: 200px;
margin: 20px 5px 0;
}
#slideshow #pagination > li + li {
background-position: -22px -126px;
background-size: 200px;
}
#slideshow #pagination > li + li + li {
background-position: -42px -126px;
background-size: 200px;
}
#slideshow #pagination > li + li + li + li {
background-position: -62px -126px;
background-size: 200px;
}
#slideshow #pagination > li + li + li + li + li {
background-position: -84px -126px;
background-size: 200px;
}
#slideshow #pagination > li + li + li + li + li + li {
background-position: -104px -126px;
background-size: 200px;
}
#slideshow #pagination > li:hover,
#slideshow #pagination > li.current {
background-position: -63px -147px;
background-size: 200px;
}
#slideshow #pagination > li + li:hover,
#slideshow #pagination > li + li.current {
background-position: -84px -147px;
background-size: 200px;
}
#slideshow #pagination > li + li + li:hover,
#slideshow #pagination > li + li + li.current   {
background-position: -104px -147px;
background-size: 200px;
}
#slideshow #pagination > li + li + li + li:hover ,
#slideshow #pagination > li + li + li + li.current  {
background-position: -124px -147px;
background-size: 200px;
}
#slideshow #pagination > li + li + li + li + li:hover,
#slideshow #pagination > li + li + li + li + li.current   {
background-position: -146px -147px;
background-size: 200px;
}	
#slideshow .prev {
top: -61px;
}
#slideshow .next {
top: -61px;
}
#slideshow .nav {
background-position: -179px -125px;
width: 22px;
height: 35px;
background-size: 200px;
}
.content h2 span[id^='menu-item-id-title-'] {
position: relative;
top: 5px;
}
a.arrow {
background: transparent url(//162.241.140.166/~thebranches/wp-content/themes/niche_responsive/img/global_sprite.png) no-repeat -214px -115px;
width: 30px;
height: 30px;
background-size: 817%;
}
.content #blog.post .block .wp-post-image,
.content #blog.post > div .single .wp-post-image {
width: 100%;
max-width: 280px;
height: auto;
}			
.content #blog.post .block > .wp-post-image {				
display: block;				
float: none;			
}
.content #blog.post > div + div h3, 
.content #blog.post > div:nth-of-type(2) h3 {
font-size: 1.6rem;
}
.content #blog.post p {
max-width: 600px;
}
.content #blog.post p.info span {
font-size: 1.2rem;
}
.sub-section {
margin-left: 20px;
}
.content .post ul.cn-list-actions li, #cn-entry-actions li {
margin-left: 2px;
}
.home .events .one-quart {
width: 100%;
}
.content .post table {
font-size: inherit;
}
.content .post table.full td {
font-size: 0.7em;
}
.cn-left {
float: none !important;
}
.cn-image-style span {
width: 80px !important;
height: auto !important;
}
#liquid ul li {
margin-right: 2px;
margin-left: 2px;
}
#liquid ul li img {
width: 82%;
max-width: 130px;
}
#carousel-wrapper #liquid .previous {
background-size: 300px;
background-position: -272px -188px;
width: 30px;
height: 50px;
}
#carousel-wrapper #liquid .next {
background-size: 300px;
background-position: -272px -188px;
width: 30px;
height: 50px;
}
form.wpcf7-form input[type=text], 
form.wpcf7-form input[type=tel], 
form.wpcf7-form input[type=email], 
form.wpcf7-form input[type=password], 
form.wpcf7-form textarea {
max-width: 220px;
height: 28px;
}
form.wpcf7-form .submit-wrapper,
form.wpcf7-form input[type=submit] {
float: none;
display: block;
-webkit-appearance: none;
-webkit-border-radius: 0;
} #footer {
}
#footer .wrapper:first-of-type {
}
#footer #mb { display: block;
float: left;
padding: 26px 0 0 0px;
margin: 2px 0 -18px 0;
max-width: 102px;
}
ul#menu-top a[href*='getteamsupport'], 
ul#menu-top a[href*='teamviewer'], 
ul#menu-top li.support a {
left: 52px;
top: -26px;
}
ul#menu-top a[href*='connectboosteronline'] {
top: -22px;
left: 46px;
}
#footer ul#menu-social-media {
float: none;
display: block;
margin: 10px 0 0 0;
width: 100%;
text-align: center;
}
#footer ul#menu-social-media li {
float: none;
display: inline-block;
}
#footer form {
clear: both;
display: block;
margin: 0 auto;
float: none;
text-align: center;
padding: 28px 0 0;
}
#footer #nsup input {
float: none;
}
}
@media (max-width: 650px) {
#home-boxes {
flex-flow: row wrap;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
}	
.section.two-col {
display: block;
}
.col {
width: 100%;
padding: 30px;
}
}
@media (max-width: 540px) {
.alignright,
.alignleft {
float:none;
margin: 0 auto 20px;
}
}
@media (max-width: 475px) {
.slidesjs-control {
height: 230px !important;
}
}
@media (max-width: 425px) {
#logo {
float: none;
} #header-right {
text-align: center;
}
#header-right #current-user {
display: inline-block;
text-align: center;
float: none;
}
.home h1 sup {
font-size: 9px !important;
}
}