/*
Theme Name: Mohit Pawar V3
Theme URI: http://mohitpawar.com/
Description: Mohit Pawar WordPress theme.
Version: 1
Author: Hussain SM
Author URI: http://chugsdesigns.com/
*/
/* 
------------------------------------------------------ 
FONT-FACE STYLES
------------------------------------------------------ */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-Regular-webfont.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Italic-webfont.eot');
    src: url('fonts/roboto/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-Italic-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-Italic-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-Italic-webfont.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Bold-webfont.eot');
    src: url('fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-Bold-webfont.svg#Roboto') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-BoldItalic-webfont.eot');
    src: url('fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-BoldItalic-webfont.svg#Roboto') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/roboto/Roboto-Light-webfont.eot');
    src: url('fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/roboto/Roboto-LightItalic-webfont.eot');
    src: url('fonts/roboto/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-LightItalic-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto/Roboto-LightItalic-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
  font-family: 'mp-icons';
  src:url('fonts/mp-icons/mp-icons.eot');
  src:url('fonts/mp-icons/mp-icons.eot?#iefix') format('embedded-opentype'),
    url('fonts/mp-icons/mp-icons.woff') format('woff'),
    url('fonts/mp-icons/mp-icons.ttf') format('truetype'),
    url('fonts/mp-icons/mp-icons.svg#mp-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
    line-height: 1.6em;
}

/* LINKS */

a:link { 
  font-weight: bold;
  }
a:visited { 
  font-weight: bold;
  }
a:hover { 
  font-weight: bold;
  }
a:active, a:focus { 
  font-weight: bold;
  }

/* SELECTION */

::-moz-selection {
  background: #cfc;
  text-shadow: none;
  }
::selection {
  background: #cfc;
  text-shadow: none;
  }

/* HEADLINES */

h1, h2, h3, h4, h5, h6 { 
  margin: 20px 0;
  color: #333;
  line-height: 1.2em;  
  }
h1 { 
  font-size: 36px;
  }
h2 { 
  font-size: 30px;
  }
h3 { 
  font-size: 24px; 
  }
h4 { 
  font-size: 20px; 
  }
h5 { 
  font-size: 16px; 
  }
h6 { 
  font-size: 14px; 
  }
p {
  margin-bottom: 20px;
  }

/* F O R M S */

form { 
    margin-bottom: 20px; 
    }
fieldset { 
    margin: 20px 0;
    padding: 0 10px 10px 10px; 
    border: 1px solid #dbdbdb; 
    }
legend { 
    padding: 0 5px; 
    background: #fff; 
    }
legend+* { 
    margin-top: 10px; 
    }
textarea {
    padding: 10px; 
    border: 1px solid #dbdbdb;
    background: #fff; 
    font: 16px "Roboto", Arial, Verdana, sans-serif; 
    }
textarea:hover {
    border-color: #aaa; 
    }
textarea:focus {
    border-color: #888; 
    outline: 1px solid #ffffaa; 
    }
select { 
    padding: 10px; 
    border: 1px solid #ccc;
    background: #fff; 
    font: 16px "Roboto", Arial, Verdana, sans-serif; 
    cursor: pointer;
    }
select:hover { 
    border-color: #aaa; 
    }
select:focus { 
    border-color: #888; 
    outline: 1px solid #ffffaa; 
    }
option { 
    padding: 10px; 
    }
input { 
    padding: 10px; 
    border: 1px solid #dbdbdb;
    font: 16px "Roboto", Arial, Verdana, sans-serif; 
    cursor: pointer; 
    }
input[type='text'] { 
    background: #fff; 
    border: 1px solid #dbdbdb;
    }
input[type='text']:hover, 
input[type='password']:hover { 
    border-color: #aaa; 
    }
input[type='text']:focus, 
input[type='password']:focus { 
    border-color: #888; 
    outline: 1px solid #ffffaa; 
    }
input[type='text'] { 
    cursor: text; 
    }
input[type='radio'], 
input[type='checkbox'] { 
    padding: 0;
    border: none; 
    }


/* TABLES */

table { 
    margin-bottom: 20px;
    border-top: 1px solid #ccc;  
    border-left: 1px solid #ccc; 
    }
th, td { 
    padding: 5px;
    border-bottom: 1px solid #ddd; 
    border-right: 1px solid #ccc; 
    }
th, 
thead td { 
    background: #eee;
    font-weight: bold; 
    }
tfoot { 
    background: #eee;
    }

/* I M A G E   S T Y L E S */

img {
    max-width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    }
.alignleft, 
.wp-caption.alignleft  {
    float: left;
    margin: 10px 20px 10px 0!important;
    padding: 0;
    border: none;
    }
.alignright, 
.wp-caption.alignright {
    float: right;
    margin: 10px 0 10px 20px!important;
    padding: 0;
    border: none;
    }
.aligncenter, 
.wp-caption.aligncenter {
    display: block;
    margin: 20px auto!important;
    padding: 0;
    border: none;
    }
img.border {
    padding: 2px;
    border: 1px solid #ccc;
    }
a img {
    border: none;
    }

/* C A P T I O N S */

.wp-caption {
    padding: 5px 0;
    margin: 0 0 20px;
    background: #fff;
    text-align: center;
    }
.wp-caption img {
    padding: 0;
    margin: 0;
    }
.wp-caption p.wp-caption-text {
    margin: -7px 5px 0;
    padding: 5px;
    border: 1px solid #dbdbdb;
    font-size: 11px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    }

/* 
------------------------------------------------------ 
LOGO
------------------------------------------------------ */

.title-area {
	padding-left: 20px;
	}
.name a {
    display: block;
    width: 150px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
    background: url(i/logo.png) no-repeat;
    font-size: 1.875em;
    color: #00aeef;
  line-height: 80px;
  opacity: 1;
  vertical-align: middle;
	}
.name a:hover {
  opacity: 0.9
	}

/* 
------------------------------------------------------ 
NAVIGATION
------------------------------------------------------ */

.current-menu-item a,
.current-menu-parent a,
.current-menu-ancestor a, 
.current_page_item a,
.current_page_parent a,
.current-page-ancestor a {
  background: #78BB89 !important;
  color: #333 !important;
  }
.current-menu-item ul li a,
.current-menu-parent ul li a,
.current-menu-ancestor ul li a, 
.current-page-item ul li a,
.current-page-parent ul li a,
.current-page-ancestor ul li a {
  color: #333;
  }
.current-menu-item ul li a:hover,
.current-menu-parent ul li a:hover,
.current-menu-ancestor ul li a:hover, 
.current-page-item ul li a:hover,
.current-page-parent ul li a:hover,
.current-page-ancestor ul li a:hover {
  color: #333;
  }

/* 
------------------------------------------------------ 
POST
------------------------------------------------------ */  

.post {
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
	}
.post-thumbnail {
  margin: 0 0 40px;
  }  
.post-title {
	margin: 0 0 40px;
  font-size: 48px;
	}
.post-excerpt,
.post-content {
  font-size: 18px;
	}
.post-content {  
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;  
}  
.post-excerpt p {
  margin-bottom: 20px;
	}
.post-meta {
  margin-bottom: 40px !important;
  line-height: 40px;  
}
.post-meta-comments-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #82c092;
  color: #fff;
  text-align: center;
}
.post-meta-date {
  text-align: right;
  text-transform: uppercase;
}

