/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: black;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 1000px;
  margin: 0 auto; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 700px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 300px;
  float: right;
  padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #3baa53;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 182px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 182px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: white;
  padding: 0.5em 1em; }

.menu a:hover {
  background-color: #dddddd; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 45px;
  line-height: 1.32em;
  font-weight: bold;
  color: black; }

#site_title a {
  color: black; }

#site_title a:hover {
  color: #3baa53; }

#site_tagline {
  font-size: 17px;
  color: black;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 17px;
  line-height: 28px; }

.grt .headline {
  font-size: 28px;
  line-height: 43px;
  margin: 0; }

.headline,
.headline a {
  color: black; }

.headline a:hover {
  color: #3baa53; }

.grt h2 {
  font-size: 22px;
  line-height: 35px;
  margin-top: 39px;
  margin-bottom: 13px; }

.grt h2,
.grt h3 {
  color: black; }

.grt h3 {
  font-weight: bold; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 23px; }

.grt .drop_cap {
  font-size: 52px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .aligncenter,
.grt .alignnone,
.grt .post_image,
.grt .post_image_box,
.grt .wp-post-image,
.grt .caption,
.grt .wp-caption,
.grt .alert,
.grt .note,
.grt .box,
.grt .footnotes,
.headline_area {
  margin-bottom: 26px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 26px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt .box p:last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .footnotes p:last-child {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft,
.grt .ad_left {
  margin-bottom: 26px;
  margin-right: 26px; }

.grt .right,
.grt .alignright,
.grt .ad {
  margin-bottom: 26px;
  margin-left: 26px; }

.grt .caption {
  margin-top: -13px;
  color: black; }

.grt .footnotes p {
  margin-bottom: 13px; }

/*
 * ---:[ custom text styles ]:---
 */
.grt ul {
  list-style-type: square; }

.grt li a {
  text-decoration: underline; }

.grt li a:hover {
  text-decoration: none; }

.grt blockquote {
  color: black;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dddddd; }

.grt code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.grt pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: white;
  padding: 13px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  border: 1px solid #dddddd;
  background-color: white;
  padding: 13px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 13px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .wp-caption p {
  font-size: 13px;
  line-height: 23px; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 13px; }

.grt .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.grt .note {
  background-color: white;
  border: 1px solid #dddddd; }

.grt .box {
  background-color: #eaf8ed;
  border: 1px solid #c6ecce; }

.grt .footnotes {
  font-size: 13px;
  line-height: 23px;
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.grt .avatar {
  width: 66px;
  height: 66px;
  float: right;
  clear: both;
  margin-left: 13px; }

.grt .footnotes,
.grt sub,
.grt sup,
.grt .post_cats,
.grt .post_tags,
.byline,
.byline a {
  color: black; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: black; }

.byline .post_edit {
  margin-left: 13px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.grt .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.grt .author_description_intro {
  font-weight: bold; }

.grt .author_description .avatar {
  width: 84px;
  height: 84px;
  float: left;
  margin-right: 13px;
  margin-left: 0; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 28px;
  line-height: 39px;
  width: 45%;
  margin-bottom: 13px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box structural styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: black;
  text-decoration: none;
  margin-bottom: 26px; }

.num_comments_link:hover {
  background-color: #eeeeee; }

.bracket,
.num_comments {
  font-size: 26px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: black;
  border-top: 1px solid #dddddd;
  padding: 13px 26px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: black;
  margin-bottom: 13px;
  padding: 0 26px; }

.comments_intro a:hover {
  text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 23px;
  color: black;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 52px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 26px; }

.children .comment {
  list-style-type: none;
  margin-top: 26px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 26px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #3baa53; }

.comment .comment_head {
  margin-bottom: 13px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 13px;
  color: black; }

.comment_date a {
  color: black; }

.comment_footer a {
  font-size: 13px;
  line-height: 23px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 13px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 56px;
  height: 56px;
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 13px 26px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -52px 0 52px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
input[type="text"],
.input_text {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: black;
  border: 1px solid #dddddd;
  background-color: white;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"]:focus,
.input_text:focus {
  border-color: white;
  background-color: white; }

textarea.input_text {
  line-height: 28px; }

input[type="submit"],
.input_submit {
  font-family: inherit;
  line-height: 1em;
  font-weight: bold;
  border: 3px double #dddddd;
  background: white url('images/bg-button.png') repeat-x;
  padding: 0.5em; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 52px 0;
  padding: 0 26px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 22px;
  line-height: 35px;
  color: black;
  margin: 0 -26px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 26px 13px 26px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 13px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#commentform .input_submit {
  font-size: 22px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3baa53; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: white; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 30px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: black; }

.sidebar .post_content,
.widget li ul,
.widget li ol,
.sidebar .search-form input[type="submit"] {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 23px;
  text-align: right;
  color: black;
  border-top: 3px double #dddddd;
  padding: 13px 26px; }

.footer a {
  color: black; }

.footer a:hover {
  color: black; }

/*
 * ---:[ custom template styles ]:---
 */
body.landing {
  padding-top: 0; }

.landing .container {
  width: 700px; }

.landing .header,
.landing .headline_area,
.landing .footer {
  text-align: center; }

.full_page .columns > .content {
  width: 1000px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  display: table;
  clear: both;
  content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1000px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 700px; }

  .header {
    border-top: 1px solid #dddddd; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .full_page .columns > .content {
    width: 100%; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 26px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 26px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 26px; }

  .menu .current-menu-item > a {
    background-color: white; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 700px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 13px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 13px;
    padding-left: 13px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 13px; }

  .comments_closed,
  .login_alert {
    margin-right: 13px;
    margin-left: 13px; }

  .comment_form_title {
    margin-left: -13px;
    margin-right: -13px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: '\a';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .grt blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * fonts:
 * font-family: "hello_beautifulregular","Brush Script MT",cursive;
 * font-family: "hello_beautifulmarker","hello_beautifulregular","Brush Script MT",cursive;
 * font-family: "PT Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;400 700;
 * font-family: "TabletGothicCompressed-Thin','Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;300;
 * font-family: "lodgecode","Century Gothic",CenturyGothic,"Helvetica Neue",Arial,sans-serif;
 * font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif
 * colors:
 * yellow:#F3CC29
 * green:#3BAA53
 * navy:#0F1759
 * blue blockquote:#728FB4
 */
@font-face {
  font-family: 'hello_beautifulregular';
  src: url('//solutionsparentingsupport.com/webfonts/hellobeautiful-webfont.eot');
  src: url('//solutionsparentingsupport.com/webfonts/hellobeautiful-webfont.eot?#iefix') format('embedded-opentype'), url('//solutionsparentingsupport.com/webfonts/hellobeautiful-webfont.woff2') format('woff2'), url('//jenniferdemaagd.com/webfonts/hellobeautiful-webfont.woff') format('woff'), url('//solutionsparentingsupport.com/webfonts/hellobeautiful-webfont.ttf') format('truetype'), url('//solutionsparentingsupport.com/webfonts/hellobeautiful-webfont.svg#hello_beautifulregular') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'hello_beautifulmarker';
  src: url('//solutionsparentingsupport.com/webfonts/hellobeautiful-marker-webfont.woff2') format('woff2'), url('//jenniferdemaagd.com/webfonts/hellobeautiful-marker-webfont.woff') format('woff'), url('//jenniferdemaagd.com/webfonts/hellobeautiful-marker-webfont.otf') format('woff');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brandon_bold';
  src: url('//solutionsparentingsupport.com/webfonts/Brandon_txt_bld.eot');
  src: url('//solutionsparentingsupport.com/webfonts/Brandon_txt_bld.eot?#iefix') format('embedded-opentype'), url('//solutionsparentingsupport.com/webfonts/Brandon_txt_bld.woff2') format('woff2'), url('//solutionsparentingsupport.com/webfonts/Brandon_txt_bld.woff') format('woff'), url('//solutionsparentingsupport.com/webfonts/Brandon_txt_bld.ttf') format('truetype'); }
@font-face {
  font-family: 'Brandon_blk';
  src: url('//solutionsparentingsupport.com/webfonts/TabletGothicCompressed-Thin.eot');
  src: url('//solutionsparentingsupport.com/webfonts/TabletGothicCompressed-Thin.eot?#iefix') format('embedded-opentype'), url('//solutionsparentingsupport.com/webfonts/TabletGothicCompressed-Thin.woff2') format('woff2'), url('//solutionsparentingsupport.com/webfonts/TabletGothicCompressed-Thin.woff') format('woff'), url('//solutionsparentingsupport.com/webfonts/TabletGothicCompressed-Thin.ttf') format('truetype'); }
@font-face {
  font-family: 'Lodgecode';
  src: url('//solutionsparentingsupport.com/webfonts/lodgecode.eot');
  src: url('//solutionsparentingsupport.com/webfonts/lodgecode.eot?#iefix') format('embedded-opentype'), url('//solutionsparentingsupport.com/webfonts/lodgecode.woff2') format('woff2'), url('lodgecode.woff') format('woff'), url('//solutionsparentingsupport.com/webfonts/lodgecode.ttf') format('truetype'), url('//solutionsparentingsupport.com/webfonts/lodgecode.svg#youworkforthem') format('svg');
  font-weight: normal;
  font-style: normal; }
html,
.grt {
  font-size: 17px; }

body,
.post_content > p {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1,
.grt h1,
.grt .headline,
.grt .headline,
h2,
.grt h2,
.comment_form_title {
  font-family: "hello_beautifulregular", "Brush Script MT", cursive;
  font-size: 4rem;
  line-height: 3.5rem;
  padding: 0 100px 30px; }

.grt .headline {
  margin-top: 25px;
  text-align: center; }

.grt h1 + .grt h3 {
  margin-top: -30px; }

.featuredimg_headercontent .header_content h2 {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.35rem;
  letter-spacing: 2px;
  line-height: 2.35rem;
  padding: 0 0 10px;
  text-shadow: 1px 2px 2px rgba(22, 22, 22, 0.8); }

.comment_form_title {
  border-bottom: 1px solid black; }

.archive h1.archive_title {
  border: 1px solid;
  margin: 0;
  padding: 0; }

h3,
.grt h3,
.widget_title,
#learndash_course_content_title,
.template-single-sfwd-courses #lessons_list h4,
.template-single-sfwd-courses #lessons_list h4 a,
#wti_container h1,
.template-page .woocommerce .summary .product_title.entry-title,
.template-single .woocommerce .summary .product_title.entry-title {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 1.5rem;
  padding: 10px 100px 30px;
  text-transform: uppercase; }

.template-single-sfwd-courses #lessons_list h4 a {
  font-size: 0.9rem !important;
  line-height: 1rem !important;
  letter-spacing: 1px !important;
  padding: 5px 0 2px !important;
  margin-bottom: 15px; }

.template-single-sfwd-courses #learndash_course_content_title,
.template-single-sfwd-courses #lessons_list h4 {
  padding: 5px 0 0; }

.footer .widget_title {
  padding: 40px 0 30px; }

.sidebar .widget_title {
  padding: 15px 0; }

.woocommerce-billing-fields > h3 {
  padding: 0; }

h4 {
  font-family: "hello_beautifulregular", "Brush Script MT", cursive;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase; }

h5 {
  border-bottom: 1px solid;
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  line-height: 1.25rem;
  margin: 0 100px 15px;
  padding: 10px 0 8px; }

h6,
.byline a,
.post_author,
.post_date,
.blogsocialsharingicons,
.num_comments_link,
.comments_intro,
.bracket,
.num_comments {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  line-height: 1.25rem;
  margin-bottom: 25px;
  padding: 10px 100px 8px; }

.blogsocialsharingicons {
  margin: 0;
  padding: 15px 10px 10px; }

.comments_intro,
.bracket,
.num_comments {
  color: white;
  padding: 0; }

.grt blockquote,
blockquote {
  background: #728fb4 none repeat scroll 0 0;
  border: medium none;
  color: white;
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  line-height: 1.25rem;
  margin: 40px 0 35px;
  padding: 30px 60px 6px;
  text-transform: uppercase; }

.post_content blockquote a {
  border-bottom: 1px solid;
  color: white;
  padding-bottom: 3px; }

hr {
  border-color: black;
  border-style: solid;
  border-width: 0 0 2px;
  margin: 65px auto 15px;
  max-width: 500px; }

/*
 * padding
 */
.post_content p,
h1,
.grt h1,
.grt .headline,
.grt .headline,
h2,
.grt h2,
.grt h3,
h4,
h6,
.grt ul,
.grt ol {
  padding-left: 100px;
  padding-right: 100px; }

.landing .post_content > p,
.landing h1,
.landing .grt h1,
.landing .grt .headline,
.landing .grt .headline,
.landing h2,
.landing .grt h2,
.landing .grt h3,
.landing h4,
.landing h6,
.landing .grt ul,
.landing .grt ol {
  padding-left: 25px;
  padding-right: 25px; }

.create-account > p {
  padding: 25px 0 0; }

.landing h5 {
  margin: 0 25px 15px; }

#container_home_beststory h2 {
  padding-left: 70px;
  padding-right: 70px; }

#container_home_beststory h3 {
  padding: 25px 70px; }

#container_home_beststory p {
  padding: 10px 70px; }

.grt ul li ul {
  list-style-type: circle;
  padding: 0; }

.grt ol li ol {
  list-style-type: lower-roman;
  padding: 0; }

/*
 * buttons
 */
a:hover {
  opacity: 0.8; }

.num_comments_link:hover {
  background-color: transparent; }

h4 a,
.gform_wrapper .gform_footer .gform_button.button,
.post_content .excerpt_read_more,
#loginform .login-submit .button-primary,
.widgets_404 #searchform input[type="submit"],
#wti_container .button,
.template-page .woocommerce .summary button,
.template-single .woocommerce .summary button,
.woocommerce .checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .button.wc-backward,
div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
  background: #3baa53 none repeat scroll 0 0;
  border: 1px solid #3baa53;
  color: white;
  display: inline-block;
  font-family: "hello_beautifulmarker", "hello_beautifulregular", "Brush Script MT", cursive;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: normal;
  margin: 10px 0 35px;
  padding: 6px 20px 8px;
  text-transform: uppercase; }

#wti_container .button,
.woocommerce .checkout-button {
  background: #3baa53 none repeat scroll 0 0 !important;
  border-radius: 0;
  margin-bottom: 0; }

.woocommerce .button.wc-backward {
  border-radius: 0;
  margin: 0 auto;
  display: table; }

.template-page .woocommerce .summary button,
.template-single .woocommerce .summary button {
  background: #0f1759 none repeat scroll 0 0 !important;
  display: block;
  float: none !important;
  margin: 10px 0 0; }

.learndash h4 a {
  background: #728fb4 none repeat scroll 0 0;
  border: 1px solid #728fb4; }

.learndash #lessons_list h4 a {
  border: none; }

/*
 * join this course button
 */
.template-single-sfwd-courses #btn-join {
  border-radius: 0;
  margin-top: 30px; }

.post_content .excerpt_read_more {
  display: block;
  margin: 25px 0 35px;
  max-width: 150px;
  padding: 6px 20px 8px;
  text-align: center;
  text-decoration: none; }

h6 a,
.previous_posts > a,
.next_posts > a,
#commentform .input_submit {
  border: 1px solid black;
  color: black;
  display: inline-block;
  font-family: "hello_beautifulmarker", "hello_beautifulregular", "Brush Script MT", cursive;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  margin: 12px 0 16px;
  padding: 8px 20px 10px;
  text-transform: uppercase; }

.querybox_hometestimonials .post_content a {
  border-color: white;
  color: white; }

h6 a:hover,
.previous_posts > a:hover,
.next_posts > a:hover {
  background-color: black;
  color: white;
  text-decoration: none; }

.previous_post,
.next_post {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

.previous_post > a {
  text-decoration: none; }

.footer a {
  color: white;
  text-decoration: none; }

.footer a:hover {
  color: white; }

.landing .footer_content a,
.template_learndashlesson .footer_content a,
.template-single-sfwd-courses .footer_content a {
  color: inherit;
  letter-spacing: 0;
  text-decoration: none; }

p a,
.grt li a {
  text-decoration: none; }

.boom_bar .boom_bar-text > a {
  border: 1px solid;
  font-family: "hello_beautifulmarker", "hello_beautifulregular", "Brush Script MT", cursive;
  font-size: 1.5rem;
  margin: 0 10px;
  padding: 3px 17px 6px; }

body {
  padding-top: 0; }

.header,
.menu,
.menu a,
.menu .sub-menu,
.post_box,
.columns > .content,
.comment_list,
.prev_next,
.footer,
.columns > .sidebar,
.menu .current-menu-item > a {
  border: none; }

/*
 * .template-page
 */
.content {
  margin: 0 auto;
  max-width: 1000px; }

/*
 * template-single
 */
.template-single .container {
  max-width: 1300px;
  width: 100%; }

.template-single .columns > .content {
  max-width: 1000px;
  width: 100%; }

.template-front .container {
  margin: 5px 0.5%;
  width: 99%;
  max-width: 1600px; }

#container_nav {
  margin: 10px auto 0;
  max-width: 1600px;
  width: 100%; }

.logo {
  float: left; }

.landing .logo {
  float: none;
  display: table;
  margin: 40px auto 0; }

.container_menu {
  float: right; }

.container_navcourses {
  float: right; }

.gallery img {
  border: 2px solid white !important; }

.menu {
  padding: 24px 0 0; }

#menu_courses {
  padding: 5px 0 0; }

.menu a,
.menu a:hover,
.menu_control,
.menu .current-menu-item > a {
  background: transparent none repeat scroll 0 0; }

.menu a {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  padding: 10px 20px 0; }

/*
 * last menu item
 */
#menu-item-261 > a {
  padding-right: 5px; }

#menu_courses a {
  color: #888888;
  font-size: 0.6rem;
  letter-spacing: 1px;
  padding: 0 5px; }

.menufalse a {
  cursor: default; }

.menufalse a:hover {
  background: none;
  opacity: 1; }

.menu .sub-menu {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 9px 0 0; }

.menu .sub-menu a {
  border: 1px solid white;
  font-size: 0.6rem;
  line-height: 0.75rem;
  padding: 6px 20px; }

.menu .sub-menu .current-menu-item > a {
  border-bottom: none; }

.header {
  padding: 10px 0.5%;
  width: 99%;
  position: relative; }

.featuredimg_headercontent {
  color: white;
  margin: 0 10%;
  max-width: 80%;
  position: absolute;
  top: 28%;
  z-index: 48; }

/*
 * gravity forms
 */
.post_content .gform_wrapper {
  border: 1px solid;
  padding: 30px 50px; }

.landing_fullbg .post_content .gform_wrapper {
  background: #728fb4 none repeat scroll 0 0;
  border-color: white;
  color: white; }

.post_content .gform_wrapper label.gfield_label {
  font-weight: normal; }

.post_content .gform_wrapper .gfield {
  padding-top: 25px; }

.landing_fullbg .post_content .gform_wrapper .gfield {
  padding-top: 5px; }

.gform_wrapper .gform_body .formnolabels .gfield_label {
  display: none; }

.gform_wrapper .gform_heading .gform_description,
.gform_wrapper .gform_heading {
  margin-bottom: 0 !important;
  text-align: center; }

.featuredimg_headercontent .gform_wrapper {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border: 1px solid rgba(100, 100, 100, 0.2);
  margin: 40px 10% 0;
  max-width: 76%;
  padding: 18px 2%; }

.featuredimg_headercontent .gform_body {
  margin: 0 12%;
  max-width: 76%; }

.featuredimg_headercontent .gform_description {
  font-size: 1.25rem;
  padding: 0 50px; }

.featuredimg_headercontent .gform_wrapper .top_label li.gfield.gf_left_half,
.featuredimg_headercontent .gform_wrapper .top_label li.gfield.gf_right_half {
  padding: 8px; }

.featuredimg_headercontent .gform_wrapper .gfield .ginput_container input.medium {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  border: 1px solid white;
  color: white;
  font-size: 0.95rem !important;
  padding: 10px !important;
  text-align: center; }

.featuredimg_headercontent .gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 0; }

/*
 * fields
 */
.footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.blogoptin .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: medium none;
  padding: 10px;
  text-align: center; }

.sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid black;
  padding: 10px;
  text-align: center; }

