/*   
Theme Name: Bob Tiede
Theme URI: https://weavinginfluence.com/
Description: A custom theme, designed and developed by Weaving Influence.
Author: Weaving Influence
Author URI: https://weavinginfluence.com/
Version: 1.0
*/

/*
COLOURS




ORDER OF CSS

1. General
2. Elements
3. Anchors, Inputs, Buttons, Checkboxes etc
4. Sections
5. Navs
6. Individual Pages (see headings within this section)
7. Miscellaneous and General Classes
8. Bootstrap overrides (general)
9. Bootstrap overrides (by screen size)
10. Retina images

*/

/* 1. General */

* {
	margin: 0;
	padding: 0;
}

body {
	 font: 14px Open Sans, sans-serif;
	color: #000;
	background: #fff;
	line-height: 1.4;
	overflow-x: hidden;	
}

.col-sm-12, .col-xs-12{
	width:100%;
}

  @keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
  }

/* 2. Elements */

p, li, td {
/*	font-family: Arial, sans-serif;*/
	font:18px 'EB Garamond', serif;
	padding: 0;
	margin: 6px 0;
	line-height: 1.4!important;
}

section p{
    font: 18px 'EB Garamond', serif;
    margin-bottom: 2%;
}

.col-sm-12, .col-xs-12{
	width:100%;
}

h1, h2, h3, h4, h5, h6 {
	font: 600 20px Open Sans, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
	line-height: 1.4;
}

h1, h2, h3{
	font-size: 2.5em;
}

h4 {
	font-size: 1em;
}

ol{
	font: 18px 'EB Garamond', serif;
	margin: 10px 0;
	margin-bottom: 2%;
   clear: both;	
}


ul {
	margin: 10px 0;
}

li {
	margin-left: 4%;	
   padding-left: .5%;
}

img {
	border: none;
}

div.post img {
	max-width: 100%;
	height: auto;
}

a {
	border: none;
	text-decoration: underline;
}

.fab{
   color: white;
   margin-left: 1%;  
}

/* Image Classes for WP */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
}

img.alignright {
	float: right;
	margin: 0 0 15px 25px;
}

/* Search Form */
header .headSearch .headSearchInner {
  position: relative;
  height: 44px;
  margin: 0 auto;
  width: 44px;
}

header .headSearch .headSearchInner * {
  box-sizing: border-box;
}

header .headSearch .search-btn {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 44px;
	background: none;
	z-index: 5;
}

header .headSearch .search-btn i {
	font-size: 24px;
	line-height: 35px;
	color: #022360;
	padding: 0;
	margin: 0;
}

header .headSearch #searchform {
  height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
   width: 244px;
   right: 10px;
	 
}

header .headSearch input[type="text"] {
  background: #eee;
  border: none;
  border-radius: 22px;
  color: #333;
  cursor: text;
  height: 35px;
  opacity: 1;
  outline: none;
  padding: 5px 20px;
  position: absolute;
  top: 4.5px;
  right: 22px;
  box-shadow: 0 0 3px #54CAD0;
  width: 300px;
  z-index: 5;
  transform: translateX(21px);
}


/* 31-1-2019 */

/* main search form */
.mainSearch .mainSearchInner {
   background-color: #f7f7f7;
   overflow: hidden;
   padding: 30px 2% 25px; 
}

.mainSearch .mainSearchInner form{
	 width: 50%;
    margin: 0 auto;
    position: relative;	
}

.mainSearch .mainSearchInner input[type="text"] {
	width:100%;
}

.mainSearch .mainSearchInner form::after {
    content: "\f002";
    display: inline;
    font-family: fontawesome;
    color: #7b7b7b;
    position: absolute;
    right: 2.5%;
    top: 8px;
}

.mainSearch .mainSearchInner input[type="submit"] {
	display:none;
}


/* 3. Anchors, Inputs, Buttons, Checkboxes etc */

a:link {
	color: #47b9f6;
	transition: 0.3s ease all;
}

a:visited {
	color: #47b9f6;
	transition: 0.3s ease all;
}

a:hover {
	color: #022360;
	transition: 0.3s ease all;
}

a:active {
	color: #022360;
	transition: 0.3s ease all;
}

a:focus {
	outline: none;
}

a.button {
	padding: 15px 20px;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}

a.button:hover {
}

a.button:active {
}

input, textarea {
	font-size: 1em;
	max-width: 100%;
	padding: 6px;
}

textarea {
	font-family: Arial, sans-serif;
	min-height: 40px;
}

.comment-form-comment textarea{
    padding: 1%;	
}

input:focus, textarea:focus {
	outline: none;
	box-shadow: 0 0 4px #ccc;
}

input[type="submit"], button {
    background: #47b9f6;
    padding: 2% 5%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s all ease;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: none;
    border: 0;
    float: right;
}

.form-submit input[type="submit"]{
	 float:none;
    position: relative;
    left: 29%;	
}

input[type="submit"]:focus, button:focus {
	box-shadow: none;
}

input[type="submit"]:hover, button:hover {
	transition: 0.3s all ease;
}

input[type="submit"]:active, button:active {
	transition: 0.3s all ease;
}

/* 4. Sections */

/* Main elements */

.topcontent{
	/* margin-top: 80px; */
	margin-top: 40px;
}

.topcontent .row:first-child{
    width: 85%;
    margin: 0 auto;
}

.postheader{
	/*background-color: rgba(2, 35, 96, 0.8);*/
	width: 100%;
	padding: 0 15px;	
	margin-bottom: 30px;
}

.postheader h2, .postheader h2 + div, .postheader h1, .postheader h1 + div {
	text-align:center;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

.postheader h2 + div span, .postheader h2 + div span a, .postheader h1 + div span, .postheader h1 + div span a{
	font: normal 18px Open Sans, sans-serif;
	color: #022360;
	text-decoration:none;
}

.postheader h1 a, .postheader h2 a{
	color: #022360;
	text-decoration: none;
	font: bold 30px Open Sans, sans-serif;
	letter-spacing: 1px;
}

.category-list{
	background-color: #f7f7f7;
	overflow: hidden;
	padding: 2% 2% 1.5%;  
}

.category-list ul{
	margin: 0;
	overflow:hidden;
	position: relative;
	left: 2%;
}

.category-list ul li{
    list-style: none;
    float: left;
    width: 12%;
    text-align: center;
	  line-height: 2!important;
    margin: 0;
    position: relative;
}

.category-list ul li:nth-child(1),.category-list ul li:nth-child(2){
	text-align:right;
}

.category-list > ul > li::before{
  content:'|';
  display:inline-block;
  margin-right: 20%;
}

.category-list > ul > li:first-child::before{
  content:'';
}

.category-list > ul > li:last-child{
    width: calc(14vw + 30px);
}

.category-list ul li a{
  color:#022360;
  text-decoration: none;
  font: 600 14px Open Sans, sans-serif;
}

.category-list > ul > li.current-cat a::after{
    content: '';
    border-bottom: 5px solid #47b9f6;
    border-radius: 25px;
    width: 20%;
    display: block;
    margin: 2% 53.5%;
    top: 75%;
    transition: .3s ease;
    position: absolute;
}

.category-list > ul > li:nth-child(1).current-cat a::after{
    margin: 2% 64%;
}

.category-list > ul > li:nth-child(2).current-cat a::after{
    margin: 2% 67%;
}

.entry{
	overflow: hidden;
	margin-bottom: 40px;
}

body.single .entry img {
  height: auto;
}

.entry h3, .page h3{
	color: #022360;
	font: bold 24px Open Sans, sans-serif;
}

.entry p{
	font: 18px 'EB Garamond', serif;
   margin-bottom: 2%;
  /*  clear: both;	*/
}

.entry > p:first-of-type{
	font: 20px 'EB Garamond', serif;
	color:#032360;
}

.entry > p:first-of-type:first-letter{
	font: bold 5em 'EB Garamond', serif;
   float: left;
   margin: -.7% .7% 0 0;
   line-height: 1;
}

.entry.nodropcap > p:first-of-type{
	font: 18px 'EB Garamond', serif;
	color:#000;
}

.entry.nodropcap > p:first-of-type:first-letter{
	font: 18px 'EB Garamond', serif;
   float: none;
   margin: initial;
   line-height: initial;
	font-weight: inherit;
}

.entry blockquote{
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #47b9f6;
    display: block;
    padding: 35px 0 25px;
    width: 80%;
    margin: 50px auto 30px;
    position: relative;
    z-index: 1;
}

.entry blockquote::before{
	 content: '\f059';
    display: block;
    font-family: "Font Awesome 5 Free";
    background-color: white;
    position: absolute;
	 top: -40px;
    left: 47.5%;
    z-index: 10;
    font-weight: 400;
    font-size: 4em;
    height: 60px;
}

.entry blockquote p{
	font: 500 italic 26px 'EB Garamond', serif;
	color:#47b9f6;
	width: 100%;
	text-align: center;
}

/* tweetshare setting */
.tweetshare-tweet1{
	 font-size: 1.2em;
    border: 0;
    -moz-border-radius: 4px;
    cursor: pointer;
    margin-bottom: 1em;
    margin-top: 1.75em;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #47b9f6;
    display: block;
    padding: 5% 3% 3%;
    width: 70%;
    margin: 8% auto 6%;
    position: relative;
    z-index: 1;
}

.tweetshare-tweet1::before{
	    content: '\f059';
    display: block;
    font-family: "Font Awesome 5 Free";
    background-color: white;
    position: absolute;
    top: -40px;
    left: 47.5%;
    z-index: 10;
    font-weight: 400;
    font-size: 3.5em;
    height: 60px;
}

.tweetshare-tweet1 span{
	 font: 500 italic 26px 'EB Garamond', serif;
    color: #47b9f6;
    width: 200%;
    text-align: center;
    position: relative;
}

#tweetshare-theme-btn{
    position: absolute;
    right: 0;	
}

