/* 
  Theme Name: Bodi Empowerment
  Theme URL: http://www.bodiempowerment.com/
  Description: 
  Author: Peony Gerochi
  Author URI: 
  Version: 2.0
  Tags: organic themes, wordpress customization

*/
body {
  padding-top: 70px;
}
footer {
  padding-left: 15px;
  padding-right: 15px;
}

a {
    color: #993300;
    text-decoration: none;
}

.logo-img {
    position: relative;
    top: 5px;
}

.ad-background {
    width: 100%;
    height: 100%;
    position: relative;
}

.ad-background > img {
    height: 400px;
    width: 100%;
}

.ad-background ul {
    border: 0 none;
    bottom: 10px;
    display: inline-block;
    position: absolute;
}

.ad-background ul li {
    display: inline-block;
    position: relative;
}

.ad-background ul li img {
    width: 200px;
}

.ad-background h1,
.ad-background h2,
.sub-information {
  position: absolute;
}

.ad-background h1 {
  color: #FFFFFF;
  font-size: 36px;
  height: auto;
  left: 40px;
  top: 150px;
}

.ad-background h2 {
  color: #FFFFFF;
  font-size: 30px;
  height: auto;
  left: 40px;
  top: 200px;
}

.sub-information {
    color: #FFFFFF;
    left: 40px;
    top: 260px;
}

.book-an-appointment {
    position: relative;
}

.how-to-article {
  width: 180px !important;
}

.font-icon {
  font-size: 20px;
  margin-top: 10px;
}

.font-icon a {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.font-icon a:hover {
  color: rgba(255, 255, 255, 1);  
  text-decoration: none;
}

.navbar {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 3px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.7);
  border: none;
}

.navbar .form-group {
  margin-top: 12px;
}

.navbar-inverse {
	background-color: rgba(161, 30, 0, 1.0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BA3709), to(#C74416));
  background-image: -webkit-linear-gradient(top, #BA3709, #C74416);
  background-image: -moz-linear-gradient(center top , #BA3709, #C74416);
  background-image:      -o-linear-gradient(top,  #BA3709, #C74416);
  background-image:         linear-gradient(to bottom,  #BA3709, #C74416);

  background-repeat: repeat-x;
  border-top: 1px solid #A11E00;
}

.navbar-inner {
	background: none repeat scroll 0 0 #A11E00;
  padding-right: 10px;
  min-height: 48px;
}

.navbar-orange {
  min-height: 48px;
}

.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  float: none;
  line-height: 19px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 10px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li.active a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  text-decoration: none;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

/*Menu UL*/
.menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.menu ul:before,
.menu ul:after {
  display: table;
  content: " ";
}

.menu ul:after {
  clear: both;
}

.menu ul:before,
.menu ul:after {
  display: table;
  content: " ";
}

.menu ul:after {
  clear: both;
}

.menu ul > li {
  position: relative;
  display: block;
}

.menu ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.menu ul > li > a:hover,
.menu ul > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.menu ul > li.disabled > a {
  color: #999999;
}

.menu ul > li.disabled > a:hover,
.menu ul > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.menu ul .open > a,
.menu ul .open > a:hover,
.menu ul .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.menu ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.menu ul > li > a > img {
  max-width: none;
}
/**/


#search-button {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  position: absolute;
  top: 15px;
}

#search-input {
  border-radius: 13px 13px 13px 13px;
  font-family: "Helvetica",Arial,serif;
  font-size: 11px;
  height: 23px;
  line-height: 1.2em;
  margin: 0;
  padding: 5px 5px 5px 28px;
  transition: all 0.7s ease 0s;
  width: 125px;
  border: 1px solid #C74416;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 25px !important;
}

.type-post img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.sidebar-nav .avatar {
  width: 100%;
  height: 100%;
}

.latest-post.related-post strong {
    font-weight: normal;
}

.latest-post.related-post li img {
    // float: left;
    // height: 75px;
    // margin-right: 10px;
    // width: 100px;
}

.small-font a {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 15px !important;
}

.icon-share-sign.icon-3 {
    color: #999999;
    font-size: 25px;
    left: -25px;
    position: absolute;
}

.latest-post .icon-share-sign.icon-3 {
  left: 0;
}

.social-network {
    display: none;
    left: -80px;
    position: absolute;
    top: 250px;
}

.latest-post .social-network {
    display: none;
}

.social-network ul li {
  list-style: none;
}

.icon-share-sign.icon-3:hover + .social-network,
.social-network:hover + .social-network {
    display: block;
}

.stBubble_count {
    line-height: 8px;
}

.search-icon {
  font-size: 16px;
}

#nav {
    float: left;
    padding: 0;
    list-style: none;
}

  .latest-post #nav {
    display: block;
    float: none;
    height: 30px;
    position: relative;
  }

  .latest-post ul.drop ul {
    top: -30px;
  }

#nav ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    display: block;
    position: relative;
}
#nav a {
    color: #fff;
    text-decoration: none;
}
#nav li:hover a {
    color: #7a7c41;
}
.static {
    cursor: default;
}
/*---- CROSS BROWSER DROPDOWN MENU ----*/
 ul#nav {
    margin: 0 0 0 0px;
}
ul.drop a {
    display:block;
    color: #7a7c41;
    font-size: 14px;
    text-decoration: none;
}
ul.drop, ul.drop li, ul.drop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #ecee9c;
}
ul.drop {
    position: absolute;
    z-index: 597;
    float: left;
}
ul.drop li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}
ul.drop li.hover, ul.drop li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
    background: #fff;
}
ul.drop ul {
    left: -40px;
    padding-top: 30px !important;
    padding-right: 30px !important;
    position: absolute;
    visibility: hidden;
    top: 0;
    z-index: 598;
    /*border: 1px solid #000;*/
}
ul.drop ul li {
    float: none;
}
ul.drop ul ul {
    top: -2px;
    left: 100%;
}
ul.drop li:hover > ul {
    visibility: visible;
}
.nobrd {
    border: none !important;
}