.sidebar .gform_wrapper ul.gform_fields li.gfield,
.container .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

.container .gform_wrapper span.gform_description {
  width: 100%; }

.gform_wrapper .gform_body .gf_left_half .ginput_container,
.gform_wrapper .gform_body .gf_right_half .ginput_container {
  margin: 8px 1% 0; }

/*
 * section
 */
.gform_wrapper .gform_body h2 {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.gform_wrapper .gsection.field_description_above {
  border-bottom: 1px solid; }

.gfield.gsection.field_sublabel_below.field_description_above {
  padding-bottom: 0; }

/*
 * save and continue
 */
.post_content .gform_wrapper .gform_footer a.gform_save_link,
.post_content .gform_wrapper .gform_page_footer a.gform_save_link {
  display: table;
  margin: 25px auto 0; }

/*
 * submit button
 */
.gform_wrapper .gform_footer .gform_button.button {
  border: 1px solid #3baa53;
  display: table;
  margin: 0 auto;
  padding: 2px 20px 4px; }

.featuredimg_headercontent .gform_wrapper .gform_footer {
  margin: 0; }

.featuredimg_headercontent .gform_wrapper .gfield .ginput_container input.medium::-webkit-input-placeholder {
  opacity: 1; }

.featuredimg_headercontent .gform_wrapper .gfield .ginput_container input.medium::-moz-placeholder {
    /*
   * Firefox 19+
   */
  opacity: 1; }

.featuredimg_headercontent .gform_wrapper .gfield .ginput_container input.medium:-ms-input-placeholder {
  opacity: 1; }

.featuredimg_headercontent .gform_wrapper .gfield .ginput_container input.medium:-moz-placeholder {
    /*
   * Firefox 18-
   */
  opacity: 1; }

/*
 * testimonials
 */
.container .testimonial {
  border: medium none;
  margin: 40px auto 50px;
  width: 100%; }

.container .testimonial .inner {
  background: transparent none repeat scroll 0 0;
  border: 1px solid black;
  padding: 20px 40px 40px; }

.container .testimonial h3 {
  background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/quotes.png") no-repeat scroll 50% 0;
  color: black;
  font-weight: 100;
  margin: 20px 0 26px;
  padding: 60px 0 0;
  text-align: center; }

.container .testimonial .content {
  color: black;
  font-style: normal;
  text-align: center; }

.container .testimonial .client {
  color: black;
  font-size: 2rem;
  text-align: center; }

.container .testimonial .client .name {
  font-family: "hello_beautifulregular", "Brush Script MT", cursive;
  font-weight: normal; }

.container .testimonial .company {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 2px; }

.container .testimonial .company a {
  color: #3baa53; }

.container .testimonial .photo {
  display: table;
  float: none;
  margin: 0 auto; }

.container .testimonial .photo img {
  border-radius: 100%;
  max-width: 120px; }

/*
 * image gallery
 */
.ithemes-billboard > a {
  float: left;
  margin: 2% 2% 0;
  max-width: 29.33%; }

.ithemes-billboard.ithemes-billboard-hilary-and-jen-bios > a {
  margin: 0.25%;
  max-width: 49.5%; }

/*
 * learndash
 */
.post_content .thumbnail.course .price,
#ld_course_list .caption,
#learndash_course_status {
  display: none; }

#ld_course_list .wp-post-image {
  margin-bottom: 0; }