.default-tweetshare-panels-body{
	    text-align: center;
}

.entry h2{
	color:#022360;
 	font:bold 24px Open Sans, sans-serif;
}

.entry  ul, section ul{
	list-style:none;
   margin: 3% 0;
}

.entry  ul li::before, body:not(#resources-page):not(#media-page) section ul li::before{
    content: "• ";
    color: #000000;
 	 margin-right: 1%;
}

.entry  ul li, section ul li{
	margin-left: 4%;
 	font:bold 18px 'EB Garamond', sans-serif;
   padding-left: 1em;
   text-indent: -1em;	
}

.page .entry  ul li, .page section ul li{

   text-indent: 0;	
}

  /* contents footer */
.content-footer{
   margin-top: 7%;	
	display:flex;
   margin-bottom: 10%;
}

.content-footer > div{
	width:50%;
}

.shares{
	width:50%;
}

.shares h3, .subscription h3{
	color:#022360;
 	font:bold 18px Open Sans, sans-serif;
	text-align: center;
}

.shares .addthis_tool{
	 list-style: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 5% 7% 0;
    float: none;
}

.addthis_tool div{
	width:100%;
}
span.at-icon-wrapper{
    display: inline-block;
    margin: 0 auto;
    width: 100%!important;	
}

a.at-svc-email{
	background-color:#36a429!important;
}

.at-share-btn-elements a{
	 border-radius: 5%;
    margin-right: 1%;
    float: left;
	 width: 20%;
    text-align: center;	
}

.at-share-btn-elements a:last-child{
    margin-right: 0;	
}

.at-resp-share-element .at-share-btn .at-label{
	display:none;
}

.subscription{
	width:50%;
}

.aboutauthor{
    background-color: #032360;
	 width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	 color:white;
}


.aboutauthor.nodisplay{
	display:none;
}

.home .aboutauthor{	
    padding: 80px 25%;
    margin-bottom: 5%;	
    overflow: hidden;	
}

body:not(.home) .aboutauthor{	
    padding: 8% 17%;
    overflow: hidden;	
}

/*.home .aboutauthor h3,  .aboutauthor h3{	
    text-align: center;
    margin-bottom: 4%;
}*/

.aboutauthor img{
	 float: left;
    border: 3px solid white;
    border-radius: 50%;
    margin-right: 4%;
    height: 175px;
    width: 175px;
    object-fit: cover;
}

.authordescription h3 {
    font-size: 2em;
}

/*.authordescription p {
    min-height: 85px;
}*/

.authordescription{
	font: 16px 'EB Garamond', serif;
    float: left;
    width: 75%;	
}

.authordescription.noimage{
    width: 100%;	
}

.authordescription a:hover{
	color:#50678f;
}

.author-details{
    clear: both;
    margin: 0 auto;
	overflow: hidden;
	max-width: 1140px;
}

	/* top recent posts */

.following > div{
    width: 23%;
    float: left;
    margin: 0 2.5% 3% 0;
    background-color: #47b9f7;	
}

.archive .following{
    margin-top: 4%;	
}

.archive .following > div:nth-child(2),.archive .following > div:nth-child(6),.search .following > div:nth-child(2),.search .following > div:nth-child(6){
	width:49%;
    position: relative;
}

.archive .following > div:nth-child(2) div.minieyecatch::before,.archive .following > div:nth-child(6) div.minieyecatch::before,.search .following > div:nth-child(2) div.minieyecatch::before,.search .following > div:nth-child(6) div.minieyecatch::before{
	 content: '';
    display: block;
    background-color: rgba(2, 35, 96, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
}

.archive .following > div:nth-child(2) div.minieyecatch, .archive .following > div:nth-child(6) div.minieyecatch,.search .following > div:nth-child(2) div.minieyecatch, .search .following > div:nth-child(6) div.minieyecatch{
    background-size: cover;
    height: 100%;
 	 color:white;
}

.following > div h2 {
	 height: 100px;
	 position: relative;  
}

.following > div h2 a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 5% 10%;
    line-height: 1.5;
    text-align: center;
    display: block;	
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.archive .following > div:nth-child(2) div h2 a, .archive .following > div:nth-child(6) div h2 a, .search .following > div:nth-child(2) div h2 a, .search .following > div:nth-child(6) div h2 a {
	top: 0 !important;
}

.following > div div.addthis_tool + p:last-of-type{
	display:none;  
}


.search .following > div p:last-of-type{
	display:block;  
}

.archive .following div.archivefirstpost h2 a,.search .following div.archivefirstpost h2 a {
    padding: 0% 10%;
    left: unset;
    top: unset;
    -webkit-transform: none;
    transform: none;		
}

.archivefirstpost *{
    z-index: 5;
    position: relative;
}

.following > div p{
    font: 18px 'EB Garamond', serif;
    padding: 0 7% 7%;
    position: relative;
    letter-spacing: 1px;
}

.following > div:nth-child(3),.following > div:nth-child(7){
    margin-right: 0;
}

.archive .following > div:nth-child(3),.archive .following > div:nth-child(7),.search .following > div:nth-child(3),.search .following > div:nth-child(7){
    margin-right: 2.5%;
}

.archive .following > div:nth-child(4), .archive .following > div:nth-child(7),.archive .following > div:nth-child(11),.search .following > div:nth-child(4), .search .following > div:nth-child(7),.search .following > div:nth-child(11){
    margin-right: 0;
}

.following > div:first-child{
  width: 48.5%;
  background-size: cover;
  position:relative;
  color:white;
}

.archive .following > div:first-child,.search .following > div:first-child{
    width: 100%;
    margin-right: 0;
    background-color: #002162;
    background-repeat: no-repeat;
    background-size: 60% 100%;
    min-height: 400px;
}

.archive .following > div:first-child .archivefirstpost,.search .following > div:first-child .archivefirstpost{
    width: 40%;
    float: right;
}

.archive .following > div:first-child .archivefirstpost p,.search .following > div:first-child .archivefirstpost p{ 
    padding: 0 7% 3%;
}

.archive .following > div:first-child .archivefirstpost > a,.search .following > div:first-child .archivefirstpost > a{
    text-decoration: none;
    display: block;
    color: white;
    text-align: center;
    margin-top: 15%;
}

.archive .following > div:first-child .archivefirstpost > a:last-child,.search .following > div:first-child .archivefirstpost > a:last-child{
    color: #47b9f6;
    font: 600 17px Open Sans, sans-serif;
    letter-spacing: 1px;
    padding: 0 7% 10%;
    text-align: left;
    margin-top: 0;    display: block;
}

.archive .following > div:first-child .archivefirstpost > h2,.search .following > div:first-child .archivefirstpost > h2{
	height:auto;
}

.firstpost{
  color:white;
}

.firstpost::before, .archivefirstpost::before{
  content:'';
  display:block;
  background-color:rgba(2, 35, 96, 0.6);
  height:100%;
  width:100%;
  position:absolute;
}

.archive .firstpost::before, .archivefirstpost::before{
  width:unset;
}

.firstpost h2{
	margin-top: 23%;	
}

.morerecentposts{
	  display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
    font-size: 2em;
    color: #032360;  
}

.firstpost .minieyecatch{
  position:relative;
    top: 10%;	
}

.firstpost .minieyecatch a{
  background-color: rgba(71, 185, 246, 0.8);
}

.minieyecatch{
	height: 150px;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.minieyecatch > a{
	 position: absolute;
    color: white;
    text-decoration: none;
    background-color: rgba(2, 35, 96, 0.8);
    padding: 6%;
    text-align: center;
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);	
}

.searchquery{
	display:block!important;
}

.searchresults .minieyecatch > a{
	 position: absolute;
    color: white;
    text-decoration: none;
    background-color: rgba(2, 35, 96, 0.8);
    padding: 6%;
    text-align: center;
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);	
}

