/*
Theme Name: NarcissistRehab
Theme URI: http://www.narcissistrehab.com
Author: alagoncillo@gmail.com
Author URI: base
Version: 2.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

NarcissistRehab is based on Underscores and OnePress http://underscores.me/, (C) 2012-2015 Automattic, Inc. https://www.famethemes.com/themes/onepress/
Underscores and OnePress is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0 External Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

body {
  font-family: 'Roboto Slab', serif;
  background: #ffffff;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0
}

button, input, select, textarea, .form-control{
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #26BF3D;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active,
a:focus {
  color: #26BF3D;
  outline: none
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {  
  color: #444;
  font-weight: 600;
  line-height: 1.5
}
h1 {  
  font-size: 2.125em;  
}
h1,
.featured-title {
    line-height: 1.3;
}
@media (min-width: 767px) {
  h1 {    
    font-size: 2.375rem
  }  
}
h2 {
  font-size: 1.875rem  
}
h3 {  
  font-size: 1.625em
}
h4 {  
  font-size: 1.375rem;
}
h5 {  
  font-size: 1.125rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color:#444;
  text-decoration: none;
}

/*------------------------------
	2.4 Base
------------------------------*/
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, article, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {  
  margin: 0 0 1.25rem
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle
}

b,
strong {
  font-weight: 900;
}

blockquote {
  clear: both;
  margin: 1.25rem 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

figure {
  margin: 0;
}

address {
  margin: 1.25rem 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
 /*margin: 2.5rem 0;
  margin: 2.5rem 0*/
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 0.313rem 0.438rem;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 1.25rem 0;
  padding: 1.25rem;
}

details summary {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  border-bottom: 1px dotted #e9e9e9;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 0.75rem
}
large,
big {
  font-size: 125%
}

ul, ol {
  padding-left: 1.25rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin: 0.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.25rem 1.25rem;
}

.site {
  position: relative;
}

.lh-normal{
	line-height:1.2
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 1.25rem;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 0.313rem;
  vertical-align: middle;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

/*------------------------------
	2.7 Form
------------------------------*/
/*fieldset {
  padding: 1.25rem;
  border: 1px solid #e9e9e9;
}*/

textarea:not(.editor-post-title__input),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0.625rem;
  max-width: 100%;  
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 22px;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #eee;
  border-bottom: 1px solid #fff;*/
  box-sizing: border-box;
  border: 1px solid #e9e9e9 !important
}
/*textarea:not(.editor-post-title__input):focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border:1px solid #e1e1e1 !important;
  border-bottom: 1px solid #fff !important;
  background-color: #eee;
}*/
textarea {
  resize: vertical;
  height: 8.125rem;
}
select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 0.625rem;
}
input[type="reset"],
input[type="submit"],
input[type="submit"]{
  cursor: pointer;
  /*background: #03c4eb;*/
  border: none;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 0.938rem 23px;
  border-radius: 2px;
  /*box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;*/
  text-decoration: none;  
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:hover{
  opacity: 0.8;
  /*background: #03c4eb;*/
  border: none;
}

.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999}
.form-control::-webkit-input-placeholder{color:#999}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 0.625rem;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  border-radius: 3px;
  clip: auto !important;
  color: #03c4eb;
  display: block;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;  
  margin: 0 2.5rem 1.875rem 0
}
.alignright {
  display: inline;
  float: right;  
  margin: 0 0 1.875rem 2.5rem
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter,
.alignnone {  
  margin-bottom: 1.875rem
}
@media screen and (max-width: 767px) {
	img.alignleft,
	img.alignright {		
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto
	}
}

/*------------------------------
	3.0 Clearings
------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*------------------------------
	3.1 Helper.
------------------------------*/
.break,
h1,
h2,
h3,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

.center-block {
  float: none !important;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.hide {
  display: none;
}

.clearleft {
  clear: left;
}

i.fa-star,i.fa-star-half-o,i.fa-star-o {
    font-size: 22px;
    color: #ffae01
}

.fnormal,
.btn.fnormal{
	font-weight:normal
}

.p-0{
	padding-left:0 !important;
	padding-right:0 !important
}
.mt-0 {
    margin-top:0 !important
}
.mt-20{
	margin-top:1.25rem !important
}
.mt-30{
	margin-top:1.875rem !important
}
.mt-40{
	margin-top:2.5rem !important
}
.mt-50{
	margin-top: 3.125rem !important
}
.m-0{
	margin:0 !important
}
.mb-0{
	margin-bottom:0 !important
}
.mb-10{
	margin-bottom:0.625rem !important
}
.mb-15{
	margin-bottom:0.938rem !important
}
.mb-20{
	margin-bottom:1.25rem !important
}
.mb-30{
	margin-bottom:1.875rem !important
}
.mb-40{
	margin-bottom:2.5rem !important
}
.mb-50{
	margin-bottom:3.125rem !important
}
.pb-30 {
    padding-bottom: 1.875rem !important
}
@media screen and (min-width: 767px) {
	.ml-20{
		margin-left:1.25rem !important
	}
	.ml-30{
		margin-left:1.875rem !important
	}
	.ml-40{
		margin-left:2.5rem !important
	}
}

@media (max-width:767px){		
	.center-mobile{
		float:none;
		text-align:center;
		margin-left:auto;
		margin-right:auto
	}
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem
}
.post-template #primary {
    padding-top: 0
}
#secondary {
  padding-bottom: 1.875rem
}
@media screen and (min-width: 992px) {    
    #secondary {
        padding-top: 2.5rem;
    }
    .sidebar {
        padding-left: 3.75rem
    }
}