/*
 * breadcrumbs
 */
#text-2 {
  border: 1px solid;
  margin: 26px;
  padding: 10px 0 20px;
  text-align: center; }

.widgets_learndashfooter .widget_title {
  padding-bottom: 5px; }

/*
 * buttons
 */
#sfwd-mark-complete > input,
#learndash_next_prev_link > a,
.container .btn-join,
.container #btn-join,
.uo_loginForm .uo_logout #wp-submit {
  display: table;
  font-family: "hello_beautifulmarker", "hello_beautifulregular", "Brush Script MT", cursive;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 auto;
  padding: 8px 20px 10px !important;
  text-align: center; }

.template_learndashlesson #learndash_next_prev_link > a,
.uo_loginForm .uo_logout #wp-submit {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid;
  color: #3baa53 !important;
  width: 180px; }

/*
 * login form
 */
.login-msg {
  text-align: center; }

.uo_logout {
  color: white;
  display: table;
  margin: 0 auto; }

.uo_logout_user {
  display: none; }

.uo_logout #wp-submit {
  display: block;
  margin-bottom: 25px;
  text-align: center; }

.container .uo_loginForm h2 {
  display: none; }

.container .uo_loginForm > form {
  border: 1px solid #dddddd;
  display: table;
  margin: 0 auto;
  padding: 25px; }

