* {
  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;
}

.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;
}

.slides img { 
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* For Webkit browsers */
  filter: gray; /* For IE 6 - 9 */
  -webkit-transition: all 3s ease; /* Fade to color for Chrome and Safari */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

.slides img.color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

/**
 * HEADER
 **************************************************/
.header {
  padding: 16px 0 10px 0;
}

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

.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;
}

/**
 * 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: 300 !important;
}

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

.top-bar-section li a:not(.button) {
  line-height: 50px;
}
 
.top-bar-section .has-dropdown > a:after {
  border-color: rgba(26, 164, 216, 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: #1aa4d8;
}

.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: 10px;
  margin-top: 5px;
  line-height:12px;
}

.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: -21px;
  margin-right: 8px;
  float: right;
  text-indent: -99999px;
}

#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: url('../img/footer_background.jpg') repeat-x;
  background-color: #172127;
  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: #5c6164;
}

.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: #252525;
  color: #9f9f9f;
}

.footer-row-bottom p {
  font-size: 10px;
  margin-top: 20px;
  text-align: right;
}

.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: 30px 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;
}
.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 url(../img/grief-recovery-bg.jpg) no-repeat left 6em;background-size:cover}
.grief-recovery-thumbnail img{border:2px solid #fff;border-radius: 2px;max-width:100%}
.grief-recovery-thumbnail a{position: absolute;bottom:1em;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;box-shadow: 0px 15px 10px -15px #111;height:310px;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}
#authorlist #authorinfo .read_more_auth{display:block;text-align:right}
#authorpicthumb img{border-radius:50%}
#saform1 input[type="submit"]{
	background:#1aa4d8;color:#fff;padding:0.5em 2em;font-size:1em;cursor:pointer;border:0;margin-bottom:2em;
	
}
.page-author-single .columns p{text-align:left}
.alphabet_nav{display:block;}