/* 
------------------------------------------------------ 
PAGINATION
------------------------------------------------------ */
.pagination-single {
  margin: 2.5em 0;
  padding: 0 0 2.5em;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.2em;
  }
.pagination-single-right {
  text-align: right;
  }
.pagination-single a {
	display: block;
	font-size: 1em;
	}
.pagination-single a span.pagination-single-text {
	display: block;
	font-size: 0.75em;
	color: #999;
	}
div.wp-pagenavi {
  margin: 2.5em 0;
  padding: 0 0 2.5em;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1em;
	}
div.wp-pagenavi a,
div.wp-pagenavi span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	}
div.wp-pagenavi span.pages {
	width: auto;		
	border: none;
	border-radius: none;
	}	
div.wp-pagenavi span.pages,
div.wp-pagenavi span.extend,
div.wp-pagenavi span.current {
  	color: #444;
	}
div.wp-pagenavi a:hover {
	background: #82c092;
	border: 1px solid #82c092;	
	color: #fff;
	}
div.wp-pagenavi span.current {
	background: #dbdbdb;
	color: #444;
	}

/* COMMENTS */

#comments {

    }
#comments nav {
    margin: 0 auto 40px;
    }
.commentlist {
    list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;  
    }
.commentlist > li.comment {
    margin: 0 0 40px;
    padding: 20px;
    border: 1px solid #dbdbdb;
    }