container .login-username .input,
.login-password .input {
  border: 1px solid black;
  font-size: 1rem;
  padding: 10px 6px; }

#loginform p {
  padding: 0 15px; }

#loginform .input {
  border: 1px solid black;
  display: block;
  font-size: 1rem;
  padding: 12px 5%;
  width: 90%; }

.forgot-link {
  display: table;
  margin: 0 auto; }

#loginform .button-primary {
  border: 1px solid #3baa53;
  width: 100%;
  margin-bottom: 0; }

/*
 * lessons pages
 */
.template_learndashlesson h2 + .template_learndashlesson h3 {
  margin-top: -30px; }

.template_learndashlesson h5 + .template_learndashleasson ul {
  margin-top: 30px; }

.template_learndashlesson h4 {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.85rem;
  padding-bottom: 6px;
  padding-top: 36px;
  text-transform: none; }

.template_learndashlesson h5 {
  background: #0f1759 none repeat scroll 0 0;
  color: white;
  margin-bottom: 1px;
  margin-top: 30px;
  padding: 8px 20px; }

.template_learndashlesson h6 {
  margin: 0;
  padding-bottom: 2px;
  padding-top: 2px; }

.template_learndashlesson h6 a {
  background: #728fb4 url("https://solutionsparentingsupport.com/wp-content/uploads/bg-downloadarrow@2x.png") no-repeat scroll 98% 50%;
  background-size: 22px 22px;
  border: 1px solid #728fb4;
  color: white;
  display: block;
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin: 0; }