/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  line-height: 64px;
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 1000;  
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.05);
  border-bottom: 1px solid #f0f0f0;
}
.site-header.header-fixed /*don't remove*/{
  position: fixed;
  top: 0px;
  left: 0px;
}
.site-branding {
  float: left;
}
.site-branding .logo {
  display: initial;
  vertical-align: middle;
}

/* Site Navigation */
.onepress-menu,
.onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.onepress-menu {
  float: right;
}
.onepress-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li {
  position: relative;
}
.onepress-menu > li {
  float: left;
}
.onepress-menu li:hover > ul,
.onepress-menu li.sfHover > ul {
  display: block;
}
.onepress-menu a {
  display: block;
  position: relative;
}
.onepress-menu ul {
  min-width: 12em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.onepress-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.onepress-menu li:hover,
.onepress-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.onepress-menu a {
  color: #000;  
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5em 1.25rem;
  zoom: 1;
}
.onepress-menu ul li {
  line-height: 26px;
}
.onepress-menu ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 0.5em 1.25rem;
  color: #000;
  background: #ffffff;
}
/*.onepress-menu > li:last-child > a {
  padding-right: 0
}*/
.onepress-menu a:hover,
.onepress-menu li a:hover,
.onepress-menu li.onepress-current-item > a,
.onepress-menu > li.current-menu-item > a,
.onepress-menu > li a.menu-actived,
.onepress-menu > li.current_page_parent > a,
.onepress-menu > li.current-menu-parent > a {
   color: #26BF3D
}