.comment .vcard {
  display: block;
  margin: 0;
  border: none;
  padding: 0;
}
.comment .vcard li {
  margin: 0;
  display: block;
}
.comment .vcard .fn {
  font-weight: normal;
  font-size: inherit;
}    
.comment-meta {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    line-height: 1.6em;
    }
.comment-meta.vcard .fn {
    display: block;
    font-size: 18px;
    font-style: normal;
    text-transform: none;
    }
.comment-meta .fn span {
    padding: 2px 5px;
    background: #666;
    font-size: 11px;
    color: #fff;
    text-align: center;
    }    
.comment-meta span.says {
    display: none !important; 
    visibility: hidden;
    }
.commentlist .avatar {
    float: left;
    margin-right: 20px;
    }
.commentlist li.comment .comment-content {
    margin: 20px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #dbdbdb;
    font-size: 14px;
    }
.commentlist .pingback {
    margin: 0 0 40px;
    padding: 20px;
    border: 1px solid #dbdbdb;
    font-size: 12px;
    }
.commentlist .pingback p {
    margin: 0;
    }
.commentlist .children {
    margin: 0;
    }
.commentlist .children li.comment {
    margin: 40px 0 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #dbdbdb;
    list-style: none;
    }
.commentlist .children li.comment .comment-meta {

    }
.commentlist .children li.comment .comment-content {

    }
.commentlist .children .avatar {
    width: 30px;
    height: 30px;
    background: none;
    }
.comment-reply-link {
    display: inline-block;
    width: auto;
    height: 40px;     
    margin: 20px 0 0;
    padding: 0 10px;
    background: #82c092;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    }
.comment-reply-link:hover {
    background: #71b783;
    color: #fff;
    }

/* AUTHOR COMMENT */

.commentlist > li.bypostauthor {
    background: #e9e9e9;
    }
.commentlist > li.bypostauthor .comment-meta {

    }
.commentlist > li.bypostauthor .comment-meta a {
  
    }
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
  
    }
.commentlist > li.bypostauthor .avatar {

    }
.commentlist .children .bypostauthor > article .comment-meta .vcard .avatar {
    
    }
.commentlist > li.bypostauthor .comment-reply-link {

    }
.commentlist > li.bypostauthor .comment-reply-link:focus,
.commentlist > li.bypostauthor .comment-reply-link:active,
.commentlist > li.bypostauthor .comment-reply-link:hover {

    }
.commentlist > li.bypostauthor .children,
.commentlist > li.bypostauthor .children .comment-meta,
.commentlist > li.bypostauthor .children .comment-meta a,
.commentlist > li.bypostauthor .children .comment-reply-link  {

    }
.commentlist > li.bypostauthor .children .comment-meta a:focus,
.commentlist > li.bypostauthor .children .comment-meta a:active,
.commentlist > li.bypostauthor .children .comment-meta a:hover {

    }
.commentlist .children > li.bypostauthor {
    background: #e9e9e9;
    }
.commentlist .children > li.bypostauthor > article,
.commentlist .children > li.bypostauthor > article .comment-meta {

    }
.commentlist .children > li.bypostauthor > article .comment-meta a {

    }
.commentlist .children > li.bypostauthor > article .comment-reply-link {

    }