.template_learndashlesson ol > li {
  margin-top: 20px; }

/*
 * woocommerce
 */
.template-page .woocommerce p.price,
.template-page .woocommerce .woocommerce-checkout h3,
.template-page .woocommerce h2,
.woocommerce .woocommerce-MyAccount-navigation > ul,
.woocommerce .woocommerce-MyAccount-content > p {
  padding: 0; }

#wti_content .woocommerce-Price-amount.amount {
  color: black; }

.template-single-product #wti_container #wti_content {
  border: 1px solid;
  margin: 20px auto;
  max-width: 800px; }

.template-page .woocommerce .single-product,
.template-single .woocommerce .single-product {
  background: #3baa53 none repeat scroll 0 0;
  color: white;
  margin: 20px 0 45px;
  text-align: center; }

.template-single-product #wti_content .post_box {
  padding: 20px 20px 0; }

.template-page .woocommerce .product,
.template-single .woocommerce .product {
  padding: 0 15px; }

.template-single-product #wti_content .images {
  margin-bottom: 0; }

#wti_container h1,
.template-page .woocommerce .summary .product_title.entry-title,
.template-single .woocommerce .summary .product_title.entry-title {
  padding: 20px 0 5px; }

.template-page .woocommerce .images,
.template-single .woocommerce .images {
  display: none !important; }

.template-page .woocommerce .summary.entry-summary,
.template-single .woocommerce .summary.entry-summary {
  float: none;
  width: 100%; }

.template-page .woocommerce div.product p.price,
.template-page .woocommerce div.product span.price,
.template-single .woocommerce div.product p.price,
.template-page .woocommerce div.product span.price {
  color: white; }

.productinfo-show-discounts {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase; }

#wti_content .quantity .qty,
.woocommerce .quantity .qty {
  border: 1px solid lightgrey;
  font-size: 1rem;
  margin-top: 10px;
  padding: 13px 5px; }

.woocommerce .summary.entry-summary .quantity .qty {
  border: 2px solid #3baa53;
  font-size: 1rem;
  padding: 11px 5px; }

