* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  color: #9f9f9f;
  font-family: "proxima-nova",sans-serif;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #4a4b4b;
  font-family: "proxima-nova",sans-serif;
  background: #f9f9f9;
}

.page_wrapper {
  min-height: 93%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.push {
  clear: both;
  height: 0;
}

h1,h2,h3,h4,h5,h6 {
  color: #484848;
  font-family: "proxima-nova",sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
}

.green {
  color: #1aa4d8 !important;
}

p {
  font-family: "proxima-nova",sans-serif !important;
}

a:hover {
  color: #1aa4d8;
}

a {
  color: #1aa4d8;
  word-break: break-word;
}

/**
 * HEADER
 **************************************************/
.header {
  padding: 16px 0 10px 0;
}
.header .logo{text-align: center;}

#logo-top {
  margin-top:0px;
}

.header .large-offset-3 {
  text-align: right;
  font-size: 1em;
}

.header input[type="text"] {

}

.side-nav li {
  margin-bottom: 0px;
}

button,
.button {
  background-color: #1aa4d8;
  border-color: #1aa4d8;
  color: #fff;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-transition: 0 0 0;
  -moz-transition: 0 0 0;
  transition: 0 0 0;
}
button:hover,
.button:hover {
  background-color: #1aa4d8;
  border-color: #1aa4d8;
  color: #fff;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-transition: 0 0 0;
  -moz-transition: 0 0 0;
  transition: 0 0 0;
  color: #fff !important;
}

button.small,
.button.small {
  padding-right: 2.25em;
  padding-left: 2.25em;
}
.header .large-offset-3{width:auto;}
.header .top-bar{background:none;}
.top-bar{float:right;}
.top-bar .top-bar-section ul{background:none}
.top-bar .top-bar-section ul li{background:none}
.top-bar .top-bar-section ul li a {background:none;color:#fff;}
header .top-bar .top-bar-section ul li a:hover{background: none;}

/**
 * FORMS
 **************************************************/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}


/**
 * NAVIGATION
 **************************************************/
.row-nav,
.top-bar,
.top-bar-section li a:not(.button),
.top-bar-section .has-form  {
  background: #252525;
  font-weight: 600 !important;
}

.top-bar {
  height: 45px;
  line-height: 50px;
}

.top-bar-section li a:not(.button) {
  line-height: 45px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: rgba(249, 249, 250, 1) transparent transparent transparent;
}

.top-bar-section ul {
  background-color: #333;
}

.top-bar-section ul li:hover > ul li {
  background-color: #333;
}

.top-bar-section ul li > a {
  font-size: 15px;
}

.top-bar-section ul li.has-dropdown > a {
  color: #fff;
  font-family: rubik;
font-weight: 500 !important;
}

.top-bar .toggle-topbar.menu-icon {
  left: 0;
  padding-left: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  text-indent: 25px;
  font-weight:300;
  font-size:1.2em;
}

.top-bar-section ul li > a {
  font-weight: normal;
  text-transform: uppercase;
  color: #c2c2c2;
}

.top-bar-section ul li:hover > a:hover {
  background-color: #454545;
}
.top-bar-section .dropdown li a {
  color: #c2c2c2;
  padding: 12px;
}

.top-bar-section ul li > ul > li > a {
  text-transform: none;
  color: #c2c2c2;
}

.top-bar-section ul li > ul > li {
  border-bottom: 1px solid #4c4c4c;
}

.form-search input[type="text"] {
  background-color: #fff;
  border: 1px solid #666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #8d8d8d;
  float: left;
  font-size: 15px;
  margin-top: 5px;
  line-height:12px;
  padding-left: 15px;
}

.form-search .btnSearch {
  background: url('../img/icon-search-small.png') no-repeat;
  height: 15px;
  width: 15px;
  border: 0;
  line-height: 2em;
  font-size: 0.875em;
  height: normal;
  padding: 0 0;
  position: relative;
  z-index: 99999;
  top: -39px;
  margin-right: 18px;
  float: right;
  text-indent: -99999px;
  cursor: pointer;
}

#mobile-search {
  position: absolute;
  color: #fff;
  z-index: 999999;
  margin-top: 8px;
  right: 8px;
}

#mobile-search img {
  width: 25px;
  float: left;
}

#mobile-search input[type="text"] {
  float: right;
  width: 75%;
}