.commentlist .children > li.bypostauthor > article .comment-meta a:focus,
.commentlist .children > li.bypostauthor > article .comment-meta a:active,
.commentlist .children > li.bypostauthor > article .comment-meta a:hover,
.commentlist .children > li.bypostauthor > article .comment-reply-link:focus,
.commentlist .children > li.bypostauthor > article .comment-reply-link:active,
.commentlist .children > li.bypostauthor > article .comment-reply-link:hover {

    }

/* COMMENT FORM */

#respond {
    position: relative;
    overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
    }
.commentlist #respond {
    margin: 40px 0 0;
    width: auto;
    }
#reply-title {

    }
#cancel-comment-reply-link {
    display: inline-block;
    width: auto;
    height: 40px;     
    margin: 20px 0 0;
    padding: 0 10px;
    background: #82c092;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;    
    }
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    background: #71b783;
    color: #fff;
    }
#respond .comment-notes {
    font-size: 11px;
    color: #888;  
    }
#respond p.logged-in-as {
    font-size: 14px;
    }
#respond p.must-log-in {
    font-size: 14px;
    }
#respond p {
    position: relative;
    margin: 0 0 40px;
    }
p.comment-form-comment {
    margin: 0;
    }
#respond label {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    }
#respond input[type="text"],
#respond textarea {
    width: 100%;
    margin: 0 40px 0 0;
    border: 1px solid #dbdbdb;
    }
#respond input[type="text"]:focus,
#respond textarea:focus {

    }
#respond span.form-field-info {
    font-size: 11px;
    color: #999;
    line-height: 1.2em;
    }
.form-allowed-tags {
    margin: 0;
    }
#respond #submit {
    width: auto;
    height: 40px; 
    margin: 0;
    background: #82c092;
    border: none;
    font-size: 14px;
    font-weight: bold; 
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    }
#respond #submit:hover {
    background: #71b783;
    color: #fff;
    }
#respond p.comment-subscription-form, 
#respond #mc4wp-checkbox {
    margin-bottom: 20px;
    font-size: 12px;
    }
#respond p.comment-subscription-form label, 
#respond #mc4wp-checkbox label {
    display: inline;
    margin: 0; 
    }
#respond p.comment-subscription-form input, 
#respond #mc4wp-checkbox input {
    display: inline;
    margin: 0 10px 0 0;
    }


/* 
------------------------------------------------------ 

------------------------------------------------------ */ 