.template-page .woocommerce .summary.entry-summary .cart,
.template-single .woocommerce .summary.entry-summary .cart {
  display: table;
  margin: 0 auto 35px;
  width: 26%; }

.woocommerce .wc_payment_method.payment_method_stripe label img {
  float: right; }

.woocommerce .input-text {
  font-size: 1rem;
  padding: 15px 5px; }

.woocommerce-checkout .select2-container .select2-choice {
  border-radius: 0;
  padding: 7px 5px; }

/*
 * check-out page - no shipping
 */
.woocommerce-checkout .woocommerce {
  margin: 0 auto;
  max-width: 800px; }

.woocommerce-page .col2-set .col-1 {
  float: none !important;
  width: 100% !important; }

.template-page .woocommerce .woocommerce-info::before,
.template-page .post_content .woocommerce-message::before {
  color: #728fb4; }

.template-page .woocommerce .woocommerce-info,
.template-page .post_content .woocommerce-message {
  border-top-color: #728fb4; }

.woocommerce .cart-empty {
  text-align: center; }

.woocommerce .shop_table .coupon {
  background: #f7f6f7 none repeat scroll 0 0;
  margin: 10px 0;
  padding: 20px 30px !important; }

.woocommerce-account .woocommerce {
  border: 1px solid;
  margin: 0 15px;
  padding: 25px 25px 10px; }

/*
 * home page
 */
#container_home_beststory {
  background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/bg-rockclimbing.jpg") no-repeat scroll 0 100%;
  padding: 25px 0; }

.querybox_home_beststory {
  background: rgba(255, 255, 255, 0.7) none no-repeat scroll 0 0;
  margin: 0 6% 0 34%;
  max-width: 60%; }

.template-front .querybox_home_beststory .post_content {
  padding: 60px 0 10px; }

#container_home_testimonials {
  background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/bg-testimonials.jpg") repeat scroll 50% 25%;
  margin-bottom: 50px;
  padding: 100px 0 50px; }

.template-front .querybox_hometestimonials .post_content {
  max-width: 60%;
  padding: 20px 20% 60px; }

.template-front .querybox_hometestimonials {
  background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/quotesw.png") no-repeat scroll 50% 0; }

.template-front #it_rotatingtext-group-0 {
  height: auto; }

.template-front .querybox_hometestimonials .rotatingtext-wrapper {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 1px;
  text-transform: uppercase; }

.template-front .querybox_hometestimonials .rotatingtext .rselector {
  line-height: 150%; }

.template-front .querybox_hometestimonials .rotatingtext-wrapper h2 {
  font-size: 3rem;
  line-height: 2.75rem;
  margin-bottom: 15px;
  padding: 0;
  text-transform: none; }

#container_home_bios {
  margin: 0 0.25% 0;
  width: 99.5%; }

.querybox_homebios .post_content > h3,
.querybox_homebios .post_content > p {
  margin: 0 auto;
  max-width: 800px; }

/*
 * landing pg
 */
.landing_fullbg .container_landing {
  position: relative; }

.landing_fullbg .container_landing .container {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  margin-bottom: 2%;
  max-width: 860px;
  padding: 2%; }

/*
 * blog
 */
.grt .small,
.grt .caption {
  margin: 0 0 25px; }

.byline a {
  border-bottom: none; }

.byline a,
.post_author,
.post_date {
  display: table;
  font-size: 0.7rem;
  margin: 0 auto;
  padding: 0 100px; }

.container_blogfooter {
  background: #0f1759 none repeat scroll 0 0;
  color: white;
  margin: 4px 0; }

.blogoptin {
  padding: 25px; }

.blogsocialsharingicons {
  float: left; }

.addthis_sharing_toolbox {
  display: inline-block; }

.num_comments_link,
.comments_intro {
  color: white;
  float: right;
  margin: 0;
  padding: 32px 10px 0; }

/*
 * 404 search widget
 */
body.template-fourohfour {
  background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/download-maze.jpg") no-repeat scroll 0 100%;
  background-size: cover; }

.widget_search.widgets_404 {
  border: 1px solid;
  padding: 20px 10px 40px; }

.widgets_404 .widget_title {
  padding: 0;
  text-align: center; }

.widgets_404 .searchform {
  display: table;
  margin: 0 auto; }

.widgets_404 #searchform input {
  border: 1px solid;
  padding: 14px; }

.widgets_404 #searchform input[type="submit"] {
  display: block;
  margin-bottom: 0;
  width: 100%; }

/*
 * sidebar
 */
.sidebar .widget {
  border: 1px solid;
  margin-bottom: 25px;
  padding: 15px;
  text-align: center; }

/*
 * social buttons
 */
/*
 * sidebar
 */
.socialsharingbuttons {
  display: table;
  margin: 0 auto -8px; }

/*
 * social media buttons sidebar - colored
 */
.Colorsocialbuttonsall {
  margin: 0 auto;
  display: table; }

.Colorsocialbuttons {
  float: left;
  width: 48px;
  margin: 10px 5px; }

.Colorsocialbuttonstop {
  float: left; }

/*
 * twitter - colored
 */
#Colorsocialbuttons_twitter a {
  display: block;
  height: 49px;
  width: 48px;
  padding: 0px;
  margin-right: 6px;
  outline: none;
  text-indent: -9999px;
  background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48.png');
  background-position: 0 0; }

#Colorsocialbuttons_twitter > a:hover {
  background-position: 0 -49px; }

/*
 * facebook - colored
 */
#Colorsocialbuttons_facebook a {
  display: block;
  height: 49px;
  width: 48px;
  padding: 0px;
  outline: none;
  text-indent: -9999px;
  background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48.png');
  background-position: -48px 0; }

#Colorsocialbuttons_facebook > a:hover {
  background-position: -48px -49px; }

/*
 * instagram - colored
 */