.searchresults > div:nth-child(4n+3){
	    margin-right: 0 ;
}

.page-search{
    background-color: rgba(2, 35, 96, 0.8);
    padding: 0%;
    width: 65%;
    margin: 0 auto;	
}

.archive .following > div:nth-child(2) div.minieyecatch > a, .archive .following > div:nth-child(6) div.minieyecatch > a,.search .following > div:nth-child(2) div.minieyecatch > a, .search .following > div:nth-child(6) div.minieyecatch > a{
	 top: 15%;
    width: 45%;
    padding: 3%;
    left: unset;
    transform: unset;
    -webkit-transform-origin-x: unset;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto 14%;
    background-color: rgba(71, 185, 247, .8);
}

.archive .following > div:nth-child(2) div.minieyecatch > h2, .archive .following > div:nth-child(6) div.minieyecatch > h2,.search .following > div:nth-child(2) div.minieyecatch > h2, .search .following > div:nth-child(6) div.minieyecatch > h2{
    top: 2%;
    margin: 0 0 10%;
    padding-top: 30%;
}

/* resources page */
.ebook_lists{
  list-style: none;
  float: left;
  margin:0 8.5% 0 0;
  min-height: 400px;
  max-width: 18%;
}

.ebook_lists:nth-child(4n){
  margin-right:0;
}

.ebook_lists h3{
   font: 600 20px Open Sans, sans-serif;
   color: #022360;
   margin-top: 7%;  
	width: 100%;
    text-indent: 0;
}

.ebook_lists h3 span{
	display:block;
	font-weight: 100;	
}

.footer_resouces{
   background-color: #f7f7f7;
   padding: 3% 0;  
}

.footer_resouces .container{
    max-width: 1150px;
}

.footer_resouces .container h2{
    font-size: 2.3em;
    margin-top: 3%;
}

.footer_resouces .container h2 + p{
    font: 18px 'EB Garamond', serif;
    color: #022360;
    letter-spacing: 1px;
}

#mc_embed_signup{
	background-color:transparent!important;
}

#mc_embed_signup form{
	padding: 10px 0 10px 0!important;
}

.inputwrapper{
	display:flex;
}

.home .inputwrapper, .single .inputwrapper {
    display: block;
    margin: 0 auto;
}

#mc_embed_signup .mc-field-group{
    width: 25%;
    margin-right: 2%;
	 padding-bottom:0!important;
}

#mc_embed_signup .mc-field-group input{
    border: 0;
    padding: 4%!important;
    border-radius: 0;
   font:italic 14px 'EB Garamond', serif;		
}

.footer_resouces #mc_embed_signup .mc-field-group, .footer_resouces #mc_embed_signup .mc-field-group label, .footer_resouces #mc_embed_signup .mc-field-group label input{
	width:100%;
}


body.home div#mc_embed_signup .inputwrapper > input, body.single div#mc_embed_signup .inputwrapper > input{
    border: 1px solid #e4e4e4;
    padding: 4%!important;
    border-radius: 0;
    font: italic 14px 'EB Garamond', serif;
    width: 50%;
}

.inputwrapper .mc-field-group input::-webkit-input-placeholder{
	 color:lightgray!important;
   font:italic 14px 'EB Garamond', serif;	
}

#mc_embed_signup div input.button{
    background-color: #47b9f6;
    border-radius: 0;
    padding: 6%;
    height: auto;
    width: 200px;
    font: bold 20px Open Sans, sans-serif;
}

.home #mc_embed_signup div input.button, .single #mc_embed_signup div input.button{
    background-color: #47b9f6;
    border-radius: 0;
    padding: 6.5%;
	 height: auto;
    width: 125px;
    font: bold 17px Open Sans, sans-serif;
}

.single #mc_embed_signup div input.button{
    padding: 6%;
}

.home #mc_embed_signup div.clear, .single #mc_embed_signup div.clear{
     margin-left: -4px; 
}

#mce-responses + div + p{
	position:absolute;
}

/* media page */

.podcast_list .podcast_lists{
	background-size: 100% 170px;
	background-repeat: no-repeat;
	padding-top: 17%;		
}

.podcast_list{
    display: flex;
    flex-wrap: wrap;	
}

.podcast_lists{
	 position: relative;
    list-style: none;
    float: left;
    margin: 0 2% 2% 0;
    padding: 3% 1.5% 5%;
    width: 23.5%;
    background-color: #f1f1f1;
    padding-bottom: 7%;
}

.podcast_lists:nth-child(4n){
  margin-right:0;
}

.podcast_lists h3{
	 font: 600 20px Open Sans, sans-serif;
    color: #022360;
    margin-top: 7%;
    padding: 0 5% 5%;
    text-align: center;
}

.podcast_lists a{
	text-decoration:none;
}

.podcast_lists a:first-child{
    color: #022360;
    text-align: center;
    margin: 0;
}

.podcast_lists a:first-child p{
    font: 600 14px Open Sans, sans-serif;
}

.podcast_lists a:last-child {
   position: absolute;
    bottom: 40px;
    color: #47b9f6;
    font: 600 17px Open Sans, sans-serif;
    letter-spacing: 1px;
    display: block;
}

.podcast_list .row{
	width:100%;
}


.podcast_list .loadmore .col-md-6{
    text-align: center;	
    display: block;
    margin: 2% 0 5%;	
}

.podcast_list .loadmore .col-md-6 a, .podcast_list .page-numbers.current {
    text-decoration: none;
    color: #48b9f6;
    border: 1px solid #48b9f6;
    padding: 3% 3% 0;
	 width: 9%;	
    margin-right: 2%;
    font-weight: bold;
 	 display:inline;
}

.podcast_list .loadmore .col-md-6 a:first-child, .podcast_list .loadmore .col-md-6 a:last-child{
	 padding: 3% 0;
    width: 20%;	
}

.podcast_list .page-numbers.current{
    color: white;
    background-color: #48b9f6;	
}

.podcast_list .page-numbers.dots{
	 margin: 2% 2% 0 0;
    display: inline-block;	
}


section.webinars_list{
    padding-bottom: 0!important;	
}

.webinars_lists{
	 list-style: none;
    float: left;
    margin: 0 1.5% 2% 0;
    padding: 3% 1% 5%;
    width: 32.3%;
}

.webinars_lists:nth-child(3n){
  margin-right:0;
}

.webinars_lists h3{
    font: 600 20px Open Sans, sans-serif;
    color: #022360;
    margin: 7% 0 0;
    padding: 0;
    text-align: left;
}

.webinars_lists a{
	text-decoration:none;
}

.webinars_lists iframe{
    height: 100%;
    width: 100%;
}

.webinars_lists a:first-child p{
    font: 600 14px Open Sans, sans-serif;
}

.webinars_lists a:last-child {
    color: #47b9f6;
    font: 600 17px Open Sans, sans-serif;
    letter-spacing: 1px;
	 margin-top: 8%;
    display: block;
}

/* Header */

header {
   /* margin-bottom: 40px; */
   margin-bottom: 20px;
}

nav.navbar{
   /* margin-bottom: 40px; */
   margin-bottom: 20px;	
}

.custom-logo-link + a img{
	margin-left: 12%;
}

.headerImage{
   background: url(../../../wp-content/uploads/header-image.jpg)no-repeat;
   background-size: cover;
   height: 100%;
   min-height: 307px;
	color:#022360;
	position:relative;
}

.headerImage p{
 	font:300 34px Open Sans, sans-serif;
   position: absolute;
   width: 73%;	
	top:50%;
	left:50%;
   -webkit-transform: translateY(-50%) translateX(-50%) ;
   transform: translateY(-50%) translateX(-50%) ;
}

.headerImage .fa, .headerImage .fas{
   color: rgba(107, 107, 107, 0.55);
}

.strong{
	font:bold 60px Open Sans, sans-serif;	
	margin-left: 4%;	
}

.authorname{
 	font:300 29px Open Sans, sans-serif;
   display: block;
   text-align: center;
   margin-right: 20%;	
}


.authorname:first-letter{
   width:200%;
	display:inline-block;
}

.headerImage p > .fa-quote-left{
   font-size: .75em;
   position: relative;
   bottom: 12px;
   margin: 0 1%;
}