.post-meta-category {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
, 
.post-meta-share {
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.post-section-title-inline {
  display: inline-block;
  margin: 0 10px 0 0;    
}
.post-meta-share div {
  display: inline;
  margin: 0 10px 0 0;
  }

/* 
------------------------------------------------------ 
NEWSLETTER 
------------------------------------------------------ */ 

.newsletter {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.newsletter-inner {
  padding: 40px;
  background: #eaeaea;
  border: 5px solid #dbdbdb;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.newsletter h2 {
  margin: 0 0 10px;
  line-height: 1em;
}

form.mc4wp-form{ ... } /* the form element */
form.mc4wp-form p { 
  display: inline-block;
}   
form.mc4wp-form label { ... } /* labels */
form.mc4wp-form input {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 15px; 
  line-height: 40px;
  vertical-align: top;
}
form.mc4wp-form input[type="checkbox"] { ... } /* checkboxes */
form.mc4wp-form input[type="submit"] { 
  width: 100%;
  height: 40px;
  overflow: visible;
  padding: 0;
  background: #9282c0;
  border: 1px solid #9282c0;
  font-size: 15px; 
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
form.mc4wp-form input[type="submit"]:hover {
  background: #66c;
  color: #fff;
}
form.mc4wp-form .mc4wp-alert { ... } /* success & error messages */
form.mc4wp-form .mc4wp-success { ... } /* success message */
form.mc4wp-form .mc4wp-error { ... } /* error messages */

/* 
------------------------------------------------------ 
MUST READ
------------------------------------------------------ */ 

.must-read {
  margin-bottom: 40px !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.must-read h2 {
  margin-top: 0;
  line-height: 1em;
}
.must-read ul {
  margin: 0;
}
.must-read ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb;
  list-style-type: none;
}
.must-read ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 
------------------------------------------------------ 
GUIDES
------------------------------------------------------ */

.guides {
  margin-bottom: 40px;
  }
.guide-link {
  display: block;
  margin-top: 20px;
  background: #82c092;
  color: #fff;
  text-align: center;
  line-height: 40px;    
  }  
.guide-link:hover {
  background: #71b783;
  color: #fff;  
  }  

/* 
------------------------------------------------------ 
PAGE COMMON
------------------------------------------------------ */

.page .post {
  border-bottom: none;
  }
.page .post-title, 
.archive .post-title {
  padding-bottom: 40px;  
  border-bottom: 1px solid #dbdbdb;
  }
.page .post-title span, 
.archive .post-title span {
  display: block;
  font-size: 15px;
  line-height: 1em;
  }
.page h2.post-title, 
.archive h2.post-title {
  padding-bottom: 0;  
  border-bottom: none;
  }      
.page .post-excerpt {  
  padding-bottom: 20px;  
  border-bottom: 1px solid #dbdbdb;
  }   
.page .post-content {  
  margin-bottom: 0;
  border-bottom: none;  
  }  

/* 
------------------------------------------------------ 
PAGE HOME
------------------------------------------------------ */

.home-section {
  margin: 0 0 40px;
  padding: 0 0 40px;  
  border-bottom: 1px solid #dbdbdb;
  }
.home-section h2 {
  margin: 0 0 40px;
  line-height: 1em;
  }
.home-section-about-image img {
  width: 100%;
  border-radius: 50%;
  }  
.home-section-about-info p {
  margin: 0 0 1.25em;
  font-size: 1.25em;
  }
.home-section-newsletter .newsletter { 
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  }  
.home-section-newsletter form { 
  margin: 0;
  }    
.home-section-newsletter form.mc4wp-form input[type="submit"] { 
  width: 100%;
  height: 40px;
  overflow: visible;
  padding: 0;
  background: #9282c0;
  border: 1px solid #9282c0;
  font-size: 15px; 
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  }
.home-section-newsletter form.mc4wp-form input[type="submit"]:hover {
  background: #66c;
  color: #fff;
  } 
.home-section-testimonial blockquote {
  position: relative;
  margin: 0;
  padding: 0 2.5em;
  border: none;
  }
.home-section-testimonial blockquote:before {
  position: absolute;
  left: 5px;
  top: 0.3em;
  content: "\201C";
  font-size: 5em;
  color: #ccc;
  line-height: 0.1em;
  }
.home-section-testimonial blockquote:after {
  position: absolute;
  right: 3px;
  bottom: 0em;
  color: #ccc;
  content: "\201D";
  font-size: 5em;
  line-height: 0.1em;
  }
.home-section-testimonial blockquote p {
  font-size: 20px;
  color: #444;
  }
.home-section-testimonial blockquote footer {
  margin-top: 10px;
  }    
.home-section-book {
  margin: 0 0 40px;
  padding: 0 0 40px;  
  border-bottom: 1px solid #dbdbdb;
  }        
.home-section-book:last-child {
  margin: 0;
  padding: 0;  
  border: none;
  }
 .home-section-book-title {
  margin: 0 0 20px;
  }    
.home-section-book-blurb {
  font-size: 18px;
  }
.home-section-books .newsletter { 
  padding: 0 !important;
  border: none !important;
  }  
.home-section-books .newsletter form { 
  margin: 0;
  }    
.home-section-books .button { 
  width: 100%;
  height: 40px;
  overflow: visible;
  padding: 0;
  background: #9282c0;
  border: 1px solid #9282c0;
  font-size: 15px; 
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  }
.home-section-books .button:hover {
  background: #66c;
  color: #fff;
  }  
.home-section-book-page-link {
  display: inline-block;
  padding: 0 10px;
  background: #82c092;
  color: #fff;
  text-align: center;
  line-height: 40px;    
  }  
.home-section-book-page-link:hover {
  background: #71b783;
  color: #fff;  
  }  
.home-section-posts {
  border-bottom: none;
  }   
.home-section-posts .post {
  margin: 0;
  padding: 0;
  }  
.home-section-posts .post-title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 24px;
  } 
.home-section-posts-link {
  display: inline-block;
  margin-top: 20px;
  padding: 0 10px;
  background: #82c092;
  color: #fff;
  text-align: center;
  line-height: 40px;    
  }  
.home-section-posts-link:hover {
  background: #71b783;
  color: #fff;  
  }   

/* 
------------------------------------------------------ 
PAGE BLOG
------------------------------------------------------ */

.blog-section-books {
  margin: 0 0 40px;
  padding: 0 0 40px;  
  } 
.blog-section-book-cover {
  margin: 0 0 20px;
  } 
.blog-section-book-title {
  margin: 0 0 20px;
  }  
.blog-section-book-page-link {
  display: inline-block;
  padding: 0 10px;
  background: #82c092;
  color: #fff;
  text-align: center;
  line-height: 40px;    
  }  
.blog-section-book-page-link:hover {
  background: #71b783;
  color: #fff;  
  } 

/* 
------------------------------------------------------ 
PAGE ARCHIVES
------------------------------------------------------ */

.archive-info {
  margin-bottom: 40px !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.archive-info ul li {
  margin: 0 0 10px;
  font-size: 16px;
  list-style-type: none;
  line-height: 1em;
}
.archive-info h6 {
  margin: 0 0 10px;
  line-height: 1em;
}
.archives-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.archives-section ul li {
  margin: 0 0 10px;
  font-size: 16px;
  list-style-type: none;
  line-height: 1em;
}
.archives-monthly ul li strong {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb; 
}
.archives-monthly ul li a, 
.archives-monthly ul li span {
  display: block;
  margin-bottom: 10px;
}
.archives-categories ul li a {
  display: block;
}
.archives-categories ul li a {
  display: block;
}
.archives-all-posts ul li {
  list-style-type: disc;
}

/* 
------------------------------------------------------ 
PAGE SEARCH
------------------------------------------------------ */

.search-results-info {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}

/* 
------------------------------------------------------ 
PAGE CONTACT
------------------------------------------------------ */

form.wpcf7-form {
  margin: 0;
  padding: 0;
}
form.wpcf7-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
form.wpcf7-form legend { 
  margin: 0 0 20px; 
  padding: 0;
  font-size: 13px;  
}
form.wpcf7-form legend+* { 
  margin-top: 0; 
}
form.wpcf7-form p {
  margin: 0 0 40px;
  padding: 0;
}
form.wpcf7-form label {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
}
form.wpcf7-form label em {
  font-style: normal;
  color: #999;
}
form.wpcf7-form input {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #dbdbdb;
}
form.wpcf7-form textarea {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #dbdbdb;
}
form.wpcf7-form span.cf-help {
  font-size: 11px;
  color: #999;
  line-height: 1.2em;
}
form.wpcf7-form .button {
  width: auto;
  height: 40px;  
  margin: 0;
  padding: 0 20px;
  background: #82c092;
  border: 1px solid #82c092;
  font-size: 15px; 
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  }
form.wpcf7-form .button:hover {
  background: #71b783;
  border: 1px solid #71b783;
  color: #fff;
}
div.wpcf7 {
 	margin: 0;
 	padding: 0;
}
div.wpcf7-response-output {
  margin: 2em 0;
  padding: 1em;
}
div.wpcf7-mail-sent-ok {
 	background: #398f14;
}
div.wpcf7-mail-sent-ng {
 	background: #ff0000;
}
div.wpcf7-spam-blocked {
 	background: #ffa500;	
}
div.wpcf7-validation-errors {
 	background: #f7e700;
}
span.wpcf7-form-control-wrap {
 	position: relative;
}
span.wpcf7-not-valid-tip {
 	position: absolute;
 	top: 20%;
 	left: 20%;
 	z-index: 100;
 	background: #fff;
 	border: 1px solid #ff0000;
 	font-size: 0.85em;
 	width: 280px;
 	padding: 0.2em;
}
span.wpcf7-not-valid-tip-no-ajax {
 	color: #f00;
	font-size: 0.85em;
 	display: block;
}
span.wpcf7-list-item {
 	margin-left: 0.5em;
}
.wpcf7-display-none {
 	display: none;
}
div.wpcf7 img.ajax-loader {
 	border: none;
 	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
 	display: none;
}
div.wpcf7 .placeheld {
 	color: #888;
}

/* 
------------------------------------------------------ 
PAGE BOOKS
------------------------------------------------------ */

.books-page {
  margin: 0 0 40px;
  } 
.books-page .book {
  margin: 0 0 40px;
  padding: 0 0 40px;  
  border-bottom: 1px solid #dbdbdb;
  }        
.books-page .book:last-child {
  margin: 0;
  padding: 0;  
  border: none;
  }
.books-page .newsletter { 
  padding: 0 !important;
  border: none !important;
  }  
.books-page .newsletter form { 
  margin: 0;
  }    
.books-page .button { 
  width: 100%;
  height: 40px;
  overflow: visible;
  padding: 0;
  background: #9282c0;
  border: 1px solid #9282c0;
  font-size: 15px; 
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  }
.books-page .button:hover {
  background: #66c;
  color: #fff;
  } 
.books-page .book-page-link {
  display: block;
  padding: 0 10px;
  background: #82c092;
  color: #fff;
  text-align: center;
  line-height: 40px;    
  }  
.books-page .book-page-link:hover {
  background: #71b783;
  color: #fff;  
  }

/* 
------------------------------------------------------ 
PAGE BOOK
------------------------------------------------------ */

.book-section {
  margin: 0 0 40px;
  padding: 0 0 40px;  
  border-bottom: 1px solid #dbdbdb;
  }
.two-column {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  }  
.book-headline {
  margin-top: 80px;
  }  
.book-headline p {
  margin: 0 0 40px;
  padding: 0 0 40px;  
  border-bottom: 1px solid #dbdbdb;  
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  }
.book-cover {
  position: relative;
  }  
.book-badge-text {
  position: absolute;
  top: -5%;
  right: 5%;
  width: 80px;
  height: 80px;
  background: #82C092;
  border-radius: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  }  
.book-badge-text span {
  display: block;
  width: 50px;
  height: 30px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 25px; 
  left: 15px; 
  }  
.book-title {
  margin: 0 0 20px;
  }    
.book-blurb {
  font-size: 18px;
  } 
.book-newsletter .book-newsletter-text {
  text-align: center;
  }  
.book-newsletter .newsletter {
  margin: 0;
  padding: 0;
  border: none;
  }
.book-newsletter form {
  margin: 0;
  }
.book-newsletter #mce-EMAIL {
  width: 100%;
  }
.book-newsletter .button { 
  width: 100%;
  height: 40px;
  overflow: visible;
  padding: 0;
  background: #9282c0;
  border: 1px solid #9282c0;
  font-size: 15px; 
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  }
.book-newsletter .button:hover {
  background: #66c;
  color: #fff;
  }    
.book-section h2 {
  margin: 0 0 40px;
  line-height: 1em;
  text-align: center;
  }
.book-section-section li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  list-style: none;
  }  
.book-section-section li:before {
  display: inline-block;  
  position: absolute;  
  top: 0;  
  margin: 0 0 0 -25px;    
  vertical-align: middle;
  content: "\f00c";
  font-family: FontAwesome;
  }
.book-testimonials blockquote {
  margin: 0;
  padding: 0;
  border: none;
  }  
.book-testimonials blockquote footer {
  margin-top: 10px;
  }  
.book-testimonials blockquote span {
  display: block;
  }  
.book-order-text {
  text-align: center;
  }      
.book-order-link {
  display: block;
  padding: 0 10px;
  background: #82c092;
  color: #fff;
  text-align: center;
  line-height: 40px;    
  }  
.book-order-link:hover {
  background: #71b783;
  color: #fff;  
  }
.book-author {
  margin: 0 0 20px;
  }  
.book-authors h3 {
  margin: 0 0 10px;
  }
.book-authors img {
  width: 100%;
  border-radius: 50%;
  }   
.book-share h3 {
  display: inline-block;
  margin: 0 10px 0 0;    
  }
.book-share div {
  display: inline;
  margin: 0 10px 0 0;
  }   

/* 
------------------------------------------------------ 
PAGE ERROR
------------------------------------------------------ */

.error-info {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}

/* 
------------------------------------------------------ 
SEARCH FORM
------------------------------------------------------ */

#searchform {
  margin: 0;
  }
#searchform fieldset {
  margin: 0;
  padding: 0;
  border: none;
  }