.onepress-menu .nav-toggle-subarrow {  
  font-size: 1.125rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;	
}
.onepress-menu .menu-item-has-children {
	margin-right: 0.75rem
}
#nav-toggle {
  display: none;
  float: right;
  position: relative;
  width: 90px;
  overflow: hidden;
  white-space: nowrap; 
  font-weight: 600;
  color: #000;
  text-align: right
}
#nav-toggle:hover,
#nav-toggle:active,
#nav-toggle:focus{ 
  text-decoration: none
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 4.063rem;  
  -webkit-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 2px;
  width: 24px;
  margin-top: -2px;
  background: #000000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px
}
#nav-toggle span:before,
#nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #000000;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#nav-toggle.nav-is-visible span {
  background: transparent
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000000
}
@media screen and (min-width: 992px) { 
  .site-branding {      
      margin-top: 3px
  }
  .onepress-menu > li:last-child > a {
      border: 0;
      background-color: #26BF3D;
      color: #fff;
      border-radius: 3px;
      padding-top: 0.75rem;
      padding-bottom: 0.813rem;
      line-height: 1;
      margin: 1.188rem 0 0 1.125rem
  }
  .onepress-menu > li:last-child > a:hover{
      background-color:#f2007d;
      color:#fff;
  } 
}
@media screen and (max-width: 992px) {    
  .header-inner{ /*100% toggle for menu on mobile*/
    width: 100% !important;
    display: block !important
  } 
    
  .site-branding {      
      margin-top: -2px
  }

  #nav-toggle {
    display: block;
    margin-top: 3px
  }
    
  .main-navigation {
    position: static
  }
  .onepress-menu {
    width: 100% !important;
    display: block;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .onepress-menu a {    
    font-size: 1.125rem; 
  }
  .onepress-menu.onepress-menu-mobile {
    position: absolute;
    top: 4.688rem;    
    right: 0;
    width: 100%;
    z-index: 800;
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 0.75rem 0.938rem;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a {
    padding: 0.75rem 2.188rem;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a:before{
	  content: "- ";
	  padding-right: 0.313rem
  }
  .onepress-menu.onepress-menu-mobile ul li a:hover {
    background: transparent;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 0.75rem 4.375rem;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 0.75rem 6.563rem
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0px;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 1.25rem;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
  }
  .onepress-menu.onepress-menu-mobile > li:first-child {
    border-top: 0px none;
  }  
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;    
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 0.688rem 1.25rem;
    z-index: 10;
    font-size: 1.375rem
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }  
}

/* Page header
------------------------------*/
.page-header {
  width: 100%;
  background: #eee;   
  font-size: 1.125rem;
  line-height: 1.8;
  padding: 1.875rem 0 2.188rem;
  text-align: center;
  overflow: hidden;
}
.home .page-header {
  background: #f1f1f1 url(images/home-banner-bg.gif) center center no-repeat;
  background-size: cover
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4 {
  color: #444
}
.page-header h1 {
  color: #05A63D;  
  margin: 0
}
.home .page-header h1 { 
  margin-bottom: 1.875rem
}
.page-header p:last-child {
    margin: 0
}
.single .single-title {
    margin-bottom: 0.625rem
}
.page-header hr {
	width: 3.125rem;	
    height: 3px;
    background: #a1a1a1;
	margin: 20px auto;
}
@media screen and (min-width: 992px) {
	.home .page-header {
	  padding: 4rem 0 4.5rem
	}	
	.home .page-header h1{	  
	  font-size: 2.875rem; 
	}
}

/*single custom template*/
.post-template .page-header {
    padding-bottom: 40px
}
.post-template .page-header h1{
    color: #333;
	margin-bottom:10px
}
.post-template .post-meta-top{    
    float: none;
    margin: 0 auto
}
.post-template .entry-meta-content {
    text-align: left
}
.post-template .post-meta-top .avatar{
    float: none;
    display: inline-block;
    vertical-align: top;
	width: 50px;
	height: auto;
}
.post-template .post-meta-top .avatar,
.post-template .page-header hr{
	margin-bottom:12px
}
@media screen and (min-width: 767px) {
    .post-template .page-header {
        padding-top: 40px;
        padding-bottom: 60px
    }
}

/* Footer
------------------------------*/
.site-footer {
  background: #ebebeb;  
  position: relative;
  font-size: 0.875rem;
  color: #111;
  padding: 2.5rem 0px
}
.site-footer a {
    color: #000
}
.site-footer ul {
    list-style: none;
    margin-left: 0;
    padding: 0
}
.site-footer .menu li {
    margin-bottom: 0.625rem
}
.site-footer p:last-of-type{
	margin-bottom:0
}
.site-footer .copyright {  
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 1.875rem;
  margin-top: 0.625rem
}
#footer-social-menu i.fa {
	color:#fff;
	font-size:14px;
	width:1.375rem;
	background-color:#4e4f4f;
	border-radius:3.125rem;
	text-align:center;
	padding:4px;
	margin-right:0.313rem
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 2.5rem;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}

/* Entry Content
------------------------------*/
.entry-content {
  line-height: 1.8;
}
.excerpt {
    font-size: 1rem
}
.entry-content h2 br,
.entry-content h3 br,
.entry-content h4 br,
.entry-content h5 br {
  display: block;
  content: "";
  margin-top: 0.625rem
}
.entry-title a:hover {
    color: #26BF3D;
}
/*.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}*/
.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
}
.entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}
.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}
.entry-content blockquote {
  padding: 1.875rem;
  position: relative;
  background: #f5f5f5;
  border-left: 3px solid #05A63D;
  font-style: italic;
}
.entry-content blockquote p:last-of-type {
	margin-bottom:0
}
@media screen and (min-width: 768px) {
  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Entry image
------------------------------*/
.wp-post-image{
  max-width: 100%;
  height: auto;
  margin-bottom: 1.25rem
}
.wp-post-image:hover {
  opacity: 0.8;
}

.underline{
	border-bottom:3px solid #26BF3D;
	padding-bottom:7px
}

/* Entry meta
------------------------------*/
.entry-meta,
.disclaimer-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	clear: both;
}
.entry-meta a:hover {
    color: #26BF3D;
}
.avatar{
	float: left;
	border-radius: 50px;
	margin: 0 10px 0 0;
}
.author .avatar{
    border-radius: 0;
	margin: 0 40px 30px 0
}
.page-template-template-contributors .avatar {
    border-radius: 0;
    margin-top: 6px
}
.author-name {
	font-size: 14px;
	margin: 0;
    margin-top: 4px
}
.entry-meta p{
	margin: 0
}
.post-meta-top .entry-meta-content {   
    display: inline-block;
    vertical-align: top;
}
.post-meta-top .avatar{
    float: none;
    display: inline-block;
    vertical-align: top;
	width: 50px;
	height: auto;
}
.post-meta-top .avatar {
	margin-bottom:12px
}
.entry-meta.post-meta-bottom{
    background: #eee;    
    box-sizing: border-box;
    border: 1px solid #ebebeb;
	padding: 15px;
    width: 100%;
	margin-top: 40px
}
.post-meta-bottom .entry-meta-content {
    float: none
}
.post-meta-bottom .entry-meta-avatar {
    float: left;
    width: 80px;
    margin: 0 10px 10px 0
}
.post-meta-bottom .avatar {   
    width: 80px;
	height: auto;
    float: none;
    margin: 0
}
.post-meta-bottom .author-name {	
	font-size: 16px;	
	margin-bottom: 15px
}
.post-meta-bottom p{
    line-height:1.6;
	font-style:italic;
}
@media (min-width:1200px){
    .entry-meta.post-meta-bottom {        
        padding: 20px      
    }
    .post-meta-bottom .entry-meta-content {
        float: left;
        width: 86%
    }    
}