.strong .fa-quote-left{
   font-size: .75em;
   position: relative;
   bottom: 12px;
   margin-left: 1%;	
	transform:matrix(-1, 0, 0, 1, 0, 0);	
}

/* Sections */

section.section {
	padding: 60px 0;
}

section.section3{
	padding:0!important;
}


section.section1 {
  background-color: #47b9f6;
  padding: 20px 0;
  text-align: center;
  color: white;
  letter-spacing: 3px;
}


section.ebook_list{
  padding:0;
}

section.ebook_list + section{
  padding:0;
}

section.section .row {
	position: relative;
}


/* Sections - General Classes */

.firstpost_top, .postsingle-bg{
	/*min-height: 426px;
	height: 100%;*/
	display: block;
	overflow: hidden;
	/*background-size: cover;
	background-position: 50%;*/
	position:relative;
	margin-bottom: 20px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

img.featured-image {
	width: 100%;
	height: auto;
}

.single-post div.post{
	padding: 0 10%;
}

.single-post .recent-posts div.post{
	padding: 0;
}

/* Full Screen Image */

section.fullScreen {
	position: relative; /* For positioning other elements relative to it, such as nav */
	height: 100vh;
	min-height: 550px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
}

/* Two Columns with Photo (on left and right) */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.right-half {
	top: -60px;
    left: 50%;
    right: 100%;
    height: calc(100% + 120px);
	overflow: hidden;
}

.left-half {
	top: -60px;
    left: 0%;
    right: 50%;
    height: calc(100% + 120px);
	overflow: hidden;
}

section.twoColRightPhoto .col-xs-12.right-half, section.twoColLeftPhoto .col-xs-12.left-half {
	padding-left: 0;
	padding-right: 0;
}

section.twoColRightPhoto .col-xs-12.right-half img, section.twoColLeftPhoto .col-xs-12.left-half img {
	width: auto;
	height: 100%; /* Changes for XL */
	position: relative;
	left: calc(50% - 287px); /* Centre image horizontally */
	top: 0;
}

section.twoColLeftPhoto .container.text-on-right .col-md-6 {
	left: 50%;
	padding-left: 2.5em;
}

/* Photo Strip */

section.section.strip {
	padding: 0;
	overflow-x: hidden;
}

section.strip .container.hide {
	display: none;
}

section.strip .photo-strip-grid {
	width: 100vw;
}

section.strip .photo-strip-grid-item { /* Default width - set for 5 images */
	float: left;
	width: 20%;
}

section.strip .photo-strip-grid-item img {
	width: 100%;
	height: auto;
}

/* Gallery */

section.gallery {
	overflow: hidden;
}

section.gallery h1, section.gallery h2 {
	color: #fff;
}

section.gallery .grid {
	width: 100vw;
}

section.gallery img { /* Horizontal spacing set using gutter option in Masonry.js */
	width: 100%;
	height: auto;
	margin: 10px 0;
}

section.gallery .grid .grid-sizer { /* Default */
	width: 500px;
}

section.gallery .grid .grid-sizer, section.gallery .grid .grid-item { /* Mobile first - this is the XS grid size */
	width: 100%;
}

/* Headings */

section h1.display, section h2.display {
	display: inherit;
}

section h2.display{
  color: #022360;
  font: bold 2.5em Open Sans, sans-serif;  
}

section h1.hide, section h2.hide, h3.hide, h4.hide {
	display: none;
}

/* Testimonies */

.face_image{
    float: left;
    margin-right: 3%;  
}

.face_image img{
    border-radius: 50%;
}

p.testimony-text {
	margin-bottom: 16px;
}

p.name-company {
    font-size: 18px;
    margin: 26px 0;
    padding-left: 21%;
    width: 100%;
    letter-spacing: -.2px;
}

.testimonyname{
	font-weight: bold;
}

.testimonyname::before{
	content:'-';
	display:inline-block;
   transform: scale(4,1);
   width: 10px;
}

p.name-company i{
	font-size: 18px!important;
}

.testimony-links{
	text-align:center;
}

.testimony-links a:not(.current){
    border: 3px solid grey;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 1%;
}

.testimony-links a.current{
    background-color: #47b9f6;
    border: 3px solid #47b9f6;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;	
	 margin-right: 1%;
}

section.testimonies div.testimony.absolute {
	top: 96px;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

section.testimonies div.testimony.absolute.current {
	top: 86px;
	opacity: 1;
	transition: all 1.5s ease;
}

section.testimonies h2, section.testimonies h1 {
	margin-bottom: 35%;
}

section.testimonies i {
	font-size: 0.5em;
}

section.testimonies a, section.testimonies a:link, section.testimonies a:visited {
	color: #fff;
	padding: 0 3px;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.3s all ease;
}

section.testimonies a.current, section.testimonies a:hover, section.testimonies a:active {
	opacity: 1;
	transition: 0.3s all ease;
}

.testimony-control{
    text-align: center;	
}

.testimony-control a{
	position: relative;
    top: 43%;
}

a#sld_prev img{
    transform: rotateY( 180deg );
    margin-right: 15%;
}

/* Developer Classes */



/* Unique classes */




/* Footer */

footer {
	background: #022360;
	color: #000;
	position: relative;
  padding: 1.5% 10%;  
}

footer.bottom-align {
	bottom: 0;
}

footer a, footer a:link, footer a:visited {
	color: #000;
	text-decoration: none;
}

footer a:hover {
}
	
footer a:active {
}

.footer_headline{
  font:700 22px Open Sans, sans-serif;
  color:white;
}

.footer_copyright{
  font:normal 14px Open Sans, sans-serif;
  text-align: center;  
}

footer .col-xs-12{
  width: 100%;
  text-align: center;
}

/* 5. Navs */

nav button {
	border: 0;
}

nav button:hover, nav button:active {
	cursor: pointer;
}

nav button:focus {
	outline: none;
}

nav .icon-bar {
	position: relative;
	top: 0px;
	display: block;
	width: 33px;
	height: 4px;
	background-color: #fff;
	border-radius: 1px;
	margin: 5px 0;
	transition: 0.5s all ease;
}

button[aria-expanded="true"] span:nth-of-type(2) {
    -webkit-transform: translateY(11px) rotate(-45deg)!important;
    transform: translateY(11px) rotate(-45deg)!important;
	transition:.5s ease;
}

button[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0!important;
	transition:.5s ease;
}

button[aria-expanded="true"] span:nth-of-type(4) {
  -webkit-transform: translateY(-20px) rotate(45deg)!important;
  transform: translateY(-6.5px) rotate(45deg)!important;
	transition:.5s ease;
}


nav button.navbar-toggler[aria-expanded="false"]::before {
    content: '';
    display: inline;
    position: absolute;
    right: 100%;
    bottom: 25%;
	transition: .3s all ease;	
}

nav button.navbar-toggler[aria-expanded="true"]::before {
    content: '';
    display: inline;
    position: absolute;
    right: 100%;
    top: 100%;
	 transition: .3s all ease;	
}

nav.navbar {
	padding: 0;
	background-color: #022360;
   color: white;
}


#menu-mainmenu{
   margin-bottom: 5px;	
}

nav ul#menu-main-menu li {
	margin: 0;
}

nav ul li a {
	color: #fff;
   font:normal 14px Open Sans, sans-serif;
	text-decoration:none;
}

nav ul li a:link, nav ul li a:visited {
	color: white;
}

nav ul li.current-menu-item a:link, nav ul li.current-menu-item a:link, nav ul li.current-menu-item a:visited {
	font-weight:700;
}

nav ul li {
   position:relative;
}

li.current-menu-item a::after{
	content: '';
	display: block;
   position: absolute;
   left: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
   transform: translateY(-50%) translateX(-50%) rotate(-45deg);
   width: 14px;
   height: 14px;
   margin: 15px 0 0 1%;
   background-color: white;
   border: 0;
   overflow: hidden;
}

nav ul li a:hover {
	color: #ccc;
	text-decoration: none;
}

nav ul li a:active {
	color: #bbb;
}


/* Bootstrap Overrides */
.container-fluid{
	padding-left:0;
	padding-right:0;
  overflow: hidden;  
}

.navbar-nav{
    margin: 0;	
}


/* 6. Individual Pages (see headings within this section) */

	/* contact */
form.wpcf7-form{
    width: 893px;
    margin: 0 auto 10%;	
	 font: normal 16px Open Sans, sans-serif;
    color: #022360;	
    letter-spacing: 1px;
}

.clm1 label:first-child , .clm2 label:first-child  {
    margin-right: 4%;
 }

.clm1 label , .clm2 label {
    width: 48%;
}

.clm1 label span,.clm2 label span {
	display:block;
}