#searchform #s {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 5px;
  background: transparent;
  border: 1px solid #dbdbdb;
  font-size: 15px; 
  color: #444;
  line-height: 40px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
#searchform #form-search-submit {
  width: 100%;
  height: 40px;
  background: #82c092;
  border: 1px solid #82c092;
  font-size: 15px; 
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
#searchform #form-search-submit:hover {
  background: #71b783;
  border: 1px solid #71b783;
  color: #fff;
  }


/* 
------------------------------------------------------ 
FOOTER
------------------------------------------------------ */

#footer {
  	padding: 2.5em 0;
  	background: #333;
  	color: #888;
	}
.footer-about {
 	margin-bottom: 2.5em !important;
  	border-bottom: 1px solid #444;
	}
.footer-about-image img {
  width: 100%;
  border-radius: 50%;
  }  
.footer-about-info h3 {
	margin-top: 0;
  	color: #888;
	}
.footer-about-info p {
  	margin: 0 0 1.25em;
  	font-size: 1.25em;
	}
.footer-about-follow li {
  	display: inline-block;
  	list-style: none;	
	}
.footer-about-follow li a {
  	display: block;
  	width: 40px;
    height: 40px;
  	margin: 0 0.625em 0 0;
  	border-radius: 20px;
  	border: 1px solid #888;
    color: #888;
    line-height: 40px;
    text-align: center;
	}