.post-edit-link {
	font-size: 0.875rem;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.fa-edit{
	font-size: 16px;
	margin-top: 0.313rem
}

.disclaimer-text{
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-bottom: 12px
}
.post-template .disclaimer-text {
    border-top: 0
}

.nav-links {
  padding: 1.875rem 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 3.125rem;
  flex-basis: 100%;
  text-align: center;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a, .nav-links .page-numbers {
  background: #cccccc;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  font-weight: 400;  
  font-size:0.75rem;
  font-family: 'Roboto', sans-serif;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  .nav-links a, .nav-links .page-numbers {
    padding: 6px 0.625rem;
  }
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background: #03c4eb;
  text-decoration: none;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  font-family: 'Roboto', sans-serif;  
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0;
  white-space: normal !important;
  word-wrap: break-word;
  background: #26BF3D;
  color: #fff;
  padding-top: 0.750rem;
  padding-bottom: 0.813rem
}
.btn:hover,
.btn:focus {
  background: #26BF3D;
  color: #fff
}
.btn:active,
.btn:focus,
.btn.focus{
  outline: none;
  box-shadow: none
}
.btn-pink{
	background:#f2007d;
}
.btn-orange{
	background:#fd8a10;
}
.btn-gray{
    background: #ebebeb;
    color: #000
}
/*.btn-pink:hover,
.btn-orange:hover {
	background: #26BF3D;
}*/
.btn-lg {  
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 0.625rem;
  padding-bottom: 0.688rem
}
.btn-outline {   
  background-color: transparent;
  background-image: none;
  border-color: #26BF3D;
  color: #26BF3D;
  font-size: 1rem;
}
.btn-outline:hover {
  color: #fff;
  background-color: #26BF3D;
  border-color: #26BF3D;
}

/* modal */
.modal-backdrop {
   background-color:#fff;
   opacity:0.9 !important;
}
.modal-body{
	color:#fff;
	padding-top:0;
	padding-bottom:0
}
.modal-content,
.modal-header{
	background-color:#05A63D;
	color:#fff;
	border-radius:0;
	box-shadow:none;
	border:0;
	padding:0;
	margin:0;
}
.modal-content {
  border-radius: 0;
  padding:1.25rem 0.938rem
}
.modal-title{
	font-size:1.875rem;
	color:#fff;
	line-height: normal;
	padding:0;
	margin:0 0 1.25rem
}
.modal-header{
	display: block
}
.modal-header .close {
  	font-size:1.875rem;
	color:#fff;
	font-weight: 400;
	text-shadow: none;
	opacity: .7;
	margin-top:-0.625rem
}
@media (min-width:767px){
	.modal-body{		
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}	
	.modal-dialog{
	  padding-top: 1.25rem
	}
}
@media (max-width:767px){	
	.modal-body{
		padding:1.25rem 0 !important;
	}
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {  
  font-size: 1rem;
  border: 1px solid #e9e9e9;
  padding:0.625rem 0.938rem 1.25rem;
  margin-bottom: 1.875rem
}
@media screen and (min-width: 576px) {
	.sidebar .widget {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
}
.sidebar .widget .widget-title {    
  font-size: 1.25rem;
  font-weight:600;
  border-bottom:1px solid #e9e9e9;
  padding-bottom: 0.625rem;
  margin: 0;
  margin-bottom: 0.938rem
}
.widget.widget_search .widget-title{
	border:0;
	padding:0;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0
}

/* Search
------------------------------*/
.search-form {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.search-form .search-field {
  font-family: Arial, Helvetica, sans-serif;
  width: 100% !important;
  padding: 0.625rem 0.938rem;
  padding:  0.625rem 0.9375rem;
}
.search-results .input-group .form-control {
    border-color: #fff !important
}
.search-form .search-submit {
  background:#26BF3D;
  color:#fff;
  width: auto;
  margin: 0px 0 0 0.5em;
  height: 100%;
  
}
/*.search-form label {
  -webkit-box-flex: 2;
  flex-grow: 2;
  margin: 0px;
}*/
.sidebar .search-form .search-submit span {
	display:none
}
.widget-area ul li {
  margin: 0.625rem 0
}
.widget-area ul,
.widget-area ul li:last-child{
	margin:0
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section stuffs
------------------------------*/
section.section{	
 	padding: 1.875rem 0;
}
.bg-grey{
	background:#eee;
}
.bg-green{
	background:#05A63D;
    color:#fff
}
section.section p:last-of-type {
  margin-bottom:0
}
section.section .section-title{
	position: relative;
	line-height: 1;
	text-align: center;
	padding-bottom: 1.875rem;
    margin-bottom: 1.250rem
}
section.section .section-title:after {
	content: "";
    position: absolute;
    max-width: 5.625rem;
    width: 100%;
    height: 3px;
    background: #05A63D;
    left: 0;
    right: 0;
    margin:0 auto;
    bottom: 0;
}
@media screen and (min-width: 767px) {
    section.section{        
        padding: 3.125rem 0;
    }
    .home section.section .section-title{
		font-size: 2.125rem;
	}
}

.home .entry-content hr{
	margin-top:3.438rem;
	margin-bottom:3.125rem
}
.home .entry-content .bg-grey hr{
	border-color:#e1e1e1
}
.list-check{
	list-style:none;
	margin:0;
	padding:0
}
.list-check li{
	list-style:none;
	background:url(images/check.png) 0% 20% no-repeat;
	margin-left:1.875rem;
	padding-left:2.5rem;
}
section.section.bg-green h2,
section.section.bg-green h3,
section.section.bg-green h4,
section.section.bg-green h5,
section.section.bg-green p{
	color:#fff
}
section.section.bg-green .section-title:after{
	background:#ffdb63
}

/* Section: Featured on
------------------------------*/
#featured-on{
	font-size:0;
}
#featured-on ul{
	margin:0 -0.938rem
}
#featured-on li{  
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0.625rem 0;
	padding:0 0.938rem;
}
#featured-on.section{        
    padding: 1.875rem 0;
}
@media (min-width:992px){	
	#featured-on ul{
		margin:0 -1.875rem
	}
	#featured-on li{  
		padding:0 1.875rem;
		margin:0
	}
}
@media (max-width:767px){
	#featured-on li{
		width:49.9%;		
	}
    #featured-on li:first-child,
	#featured-on li:nth-child(2){  
		margin-bottom:1.25rem
	}
    #featured-on li:last-child{
        display: none
	}    
}