.clm1 label input,.clm2 label input, .clm3 label, .clm3 textarea{
	width:100%;
    margin-top: 2%;
    margin-bottom: 4%;	
}

.clm3 textarea{
	margin-bottom:0;
}

textarea.wpcf7-textarea{
    border: 1px solid lightgray;	
}


	/* About */
	
	section.testimonies{
    background-color: #f1f1f1;
    margin: 60px 0 0;		
	}
  
	a.allpraise{
 	 text-decoration: none;
    color: white;
    background-color: #48b9f6;
    padding: 1.5% 7%!important;
    font-weight: bold;
    margin: 3% auto;
    opacity: 1!important;
    margin-bottom: 0;		
	}

	a.allpraise:hover{
    color: #48b9f6!important;
    background-color: white;
	 border:1px solid #48b9f6;
	}

	/* Testimonials */

	.testimonial{
      margin: 0;		
	}

	li.testimonials{
		padding: 3% 0;
		border-bottom: 2px dashed lightgrey;
		margin-bottom: 2%;
	}

	li.testimonials:last-child{
		border-bottom: 0;
	}

	.testimonials::before{
		content:none;
		display:none;
	}

	.testimonials img{
		float: left;
		margin-right: 3%;
		margin-bottom: 4%;
		border-radius: 50%;
		width: 11.5%;
	}

	.testimonials-right	{
    margin-bottom: 16px;		
	}

	

/* 7. Miscellaneous and General Classes */

.centre, .center, .aligncenter {
	text-align: center;
}

.tsp {
	color: #f00;
}

#bootstrap-test {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 2px #000 solid;
	padding: 0px 10px;
	width: 40px;
}

#bootstrap-test p {
	font-weight: bold;
	text-align: center;
	color: #000;
}


section.section1 h1 + p {
  display:none;
}

/* comments */

#comments{
	 overflow: hidden;
	 margin: 5% 4% 10%;
}

.logged-in-as a{
    font: 18px 'EB Garamond', serif;	
}

/* archive page */
.loadmore .col-md-12{
    text-align: center;	
    display: block;
    margin: 2% 0 5%;	
}

.loadmore .col-md-12 a, .page-numbers.current {
    text-decoration: none;
    color: #48b9f6;
    border: 1px solid #48b9f6;
    padding: 1%;
	 width: 9%;	
    margin-right: 1%;
    font-weight: bold;
 	 display:inline;
}

.loadmore .col-md-12 a:first-child,.loadmore .col-md-12 a:last-child{
	 padding: 1%;

}

.page-numbers.current{
    color: white;
    background-color: #48b9f6;	
}

.page-numbers.dots{
	 margin: 2% 2% 0 0;
    display: inline-block;	
}

.pagination{
    margin: 0 auto;
    display: block;
}




/* 8. Bootstrap overrides (general) */



/* 9. Bootstrap 4 Overrides (by screen size)

NOTE: Different screen size breaks than earlier Bootstrap - see https://bootstrapcreative.com/bootstrap-4-media-queries/ */


/* Custom XL size */
@media (min-width: 2000px) {
	.headerImage{
	   background-position-y: -35px;		
	}
}

@media (min-width: 2200px) {
	.headerImage{
	   background-position-y: -45px;		
	}
}


/* Custom XL size */
@media (min-width: 1800px) {
		section.gallery .grid .grid-sizer, section.gallery .grid .grid-item {
			width: 23%;
			width: calc(25% - 20px);
		}
}

/* Custom XL size */
@media (max-width: 1400px) {
	.headerImage{
	   background-position: 55%;		
	}

	.headerImage p {
		font-size: 25px;
		width: 65%;
		transform: translateY(-50%) translateX(-65%);
	}
	
	.headerImage .strong {
		font-size: 44px;
	}
	
	.headerImage .authorname {
		font-size: 21px;
	}
}

/* Custom XL size */
@media (min-width: 1200px) and (max-width: 1310px) {
	.authordescription {
		width: 70%;
	}
}


/* X-Large - XL size */
@media (min-width: 1200px) {
	section.twoColRightPhoto .col-xs-12.right-half img, section.twoColLeftPhoto .col-xs-12.left-half img {
		width: 100%;
		height: auto;
		left: 0;
		top: calc(50% - 187px);
	}
	
	section.gallery .grid .grid-sizer, section.gallery .grid .grid-item {
		width: 31%;
		width: calc(33.333% - 20px);
	}
}


/* Large - LG size */
@media (min-width: 992px) and (max-width: 1199px) {

	.category-list ul li {
    width: 15%;
    text-align: left!important;
	}	
	
	.category-list > ul > li:last-child {
    width: 18%;
	}
	
	section.gallery .grid .grid-sizer, section.gallery .grid .grid-item {
		width: 31%;
		width: calc(33.333% - 20px);
	}

	section.strip .photo-strip-grid-item {
		min-width: 25% !important;
	}
	
	section.strip .photo-strip-grid-item:nth-child(n+5) { /* Only display the first four photos */
		display: none;
	}

	.headerImage{
	   background-position: 65%;		
	}

	.authordescription {
		width:100%;
		text-align:center;
	}

	.home .aboutauthor img, .aboutauthor img {
	 	margin-top: 20px;
	    display: block;
	    margin: 0 auto;
	    float: none;		
	}
		
}

/* Medium - MD size tablet-size*/
@media (min-width: 768px) and (max-width: 991px) {
	
	.strong	{
	  font-size: 1.25em;		
	}
	
	.custom-logo-link{
		float:left;
	}
	
	.custom-logo-link + a img{
    width: 55%;
    display: block;
    padding-left: 5%;		
	}

	.headerImage{
	   background-position: 65%;		
	}
	
	.headerImage p {
		font-size: 20px;
	}
	
	.headerImage .strong {
		font-size: 35px;
	}
	
	.headerImage .authorname {
		font-size: 16px;
	}
	
	.home .row > .col-xs-12, .single .row > .col-xs-12{
		width:100%;
	}
	
	.categories{
    background:url('../../uploads/cat-menu.png')no-repeat;
    background-size: 15%;
    background-position: 102% 3px;
    transition:.3s ease;    
    cursor:pointer;
  }
  
  .categories.bgchange{
    background:url('../../uploads/cat-menu-close.png')no-repeat;
    background-size: 15%;
    background-position: 102% 3px;
    transition:.3s ease;
    cursor:pointer;
  }  
	
	.category-list > ul > li:last-child {
    width: 30%;
	}
	
	 .categories > ul{
    height:0px;
    opacity:0;
    transition:.5s ease;  
    width: 100vw;
    position: relative;
    left: -50%;
    padding: 0;
    margin: 0;    
  }  
  
  .categories > ul.open-nav {
    height:auto;
    opacity:1;
    transition:.3s ease;    
    width: 100vw;
    position: relative;
    left: -18%;
    padding: 10% 0;
    margin: 0;
  }
  
  .categories > ul.open-nav li{
    float: none;
    text-align: center;
    margin-left: 3%;
  }
	
	.category-list > ul > li::before {
    margin-right: 17%;
	}

	.category-list ul{
    width: 95%;
    text-align: center;		
	}
	
	.category-list ul li,.category-list ul li:nth-child(1), .category-list ul li:nth-child(2){
    width: 18.3%;
    text-align: left;
	}	
	
	.category-list > ul > li:first-child{
    margin-left: 0;
	}
	
	.category-list > ul > li.current-cat a::after, .category-list > ul > li:nth-child(1).current-cat a::after, .category-list > ul > li:nth-child(2).current-cat a::after{
		margin: 2% 39.5%;
	}
	
	.cat-item-61 a{
		margin-left: 10%;
	}
	
	.following > div{
    width: 100%!important;
    margin: 5%!important;
	}
	
	/*.entry p{
		font-size: 1.75em;
	}*/
	
	.entry blockquote {
		width: 100%;
	}
	
	.entry ul li, section ul li{
		font-size: 1.5em;
		padding-left: 1em;
		text-indent: -1em;		
	}
	
	.page .entry ul li, .page section ul li{
		text-indent: 0;		
	}	
    
	section.gallery .grid .grid-sizer, section.gallery .grid .grid-item { 
		width: 46%;
		width: calc(50% - 20px);
	}

	section.strip .photo-strip-grid-item {
		min-width: 33.3% !important;
	}
	
	section.strip .photo-strip-grid-item:nth-child(n+4) { /* Only display the first three photos */
		display: none;
	}
  
  .navbar-collapse.show #main-nav,.navbar-collapse.show .headSearch{
    display: block!important;
    transition: .3s ease;
  }
  
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
  
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
	
	.aboutauthor{
    padding: 15vw 9vw;
    /*margin: 0 0 2% -3%;*/
    width: 100vw; 		
	}
	
	.home .aboutauthor{
	    padding: 80px 9vw;
	    /*margin: 10% 0 10% -16%;*/
	    width: 100vw;	
	}

	
	.home .aboutauthor img, .aboutauthor img {
	 	margin-top: 20px;
	    display: block;
	    margin: 0 auto;
	    float: none;		
	}
	
	.authordescription{
		width:100%;
		text-align:center;
	}
	
	.firstpost .minieyecatch a, .minieyecatch a{
    font-size: 1.75em;
    padding: 4%;		
	}
	
	.minieyecatch{
    height: 280px;		
	}
	
	.following > div h2 a{
	 font-size: 1em;
    padding: 3%;
    top: 100%;		
	}
	
	.following > div p{
	  padding-top: 10%;
    font-size: 2em;		
	}
	
	.at-below-post-homepage + p{
		display:none;
	}
	
	/* resource */
	.ebook_list{
    overflow: hidden;
    text-align: center;		
	}

	.ebook_list li{
    margin: 0px auto 0 0;
    min-height: 400px;
    width: 50%;
	 max-width: 100%;
	}
	
	/* media */
	#media-page .section2 img {
    width: 100%;
    height: 100%;
	}

		/*  contact */
	
	.contactimage img{
	 width: 100%;
    height: auto;		
	}
	
	form.wpcf7-form{
    width: 100%;		
	}
	
	/*  about */
	.aboutimage img{
	 width: 100%;
    height: auto;
	}
	
	.testimony-control{
    display: none;		
	}
	
	.testimony-control + .relative{
    margin: 0 auto;
	}
	
	.testimony-links{
	padding-top: 7%;		
	}
}