#cntctfrm_contact_form input.text, 
#cntctfrm_contact_form textarea,
#cntctfrm_contact_message, 
#cntctfrm_contact_name, 
#cntctfrm_contact_email, 
#cntctfrm_contact_subject {
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 31.5px;
    line-height: 21px;
    margin-bottom: 9px;
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    width: 100%;
}
#cntctfrm_contact_form textarea {
  height: 100px;
}

/*
 * Post
 * --------------------------------------------------
 */

.btn a {
  color: #fff;
}

.author {
  display: block;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 10px;
}

.author a,
.comments a
 {
  color: #BA3709;
}

article {
  position: relative;
}

/*article img {
  width: 100%;
  margin: 0 0 20px;
}*/

article .btn-danger {
  margin: 20px 0;
}

article h2,
article h2 a {
  color: #000000;
  font-weight: bold;
}

article h2 a:hover {
  color: #BA3709;
  text-decoration: none;
}

.comments {
  position: relative;
  float: right;
  top: 22px;
}

.wp-caption {
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 1em;
  max-width: 98%;
  padding: 8px 4px 4px;
  text-align: center;
}

.wp-caption img {
  margin: 0;
}

.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding: 6px 0 2px;
    text-align: center;
}

.aligncenter, .alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption img {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    border: 0 none;
    display: inline-block;
    margin: 0;
    padding: 2px;
    height: auto;
    max-width: 100%;
}

#respond #reply-title {
    font-weight: bold;
    background: url("img/icon-reply@2x.png") no-repeat scroll 0 50% / 17px auto rgba(0, 0, 0, 0);
    padding-left: 25px;
}

#respond #commentform p {
    margin: 0 0 10px;
}

#respond #commentform label {
    display: inline;
    margin-bottom: 5px;
    font-weight: normal;
}

#respond #commentform input[type="text"] {
    display: block;
}