/* Section: Blog
------------------------------*/
section.section.blog ul{
	font-size:0
}
section.section.blog h5 a {
  color:#26BF3D
}


/* Section: Search bottom
------------------------------*/
.search-bottom .input-group .btn,
.search-bottom .input-group .form-control{
    font-weight: 400;
	height: 54px;
    font-size:1rem
}

/*--------------------------------------------------------------
Posts (loop)
--------------------------------------------------------------*/
.list-article,
.grid-article {    
    margin-bottom: 1.875rem
}
.search-results .list-article {    
    margin-bottom: 0.625rem
}
.list-article-thumb {
    float: left
}
.list-article-content {
  float: none;
  overflow: hidden;
}
.list-article .entry-title {
    font-size: 1.375rem
}
.most-popular .entry-title,
.grid-article .entry-title {
    font-size: 1.25rem
}
.single .grid-article .entry-title {
    font-size: 1.125rem
}
.grid-article-wrapper{
	font-size: 0;
    text-align: center;
}
.grid-article {
	float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;	
	vertical-align: top;	
	line-height: normal;
}
.grid-article .entry-title{
	font-weight: 400;
    text-align: left;
	margin: 0
}
.grid-article .entry-title a{
	color: #26BF3D
}
.grid-article .entry-title a:hover{
	color: #333
}
/*.grid-article .wp-post-image {		
	margin-bottom: 1.25rem
}*/
@media screen and (max-width: 575px) {    
    .list-article,
    .grid-article{
		max-width: 25rem;	
		margin-left: auto;
		margin-right: auto;
	}
}