/* Small - SM size */
@media (min-width: 576px) and (max-width: 767px) {

	section.gallery .grid .grid-sizer, section.gallery .grid .grid-item { /* Mobile first - this is the XS grid size */
		width: 46%;
		width: calc(50% - 20px);
	}
  
	.custom-logo-link + a img{
    width: 55%;
    display: block;
    padding-left: 5%;		
	}	
	
  .category-list > ul > li::before {
     margin-right: 17%;
  }  
	
  .category-list > ul > li:last-child {
    width: 27%;
  }
  
  .categories{
    background:url('../../uploads/cat-menu.png')no-repeat;
    background-size: 15%;
    background-position: 100% 7px;
    transition:.3s ease;    
    cursor:pointer;
  }
  
  .categories.bgchange{
    background:url('../../uploads/cat-menu-close.png')no-repeat;
    background-size: 15%;
    background-position: 100% 3px;
    transition:.3s ease;
    cursor:pointer;
  }  
  
  .categories > ul{
    height:0px;
    opacity:0;
    transition:.5s ease;
    width: 100vw;
    position: relative;
    left: -50%;
    padding: 0;
    margin: 0;    
  }  
  
  .categories > ul.open-nav {
    height:auto;
    opacity:1;
    transition:.3s ease;    
    width: 100vw;
    position: relative;
    left: -50%;
    padding: 10% 0;
    margin: 0;
  }
  
  .categories > ul.open-nav li{
    float: none;
    text-align: center;
    margin-left: 3%;
  }
  
  .categories::before{
    margin-right:5%!important;
  }  
  
  .topcontent .row:first-child {
    width: 95%;
    margin: 0 auto;
  }
  
	section.strip .photo-strip-grid-item {
		min-width: 33.3% !important;
	}
	
	section.strip .photo-strip-grid-item:nth-child(n+4) { /* Only display the first three photos */
		display: none;
	}
	
	.absolute {
		position: relative;
	}
	
	.right-half, .left-half {
		top: 0;
		left: 0;
		right: 100%;
		height: auto;
	}
	
	section.twoColRightPhoto .col-xs-12.right-half img, section.twoColLeftPhoto .col-xs-12.left-half img {
		width: 100%;
		height: auto;
		left: 0;
		margin-top: 60px;
    }
    
    section.twoColLeftPhoto .container.text-on-right .col-xs-12 {
		left: 0;
		padding-left: 15px;
	}
	
	body#about-us-page section.twoColLeftPhoto .col-xs-12.left-half, body#about-us-page section.twoColLeftPhoto .col-xs-12.left-half img {
		display: none;
	}
	
	body#about-us-page section.section.twoColRightPhoto {
		padding-bottom: 0;
	}

	body#about-us-page section.section.twoColLeftPhoto {
		padding-top: 40px;
	}

	.container.navbar-collapse {
	    min-height: 55px;
	  	max-width: 100%;
	}
  
  	nav .container.navbar-collapse.collapse.show{
	  	position: relative;
  	}
  	
  	.navbar-collapse button{
  	    position: absolute;
	    top: 0;
	    right: 0;
	    padding-right: 5%;
    	padding-top: 15px;
    }
    
	li.current-menu-item a::after{
		content:none;
	}  
    
  	.navbar-collapse #main-nav, .navbar-collapse .headSearch{
	    display: none!important;
	    transition: .3s ease;  
	}
	
	.navbar-collapse.show #main-nav, .navbar-collapse.show .headSearch{
	    display: block!important;;
	    transition: .3s ease;  
	    animation: show 1s linear 0s;
		padding-left: 5%;
		padding-bottom: 55px;
	}
		
	.navbar-collapse.show .headSearch{
		position: absolute;
		bottom: 10px;
		right: 5%;
		width: 90%;
		padding: 0;
    }
    
    header .headSearch .headSearchInner, header .headSearch #searchform{
	    width: 100%;
	    margin: 0;
    }
    
    header .headSearch #searchform{
	    right: 0;
    }
    
    header .headSearch input[type="text"]{
        width: 100%;
		max-width: 100%;
    }
    
    header .headSearch .search-btn{
		right: 8px;
		top: -10px;
    }
  
  ul#menu-mainmenu li {
	  width: 50vw;
    margin-left: 20%;
  }
  
  .logo{
    text-align: center;
    padding: 3%;    
  }
  
  .logo a{
    margin-bottom: 5%;
    display: block;
  } 
  
  .logo a + a img{
    width:100%;
    margin:0;
  }  
  
  .headerImage{
    background-position: 68%;    
  }
  
  .headerImage p{
    font: 300 22px Open Sans, sans-serif;
    width: 53%;
    top: 50%;
    left: 43%;   
  }

	.headerImage p, .headerImage .strong, .headerImage .authorname {
		font-size: 18px;
		display: inline;
	}
	
	headerImage .authorname {
		font-size: 18px;
	}
  
  .headerImage p br{
    display: none;
  }   
  
.strong {
    font: bold 24px Open Sans, sans-serif;
    margin-left: 0;
    display: block;
  }  
  
  .authorname {
    font: 300 20px Open Sans, sans-serif;
    display: block;
    text-align: left;
    margin-right: 0;
  }
  
  .category-list ul li{
    width: 21%;
    text-align: left!important;
    margin: 0;
  }
	
	.category-list > ul > li:nth-child(1).current-cat a::after,.category-list > ul > li:nth-child(2).current-cat a::after{
	    margin: 2% 40.5%;		
	}
	
	.category-list > ul > li.current-cat a::after{
    margin: 2% 47.5%;		
	}
	
	.cat-item-61 a{
		margin-left: 10%;
	}	
	
	.entry blockquote {
		width: 100%;
	}

  
  .content-footer {
    margin: 15% 0;
    display: block;
  }
  
  .content-footer div {
    width: 100%;
    /*margin-top: 15%;    */
  }
  
	.single #mc_embed_signup div input.button {
    padding: 2%;
    margin: 2% 2% 2% 4%;
    width: 50%;
	}
  
	.shares ul{
    margin:0;
  }
  
  .shares ul li {
    margin-left: 10px;
  }
  
  .aboutauthor{
    padding: 15vw 9vw;
    /*margin: 0 -6.5vw;*/
    width: 100vw;
	 text-align: center;	  
  }
	
  .aboutauthor img{
    float: none;
    margin: 5% auto;
    display: block;
  }    
	
	.authordescription{
		width:100%;
	}
  
  .authordescription h3{
    font-size: 1.85em;    
  }  
  
  .authordescription p{
    letter-spacing: 1px;
  }    
  
  .following > div{
    width: 95%;
    margin: 10% 10% 5% 10%;
    background-color: #47b9f7;    
  }
  
  .firstpost .minieyecatch {
    margin-top: 20%;
  }
  
  div.firstpost p{
    margin-bottom: 15%;    
  }
  
  .firstpost h2{
    height: 5%;
    margin-bottom: 15%;
   }
  
  .following > div:last-child {
    margin-bottom: 15%;
  }
  
  .footer_headline {
    font: 700 19px Open Sans, sans-serif;
    padding: 5%;
    line-height: 1.7;
    letter-spacing: 1px;    
  }
  
  .following > div:first-child{
    width:100%;
  }
	
  .following > div:nth-child(3), .following > div:nth-child(7) {
    margin-right: 10%;
  }
	
	
		/* contact */

	.section2 img{
		width: 100%;
		height: 100%;
	}
	
	form.wpcf7-form{
		width:100%;
	}	
	
	.clm1 label, .clm2 label {
    width: 100%;
	}
	
	.clm1 label input, .clm2 label input, .clm3 label, .clm3 textarea{
 	  border: 1px solid lightgrey;		
	}
	
	.clm3 label{
		border:0;
	}
	
	.clm3 + p{
    text-align: center;			
	}
	
	input[type="submit"]{
	  padding: 5% 25%;
    margin: 10% auto 0;
    display: block;
    float: none;
	}
	
	/* category */
	.archive .following > div:first-child{
    width: 80%;
    background-size: contain;		
	}

}

