/*
Theme Name: BRC 2017
Theme URI: http://brcrecovery.staging.wpengine.com/
Author: BRC
Author URI: https://www.brcrecovery.com/
Description: BRC 2017.
Version: 1.0
*/

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* END NORMALIZATION */

/* WORDPRESS SPECIFIC */
img.alignright {float:right; margin:0 0 2em 2em}
img.alignleft {float:left; margin:0 2em 2em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 2em 2em}
a img.alignleft {float:left; margin:0 2em 2em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.alignleft,img.alignright,img.aligncenter {
  border: 5px solid #ddd;
  opacity: 0.7;
  transition: 0.3s;
}

img.alignleft:hover,img.alignright:hover,img.aligncenter:hover {
  opacity: 1.0;
}

img.size-full, img.size-medium, #inRightContent img {
  max-width: 97%;
  height: auto;
}

body {
  background-color: #fff;
  font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #747474;
  line-height: 20px;
}

.icon-text-circle i,
#colwrap #ab,
#subfooter,
#homeSidebar,
#inPageNav,
#colwrap.colwrapBlog,
#paralax,
blockquote {
  background-color: #eee;
}

#services h3,
.promo_overlay_blk,
#promo h3,
#subfooter,
.button,
#colwrap.colwrapBlog,
#contacts {
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #4b4b4b;
  line-height: 1.4;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgba(0,87,138,1);
}
a,:hover {
  transition: color 0.3s,background-color 0.3s;
}

blockquote {
  color: rgba(50, 108, 157, 1);
  font-size: 18px;
  padding: 20px 40px;
  margin: 0;
  margin-left: 10px;
  margin-right:20px;
  position: relative;
  clear: both;
}
blockquote p {
  margin: 0;
  padding: 0;
  display: inline;
}
blockquote:before,blockquote:after{
  position: absolute;
  top: 0;
  content: "";
  background-color: #eee;
  width:5px;
  height: 100%;
}
blockquote:before{
  left: -10px;
}
blockquote:after{
  right: -10px;
}
.modTitle {
  text-align: center;
}
.modTitle h2,.modTitle h1 {
  display: inline-block;
}
.modTitle h2:after,.modTitle h1:after {
  content: "";
  width: 128px;
  margin: 0 auto;
  height: 2px;
  background: #f9ce06;
  display: block;
}

ul{margin: 0;padding: 0}
#inRightContent ul{padding-left: 40px}
#footer {
  min-height: 200px;
  color: #fff;
  background-color: #222;
  padding-top: 50px;
  overflow: hidden;
  clear: both;
}

#header {
  width: 100%;
  background: #fff;
  transition: box-shadow .5s;
  opacity: 0.98;
}
#header.shad {
  box-shadow: 0 4px 15px 0 rgba(0,0,0,0.1);
}
#header.small,#headspace.small{
  height: 67px;
}
#header.auto {
  height: auto;
}
#header,#headspace {
  height: 134px;
}
.top-bar {
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-bottom: 0;
  height: inherit;
}
.title-area{
  display: table;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 19px;
}
.title-area.small{
  padding-top: 8px;
  padding-bottom: 8px;
/*   transition: all .1s; */
}
.title-area li{
  display: table-cell;
}
.title-area,.title-area li{
  position: relative;
  margin: 0;
}
.title-area .name {/* mobile */
  width: 100%;
}
.title-area h1, .title-area h1 a {
  margin: 0;
}
.title-area img {
  vertical-align: middle;
  max-height: 89px;
  width: auto;
  max-width: 75%;
}
.title-area img.small {
  height: 51px;
  transition: all 0s;
}
.top-bar .name h1 a {
  padding-left: 10px;
  display: block;
}
.toggle-topbar {
  vertical-align: bottom;
  padding-bottom: 5px;
}
.title-area.small .toggle-topbar{padding-bottom: 2px}

.toggle-topbar a {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 1.42857rem;
}




.top-bar ul {
  list-style: none;
}
.top-bar.expanded {
  height: auto;
}
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section .sub-menu{
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
.top-bar-section > ul .sub-menu.active{
  display: block;
  height: auto;
  overflow: visible;
  clip: auto;
  position: absolute;
  width: 100%;
}
.top-bar-section .menu-item-has-children {
  position: relative;
}
.top-bar-section .menu-item-has-children.moved {
  position: static;
}
.top-bar-section .menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(153, 153, 153, 0.4);
  border-left-style: solid;
  margin-right: 1.42857rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/*
.menu-item {
  line-height: 60px;
}
*/
.top-bar-section li a {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #999;
}
.top-bar-section li a:hover {
  background: #eee;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.maxwidth {
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}
#inmaxwidth {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
#footmax {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
#colwrap {
  padding: 0 30px 50px 30px;
  overflow-x: hidden;
}
#colwrap a,#inRightContent a {
  text-decoration: underline;
}
#colwrap h2 {
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0 30px 0;
}
#colwrap h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  line-height: normal;
}
#colwrap .aa {
  margin-top: 47px;
}
#colwrap #ab {
  padding-left: 3000px;
  margin-left: -3000px;
  padding-right: 3000px;
  margin-right: -3000px;
}