/**
 * FOOTER
 **************************************************/
.row-footer {
  background-color: #252525;
  color: #5c6164;
  background-color: #171a22;
  background-position: center bottom;
  padding: 50px 0;
}
.footer-content p img {
  width: 2em;
  margin-right: .25em;
}
.footer-content h4 {
  text-transform: uppercase;
  color: #5c6164;
}
.footer-content p {
  font-size: 15px;
}

.footer-content a {
  color: #FFF;
}

.footer-content a.button {
  color: #fff;
}

.footer-content input[type="text"] {
  background-color: #343d45;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  color: #8d8d8d;
}

.footer-content .side-nav {
  padding-top: 0;
  margin-bottom: 3.25em;
}

.footer-content dl dd {
  margin-bottom: .35em;
}

.footer-wave {
  background-image: url('../img/footer-waves.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 99px;
  background-size: cover;

}

.footer-row-bottom {
  background-color: #171a22;
  color: #9f9f9f;
}

.footer-row-bottom p {
  font-size: 1em;
  margin-top: 20px;
  text-align: left;
  color:#fff;
}

.footer-row-bottom img {
  width: 7em;
  margin-top: 10px;
}

.show-below-480 {
  display: none;
}

@media only screen and (max-width: 480px) {
  .show-below-480 {
    display: inherit !important;
  }
  .hide-below-480 {
    display: none !important;
  }
}



@media only screen and (max-width: 768px) {

  .footer-content {
    text-align: center;
  }

   .footer-content form {
    margin-bottom: 3.25em;
   }


  .footer-content form div {
    width: 100%;
    display: block;
    height: 50px;
  }

  .footer-content input[type="text"] {
    width: 80%;
    margin: 0 auto;
  }

  .footer-content .small.button {
    width: 40%;
  }

  #logo-top {
    margin-top: -10px;
  }

}

/**
* ICONS
**************************/

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 40px;
  height: 40px;
  *margin-right: .3em;
  margin-bottom: 20px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/icons.png");
  background-position: 40px 40px;
  background-repeat: no-repeat;
  background-size: 200px 200px
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  [class^="icon-"],
  [class*=" icon-"] {
    display: inline-block;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/icons@2x.png");
    background-position: 80px 80px;
    background-repeat: no-repeat;
  }
}

.icon-drops {
  background-position: -160px 0;
  height: 60px;
}

.icon-rss {
  background-position: 0px 0px;
}

.icon-rss-small {
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  background-size: 100px 100px;
}

.icon-book {
  background-position: -40px 0px;
}

.icon-screen {
  background-position: -96px 0px;
  width: 48px;
}

.icon-screen-large {
  background-position: -186px 0px;
  width: 105px;
  height: 80px;
  background-size: 400px 400px;
  margin-bottom: 0;
  margin-top: 21px;
}

.icon-screen-small {
  background-position: -48px 0px;
  width: 26px;
  height: 20px;
  background-size: 100px 100px;
}

.icon-radio {
  background-position: 0px -40px;
}

.icon-radio-small {
  background-position: 0px -20px;
  width: 20px;
  height: 20px;
  background-size: 100px 100px;
}

.icon-radio-large {
  background-position: 0 -80px;
  width: 80px;
  height: 80px;
  background-size: 400px 400px;
  margin-bottom: 0;
  margin-top: 21px;
}

.icon-sun {
  background-position: -40px -40px;
}

.icon-pencil {
  background-position: -80px -40px;
}

.icon-phone {
  background-position: -120px -40px;
}

.icon-search {
  background-position: 0 -80px;
}


/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (max-width: 949px) {
  .top-bar-section ul {
    padding: 0;
  }

  .form-search .btnSearch {
    top: -29px;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 1em 0 0 0;
  }

  .logo img {
    max-width: 130%;
  }
}

@media only screen and (max-width: 768px) {

  .form-search .btnSearch {
    top: -29px;
  }

}


/* Used to alter styles for screens at least 968px wide. */
@media only screen and (min-width: 968px) {
  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    width: 200px;
  }
}

/* Used to alter styles for screens at least 1280px wide. */
@media only screen and (min-width: 1280px) {

}

/* Used to alter styles for screens at least 1440px wide. */
@media only screen and (min-width: 1440px) {}