/* X-Small - XS size */ 
@media (max-width: 575px) { /* see http://getbootstrap.com/css/ > Grid Options */
	
	.custom-logo-link + a img{
	 width: 100%;
    display: block;
    margin: 0;	
	}		
	
  li.current-menu-item a::after{
    content:none;
  }
  
  .category-list > ul > li::before {
     margin-right: 17%;
  }
	
	.category-list ul{
		left:10%;
	}
  
  .category-list > ul > li:last-child {
	width: 41%;
   padding-right: 7.5%;
  }
  
  .categories{
    background:url('../../uploads/cat-menu.png')no-repeat;
    background-size: 15%;
    background-position: 100% 15px;
    transition:.3s ease;    
    cursor:pointer;
  }
  
  .categories.bgchange{
    background:url('../../uploads/cat-menu-close.png')no-repeat;
    background-size: 15%;
    background-position: 100% 10px;
    transition:.3s ease;    
    cursor:pointer;
  }
  
  .categories::before{
    margin-right:5%!important;
  }  
  
  .categories > ul{
    height:0px;
    opacity:0;
    transition:.5s ease;  
    width: 100vw;
    position: relative;
    left: -50%;
    padding: 0;
    margin: 0;    
  }  
  
  .categories > ul.open-nav {
    height:auto;
    opacity:1;
    transition:.3s ease;    
    width: 100vw;
    position: relative;
    left: -50%;
    padding: 10% 0;
    margin: 0;
  }
  
  .categories > ul.open-nav li{
    float: none;
    text-align: center;
    margin-left: 3%;
  }
	
	.home .row > .col-xs-12, .single .row > .col-xs-12{
		width:100%;
	}	
    
	section.fullScreen.top-logo h1, section.fullScreen.top-logo h2 {
		max-width: 100%;
		margin-left: 0;
		font-size: 3.5em;
	}
	
	section.strip .photo-strip-grid-item {
		min-width: 50% !important;
	}
	
	section.strip .photo-strip-grid-item:nth-child(n+3) { /* Only display the first two photos */
		display: none;
	}

	section.twoColRightPhoto {
		padding-bottom: 0;
	}
	
	section.twoColRightPhoto h1, section.twoColRightPhoto h2 {
		text-align: center;
	}
	
	section.twoColRightPhoto .container-fluid .col-xs-12:first-of-type {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	section.twoColRightPhoto .col-xs-12.absolute.right-half {
		position: relative;
		left: 0;
		top: 0;
		height: 100%;
	}
	
	.absolute {
		position: relative;
	}
	
	.right-half, .left-half {
		top: 0;
		left: 0;
		right: 100%;
		height: auto;
	}
	
	section.twoColRightPhoto .col-xs-12.right-half img, section.twoColLeftPhoto .col-xs-12.left-half img {
		width: 100%;
		height: auto;
		left: 0;
		margin-top: 60px;
    }
    
    section.twoColLeftPhoto .container.text-on-right .col-xs-12 {
		left: 0;
		padding-left: 15px;
	}
	
	section.testimonies h2, section.testimonies h1 {
		text-align:center;
	    margin: 0;
	}

	section.testimonies div.testimony.absolute {
		left: 5%;
		width: 90%;
	}
	
	section.testimonies div.testimony.absolute:not(.current){
    height: 0;
    transition: .5s ease;		
	}

	section.testimonies a, section.testimonies a:link, section.testimonies a:visited {
		font-size: 2em;
	}
	
	.testimony-links{
		text-align: center;
		margin-top: 38%;
		position: relative;	
	}

	body .p-2 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	img.alignleft, img.alignright {
		float: none;
	    margin: 0 auto;
	    display: block;
	}
  
	.navbar-collapse{
	 	min-height: 55px;    
	}

	.navbar-collapse #main-nav, .navbar-collapse .headSearch{
	    display: none!important;
	    transition: .3s ease;  
	}
	
	.navbar-collapse.show #main-nav, .navbar-collapse.show .headSearch{
	    display: block!important;;
	    transition: .3s ease;  
	    animation: show 1s linear 0s;
		padding-left: 5%;
		padding-bottom: 55px;
	}
		
	.navbar-collapse.show .headSearch{
		position: absolute;
		bottom: 10px;
		right: 5%;
		width: 90%;
		padding: 0;
    }
    
    header .headSearch .headSearchInner, header .headSearch #searchform{
	    width: 100%;
	    margin: 0;
    }
    
    header .headSearch #searchform{
	    right: 0;
    }
    
    header .headSearch input[type="text"]{
        width: 100%;
		max-width: 100%;
    }
    
    header .headSearch .search-btn{
		right: 8px;
		top: -10px;
    }
  
	.navbar-collapse button{
	    position: absolute;
	    top: 0;
	    right: 0;
	    padding-right: 5%;
	    padding-top: 15px;
    }
  
  .headSearch{
    position: relative;
    right: 7%;    
  }
  
  .headSearch #searchform{
    width: 200px;    
  }
  
  ul#menu-mainmenu li {
	  width: 50vw;
    margin-left: 20%;
  }
  
  .logo{
    text-align: center;
    padding: 3%;    
  }

  .logo a{
    margin-bottom: 5%;
    display: block;
  } 
  
  .logo a + img{
    width:100%;
    margin:0;
  } 
  
  .headerImage{
    background-position: 73%;    
  }  

  .headerImage p{
    font: 300 22px Open Sans, sans-serif;
    width: 46%;
    top: 50%;
    left: 35%;
  }  

	.headerImage p, .headerImage .strong, .headerImage .authorname {
		font-size: 18px;
		display: inline;
	}
	
	headerImage .authorname {
		font-size: 18px;
	}
  
  .headerImage p br{
    display: none;
  }
  