#ab a {
  text-decoration: none;
}
.ac {
  padding: 0 0 20px 0;
  overflow: hidden;
}
.ac h3 {
  margin-top: 0;
}
.acspecial {
  margin-top: -20px;
}
.footcol {
  padding: 0 30px 50px 30px;
}
.footcol p {
  color: #8b8b8b;
}
.footcol p.foothead {
  color: #fff;
  text-transform: uppercase;
}
.footcol img {
  margin-bottom: 60px;
}
.footcopy {
  max-width: 180px;
}
#footer ul {
  margin: 0;
}
#footer ul.socials {
  margin-top: 20px;
}
#footer ul.socials li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
#footer ul li {
  list-style: none;
  margin-bottom: 16px;
}
#footer ul a {
  color: #999;
  text-decoration: none;
  line-height: inherit;
}
#footer ul.socials i {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 1.25rem;
  line-height: 41px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#footer ul.socials a:hover i {
  background: #82c5e7;
}
#footer a:hover {
  color: #82c5e7;
}

.fadein{
  opacity: 0;
  transition: all 0.8s linear;
}
.fadein.appear {
  opacity: 1;
}
.icon-text-circle {
  text-align: center;
}
.icon-text-circle a {
  color:#666;
  text-transform: uppercase;
  text-decoration: none !important;
}
.icon-text-circle i{
  box-sizing: content-box;
  margin-bottom: 2.5rem;
  margin-bottom: 0;
  font-size: 66px;
  width:96px;
  height: 96px;
  color: #666;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 30px;
  border-radius: 50%;
  transition: color 0.2s linear;
  line-height: 1.4
}
.icon-text-circle i.iconhover,.icon-text-circle h3.iconhover {
  color:rgba(0,87,138,1);
}
.icon-text-circle i:before{
  margin: 0;
}
.icon-text-circle:before {
  font-family: "fontello";
  font-size: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: .2em;
}

#services {
  padding: 55px 0 55px 0;
}
#services > div {
  display: inline-block;
  text-align: center;
  margin: 0;
  width: 100%;
}
#services h3 {
  font-size: 16px;
}


#promo {
  width:100%;
  height: 500px;
  background-color: #005f94;
  position: relative;
}
#promo_overlay{
  position: absolute;
  top: 126px;
  left: 50%;
  margin-left:-206px;
  z-index: 2;
  line-height: 1.15;
}
.promo_overlay_blk,#promo h3 {
  font-weight: 100;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 24px;
}
.promo_overlay_blk {
  width:200px;
  border: 2px solid #bbb;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.promo_overlay_blk a {
  display: block;
  width: 100%;
  padding: 5px;
  color: #fff;
}
.promo_overlay_blk a:hover {
}
#promo_overlay1 {
  background-color: rgba(140,140,140,0.8);
  margin-right:4px;
}
#promo_overlay1:hover {
  background-color: rgba(249,206,6,0.8);
}
#promo_overlay2 {
  background-color: rgba(0,87,138,0.8);
  margin-left:4px;
}
#promo_overlay2:hover {
  background-color: rgba(0,109,173,0.8);
}
#promoGrad{
  background: url('images/gradient-overlay.png') no-repeat center;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#promo h3{
  text-transform: uppercase;
  margin: 0 auto;
  color: #222;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.8);
  position: absolute;
  z-index: 2;
  top: 50px;
  width: 100%;
  padding:0 20px;
  line-height: normal;
}


#inLeftSidebar {
  display: none;
}
#inLeftSidebar .menu-item {
  line-height: normal;
}
#inLeftSidebar ul {
  list-style: none;
}
#inLeftSidebar a{
  color: rgba(153,153,153,1);
}
#inLeftSidebar a:hover,
#inLeftSidebar li.current-menu-item:not(.current-menu-ancestor) > a,
#homeSidebar a:hover {
  color: #333;
}
#inRecoveryNews a,#inRecoveryNews h3,#homeSidebar,#homeSidebar a,#homeSidebar h3{
  color:rgba(193,193,193,1);
}
#inRightContent {
  overflow: hidden;
  padding: 0 50px;
}
#inRightContent ul {
  list-style-position: inside;
}