/* Apply styles to screens in landscape orientation */
@media only screen and (orientation: landscape) {

  .header {
    text-align: center;
  }

  #logo-top {
    margin-bottom: 1em;
  }

  .ebook-offer {
    background-color: #1aa4d8;
    border-color: #1aa4d8;
  }

  .ebook-offer a {
    color: #fff;
  }

  .alert-box .close {
    color: #fff;
    opacity: 1;
  }

  .ebook-offer img {
    width: 1.5em;
    margin-top: -.25em;
  }

  #logo-top {
    margin-bottom: 1em;
  }

  .hide-for-touch {
    display: none;
  }

  .row-footer input[type=text]  {
    width: 100%;
  }

  .row-footer .small.button.radius {
    width: 80%;
  }

}

/* Apply styles to screens in portrait orientation */
@media only screen and (orientation: portrait) {

  .header {
    text-align: center;
  }

  .ebook-offer {
    background-color: #1aa4d8;
    border-color: #1aa4d8;
  }

  .ebook-offer a {
    color: #fff;
  }

  .alert-box .close {
    color: #fff;
    opacity: 1;
  }

  .ebook-offer img {
    width: 1.5em;
    margin-top: -.25em;
  }

  #logo-top {
    margin-bottom: 1em;
  }

  /**
   * NAV
   ********/
  .top-bar-section ul li {

  }

  .top-bar-section {
    margin-top: 0px;
  }

  .top-bar-section ul {
    background: #333;
    padding: 0;
  }


  .footer-row-bottom p {
    text-align: ;
  }

  .row-footer input[type=text]  {
    width: 100%;
  }

  .row-footer .small.button.radius {
    width: 80%;
  }
}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.button.gform_button {
  padding: 0.625em 2.25em 0.5625em !important;
  font-size: 0.8125em !important;
  border-radius: 3px !important;
}
#gform_submit_button_4 {
  padding: 0.625em 2.25em 0.5625em !important;
  width: 24% !important;
  font-size: 0.8125em !important;
  border-radius: 3px !important;
  float:right;
  margin-top: -58px;
}
#gform_fields_4 {
  float:left;
  width:122% !important;
  margin-top:-5px;
}
.footer-row-bottom .row .large-3 span {
    font-size:10px;
}