#Colorsocialbuttons_instagram a {
  display: block;
  height: 49px;
  width: 48px;
  padding: 0px;
  outline: none;
  text-indent: -9999px;
  background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48.png');
  background-position: -96px 0; }

#Colorsocialbuttons_instagram > a:hover {
  background-position: -96px -49px; }

/*
 * youtube - colored
 */
#Colorsocialbuttons_youtube a {
  display: block;
  height: 49px;
  width: 48px;
  padding: 0px;
  outline: none;
  text-indent: -9999px;
  background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48.png');
  background-position: -336px 0; }

#Colorsocialbuttons_youtube > a:hover {
  background-position: -336px -49px; }

/*
 * pinterest - colored
 */
#Colorsocialbuttons_pinterest a {
  display: block;
  height: 49px;
  width: 48px;
  padding: 0px;
  outline: none;
  text-indent: -9999px;
  background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48.png');
  background-position: -144px 0; }

#Colorsocialbuttons_pinterest > a:hover {
  background-position: -144px -49px; }

/*
 * linkedin - colored
 */
#Colorsocialbuttons_linkedin a {
  display: block;
  height: 49px;
  width: 48px;
  padding: 0px;
  outline: none;
  text-indent: -9999px;
  background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48.png');
  background-position: -432px 0; }

#Colorsocialbuttons_linkedin > a:hover {
  background-position: -432px -49px; }

/*
 * email - colored
 */
#Colorsocialbuttons_email a {
  display: block;
  height: 49px;
  width: 48px;
  padding: 0px;
  outline: none;
  text-indent: -9999px;
  background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48.png');
  background-position: -240px 0; }

#Colorsocialbuttons_email > a:hover {
  background-position: -240px -49px; }

/*
 * footer
 */
.footer {
  background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/bg-footer.jpg") no-repeat scroll 50% 100%;
  background-size: 100%;
  color: white;
  font-size: 1rem;
  margin: 50px 0.5% 5px;
  max-width: 1600px;
  padding: 25px 2% 0;
  text-align: center;
  width: 95%; }

.template-front .footer,
.template-about .footer {
  margin-top: 2px; }

.landing .footer_content,
.template-single-sfwd-lessons .footer_content,
.template-single-sfwd-courses .footer_content {
  border-top: 1px solid;
  margin: 80px 0 0;
  padding: 20px 0;
  text-align: center; }

.footerwidgets {
  border: 1px solid white;
  float: left;
  height: 396px;
  margin: 15px 1%;
  padding: 0 2% 25px;
  width: 27%; }

.footer .widget ul {
  list-style: inside none disc;
  text-align: left; }

.footer .thesis-killer-recent-entries a {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 0;
  text-transform: uppercase; }

.footer .menu li {
  float: none; }

.footer .widget ul.menu {
  list-style: outside none none;
  text-align: center; }

.footer .menu a {
  padding: 0 20px; }

.footer_content {
  padding-top: 40px; }

.footer_content p {
  font-family: "lodgecode", "Century Gothic", CenturyGothic, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 0.65rem; }

/*
 * retina
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .container .testimonial h3 {
    background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/quotes@2x.png") no-repeat scroll 50% 0;
    background-size: 45px 30px; }

  .template-front .querybox_hometestimonials {
    background: transparent url("//solutionsparentingsupport.com/wp-content/uploads/quotesw@2x.png") no-repeat scroll 50% 0;
    background-size: 45px 30px; }

  /*
   * twitter
   */  #Colorsocialbuttons_twitter a {
    background-size: 480px 98px;
    background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48@2x.png');
    background-position: 0 0; }

  #Colorsocialbuttons_twitter a:hover {
    background-position: 0 -98px; }

  /*
   * facebook
   */  #Colorsocialbuttons_facebook a {
    background-size: 480px 98px;
    background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48@2x.png');
    background-position: -48px 0; }

  #Colorsocialbuttons_facebook a:hover {
    background-position: -48px -98px; }

  /*
   * instagram
   */  #Colorsocialbuttons_instagram a {
    background-size: 480px 98px;
    background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48@2x.png');
    background-position: -96px 0; }

  #Colorsocialbuttons_instagram a:hover {
    background-position: -96px -98px; }

  /*
   * youtube
   */  #Colorsocialbuttons_youtube a {
    background-size: 480px 98px;
    background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48@2x.png');
    background-position: -336px 0; }

  #Colorsocialbuttons_youtube a:hover {
    background-position: -336px -98px; }

  /*
   * pinterest
   */  #Colorsocialbuttons_pinterest a {
    background-size: 480px 98px;
    background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48@2x.png');
    background-position: -144px 0; }

  #Colorsocialbuttons_pinterest a:hover {
    background-position: -144px -98px; }

  /*
   * linkedin
   */  #Colorsocialbuttons_linkedin a {
    background-size: 480px 98px;
    background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48@2x.png');
    background-position: -432px 0; }

  #Colorsocialbuttons_linkedin a:hover {
    background-position: -432px -98px; }

  /*
   * email - colored
   */  #Colorsocialbuttons_email a {
    background-size: 480px 98px;
    background-image: url('//solutionsparentingsupport.com/wp-content/uploads/social-buttons-49x48@2x.pngg');
    background-position: -480px 0; }

  #Colorsocialbuttons_email > a:hover {
    background-position: -480px -98px; } }

@media all and (max-width:1300px) {
  /*
   * template-single
   */  .template-single .container {
    max-width: 1000px;
    width: 100%; }

  .template-single .columns > .content {
    max-width: 700px;
    width: 100%; }

  .template-single .post_content > p,
  .template-single .grt h1,
  .template-single .grt .headline,
  .template-single .grt .headline,
  h2,
  .template-single .grt h2,
  .template-single .grt h3,
  .template-single h4,
  .template-singleh6,
  .template-single.grt ul,
  .template-single .grt ol {
    padding-left: 0px;
    padding-right: 0px; } }