#subfooter{
  font-size: 18px;
}
#subfooter p{
  font-style: italic;
}
#subfooter p > a {
  font-style: normal;
}
#subfooter,#homeSidebar {
  padding: 30px 50px;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
#subfooter a {
  margin: 30px;
}


.button {
  font-size: 18px;
  display: inline-block;
  background-color: rgba(130,197,231,1);
  color: #fff;
  padding: 10px 20px;
  margin: 0px;
  border: 2px solid rgba(130,197,231,1);
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background-color: rgba(130,197,231,0.8);
}
.buttof {
  font-size: 16px;
  display: inline-block;
  background-color: transparent;
  color: rgba(130,197,231,1);
  padding: 10px 20px;
  margin: 0px;
  border: 2px solid #fff;
  cursor: pointer;
  height: 40px;
  line-height: normal;
}
.buttof:hover {
  color: #fff;
  background-color: #f9ce06;
  border: 2px solid #f9ce06;
}


#homeSidebar {
  display: none;
}
#homeSidebar ul{
  list-style: none;
}
#homeSidebar h3, #homeSidebar p {
  display: inline-block;
}
h3.headster,h3.widget-title,p.doublespace {
  margin: 0;
}

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.admin-bar .sticky{
  top:32px;
}



#colwrap.colwrapBlog {
  padding: 0 15px 15px 15px;
}
#colwrap.colwrapBlog article{
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.maxwidthblog{
  margin: 0 auto;
  max-width:76rem;
}
footer.entry-footer{
  clear: both;
  margin-top: 40px;
  text-transform: uppercase;
}
.wp-caption{
  max-width: 100%;
  padding: 4px;
  text-align: center;
}
.alignright{
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}
#colwrap h2.entry-title{
  text-align: left;
  margin: 0;
  font-size: 1.5rem;
  text-rendering: optimizeLegibility;
  line-height: normal;
}
#colwrap h2.entry-title a{
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
}
#colwrap h2.entry-title a:hover{
  color: #f9ce06;
}
#colwrap .author a,
#colwrap .vcard a,
#colwrap .cat-links a,
#contacts a {
  text-decoration: none;
  color: #333;
}
#colwrap .author a:hover,
#colwrap .vcard a:hover,
#colwrap .cat-links a:hover,
#contacts a:hover {
  color: rgba(0,87,138,0.6);
}
#subfooter.subfooterBlog {
  background-color: #fff;
}


#paralax{
  height: 100px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#paralax:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.centered{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#paralax h2{
  margin: 0;
}
#paralax p{
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 12px;
  height: 48px;
  margin-bottom: 1.875rem;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 2px transparent;
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 16px;
  margin: 0 0 1.14286 rem 0;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