/*boxes*/
.box-panel{
	font-size: 1rem;
	color: #636363;
    text-decoration: none;
	position: relative;
	background-color: #fff;
    transition: all ease-in-out .3s;    
	padding: 1.25rem 1.25rem 50px;
	margin-bottom: 1.25rem
}
.box-panel .entry-title{
	color:#353535
}
.box-panel .entry-title,
.box-panel p {
	margin-bottom: 0.938rem
}
.box-panel-image{
    height: 5rem;
	display: flex;  
	justify-content: center;
	align-items: center;
	overflow: hidden;    
    margin: 1.25rem 0;
}
.home .box-panel-image{ 
    height: 8.125rem;
	border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.875rem;  
    margin: 0;
    margin-bottom: 1.875rem	
}
.box-panel-image img{
	max-height: 4.375rem !important;
    width: auto !important;
    margin: 0 !important
}
.box-panel:hover{
	box-shadow: 0 40px 100px rgba(153,153,153,.20);
    transition: all ease-in-out .3s;
    transform: translate(0,-10px)
}
.box-panel:hover .learn-more{
	display:block
}
.box-panel .learn-more{
	font-family: 'Roboto',sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #26BF3D;
    color: #fff;
    display: block;
    padding: 0.375rem 0.938rem;
    margin: 0
}
@media (min-width:767px){
	.box-panel{
		min-height: 21.25rem;
		padding: 1.25rem 1.25rem 1.875rem;
		margin-bottom: 1.875rem
	}    	
	.box-panel .learn-more{
		display:none
	}
}