.strong {
    font: bold 24px Open Sans, sans-serif;
    margin-left: 0;
    display: block;
  }  
  
  .authorname {
    font: 300 20px Open Sans, sans-serif;
    display: block;
    text-align: left;
    margin-right: 0;
   }
  
  .topcontent .row:first-child {
    width: 95%;
    margin: 0 auto;
  }
	
	.category-list > ul > li.current-cat a::after{
     margin: 2% 53%!important;
	}
  
  .category-list ul li{
    width: 38%;
    text-align: left;
    margin: 0;
  }  
	
  .content-footer {
    margin: 15% 0;
    display: block;
  }
  
  .content-footer div {
    width: 100%;
    margin-top: 15%;    
  }  
  
  .shares ul{
    margin:0;
  }
  
  .shares ul li {
    margin-left: 10px;
    width: 21%;	  
  }  
  
  .aboutauthor img{
    float: none;
    margin: 5% auto;
    display: block;
  }  
  
  .aboutauthor{
    padding: 10%!important;
    /*margin: 15% -13% 2%!important;*/
    width: 100vw!important;
  }
	
	.authordescription{
		width:100%;
	}
	
	.comment-form-comment textarea{
    border: 1px solid black;
    padding: 3%;
    margin-top: 3%;
	}
	
	.home .aboutauthor{
    /*margin: 0 0px 2% -7vw;*/
		text-align: center;
  }
	
	.home .col-xs-12 > .post{
	  /*margin-right: 7%;*/
	}
  
  .authordescription h3{
    font-size: 1.85em;    
  }
  
  .authordescription p{
    letter-spacing: 1px;
  }    
	
	/* subscription form */
	
	.inputwrapper{
		display:block;
	}
	
	input::-webkit-input-placeholder{
	 color:lightgray;
	}
	
	/*home */
	.home .inputwrapper{
		display:flex;
	}
	
	body.home div#mc_embed_signup .inputwrapper > input, body.home .inputwrapper > div{
		width:100%!important;
      padding: 6%!important;
	}
	
	.home .inputwrapper div.clear{
      margin: 5% auto 0;				
	}
	
	.home #mc_embed_signup div.clear{
    margin-top: 0;
	 margin-left: -12px;	
    padding: 0!important;		
	}
	
	.home #mc_embed_signup div input.button{
    padding: 6%;
    margin: 0;
    width: 138px;
	}
	
	#mc_embed_signup .mc-field-group,	#mc_embed_signup .mc-field-group label, #mc_embed_signup .mc-field-group input{
		width:100%;
	}
	
	#mc_embed_signup div input.button{
    margin: 10px auto;		
	}
	
	#mc_embed_signup, #mc_embed_signup_scroll{
		margin-top:0;
	}
	
	/* single page */
	.single .inputwrapper{
	display:flex;	
	}
	
	body.single div#mc_embed_signup .inputwrapper > input{
    width: 100%;
    padding: 6%!important;	
	}
		
	.single .inputwrapper div.clear{
     margin: 0% auto;	
    margin-top: 0;
	 margin-left: -12px;	
    padding: 0!important;			
	}
	
	.single #mc_embed_signup div input.button{
    padding: 5.3%;
    margin: 0;
    width: 138px;
	}
	
  
  .following > div{
    width: 95%;
    margin: 10% 10% 5% 10%;
    background-color: #47b9f7;    
  }
   
  .firstpost .minieyecatch {
    margin-top: 20%;
    top: 0;	  
  }
  
  div.firstpost p{
    margin-bottom: 5%;    
  }
  
   .firstpost h2{
    height: 5%!important;
    margin-bottom: 15%;
   }
  
  .following > div:last-child {
    margin-bottom: 15%;
  }
  
  .footer_headline {
    font: 700 19px Open Sans, sans-serif;
    padding: 5%;
    line-height: 1.7;
    letter-spacing: 1px;    
  }
  
  .footer_headline span:first-child::before{
    content:'';
    display:block;
  }
  
  .footer_headline span{
    margin-right: 3%;
  }  

  .following > div:first-child{
    width:100%;
  }
  
  .following > div:nth-child(3), .following > div:nth-child(7) {
    margin-right: 10%;
  }
	
	.entry ul, section ul {
    margin: 10% 0;
	}
	
	/* Resource */
	
	.ebook_lists{
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto 15%;
    max-width: 100%;
    min-height: 200px;
	}
	
	.ebook_lists:nth-child(4n) {
		margin-right: auto;
	}	
	.footer_resouces .inputwrapper{
		display:block;
	}
	
	/* Media */
	
	.podcast_list .container .row{
    margin: 0 auto;
    width: 100%;
    display: block;		
	}
	
	.podcast_lists{
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8%;
	 padding-bottom: 25%;
	margin:10% auto 5%;		
	}
	
	.podcast_description,.podcast_description + a{
    margin-left: 2%;		
	}
	
	.podcast_list .podcast_lists{
		padding-top: 180px;
	}
	
	.podcast_lists h3{
  	 padding:0;
    margin-bottom: 1em;		
	}
	
	.webinars_list div.row{
     padding: 0 15px;		
	}
	
	.webinars_lists{
	 float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 10% auto;		
	}
	
	/* About */
	
	#about-page section.section2 {
    padding-bottom: 0!important;
	}
	
	#about-page h3 {
	 color: #022360;
    font: bold 2em Open Sans, sans-serif;
    margin-top: 1em;
	}	
	
	section.testimonies{
    background-color: #f1f1f1;
    margin: 60px 0 0;		
	}
	
	.testimony-control{
		display:none;
	}
	
	.face_image{
    float: none;
    margin: 0 auto;
    text-align: center;		
	}
	
	.testimony-text, .name-company{
    text-align: center;
    margin: 7% auto!important;
    padding: 0!important;
	}
	
	.testimony-links a{
    margin-right: 5%!important;		
	}
	
	
	/* contact */

	.section2 img{
		width: 100%;
		height: 100%;
	}
	
	form.wpcf7-form{
		width:100%;
	}	
	
	.clm1 label, .clm2 label {
    width: 100%;
	}
	
	.clm1 label input, .clm2 label input, .clm3 label, .clm3 textarea{
 	  border: 1px solid lightgrey;		
	}
	
	.clm3 label{
		border:0;
	}
	
	.clm3 + p{
    text-align: center;		
		
	}
	input[type="submit"]{
	  padding: 5% 25%;
    margin: 10% auto 0;
    display: block;
    float: none;
	}
	
	.form-submit input[type="submit"]{
    padding: 5% 10% 5% 5%;		
	}
	
	/* category */
	.archive .following > div:first-child,.search .following > div:first-child{
    width: 80%;
    background-size: contain;		
	}	

	.archive .following > div:first-child, .search .following > div:first-child {
		margin-right: 10%;
	}	
	
	.archive .following > div:first-child .archivefirstpost, .search .following > div:first-child .archivefirstpost {
		width: 100%;
      margin-top: 63%;
	}	

	.archive .category-list > ul > li:first-child > a::after, .search .category-list > ul > li:first-child > a::after{
    content: '';
    border-bottom: 5px solid #47b9f6;
    border-radius: 25px;
    width: 32%;
    display: block;
	 margin: 0% 42% 2%;
    top: 50%;
    transition:.3s ease;
	}

	.category-personal-growth .category-list > ul > li:first-child{
		max-height: 40px;
	}	
	
	.category-personal-growth .category-list > ul > li:first-child > a{
    font-size: .55em;
    margin-left: -10%;		
	}
	
	.archive .following > div:nth-child(2), .archive .following > div:nth-child(6),.search .following > div:nth-child(2), .search .following > div:nth-child(6) {
		width: 100%;
		position: relative;
	}
	
	.archive .following > div:nth-child(3), .archive .following > div:nth-child(7),.search .following > div:nth-child(3), .search .following > div:nth-child(7) {
    margin-right: 10%;
	}
	
	.archive .following > div:nth-child(4), .archive .following > div:nth-child(7), .archive .following > div:nth-child(11),.search .following > div:nth-child(4), .search .following > div:nth-child(7), .search .following > div:nth-child(11) {
    margin-right: 10%;
	}
	
	.archive .following > div:nth-child(2) div.minieyecatch > h2, .archive .following > div:nth-child(6) div.minieyecatch > h2,.search .following > div:nth-child(2) div.minieyecatch > h2, .search .following > div:nth-child(6) div.minieyecatch > h2{
		padding-top: 10%;
	}
	
	.archive .following > div:nth-child(2) div.minieyecatch > a,.search .following > div:nth-child(2) div.minieyecatch > a{
		width: 75%;
	   padding: 6%;
		margin: 0 auto 19%;
	}
	
	.archive .following > div:last-child,.search .following > div:last-child{
		margin-bottom: 5%;
	}
	
	.loadmore .col-md-6 a{
		    width: 86%;
    display: block;
    margin: 0 auto 0;
	}
	
	.loadmore .col-md-6 .page-numbers.current{
		margin:0 2%;
	}
	
	/* single page */
	
	.postsingle-bg{
	    background-size: cover;
	    background-position: unset;
	    background-repeat: no-repeat;
	    position: relative;
	}
	
	.postheader{
	 width: 100%;
    padding: 5% 5% 6% 5%;
	 top:unset;
	 left:unset;
	 -webkit-transform:unset;
	 transform:unset;
	}
	
	.postheader h1{
		line-height:1;
	}
	
	.postheader h1 + div {
    margin-top: 5%;		
	}
	
	.entry blockquote::before{
		left: 40.5%;
		left: calc(50% - 21px);
		top: -30px;
		font-weight: 400;
		font-size: 3em;
	}
	
	.entry blockquote{
	    margin: 40px auto 30px;		
		width: 100%;
	}
	
	.entry blockquote h3{
    width: 100%;
    padding: 0!important;
	}	
	
	#atrsb, .at-share-btn-elements{
    margin-top: 0!important;				
	}
	
	/* Testimonials */
	.testimonials{
     margin-left: 0;	
	}
	
	.testimonials img{
	 border-radius: 55%;
    width: 50%;
    display: block;
    margin: 15% auto;
    float: none;
	}
	
	.testimonials-right{
	  text-align: center;		
	}
	
	.testimonial_description{
		margin-bottom:6%;
	}
	
	section.testimonies .row .relative{
		-webkit-overflow-scrolling: touch;		
	}
	
}


/* 10. Retina images */

@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 120dpi) {

}



.header_bottom{position: relative;width: 100%;}
.header_bottom .logo a{width: 150px;display: inline-block;margin-top: 10px;}
.header_bottom .resources {float: right;}