#respond input[type="text"], #respond textarea {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DDDDDD;
    color: #000000;
}

#respond #commentform textarea {
    height: 140px;
    width: 100%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 31.5px;
    line-height: 21px;
    margin-bottom: 9px;
    padding: 4px 6px;
}

.form-allowed-tags {
  display: none;
}

input[type="submit"], .submit, input[type="button"], .button, input[type="reset"], .reset {
    background-color: #BA3709;
    color: #FFFFFF;
    border: none;
    -moz-user-select: none;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.tag , .note {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-right: 16px;
    text-transform: uppercase;
}

.tags a {
    color: #BA3709;
    font-size: 12px;
}

.comments-resp > a {
    color: #000000;
}

.comment-author img {
  width: auto !important;
  margin: 0;
}

.comment-author.vcard {
    float: left;
    margin-right: 10px;
}

.comment-info {
    line-height: 12px;
}

.comment-body {
    background: none repeat scroll 0 0 #F6F6F6;
    clear: both;
    margin-bottom: 20px;
    padding: 10px;
}
.comments-reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.comments-resp {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

.comments-resp i {
    color: #999999;
    font-size: 25px;
}

.comments-reply .avatar {
    height: 50px;
    width: 50px;
}

.small-text {
  font-size: 12px;
}

.reply {
    background: none repeat scroll 0 0 #E9E9E9;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    opacity: 0.8;
    padding: 1px 8px;
}

/*
 * Sidebar
 * --------------------------------------------------
 */

.latest-post {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.latest-post li {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-bottom: 20px;
    padding: 10px;
}

.latest-post li img {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 100%;
}

.latest-post li .title > a {
  color: #BA3709;
  font-weight: bold;
  display: block;
/*  font-size: 16px;*/
  line-height: 16px;
  margin-bottom: 10px;
}

.latest-post p {
  color: #333;
  font-size: 14px;
}

.latest-post.related-post > li {
    float: left;
    margin-right: 10px;
}

.author-box {
  margin: 20px 0;
  overflow: hidden;
}

.author-box .img {
  border: 1px solid #E9E9E9;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: inline-block;
  padding: 3px;
  width: 120px;
  height: 120px;
}

.author-box .img img {
  height: 111px;
}

.author-box h2 {
  margin-top: 0;
}

.author-box .author-note {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-family: "Helvetica",Arial,serif;
    font-size: 80%;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-right: 16px;
    text-transform: uppercase;
    vertical-align: top;
}

/*
 * Footer Sidebar
 * --------------------------------------------------
 */

#sidebar h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

#sidebar h3 a {
  color: #5C5A5C;
}

#sidebar .media-body  {
  color: rgba(92, 90, 92, 0.5);
  font-size: 16px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  background-color: #999;
  background-image: linear-gradient(to bottom, #888888 0px, #888888 100%);
}

/*
 * Footer
 * --------------------------------------------------
 */

footer {
  padding: 0;
  padding-top: 20px;
}
footer p {
  color: rgba(92, 90, 92, 0.5);
}

footer a {
  color: #5C5A5C
}

.footer-menu {
  margin: 30px;
  display: block;
}

.footer-menu ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}

.footer-menu li a {
  color: #5C5A5C;
}

.footer-menu li a:hover {
  text-decoration: none;
}

/*
 * Facebook
 * --------------------------------------------------
 */

.fb_iframe_widget {
  overflow: hidden;
}

/*
 * MailChimp
 * --------------------------------------------------
 */

.email-title {
  color: #BA3709;
  font-size: 1.3em;
  font-weight: bold;
}

#mc_embed_signup {
    border: 1px solid #A11E00;
}

#mc_embed_signup .mc-field-group label {
    display: inline !important;
    margin-bottom: 3px !important;
}

#mc_embed_signup .button {
   background-color: #BA3709 !important;
}

#mc_embed_signup #mce-success-response {
    color: #333333 !important;
}
#mc_embed_signup div.response {
    float: left;
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 1em 0 !important;
    padding: 0 0 1em !important;
    top: -1.5em;
    width: 80%;
    z-index: 1;
}