/*reviews template*/
.review-thumb {
    margin-bottom: 30px
}
.review-atts h3{
    color: #0f7743;
    margin: 10px 0
}
.review-rating{
    font-family:'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.review-rating strong{
    margin-left: 10px
}
.review-description{
    margin-bottom: 30px;
}
.review-thumb img.wp-post-image{        
    margin-top: 0;
    margin-bottom: 0
}
@media (min-width:1200px){
    .review-atts {
        max-width: 550px;
        text-align: left;
        padding-left: 30px!important
    }
    .review-thumb{                
        padding-right: 30px!important;
        margin: 0
    }
    .review-thumb img.wp-post-image{        
        float: right
    }
    .post-template .disclaimer-text{
        margin-bottom: 40px
    }
}

/*best of template*/
.best-of {
    text-align: center;   
}
.best-of .box-panel-heading{   
    padding: 12px 10px 14px;
    margin: -20px -20px 15px
}
.highlight .box-panel-heading{
    background: #05A63D;
    color: #fff;
}
.best-of .box-panel{
    border-radius: 3px;
    padding-bottom: 10px;
}
.best-of .box-panel.highlight{
    border: 1px solid #05A63D;
}
@media (min-width:992px){    
    .best-of {
        float: none !important;
        max-width: 330px !important;
        display: inline-block;
        vertical-align: top;       
    }
    .best-of .box-panel{
        min-height: 490px;
        margin-bottom: 10px
    }
}

/*resources page*/
.page-template-template-resources article {
	padding: 30px 15px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .100);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .100);
	border: 1px solid #ebebeb;
	overflow: hidden;
	margin-bottom: 34px;
}
.resources-info p:last-child{
	margin-bottom:0
}
.resources-info .resources-sub-heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #e9f6ef;
	border-radius: 3px;
	display: inline-block;
	padding: 8px 15px 9px;
}
@media (min-width:767px){
    .resources article {
        padding: 30px;        
    }
	.resources-logo{
		padding-right: 30px
	}
	.resources-info{
		border-left: 1px solid #ebebeb;
		padding-left: 30px
	}
	.resources-info .entry-title{
		display: inline-block;
		margin-right: 20px
	}
	.resources-info .resources-sub-heading{
        vertical-align: top;
        margin-top: 4px
	}
}
@media (max-width:767px){    
	.resources-thumb{
		padding: 40px 0 30px
	}
	.resources-info{
        text-align: center;
		padding-top: 40px		
	}			
}

/*social share*/
#social-share-container {  
  position: fixed;
  left: 0px;
  bottom: 0px;
  line-height: 1;  
  width: 100%;
  overflow: hidden
}
a.social-share {
    font-family:'FontAwesome';
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    float: left;
    width: 25%;
    text-align: center;
}
.social-share-facebook {    
    background-color: #3b5998
}
.social-share-twitter {    
    background-color: #1da1f2
}
.social-share-linkedin {    
    background-color: #0077b5
}
.social-share-email {    
    background-color: #848484
}
@media (min-width:1200px){
    #social-share-container {     
      right: 0px;
      top: 170px;      
      width: 48px;
    }
    a.social-share {        
        font-size: 24px;
        width: 100%;
        line-height: 48px;
        display: block;
        float: none
    }
}

/*--------------------------------------------------------------
9.0 External plugins
--------------------------------------------------------------*/
/* 
* Contact form7
*/
div.wpcf7 {
	margin: 0;
	padding: 0;
	text-align:left
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form input,
.wpcf7-form textarea{
	border:0;
	border-radius:2px
}
div.wpcf7 .screen-reader-response {
	font-weight:normal;
	width:100% !important;
}
#consultation-form div.wpcf7 .screen-reader-response {
	color: #fff
}
div.wpcf7-response-output {
  font-family:Arial, Helvetica, sans-serif;  
  font-size: 0.875rem;
  border-radius:2px;
  padding:0.625rem 0.938rem !important;
  margin: 1.25rem 0px;
}
div.screen-reader-response,
div.wpcf7-display-none{
	display:none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok{
	color:#fff !important;
	margin: 0.938rem 0 1.25rem;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{	
  border: 2px solid #ff0000 !important
}
div.wpcf7-mail-sent-ok {	
	border: 2px solid #f7e700 !important
}
span.wpcf7-not-valid-tip {
	font-family:Arial, Helvetica, sans-serif;
	color: #f00;	
	font-size: 0.75rem;
	text-align: left !important
}
.wpcf7 form.sent .form-wrap{
	display:none
}