textarea {
  height: 9rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: white;
  border-color: #b3b3b3;
  outline: none;
}
#contacts {
  line-height: 22px;
  margin-top: 45px;
}
.footcol .wpcf7 {
  float: none;
  width: 100%;
}
.footcol .wpcf7 p {
  margin: 0;
}
.footcol .wpcf7 input[type="email"] {
  margin: 20px 0 10px 0;
}
.tst-box-content {
  margin: 10px 0;
  padding: 20px;
  background-color: #ddd;
  color: #000;
}
.wonderplugingallery{margin: 30px 0}
.wonderplugingallery,#footpost {clear: both}
#footpost{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
#footpost img{
  vertical-align: middle;
  opacity: 0.8;
}
.stretch{
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

@media screen and (min-width:1181px) {
  #header .top-bar {
    max-width: 80rem;
    margin: 0 auto;
    margin-bottom: 0;
    overflow: visible;
    display: table;
    width: 100%;
  }
  .title-area {
    display: table-cell;
    width: auto;
  }
  .title-area,.title-area li{
    position: relative;
    margin: 0;
  }
  .title-area img {
    max-width: none;
  }
  .top-bar .name h1 a {
    max-width: none;
    display: inline;
  }
  .top-bar-section {
    transition: none;
    display: table-cell;
    vertical-align: bottom;
  }
  .menu-item{line-height: normal}

  .top-bar-section ul li > a{padding-bottom: 25px}
  .top-bar-section ul li > a.small{padding-bottom: 11px}
  .top-bar-section li {
    position: relative;
  }
  .top-bar-section li a {
    white-space: nowrap;
    height: auto;
    line-height: normal;
  }
  .top-bar-section li a:hover {
    background: transparent;
    color:#333;
    text-shadow:0 0 1px #555;
  }
  .top-bar-section .menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(153, 153, 153, 0.4)transparent transparent transparent;
    border-left-style: solid;
    margin-right: 1.42857rem;
    position: absolute;
    top: 12px;
    right: -18px;
  }
  .top-bar-section .sub-menu{
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    background: #fff;
    min-width: 100%;
    margin-top: 0;
    width: auto;
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.15);
    opacity: 0.98;
    z-index: 99;
  }
  .sub-menu .menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(153, 153, 153, 0.4);
    border-left-style: solid;
    margin-right: 1.42857rem;
    position: absolute;
    top: 50%;
    right: -18px;
  }
  .top-bar-section .sub-menu li{
    width: 100%;
  }
  .top-bar-section .sub-menu li:hover{
    background: #eee;
  }
  .top-bar-section .menu-item-has-children:hover > .sub-menu{
    display: block;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute;
  }
  .top-bar-section .sub-menu ul {
    left: 100%;
    right: 0;
    top: 0;
    width: 100%;
  }
  #promo_overlay{
    margin-left: -306px;
  }
  .promo_overlay_blk {
    width: 300px;
    font-size: 36px;
  }
  #promo h3{
    font-size: 42px;
    top:46px;
    font-weight: 100;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
    float: right;
  }
  .top-bar-section ul li {
    float: left;
  }

  .title-area li.toggle-topbar {
    display: none;
  }

  #menu-main-menu .sub-menu li a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }

  .footcol {
    width: 25%;
    float: left;
  }
  .ad {
    overflow: hidden;
  }
  .modTitle h2 {
    line-height: 52px;
    font-size: 1.4rem;
  }
  #inLeftSidebar {
    display: block;
    float: left;
    width: 250px;
  }
  #inPageNav h3 {
    margin: 16px 0;
  }
  #inPageNav, #inRecoveryNews {
    padding: 10px 20px;
  }
  #inPageNav li:not(.menu-item-has-children){
    margin: 16px 0;
  }
  #inRecoveryNews {
    padding: 30px 20px;
  }
  #inRecoveryNews a {
    display: inline-block;
    margin: 16px 0 0 0;
  }
  .page-id-6 li.menu-item-4426 ul, .parent-pageid-6 li.menu-item-4426 ul,.page-id-8 li.menu-item-4430 ul, .parent-pageid-8 li.menu-item-4430 ul,.page-id-10 li.menu-item-276 ul, .parent-pageid-10 li.menu-item-276 ul,.page-id-70 li.menu-item-276 ul, .parent-pageid-70 li.menu-item-276 ul{
    display: none;
  }
  #homeSidebar{
    display: block;
  }
  #colwrap.colwrapBlog{padding-bottom: 50px;}
  #colwrap.colwrapBlog article{padding: 60px 30px;}
  #colwrap h2.entry-title{font-weight: 600;font-size:35px}
  #paralax.modTitle h2{
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  }
  #paralax{
    background-image: url('images/brc-recovery-austin-blog-bg.jpg');
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    height: 292px;
  }
  #paralax.modTitle h2:after {
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  }
  .maxwidthblog{padding-top: 80px}
  .wpcf7{
    float: left;
    width: 66%;
  }
  #contacts {
    float: left;
    margin-left: 60px;
    margin-top: 0;
  }

}

@media screen and (min-width:768px){

  .circle, #services > div {
    width: 33%;
  }
  .circle img {
    max-width: 66%;
  }
}

@media screen and (max-width:604px){
  /* based on logo size */
  #header,#headspace,#header.small,#headspace.small{height: 67px}
  .title-area,.title-area.small{padding-top: 12px;padding-bottom:12px}
  .title-area img,.title-area img.small{height: 42px}
  #inRightContent{padding:0 20px}
  #colwrap{padding: 0 20px 50px 20px}
  .toggle-topbar,.title-area.small .toggle-topbar{padding-bottom: 0}
  #promo h3{
    font-size: 22px;
    top: 38px;
  }
}

@media screen and (max-width:430px){
  #promo_overlay1,#promo_overlay2 {
    margin-left:0;
    margin-right:0;
    margin-bottom:8px;
  }
  #promo_overlay{
    margin-left: 0;
    transform: translateX(-50%);
  }
  #promo h3 {padding: 0}
  #footpost{
    display: none;
  }
}

@media screen and (max-width:1180px) and (min-width: 431px) {
  #promo h3 {
    font-size: 3vw;
  }