#post-721 iframe {
    width: 100%;
}


.small-font-dropdown-menu-posture,
.small-font-dropdown-menu-neck-pain,
.small-font-dropdown-menu-low-back {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: -478px;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 1110px;
    padding: 5px 0;
    position: absolute;
    top: 45px;
    z-index: 1000;
    display: none;
}

.small-font-dropdown-menu-neck-pain {
    left: -547px;
}

.small-font-dropdown-menu-posture {
    left: -586px;
}

.lower-back-pain:hover .small-font-dropdown-menu-low-back,
.neck-pain:hover .small-font-dropdown-menu-neck-pain,
.posture:hover .small-font-dropdown-menu-posture {
  display: block;
}

.small-font-dropdown-menu-neck-pain >li,
.small-font-dropdown-menu-low-back > li,
.small-font-dropdown-menu-posture > li {
    display: inline-block;
    float: left;
    margin: 20px;
    width: 180px;
}

.small-font-dropdown-menu-low-back .attachment-post-thumbnail.wp-post-image,
.small-font-dropdown-menu-neck-pain .attachment-post-thumbnail.wp-post-image,
.small-font-dropdown-menu-posture .attachment-post-thumbnail.wp-post-image {
    height: 135px;
    width: 180px;
}


a.category-link {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px !important;
    text-align: center;
    width: 100%;
    line-height: 14px;
}
// .small-font-dropdown-menu-neck-pain a,
// .small-font-dropdown-menu-posture  a,
// .small-font-dropdown-menu-low-back a {
//     font-size: 16px !important;
//     padding: 0;
//     position: relative;
//     width: 180px !important;
// }

/*
 * Off Canvas
 * --------------------------------------------------
 */
  /* Smartphones (portrait and landscape) ----------- */
  @media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px) {


  .ad-background h1 {
    color: #000000;
    font-size: 36px;
    height: auto;
    left: 40px;
    top: 0px;
  }

  .ad-background h2 {
    color: #000000;
    font-size: 20px;
    height: auto;
    left: 40px;
    top: 90px;
  }

  .sub-information {
    color: #000000;
    left: 40px;
    top: 170px;
    font-size: 16px;
    line-height: 19px;
  }

  .search-block .form-group {
    position: relative;
    margin-bottom: 0;
  }

  .search-block {
    float: none !important;
    width: 100% !important;
  }

  #search-input {
    width: 100%;
    height: 30px;
    font-size: 16px;
  }

  #search-button {
    top: 5px;
  }

  .alignnone.size-full {
    width: 100%;
  }

}

@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
  .ad-background h1 {
      font-size: 36px;
      height: auto;
      left: 40px;
      top: 130px;
      color: #000;
  }

  .ad-background h2 {
    font-size: 30px;
    height: auto;
    left: 40px;
    top: 180px;
    color: #000;
    line-height: 30px;
  }

  .sub-information {
    color: #000000;
    left: 40px;
    top: 270px;
    font-size: 16px;
    line-height: 16px;
  }

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .search-block {
      display: block;
      float: none !important;
      position: relative;
      width: 100%;
  }

  #search-input {
    height: 30px;
    width: 100%;
    padding: 5px 5px 5px 40px;
  }

  #search-button {
    left: 5px;
    top: 6px;
  }

  #nav {
    display: none;
  }
  .latest-post #nav {
    display: none;
  }
  
  .fb-like-box.fb_iframe_widget > span {
    width: 295px !important;
  }

  .small-font-dropdown-menu-posture, 
  .small-font-dropdown-menu-neck-pain, 
  .small-font-dropdown-menu-low-back {
    left: -290px;
    min-width: 750px;
  }

  .small-font-dropdown-menu-neck-pain {
    left: -383px;
  }

  .small-font-dropdown-menu-posture {
    left: -444px;
  }

}