@media all and (max-width:1100px) {
  .featuredimg_headercontent {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    margin: -125px 6% 0;
    max-width: 88%;
    position: relative; }

  .featuredimg_headercontent .header_content h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    padding: 35px 10px 0; }

  .featuredimg_headercontent .gform_wrapper {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    margin: 20px 5% 0;
    max-width: 90%; }

  .featuredimg_headercontent .gform_description {
    font-size: 1.15rem;
    padding: 0 25px; } }

@media all and (max-width:1000px) {
  .post_content > p,
  h1,
  .grt h1,
  .grt .headline,
  h2,
  .grt h2,
  .grt h3,
  h3,
  h4,
  h6,
  .grt ul,
  .grt ol,
  .featuredimg_headercontent .gform_description,
  #container_home_beststory h2,
  #container_home_beststory h3,
  #container_home_beststory p,
  .grt blockquote p {
    padding-left: 25px;
    padding-right: 25px; }

  h1,
  .grt h1,
  .grt .headline,
  .grt .headline,
  h2,
  .grt h2,
  .comment_form_title {
    font-size: 3rem;
    line-height: 3rem;
    padding-bottom: 15px; }

  h3,
  .grt h3,
  .widget_title {
    font-size: 0.9rem;
    letter-spacing: 2px;
    line-height: 1.35rem; }

  h5 {
    margin: 0 25px 15px; }

  .grt blockquote,
  blockquote {
    padding: 30px 25px 7px; }

  .container .testimonial .inner {
    padding: 20px 25px 40px; }

  .container,
  .landing .container {
    max-width: 1000px; }

  .container_navcourses {
    margin-top: 15px;
    margin-right: 15px; }

  .logo {
    padding-left: 15px; }

  .menu_control {
    padding: 31px 20px 0;
    text-align: right; }

  #menu_courses {
    display: inline; }

  #menu_courses li {
    float: left;
    width: auto; }

  .menu.show_menu a {
    padding: 12px 20px;
    text-align: right; }

  #menu-item-396 a {
    display: none; }

  /*
   * last menu item
   */  #menu-item-261 > a {
    padding-right: 20px; }

  .querybox_home_beststory {
    margin: 0 10%;
    max-width: 80%; }

  .columns > .sidebar {
    display: none; }

  .footer {
    background: #6f716e url("//solutionsparentingsupport.com/wp-content/uploads/bg-footer.jpg") no-repeat scroll 50% 100%;
    background-size: 125%;
    height: auto; }

  .footerwidgets {
    height: 200px;
    padding-bottom: 0;
    width: 43.5%; }

  #gform_widget-3 {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.6);
    float: none;
    height: auto;
    width: 94%; }

  .footer .widget_title {
    padding: 15px 0 5px; }

  .footer .widget li {
    margin-bottom: 0; }

  .footer_content {
    padding-top: 0; }

  #menu-footer-quick-links {
    display: inline; }

  .footer .gform_wrapper {
    margin: 0 10% 16px;
    max-width: 80%; } }

@media all and (max-width:700px) {
  .post_content > p,
  h1,
  .grt h1,
  .grt .headline,
  .grt .headline,
  h2,
  .grt h2,
  .grt h3,
  h3,
  h4,
  h6,
  .grt ul,
  .grt ol,
  .featuredimg_headercontent .gform_description,
  .grt blockquote p {
    padding-left: 0;
    padding-right: 0; }

  h5 {
    margin: 0 0 15px; }

  .featuredimg_headercontent .gform_wrapper {
    margin: 10px 5% 0; }

  .featuredimg_headercontent .header_content h2 {
    font-size: 1.5rem;
    line-height: 1.75rem; }

  .featuredimg_headercontent .gform_wrapper .gform_footer .gform_button.button {
    margin: 0 15%;
    width: 70%; }

  .ithemes-billboard > a {
    margin: 4px 0;
    max-width: 100%; }

  .querybox_home_beststory {
    margin: 0 3%;
    max-width: 96%; }

  .template-front .querybox_hometestimonials .post_content {
    max-width: 96%;
    padding: 20px 2% 60px; }

  .footer {
    background-size: 150%;
    height: auto; }

  .footerwidgets {
    height: auto;
    padding-bottom: 15px;
    width: 93.75%; }

  .footer .widget_title,
  .footer .widget ul.menu {
    text-align: left; }

  #gform_widget-3 .widget_title {
    text-align: center; }

  .footer .widget ul.menu {
    list-style: outside none disc; }

  #menu-footer-quick-links li {
    margin-left: 15px; }

  .footer .menu a {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .template-page .woocommerce tr.cart_item td {
    border-bottom: 1px solid #ebe9eb; }

  .template-page .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .template-page .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.01); } }

@media all and (max-width:600px) {
  .ithemes-billboard.ithemes-billboard-hilary-and-jen-bios > a {
    max-width: 99.5%; }

  .featuredimg_headercontent {
    margin: -52px 6% 0; } }

@media all and (max-width:450px) {
  .container_navcourses {
    display: table;
    float: none;
    margin: 15px auto; }

  .logo,
  .container_menu {
    float: none; }

  .featuredimg_headercontent .header_content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem; }

  #menu_courses a {
    letter-spacing: 0;
    padding: 0 4px; }

  #gform_widget-3 {
    padding: 0;
    width: 98%; }

  .menu_control {
    text-align: center; }

  .logo img {
    margin: 0 auto; }

  .menu.show_menu a {
    text-align: center; }

  .post_content .gform_wrapper {
    padding: 0 20px 25px; } }

.clearfloats,
.container:after,
.container_blogfooter:after,
.ithemes-billboard:after,
.woocommerce .single-product div.product:after,
.woocommerce .wc_payment_method.payment_method_stripe > label:after {
  display: table;
  clear: both;
  content: ''; }