/* Gravity Form Button */
#gform_submit_button_5 {
  padding: 4px 27px 3px !important;
  border-radius: 0!important;
  margin-top: -57px !important;
  float: right;
}
.header-widget {
  margin-top: -5px;
}
 .Slider_readmore{ background-color: #1AA4D8;
    border-color: #1AA4D8;border-radius: 5px;
    top: 32%;
    color: #fff;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: normal;
    left: 47%;
    position: absolute;
  font-weight:normal;
  padding:10px 20px;
}
 .Slider_readmore:hover{color:#fff !important;}

 .top-bar-section .has-dropdown > a {
    padding-right:33px !important;
 }

/* Homepage recent post written by */
.row li.recent-written {
  font-size:13px;
}

.row li.recent-written a {
    color:#d4381a;
}


.tp-post-media {
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
}
@media (min-width: 992px) {
  .tp-post-media img {
    /**height: 138px;**/
  }
}

.tp-post-cats {
    bottom: 0;
    left: 0;
    position: absolute;
    font-size: 12px;
}
.tp-post-cats a {
    background-color: #1ba3dd;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
}

.tp-post-header {
    background-color: #fff;
    overflow: hidden;
    padding: 5px;
    position: relative;
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 12px;
}

.tp-post-header h2.post-title {
    font-size: 14px !important;
    margin: 0 !important;
    text-align: left !important;
    text-transform: capitalize;
}

.tp-post-header h2.post-title a {
    color: #555;
    font-family: rubik;
	font-weight: 500;
  word-break: break-word;
}
.most-recent .tp-post-header p{font-family: rubik;font-weight:normal;font-size: 1em;}
.tp-post-header h2.post-title a:hover {
  color: #777;
}
.home-stages {
  margin-top:60px !important;
}

/* Social Share */
.social-share-icons-wrapper {
  margin: 0 -15px;
}
ul.social-share-icons {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
ul.social-share-icons li.social-icon {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 0 5px;
}
ul.social-share-icons li.social-icon > a {
    background-color: #f1f1f1;
    border-radius: 2px;
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
ul.social-share-icons li.social-icon > a:hover {
  background-color: #eee;
  color: #333;
}


/* style to enble radio category audio player.*/
article .entry-content-full audio{visibility:visible !important;}
article .entry-content-full .powerpress_player audio{display:none;}
.rewards-wrap{margin:3em 0;width:100%;}
.rewards-wrap p{font-family:proxima-nova,sans-serif !important;font-size:1.15em;line-height:1.5em;color:#4a4b4b;margin-top:0em;}
.rewards-wrap .row{padding-top:4em;border-top:1px solid #f1f1f1;}
#header-search{margin:0;padding:0;}
#header-search .gform_body{width:60%;float:left;}
#header-search .gform_wrapper{margin:0 !important;}
#header-search .gform_wrapper form{margin:0 !important;}
#header-search .header-widget{margin:0;}
#header-search .gform_footer{width:40%;float:left;clear:none;margin:0 !important;padding:0 !important}
#header-search #gform_submit_button_5{margin: 0 !important;
padding: .313em 0 !important;
height: 2.85em;
width: 100%;
box-sizing: border-box;}
#header-search .ginput_container_email{margin:0;}
#header-search .ginput_container_email input{width:100%}
#header-search .gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin:0}

@media only screen and (max-width: 767px) {
#grief-recovery{padding:2em 0 !important;margin: 0 0 1em !important}
#grief-recovery .large-3{margin-bottom:1em;}
#home-recent{padding:1em 0 !important}
.featured-books-wrapper #featuredbooks-home{margin:0}
.featured-books-wrapper #featuredbooks-home .large-3{margin-bottom:1em;}
}
/* New home page styles */
#grief-recovery{margin:0 0 2em;padding:2em 0 4em;float:left;width:100%;background:#fff;background-size:cover}
.grief-recovery-thumbnail img{max-width:100%}
.grief-recovery-thumbnail a{position: absolute;bottom:0em;left:0;display: block;color:#fff;text-decoration: none;font-weight: 400;text-shadow: 2px 2px 2px #333;line-height:1.5em;width:100%;text-align: center;}
.grief-recovery-content h4{padding:1em 0 0 0;text-align: center;color:#fff;font-size:1em;line-height: 1.75em;}
.grief-recovery-content .columns{margin:0 auto;float:none;}
#home-recent{margin:0;padding:3em 0;float:left;width:100%;background:#fff;}
#home-recent .section-title{font-size:1.25em;color:#272626;margin:1em 0;display: block;text-transform: capitalize;}
#home-recent .tp-post-media{border:0;margin-bottom:1em;}
#home-recent .tp-post-header{border:0;margin-bottom:1em;}
#coming-together{margin:3em 0;padding:0;float:left;width:100%;background: #f5f5f5}
#coming-together .coming-together-thumb{padding-left:0;}
#coming-together .coming-together-content{padding:2em;float:left;}
#coming-together .coming-together-content h3{font-size: 1.2em;font-weight: 600;color:#414040;text-transform: uppercase;margin: 0 0 1em 0;}
#coming-together .coming-together-content p{margin:0 0 2em 0;line-height:1.5em;font-size: 0.9em;}
#coming-together .coming-together-content a.button{font-size: 0.9em;}
.featured-books-wrapper{margin:0 auto;float:none;}
#home-recent .latest-article-cats{padding-left:2em;}
.featured-books-wrapper .large-3 .large-5{padding:1em;float:left;background:url(../img/featured-books-cover.jpg) no-repeat left top;background-size: contain;}
.featured_books_home .large-3 .large-5 img{max-width:90%;}



#authorlist .columns {
padding: 0.5em;
text-align: center;
margin-bottom: 2em;}
#authorlist .authorinfo-inner{border: 1px solid #f3f3f3;height:260px;padding:0.5em}
#authorpicthumb{margin-bottom:1em;}

#authorlist #authorinfo p{font-family:"proxima-nova", sans-serif !important;font-size: 1em;color:#4a4b4b;margin:0.5em 0;min-height:100px;line-height:1.5em;text-align:left;display:none;}
#authorlist #authorinfo .read_more_auth{display:block;text-align:right;display:none;}
#authorpicthumb img{border-radius:50%;height:200px;width:200px;object-fit: cover;}
#saform1 input[type="submit"]{
	background:#1aa4d8;color:#fff;padding:0.5em 2em;font-size:1em;cursor:pointer;border:0;margin-bottom:2em; float:right;

}
.page-author-single .columns p{text-align:left;word-break: break-word;}
.alphabet_nav{display:block;}

.home header{background:url(../img/slider/oth-homepage-banner.jpg) no-repeat center center;padding:1em 0;background-size: cover}
.home header .top-bar{background: none;}
.headerh-content{padding:280px 0 170px 0px;float:left;font-size: 5em;}
.headerr-content{font-size: 1em;margin: 0 auto; text-align: center;}
.header-title h2 {color:#000000 !important;}
.header-content{margin:5em 0 0;padding:0;float:left;clear:both;padding-left:2.5em;padding-bottom:3em;}
.header-content h2{font-size:3em;font-weight:bold;color:#fff;margin-bottom:4.5em;line-height:1.25em;font-family: poppins !important;text-transform: capitalize;}
.header-content p{color:#fff;font-weight: 1em;line-height:1.5em;font-family: rubik !important;}
.header-content button{background: #00aeef;color:#fff;text-align:center;padding:1em 2.5em;border-radius:3px;text-transform: uppercase;margin:0.5em 0 6em;font-family: rubik;font-weight: 500;font-size: 20px;}

#conference header{background:url(../img/conference-header.png) no-repeat left top;padding:1em 0;background-size: cover}
#conference header .top-bar{background: none;}
#conference .header-content{margin:5em 0 0;padding:0;float:left;clear:both;padding-left:2.5em;text-align: center;padding-bottom: 3em;}
#conference .header-content h2{font-size:3em;font-weight:bold;color:#fff;margin-bottom:3.5em;line-height:1.5em;}
#conference .header-content p{color:#fff;font-weight: 1em;margin-bottom:1em;line-height:1.5em;}
#conference .header-content button{background: #00aeef;color:#fff;text-align:center;padding:0.5em 1.5em;border-radius:3px;text-transform:uppercase;margin:0.5em 0 6em;}

#blog header{background:url(../img/articles-header.jpg) no-repeat left top;padding:1em 0;background-size: cover}
#blog header .top-bar{background: none;}
#blog .header-content{margin:5em 0 0;padding:0;float:left;clear:both;padding-left:2.5em;text-align: center;padding-bottom: 3em;}
#blog .header-content h2{font-size:3em;font-weight:bold;color:#fff;margin-bottom:3.5em;line-height:1.5em;}
#blog .header-content p{color:#fff;font-weight: 1em;margin-bottom:1em;line-height:1.5em;}
#blog .header-content button{background: #00aeef;color:#fff;text-align:center;padding:0.5em 1.5em;border-radius:3px;text-transform:uppercase;margin:0.5em 0 6em;}

#tv header{background:url(../img/opentohopetv.jpg) no-repeat left top;padding:1em 0;background-size: cover}
#tv header .top-bar{background: none;}
#tv .header-content{margin:5em 0 0;padding:0;float:left;clear:both;padding-left:2.5em;text-align: center;padding-bottom: 3em;}
#tv .header-content h2{font-size:3em;font-weight:bold;color:#fff;margin-bottom:0.5em;line-height:1.5em;}
#tv .header-content p{color:#fff;font-weight: 1em;margin-bottom:1em;line-height:1.5em;}
#tv .header-content button{background: #00aeef;color:#fff;text-align:center;padding:0.5em 1.5em;border-radius:3px;text-transform:uppercase;margin:0.5em 0 6em;}


#book-single header{background:url(../img/header-books.jpg) no-repeat left top;padding:1em 0;background-size: cover;}
#book-single .top-bar{background: none;}
#book-single .header-content{margin:5em 0 0;padding:0;float:left;clear:none !important;padding-left:2.5em;text-align: left;padding-bottom: 3em;}
#book-single .header-content h2{font-size:3em;font-weight:bold;color:#fff;margin-bottom:0.5em;line-height:1.25em;}
#book-single .header-content p{color:#fff;font-weight: 1em;margin-bottom:1em;line-height:1.5em;}
#book-single .header-content button{background: #00aeef;color:#fff;text-align:center;padding:0.5em 1.5em;border-radius:3px;text-transform:uppercase;margin:0.5em 0 6em;}
#book-single .featured-book-pic img{max-height:400px;height:auto;border: 6px solid #fff; border-radius: 10px;max-width: 90%;}


#blog #posts .large-6{float: left;}
#blog .large-6.column0{padding-right:1.5em;}
#blog .large-6.column1{padding-left:1.5em;}
#blog #posts{margin-bottom:1.5em;}
#grief-recovery .large-4{margin-bottom:2em;}

.colors3{height:268px;text-align: center}
.colors3 .desc{padding:1em 2em;height:250px;background: #24558d;}
.colors3 h6{font-weight:bold;color:#fff;margin-bottom:0.5em;font-size: 1.35em;text-transform: capitalize;line-height: 1em;font-family: rubik !important;font-weight: 700;line-height: 1.25em;}
.colors3 p{color: #fff;font-size: 0.96em;line-height: 1.35em;font-family: rubik !important;}
.colors3 a{background:#0d3059;border-radius: 3px;text-transform: uppercase;font-weight: 500;font-size: 1em;display: inline;padding: 0.75em 1.5em;font-family: rubik;}

.colors4{height:271px;text-align: center}
.colors4 .desc{padding:1em 2em;height:250px;background: #b13e82;}
.colors4 h6{font-weight:bold;color:#fff;margin-bottom:0.5em;font-size: 1.35em;text-transform: capitalize;line-height: 1em;font-family: rubik !important;font-weight: 700;line-height: 1.25em;}
.colors4 p{color:#fff;font-size:1.2em;line-height:1.35em}
.colors4 a{background:#81245b;border-radius: 3px;text-transform: uppercase;font-weight: 500;font-size: 1em;display: inline;padding: 0.75em 1.5em;}


#grief-recovery  .desc {margin:0;}
#blog .section-title {text-transform: uppercase;font-weight: bold;color: #1e1f20;font-size: 1.25em;text-transform: uppercase;font-weight: bold;line-height: 1em;padding:1.5em 0;}
 #blog .tp-post-media{border:0;}
 #blog .tp-post-header{border:1px solid #edebeb;background: #fff;padding: 1.2em 2.3em;}
 #posts .tp-post-header h2.post-title a{color: #00aeef;font-size: 2em;font-weight: 500;word-break: break-word;}
 #posts .tp-post-header .readmore{padding:.5em 1.5em;color:#403f3f;border:1px solid #403f3f;margin:1em 0;float:left;}
 #blog .next-link{padding:.5em 1.5em;color:#403f3f;border:1px solid #403f3f;margin:1em 0;float:right;}
 #blog .next-link a{color:#403f3f}
 #blog .prev-link{padding:.5em 1.5em;color:#403f3f;border:1px solid #403f3f;margin:1em 0;float:left;}
 #blog .prev-link a{color:#403f3f}
 .post-info{text-transform: capitalize;}
 #post-title{padding:1.5em 0;}
 #post-title h6{font-size:0.9em;margin:0;text-transform: none;}
 #post-title h6 p{display:inline;}
 .single-post-columns{padding:3em 2em;background:#fff;border:1px solid #edebeb;}
 .single-post-columns ul{padding-left:1em}
 /*#blog #content{float:left;}*/
 #blog .author-information{float: left;border-top: 1px solid #f9f9f9 !important;border-bottom: 0;border-left: 0;border-right: 0;background: none;}
 #content .post h1, h2{font-size:1.5em;font-weight:700;}
 #blog .post-info{color:#565859;margin-top:10px;}
 #blog .author-information img{border-radius: 50%}
.author header{background:url(../img/author-banner.jpg) no-repeat left top;padding:1em 0 6em;text-align:center;background-size: cover}
.author header .author-avathar{position: relative;}
.author header .author-avathar img{border-radius: 50%;object-fit: cover; width: 150px;height: 150px;}
 .page-author-single{padding-top:5em;background: #fff;}
 .page-author-single h2{font-weight: 600;font-size: 1.5em;}
 #articles .large-4{float:left;}
 .page-author-single #articles .large-4 img {margin:0;border:0;}
 .page-author-single #articles .large-4 .tp-post-media{border:0;}
 .page-author-single #articles .large-4 .post-title{font-size: 1.5em;color: #1e1f20;font-weight: bold;text-transform: unset;text-align: left;line-height: 1.25em;margin: 0;}
 .page-author-single #articles .large-4 .post-desc{font-size: 1em;color:#565859}
 .page-author-single #articles .large-4 .readmore{color:#00aeef;text-align: left;float:left;}
 .page-author-single #articles .large-4 .author-post-inner{margin:0 0 4em;padding:0;float:left;}
 .page-author-single #articles .large-4 .content-inner{padding:1.5em;border:1px solid #e0dfdf;}
 .page-author-single img{border:0 !important;}
 .section-title{font-size: 1.25em;font-weight: bold;color: #00aeef;margin: 1.5em 0 1em;text-align: left;border-bottom: 1px solid #00aeef;}
 .single-post .single-post-columns{float:left;}
 .old-post-nav{float: left}
 .new-post-nav{float:right;}
 .single-post-nav{padding:0 3em 2em 3em;width:100%;}
 .single-post-nav .older-post{float:left;clear:both;}
 .single-post-nav .old-post-nav{float:left;}
  .single-post-nav .old-post-nav a{float:left;margin-bottom: 0.5em; font-size: 1.2em; font-weight: 600; color:#3a3b3c;}
  .single-post-nav .new-post-nav a{float:left;margin-bottom: 0.5em; font-size: 1.2em; font-weight: 600; color:#3a3b3c;}
 .single-post-nav .new-post-nav{float:right;}
 .single-post-nav .older-post{color:#8a8b8b;font-size: 0.85em}
 .single-post-nav .newer-post{float:right;clear:both;}
 .single-post-nav .newer-post{color:#8a8b8b;font-size: 0.85em}
 #books header{background:url(../img/header-books.jpg) no-repeat left top;padding:1em 0;text-align:center;background-size:cover;}
 .header-controls{margin: 6em 0 0;padding: 0;float: left;width: 100%;}
 .header-controls h4{float: left}
 .header-controls h4 a{color:#fff;text-transform: capitalize;}
 .top-bar{background: none}
 #books-wrap{top:2em;height:auto !important}
 #books-wrap #books .large-4{position: unset !important;height:auto !important}
 #books-wrap #books .large-4 .item{border:0;background: none;}
 #books-wrap #books .featured-book-pic img{max-height:400px;height:auto;border: 6px solid #fff; border-radius: 10px;max-width: 90%;}
 #books-wrap #books .featured-book-pic{background: url(../img/books-thumb-border.jpg) no-repeat left bottom;padding-bottom: 0.65em;}
 #books-wrap #books .item h3{font-size: 1.25em;text-transform: capitalize;padding: 0 0.25em;text-align: center;}
 #books-wrap #books .item h3 a{text-align:center;color:#1e1f20;font-size: 1em;font-weight:bold;}
 .single-book-thumb{margin:0;float:left;clear:both;padding:3em 3em 3em 5em}
 .footer-content .footer-logo{padding:0 0 0 2.5em}
 .footer-content .footer-logo img{max-width: 100%}
 .footer-content .footer-links{padding:0 0 0 5em;text-align: left;}
 .wrapper-footer .footer-content .large-3 h4{font-size: 1.1em;text-transform: capitalize;font-weight: 600;margin-bottom: 1em;}
 .footer-row-bottom .copyright{padding-left:3em;}
 .post-info span{color:#fff;font-size: 1.1em;}
 .post-info a{color:#fff;font-size: 1.1em;}
 .post-boxf span{color:#565859;font-size: 1.1em;}
 .post-boxf a{color:#565859;font-size: 1.1em;}
 .post-boxf {text-transform: capitalize;}
 #blog .post-boxs {color: #fff;margin-top: 10px;}
 #blog .post-boxs span {color: #fff;font-size: 1.1em;}
 .post-boxs {text-transform: capitalize;}
 .author-social img {margin:0px !important;height: 26px;width: 26px;}
 #authorinfo:last-child{float:right;clear:both;}
 #authorinfo:last-of-type{float:right;clear:both;}
 #authorinfo:last-of-type a{background: #1aa4d8;
    color: #fff;
    padding: 0.25em 1em;
    font-size: 1em;
    cursor: pointer;
    border: 0;margin:0 0.5em}

p.hometext {
  text-align: center;
  color: #ffffff;
  font-size: 2em
}

@media only screen and (max-width: 600px) {
      .home header{background:url(../img/slider/oth-homepage-banner.jpg) no-repeat center center;padding:5em 0;background-size: cover}
      .headerh-content{display:none;}
      .headerr-content{padding-top:280px;}
      p.hometext {display: none;}
    }