.footer-about-follow li a:hover {
  	opacity: 0.8;
	}
[data-icon]:before {
  font-family: 'mp-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-bottom {
  	font-size: .75em;
	}
.footer-bottom li {
	display: inline;
  	margin-right: 5px;
  	padding-right: 5px;
  	border-right: 1px solid #444;
  	line-height: 1em;
	}
.footer-bottom li:last-child {
 	margin-right: 0;
	padding-right: 0;
	border-right: none;
	}

/* 
------------------------------------------------------ 
FOUNDATION OVERRIDES
------------------------------------------------------ */

.top-bar-section li a:not(.button) {
	adding: 0 15px;
	}
.top-bar .toggle-topbar.menu-icon {
	margin-top: -36px;
	}	
.top-bar-section ul li:hover > a {
  background: #78bb89;
  color: #333333;
}
.top-bar-section ul li:active > a {
  background: #78bb89;
  color: #333333;
}
[class*="column"] + [class*="column"]:last-child {
  float: left;  
}

@media only screen and (max-width: 768px) {

.post-meta-date {
  text-align: left;
}
.must-read-featured {
  margin-bottom: 40px;
}
.guide {
  margin-bottom: 20px;
}
.pagination-single-right {
  margin-top: 20px;
  text-align: left;
  }
.post-section-title-inline {
  display: block;
  margin: 0 0 20px;    
}  
}

/* 
------------------------------------------------------ 
  M I S C
------------------------------------------------------ */

/* HELPER CLASSES */
/* flexible container */
.flexible-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.flexible-container iframe, .flexible-container object, .flexible-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* For image replacement */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
/* Hide from both screenreaders and browsers */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear:both; }