/*Font Stuff*/
@media (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 20px;
  }

  h1, .h1 {
    font-size: 46px;
  }

  h3, .h3 {
      font-size: 42px;
  }

  article h2,
  article h2 a {
    font-size: 46px;
  }

  article {
    line-height: 24px;
  }

  #sidebar .list-inline > h3{
    font-size: 35px;
  }

  .latest-post > li {
    line-height: 24px;
  }

  .latest-post.related-post > li {
    width: 47%;
  }

  .latest-post li .title > a {
    font-size: 30px;
    line-height: 30px;
  }

  .mc-field-group {
      font-size: 20px;
  }

  .author {
      font-size: 20px;
  }

  .get-updates-footer {
    font-size: 40px;
  }

  .get-updates-footer > li {
      font-size: 35px;
      font-weight: bold;
  }

  .ad-background h1,
  .ad-background h2,
  .sub-information
   {
      color: #ffffff;
  }

}

@media (max-width : 1199px) and (min-width : 992px) {
  body {
    font-size: 18px;
    line-height: 18px;
  }

  h1, .h1 {
    font-size: 36px;
  }

  h3, .h3 {
      font-size: 34px;
  }

  article h2,
  article h2 a {
    font-size: 36px;
  }

  article {
    line-height: 24px;
  }

  #sidebar .list-inline > h3 {
    font-size: 25px;
  }

  .latest-post > li {
      line-height: 24px;
  }

  .latest-post.related-post > li {
    width: 47%;
  }

  .latest-post li .title > a {
    font-size: 26px;
    line-height: 26px;
  }

  .mc-field-group {
    font-size: 18px;
  }

  .author {
    font-size: 18px;
  }

  .get-updates-footer > li {
    font-size: 30px;
    font-weight: bold;
  }

  .ad-background h1,
  .ad-background h2,
  .sub-information
   {
      color: #ffffff;
  }

}

@media (max-width : 1000px) and (min-width : 768px) {
  body {
    font-size: 16px;
    line-height: 16px;
  }
  
  h1, .h1 {
    font-size: 30px;
  }

  h3, .h3 {
      font-size: 30px;
  }

  article h2,
  article h2 a {
    font-size: 30px;
  }

  article {
    line-height: 20px;
  }

  #sidebar .list-inline > h3 {
    font-size: 20px;
  }

  .latest-post > li {
      line-height: 20px;
  }

  .latest-post.related-post > li {
      margin-left: 0;
      width: 100%;
  }

  .latest-post li .title > a {
    font-size: 20px;
    font-size: 20px;
  }
  .mc-field-group {
      font-size: 16px;
  }
  .author {
      font-size: 16px;
  }

  .get-updates-footer > li {
    font-size: 28px;
    font-weight: bold;
  }

  .search-block .form-group {
    position: relative;
  }
}
// @media (max-device-width : 768px) {
//   body {
//     font-size: 12px;
//     line-height: 12px;
//   }
  
//   h1, .h1 {
//     font-size: 26px;
//   }

//   h3, .h3 {
//       font-size: 18px;
//   }

//   article h2,
//   article h2 a {
//     font-size: 26px;
//   }

//   article {
//     line-height: 14px;
//   }

//   #sidebar .list-inline > h3 {
//     font-size: 18px;
//   }

//   .latest-post > li {
//       line-height: 14px;
//   }

//   .latest-post.related-post > li {
//       margin-left: 0;
//       width: 100%;
//   }

//   .latest-post li .title > a {
//     font-size: 18px;
//     font-size: 18px;
//   }
//   .mc-field-group {
//       font-size: 12px;
//   }

//   .author {
//       font-size: 12px;
//   }

//   .get-updates-footer > li {
//     font-size: 26px;
//     font-weight: bold;
//   }

//   .lower-back-pain:hover .small-font-dropdown-menu-low-back,
//   .neck-pain:hover .small-font-dropdown-menu-neck-pain,
//   .posture:hover .small-font-dropdown-menu-posture {
//     display: none !important;
//   }
// }

