


/*******************************************/
/*  TABLE OF CONTENTS                      */
/*******************************************/
/*                                         */
/*   i.   CSS RESET                        */
/*   ii.  COLOR REFERENCE                  */
/*   iii. GOOGLE FONTS                     */
/*                                         */
/*   1.   TYPOGRAPHY                       */
/*   2.   MAIN STRUCTURE                   */
/*   3.   HEADER                           */
/*   4.   SIDEBAR                          */
/*   5.   FOOTER                           */
/*   6.   FORMS                            */
/*   7.   TABULAR                          */
/*   8.   WP CORE                          */
/*   9.   PAGE SPECIFIC                    */
/*  10.   GENERAL RULES                    */
/*  11.   MEDIA QUERIES                    */
/*                                         */
/*******************************************/








/*******************************************/
/*  i. CSS RESET                           */
/*******************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,main,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,main,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}:focus{outline:0}





/*******************************************/
/* ii. SITE REFERENCE                      */
/*******************************************/
/*	- default body text  #222222           */
/*                                         */
/*	- primary color   -- hex: #5f586c      */
/*	                     rgb: 095,088,108  */
/*                                         */
/*	- secondary color -- hex: #667773      */
/*	                     rgb: 102,119,115  */
/*                                         */
/*******************************************/






/*******************************************/
/*  iii. FONTS                             */
/*******************************************/


@font-face
{
  font-family: "entypo";
  src:url("../font/entypo.eot");
  src:url("../font/entypo.eot?#iefix") format("embedded-opentype"),
      url("../font/entypo.woff") format("woff"),
      url("../font/entypo.ttf") format("truetype"),
      url("../font/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}







/*******************************************/
/*  1. TYPOGRAPHY                          */
/*******************************************/

body, html 
{
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

body
{
    font: 100 12pt/1.5 "Playfair Display", "georgia", "times", serif;
    background: #fff;
	color: #222;
    background-size:100%;
    background-repeat: repeat;
    background-position: top;
}

a
{
    color: #5f586c;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

p, ul, ol
{
    color: #222;
    padding:0;
    margin: 0 0 1em;
}






p strong, li strong {font-family:Lato, sans-serif; font-weight: bold}
p:last-of-type {margin:0}

/* global box-sizing, font smoothing, text rendering */
*,
*:after,
*:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/*text-rendering: optimizeLegibility;*/
}

.text-center, .text-center * {text-align: center !important;}
.text-left, .text-left * {text-align: left !important;}
.text-right, .text-right * {text-align: right !important;}
.text-justified, .text-justified * {text-align: justify !important;}

.alignleft   {float: left; margin: 0 1.5em 1.5em 0;}
.aligncenter {float: none; margin: 0 auto 1.5em;}
.alignright  {float: right; margin: 0 0 1.5em 1.5em;}

strong, .strong {font-weight: bold;}
em, .em, i {font-style: italic;}
.skinny {font-weight: 100;}

.photo-credit
{
    font-size: 8pt;
    line-height: 12pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    padding-top: 4px;
}

.rev-type, .rev-type *
{
    color: #fff;
}

.uc
{
    text-transform: uppercase;
}


/* selection */

::-moz-selection
{
    background: rgba(102,119,115,.2);
    text-shadow: none;
}

::selection
{
    background: rgba(102,119,115,.2);
    text-shadow: none;
}







/* headers */
h1,h2,h3,h4,h5,h6
{
    font-family: Lato, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: #667773;
    padding: 0;
    margin: 0;
    text-align: left;
}

h1 
{
    font-size: 2rem;
    text-align: center;
    letter-spacing: -1px;
}

h2 {font-size: 1.7rem}
h3 {font-size: 1.5rem; font-weight: 900}
h4 {font-size: 1.2rem; font-weight: 900}
h5 {font-size: 1rem; font-weight: 900; text-transform: uppercase}
h6 {font-size: .8rem; font-weight: 900}


header.page-header
{
    text-align: center;
    padding: 1rem 0;
}

h1.h1-singular {font-size:3rem;text-transform:uppercase;text-align:left;margin:0 0 1rem}

header.page-header h1.h1-singular {text-align: center}






/*******************************************/
/*  2. MAIN STRUCTURE                      */
/*******************************************/

.home
{
    padding-top: 0;
}

main.wrapper
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.stage
{
    width: auto;
    margin: 0 auto;
    position: relative;
}



.main.with-sidebar .mainbar
{
    width: 75%;
    float: left;
    padding: 0 20px 0 0;
}

.sidebar
{
    width: 25%;
    float: left;
    padding: 0 0 0 20px;
}



.sidebar p
{
    font-size: 80%;
    line-height: 130%;
}

.sidebar h4
{
    font-size: 18pt;
    line-height: 150%;
}



/* page structure */
.entry-content {}
.entry-title {}
.entry-title.author {}
.entry-links {}
.entry-date {}
.entry-summary {}


.entry-footer {}
.cat-links {}
.tag-links {}

.entry-meta {}
.meta-sep {}
.author {}
.vcard {}

.navigation



/* comments */
.comments {}
#comment {vertical-align: top;}
.comments-title {}
.comments-navigation {}
.paginated-comments-links {}
.comment-form-comment {vertical-align: top;}

.form-allowed-tags
{
    font-size: 9pt;
    color: #777;
}

.ping-count {}



/* 9-column grid */

.waw-cols
{
    width: 100%;
	display: flex;
}

.waw-col
{
    padding: 0 20px;
}

.waw-col:first-of-type
{
    padding-left: 0;
}

.waw-col:last-of-type
{
    padding-right: 0;
}

.waw-col.c1 {flex-basis: 11.11%;}
.waw-col.c2 {flex-basis: 22.22%;}
.waw-col.c3 {flex-basis: 33.33%;}
.waw-col.c4 {flex-basis: 44.44%;}
.waw-col.c5 {flex-basis: 55.55%;}
.waw-col.c6 {flex-basis: 66.66%;}
.waw-col.c7 {flex-basis: 77.77%;}
.waw-col.c8 {flex-basis: 88.88%;}











/* featured images */

.featured-image-single
{
    width: 100%;
    position: relative;
    background-color: #fff;
}

.display-image-featured
{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.fea-img-text
{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.caption, .wp-caption-text
{
    font-size: 10pt;
    line-height: 15pt;
    font-weight: bold;
}

.fea-img-caption .caption
{
    display: block;
    width: 700px;
    margin: 0 auto;
}






/*******************************************/
/*  3. HEADER                              */
/*******************************************/



.header
{
    width: 100%;
    z-index: 9999;
    position: relative;
}



.logo-div
{
    width: 100%;
    height: auto;
    padding: 1rem;
    text-align: left;
}

.logo
{
	width: 100%;
    height: auto;
}


.cat-header
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


.cat-header h4
{
    color: #5f586c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.article-posted
{
    font-size: 80%;
    color: #999;
    font-style: italic;
    padding: 0 0 2em;
}








/*******************************************/
/*  4. SIDEBAR                             */
/*******************************************/


.sidebar-mod ul li
{
    font-size: 10pt;
    line-height: 14pt;
    list-style-type: none;
    margin: 0 0 0 23px;
    text-indent: -23px;
    padding: 0 0 .5em;
}

.sidebar-mod ul li a:before
{
    content: '>>\00A0\00A0';
}



/*******************************************/
/*  5. FOOTER                              */
/*******************************************/

.footer-con
{
    padding: 50px 0;
    position: relative;
    color: #667773;
}

.footer-con p
{
    color: #667773;
    font-family: Lato, arial, helvetica, verdana, sans-serif;
    font-weight: 400;
    font-size: 11pt;
    line-height: 150%;
    padding: 0;
}

.footer a
{
    color: inherit;
    font-weight: bold;
}




.footer-search
{
    display: table;
    margin: 0 auto 40px;
}

.footer-search label
{
    display: none;
}

.footer-search input[type="text"]
{
    border: none;
    font: 900 9pt/14pt "Roboto", "arial", "verdana", sans-serif;
    color: #444;
    padding: 6px 12px;
    border-radius: 0;
    width: 200px;
}

.footer-search input[type="submit"]
{
    -webkit-appearance: none;
    border: none;
    font: 900 9pt/14pt "Roboto", "arial", "verdana", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #007575;
    cursor: pointer;
    padding: 6px 12px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.footer-search input[type="submit"]:hover
{
    background: #fff;
    color: #007575;
}







/* .sm-icons-list
{
    padding: 40px 0 0;
    display: inline-block;
}

.sm-icons-list li
{
    display: block;
    float: left;
    margin: 0 5px;
}

.sm-icons-list .dingbat
{
    display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
    font-size: 18pt;
    background-color: #5f586c;
    color: #fff;
    padding: 8px;
	opacity: 1;
}

.sm-icons-list .dingbat:hover
{
	opacity: .8;
} */



.dingbat
{
    font-family: entypo !important;
    display: inline-block;
    /*width: 20px;*/
    /*height: 20px;*/
    font-size: inherit;
    line-height: 1;
    text-decoration: inherit;
    font-weight: inherit;
    font-style: normal;
    vertical-align: top;
    text-align: center;
}

.big-icon
{
    font-family: entypo !important;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 22pt;
    padding: 10px 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #5f586c;
    margin: 0 auto 20px;
}





[data-icon]:before {
  font-family: "entypo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
  font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.ico-address:before {content: "a";}
.ico-adjust:before {content: "b";}
.ico-air:before {content: "c";}
.ico-alert:before {content: "d";}
.ico-archive:before {content: "e";}
.ico-arrow-combo:before {content: "f";}
.ico-arrows-ccw:before {content: "g";}
.ico-attach:before {content: "h";}
.ico-attention:before {content: "i";}
.ico-back:before {content: "j";}
.ico-back-in-time:before {content: "k";}
.ico-bag:before {content: "l";}
.ico-basket:before {content: "m";}
.ico-battery:before {content: "n";}
.ico-behance:before {content: "o";}
.ico-bell:before {content: "p";}
.ico-block:before {content: "q";}
.ico-book:before {content: "r";}
.ico-book-open:before {content: "s";}
.ico-bookmark:before {content: "t";}
.ico-bookmarks:before {content: "u";}
.ico-box:before {content: "v";}
.ico-briefcase:before {content: "w";}
.ico-brush:before {content: "x";}
.ico-bucket:before {content: "y";}
.ico-calendar:before {content: "z";}
.ico-camera:before {content: "A";}
.ico-cancel:before {content: "B";}
.ico-cancel-circled:before {content: "C";}
.ico-cancel-squared:before {content: "D";}
.ico-cc:before {content: "E";}
.ico-cc-by:before {content: "F";}
.ico-cc-nc:before {content: "G";}
.ico-cc-nc-eu:before {content: "H";}
.ico-cc-nc-jp:before {content: "I";}
.ico-cc-nd:before {content: "J";}
.ico-cc-pd:before {content: "K";}
.ico-cc-remix:before {content: "L";}
.ico-cc-sa:before {content: "M";}
.ico-cc-share:before {content: "N";}
.ico-cc-zero:before {content: "O";}
.ico-ccw:before {content: "P";}
.ico-cd:before {content: "Q";}
.ico-chart-area:before {content: "R";}
.ico-chart-bar:before {content: "S";}
.ico-chart-line:before {content: "T";}
.ico-chart-pie:before {content: "U";}
.ico-chat:before {content: "V";}
.ico-check:before {content: "W";}
.ico-clipboard:before {content: "X";}
.ico-clock:before {content: "Y";}
.ico-cloud:before {content: "Z";}
.ico-cloud-thunder:before {content: "0";}
.ico-code:before {content: "1";}
.ico-cog:before {content: "2";}
.ico-comment:before {content: "3";}
.ico-compass:before {content: "4";}
.ico-credit-card:before {content: "5";}
.ico-cup:before {content: "6";}
.ico-cw:before {content: "7";}
.ico-database:before {content: "8";}
.ico-db-shape:before {content: "9";}
.ico-direction:before {content: "!";}
.ico-doc:before {content: "\"";}
.ico-doc-landscape:before {content: "#";}
.ico-doc-text:before {content: "$";}
.ico-doc-text-inv:before {content: "%";}
.ico-docs:before {content: "&";}
.ico-dot:before {content: "'";}
.ico-dot-2:before {content: "(";}
.ico-dot-3:before {content: ")";}
.ico-down:before {content: "*";}
.ico-down-bold:before {content: "+";}
.ico-down-circled:before {content: ",";}
.ico-down-dir:before {content: "-";}
.ico-down-open:before {content: ".";}
.ico-down-open-big:before {content: "/";}
.ico-down-open-mini:before {content: ":";}
.ico-down-thin:before {content: ";";}
.ico-download:before {content: "<";}
.ico-dribbble:before {content: "=";}
.ico-dribbble-circled:before {content: ">";}
.ico-drive:before {content: "?";}
.ico-dropbox:before {content: "@";}
.ico-droplet:before {content: "[";}
.ico-erase:before {content: "]";}
.ico-evernote:before {content: "^";}
.ico-export:before {content: "_";}
.ico-eye:before {content: "`";}
.ico-facebook:before {content: "{";}
.ico-facebook-circled:before {content: "|";}
.ico-facebook-squared:before {content: "}";}
.ico-fast-backward:before {content: "~";}
.ico-fast-forward:before {content: "\\";}
.ico-feather:before {content: "\e000";}
.ico-flag:before {content: "\e001";}
.ico-flash:before {content: "\e002";}
.ico-flashlight:before {content: "\e003";}
.ico-flattr:before {content: "\e004";}
.ico-flickr:before {content: "\e005";}
.ico-flickr-circled:before {content: "\e006";}
.ico-flight:before {content: "\e007";}
.ico-floppy:before {content: "\e008";}
.ico-flow-branch:before {content: "\e009";}
.ico-flow-cascade:before {content: "\e00a";}
.ico-flow-line:before {content: "\e00b";}
.ico-flow-parallel:before {content: "\e00c";}
.ico-flow-tree:before {content: "\e00d";}
.ico-folder:before {content: "\e00e";}
.ico-forward:before {content: "\e00f";}
.ico-gauge:before {content: "\e010";}
.ico-github:before {content: "\e011";}
.ico-github-circled:before {content: "\e012";}
.ico-globe:before {content: "\e013";}
.ico-google-circles:before {content: "\e014";}
.ico-goodreads:before {content: "\e0d3";}
.ico-gplus:before {content: "\e015";}
.ico-gplus-circled:before {content: "\e016";}
.ico-graduation-cap:before {content: "\e017";}
.ico-heart:before {content: "\e018";}
.ico-heart-empty:before {content: "\e019";}
.ico-help:before {content: "\e01a";}
.ico-help-circled:before {content: "\e01b";}
.ico-home:before {content: "\e01c";}
.ico-hourglass:before {content: "\e01d";}
.ico-inbox:before {content: "\e01e";}
.ico-infinity:before {content: "\e01f";}
.ico-info:before {content: "\e020";}
.ico-info-circled:before {content: "\e021";}
.ico-instagrem:before {content: "\e022";}
.ico-install:before {content: "\e023";}
.ico-key:before {content: "\e024";}
.ico-keyboard:before {content: "\e025";}
.ico-lamp:before {content: "\e026";}
.ico-language:before {content: "\e027";}
.ico-lastfm:before {content: "\e028";}
.ico-lastfm-circled:before {content: "\e029";}
.ico-layout:before {content: "\e02a";}
.ico-leaf:before {content: "\e02b";}
.ico-left:before {content: "\e02c";}
.ico-left-bold:before {content: "\e02d";}
.ico-left-circled:before {content: "\e02e";}
.ico-left-dir:before {content: "\e02f";}
.ico-left-open:before {content: "\e030";}
.ico-left-open-big:before {content: "\e031";}
.ico-left-open-mini:before {content: "\e032";}
.ico-left-thin:before {content: "\e033";}
.ico-level-down:before {content: "\e034";}
.ico-level-up:before {content: "\e035";}
.ico-lifebuoy:before {content: "\e036";}
.ico-light-down:before {content: "\e037";}
.ico-light-up:before {content: "\e038";}
.ico-link:before {content: "\e039";}
.ico-linkedin:before {content: "\e03a";}
.ico-linkedin-circled:before {content: "\e03b";}
.ico-list:before {content: "\e03c";}
.ico-list-add:before {content: "\e03d";}
.ico-location:before {content: "\e03e";}
.ico-lock:before {content: "\e03f";}
.ico-lock-open:before {content: "\e040";}
.ico-login:before {content: "\e041";}
.ico-logo-db:before {content: "\e042";}
.ico-logout:before {content: "\e043";}
.ico-loop:before {content: "\e044";}
.ico-magnet:before {content: "\e045";}
.ico-mail:before {content: "\e046";}
.ico-map:before {content: "\e047";}
.ico-megaphone:before {content: "\e048";}
.ico-menu:before {content: "\e049";}
.ico-mic:before {content: "\e04a";}
.ico-minus:before {content: "\e04b";}
.ico-minus-circled:before {content: "\e04c";}
.ico-minus-squared:before {content: "\e04d";}
.ico-mixi:before {content: "\e04e";}
.ico-mobile:before {content: "\e04f";}
.ico-monitor:before {content: "\e050";}
.ico-moon:before {content: "\e051";}
.ico-mouse:before {content: "\e052";}
.ico-music:before {content: "\e053";}
.ico-mute:before {content: "\e054";}
.ico-network:before {content: "\e055";}
.ico-newspaper:before {content: "\e056";}
.ico-note:before {content: "\e057";}
.ico-note-beamed:before {content: "\e058";}
.ico-palette:before {content: "\e059";}
.ico-paper-plane:before {content: "\e05a";}
.ico-pause:before {content: "\e05b";}
.ico-paypal:before {content: "\e05c";}
.ico-pencil:before {content: "\e05d";}
.ico-phone:before {content: "\e05e";}
.ico-picasa:before {content: "\e05f";}
.ico-picture:before {content: "\e060";}
.ico-pinterest:before {content: "\e061";}
.ico-pinterest-circled:before {content: "\e062";}
.ico-play:before {content: "\e063";}
.ico-plus:before {content: "\e064";}
.ico-plus-circled:before {content: "\e065";}
.ico-plus-squared:before {content: "\e066";}
.ico-popup:before {content: "\e067";}
.ico-print:before {content: "\e068";}
.ico-progress-0:before {content: "\e069";}
.ico-progress-1:before {content: "\e06a";}
.ico-progress-2:before {content: "\e06b";}
.ico-progress-3:before {content: "\e06c";}
.ico-publish:before {content: "\e06d";}
.ico-qq:before {content: "\e06e";}
.ico-quote:before {content: "\e06f";}
.ico-rdio:before {content: "\e070";}
.ico-rdio-circled:before {content: "\e071";}
.ico-record:before {content: "\e072";}
.ico-renren:before {content: "\e073";}
.ico-reply:before {content: "\e074";}
.ico-reply-all:before {content: "\e075";}
.ico-resize-full:before {content: "\e076";}
.ico-resize-small:before {content: "\e077";}
.ico-retweet:before {content: "\e078";}
.ico-right:before {content: "\e079";}
.ico-right-bold:before {content: "\e07a";}
.ico-right-circled:before {content: "\e07b";}
.ico-right-dir:before {content: "\e07c";}
.ico-right-open:before {content: "\e07d";}
.ico-right-open-big:before {content: "\e07e";}
.ico-right-open-mini:before {content: "\e07f";}
.ico-right-thin:before {content: "\e080";}
.ico-rocket:before {content: "\e081";}
.ico-rss:before {content: "\e082";}
.ico-search:before {content: "\e083";}
.ico-share:before {content: "\e084";}
.ico-shareable:before {content: "\e085";}
.ico-shuffle:before {content: "\e086";}
.ico-signal:before {content: "\e087";}
.ico-sina-weibo:before {content: "\e088";}
.ico-skype:before {content: "\e089";}
.ico-skype-circled:before {content: "\e08a";}
.ico-smashing:before {content: "\e08b";}
.ico-sound:before {content: "\e08c";}
.ico-soundcloud:before {content: "\e08d";}
.ico-spotify:before {content: "\e08e";}
.ico-spotify-circled:before {content: "\e08f";}
.ico-star:before {content: "\e090";}
.ico-star-empty:before {content: "\e091";}
.ico-stop:before {content: "\e092";}
.ico-stumbleupon:before {content: "\e093";}
.ico-stumbleupon-circled:before {content: "\e094";}
.ico-suitcase:before {content: "\e095";}
.ico-sweden:before {content: "\e096";}
.ico-switch:before {content: "\e097";}
.ico-tag:before {content: "\e098";}
.ico-tape:before {content: "\e099";}
.ico-target:before {content: "\e09a";}
.ico-thermometer:before {content: "\e09b";}
.ico-thumbs-down:before {content: "\e09c";}
.ico-thumbs-up:before {content: "\e09d";}
.ico-ticket:before {content: "\e09e";}
.ico-to-end:before {content: "\e09f";}
.ico-to-start:before {content: "\e0a0";}
.ico-tools:before {content: "\e0a1";}
.ico-traffic-cone:before {content: "\e0a2";}
.ico-trash:before {content: "\e0a3";}
.ico-trophy:before {content: "\e0a4";}
.ico-tumblr:before {content: "\e0a5";}
.ico-tumblr-circled:before {content: "\e0a6";}
.ico-twitter:before {content: "\e0a7";}
.ico-twitter-circled:before {content: "\e0a8";}
.ico-up:before {content: "\e0a9";}
.ico-up-bold:before {content: "\e0aa";}
.ico-up-circled:before {content: "\e0ab";}
.ico-up-dir:before {content: "\e0ac";}
.ico-up-open:before {content: "\e0ad";}
.ico-up-open-big:before {content: "\e0ae";}
.ico-up-open-mini:before {content: "\e0af";}
.ico-up-thin:before {content: "\e0b0";}
.ico-upload:before {content: "\e0b1";}
.ico-upload-cloud:before {content: "\e0b2";}
.ico-user:before {content: "\e0b3";}
.ico-user-add:before {content: "\e0b4";}
.ico-users:before {content: "\e0b5";}
.ico-vcard:before {content: "\e0b6";}
.ico-video:before {content: "\e0b7";}
.ico-vimeo:before {content: "\e0b8";}
.ico-vimeo-circled:before {content: "\e0b9";}
.ico-vkontakte:before {content: "\e0ba";}
.ico-volume:before {content: "\e0bb";}
.ico-water:before {content: "\e0bc";}
.ico-window:before {content: "\e0bd";}
.ico-500px:before {content: "\e0be";}
.ico-app-store:before {content: "\e0bf";}
.ico-dropbox-1:before {content: "\e0c0";}
.ico-flickr-1:before {content: "\e0c1";}
.ico-google:before {content: "\e0c2";}
.ico-grooveshark:before {content: "\e0c3";}
.ico-instagram:before {content: "\e0c4";}
.ico-linkedin-1:before {content: "\e0c5";}
.ico-pinterest-1:before {content: "\e0c6";}
.ico-rdio-1:before {content: "\e0c7";}
.ico-scribd:before {content: "\e0c8";}
.ico-skype-1:before {content: "\e0c9";}
.ico-soundcloud-1:before {content: "\e0ca";}
.ico-spotify-1:before {content: "\e0cb";}
.ico-tripadvisor:before {content: "\e0cc";}
.ico-tumblr-1:before {content: "\e0cd";}
.ico-twitter-1:before {content: "\e0ce";}
.ico-vimeo-1:before {content: "\e0cf";}
.ico-vine:before {content: "\e0d0";}
.ico-yelp:before {content: "\e0d1";}
.ico-youtube:before {content: "\e0d2";}














/*******************************************/
/*  6. FORMS                               */
/*******************************************/


/* input[type="text"],
input[type="email"],
input[type="password"],
textarea
{
    font: 100 14pt "OpenSans", "arial", "verdana", sans-serif;
    padding: 8px 12px;
    border: 1px solid #aaa;
}

textarea
{
    height: 200px;
}

input,
textarea
{
    margin: 0;
    -webkit-appearance: none;
    vertical-align: top;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

textarea
{
    resize: none;
}

.button, input[type="submit"], button
{
    font: bold 9pt "OpenSans", "arial", "verdana", sans-serif;
    padding: 1em 2em;
    border-radius: 0px;
    border: 1px solid #5f586c;
    color: #5f586c;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.button:hover,
input[type="submit"]:hover,
button:hover
{
    background: #5f586c;
    color: #fff;
}


input:disabled,
textarea:disabled,
button:disabled,
.button:disabled
{
    opacity: .5;
    cursor: auto;
}

input[type="submit"]:disabled:hover,
button:disabled:hover,
.button:disabled:hover
{
    background: #fff;
    color: #5f586c;
    cursor: auto;
} */




/* contact form */

/* .contact-form
{
    padding: 20px 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea
{
    width: 100%;
}

.cf-label
{
    display: block;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 0px;
}

.cf-line
{
    display: block;
    width: 100%;
    padding: 0 0 1em 120px;
    position: relative;
}

#cf-url
{
    display: none;
}


.input
{
    padding: 4px 8px;
    font: 100 14pt/21pt "OpenSans", "arial", "verdana", sans-serif;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.screen-reader-text
{
    display: none;
}

.form-note
{
    font-size: 10pt;
} */












/*******************************************/
/*  7. TABULAR                             */
/*******************************************/




/*******************************************/
/*  8. WP CORE                             */
/*******************************************/

.alignright {float: right; margin: 0 0 2em 2em;}

.post-edit-link {position: absolute; top: 0px; right: 0px; font: normal 7pt "arial", "helvetica", sans-serif; color: #999; text-transform: uppercase; text-decoration: none;}
.hentry {position: relative;}






/*******************************************/
/*  9. PAGE SPECIFIC                       */
/*******************************************/


/* Layout Blocks */


section.lb-section
{
    margin:0;
    padding:0;
}

div.lb-column {padding:1rem}

section.lb-section.wide-profile {padding:2rem}

div.lb-stage
{
    margin: 0 auto;
    position: relative;
}

div.lb-column.lb-col-img {padding:0}
div.lb-column.lb-col-img div.book-meta {padding:0}
div.book-meta-text {padding:0 1rem}

div.book-content h3 {margin-bottom: .5rem}

div.book-content ul li
{
    position:relative;
    padding:0 0 1rem 2rem;
}

div.book-content ul li::before
{
    content: '\25B6';
    display: block;
    color: #667773;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
}




/* HOME PAGE */


section.lb-section.hp-intro {padding:0 2rem 2rem 2rem}


img.lb-column-img {width:100%;height:auto}
img.circle-img {border-radius:100%}
img.author-img {filter: brightness(105%) contrast(120%) saturate(.5)}



section.lb-section.white-bg {background:rgba(255,255,255,.7)}



/* New bookshelf 11/23 */

section#hp-bookshelf-section {padding:0 0 60px}

div#hp-bookshelf-carousel
{
    width: 350px;
    margin: 0 auto;
    padding: 0;
}

div#hp-bookshelf-carousel-con
{
    position:relative;
    width:100%;
    height:255px;
    overflow: hidden;
}


div#hp-bookshelf-carousel-slider
{
    position:absolute;
    top:0;
    left:0;
    white-space: nowrap;
}


span.hp-bookshelf-book
{
    display: inline-block;
    position: relative;
    width: 170px;
    aspect-ratio: 2 / 3;
    margin: 0 10px 0 0;
}

span.hp-bookshelf-book-con
{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

span.hp-bookshelf-book-con span.slideover,
span.hp-bookshelf-book-con-text {display:none}

span.overlay
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
    z-index:+5;
}


span.hpb-ctl
{
    position: absolute;
    bottom: -50px;
    width: 170px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#777;
}

span.hpb-ctl.hidden {display:none}


/* span.hpb-ctl:hover {color:#777} */

span.hpb-ctl::before
{
    display:block;
    font-family:entypo;
    font-size:25pt;
}

span.hpb-ctl#prev {left: 0}
span.hpb-ctl#prev::before {content: "\e030"}

span.hpb-ctl#next {right: 0}
span.hpb-ctl#next::before {content: "\e07d"}







/* New Author Profile */

img.hp-about-us-img
{
    width:400px;
    height:400px;
    display:block;
    object-fit: cover;
    margin: 0 auto 50px;
    border-radius:100%;
    -webkit-filter: contrast(50%) brightness(120%) saturate(.5); /* Safari 6.0 - 9.0 */
    filter: contrast(115%) brightness(120%) saturate(.5);
}













.entry-content p, .article p
{
    text-align: justify;
}

.entry-content ul { list-style-type: disc; }
.entry-content ol { list-style-type: decimal; }
.entry-content ul li, .entry-content ol li { margin: 0 0 0 1.5em;}



.blog-entry
{
    padding: 0 0 40px;
    /*overflow: hidden;*/
}

.blog-entry h4
{
    padding: 0 0 .3em;
    font-size: 20pt;
    line-height: 28pt;
}

.blog-entry h4 a:hover
{
    color: #667773;
    border-bottom: none;
}

.blog-entry .article-posted
{
    padding: 0 0 1.5em;
}

.blog-thumb
{
    width: 250px;
    height: auto;
    float: right;
    margin: 0 0 2em 2em;
}

.blog-entry .read-more
{
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}


.scroll-down-con, .scroll-to-top
{
    display: none;
}

.blog-posted-on
{
    color: #700;
    font-size: 8pt;
    line-height: 150%;
    padding: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-posted-on a
{
    color: inherit;
}




/* book listing page */

.tax-item
{
    width: 33.33%;
    float: left;
    padding: 10px 0;
}

.tax-item:first-of-type {padding-left: 0;}
.tax-item:last-of-type {padding-left: 0;}

.tax-item-img
{
    width: 100%;
    height: 300px;
}


/* book page */

.book-meta h4 {font-weight: bold; padding: 0 0 .5em}
.book-meta h5 {font-weight: bold; letter-spacing: 2px; padding: 1em 0 .5em}

.book-meta p,
.book-meta ul
{
    font-family: Lato, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    line-height: 1.2;
	font-weight: normal;
}

.book-meta li {display: block; position: relative; margin: 0 0 .5em; padding: 0 0 0 20px; -webkit-appearance:none;}

.book-meta li:before
{
    content: '\25B6';
	position: absolute;
	top: -1px;
	left: 0;
	color: #ccc;
}

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

.image-bio
{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 40px 40px 0;
}


.cat-header h4
{
    text-align: center;
    font-size: 9pt;
    letter-spacing: 5px;
    position: relative;
    top: 10px;
}

.single-item-featured
{
    width: 350px;
    height: auto;
    float: right;
    margin: 0 0 2em 2em;
}





/* attachment.php */

#nav-above {}
.nav-previous {}
.nav-next {}

.entry-attachment {}

.attachment {}

/* archive.php */


.sticky {}
.gallery-caption {}
.bypostauthor {}





/*******************************************/
/*  10. GENERAL RULES                      */
/*******************************************/


.hide {display: none;}
.transparent {opacity: 0;}

.coverall
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: +1;
}

.coverall .stage
{
    height: 100%;
}

.content-top
{
    z-index: 9000;
}



.hoverclear:hover {background-color: transparent;}

.shadow {box-shadow: 0px 0px 5px rgba(0,0,0,.5);}
/*img.shadow {margin: 5px;}*/
.polaroid {border: 6px solid #fff;}

.anim,
.anim.all *
{
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.anim-fast,
.anim-fast.all *
{
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}


.anim-slow,
.anim-slow.all *
{
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
}



.a10 {background-color: rgba(0,0,0,.1);}
.a20 {background-color: rgba(0,0,0,.2);}
.a30 {background-color: rgba(0,0,0,.3);}
.a40 {background-color: rgba(0,0,0,.4);}
.a50 {background-color: rgba(0,0,0,.5);}
.a60 {background-color: rgba(0,0,0,.6);}
.a70 {background-color: rgba(0,0,0,.7);}
.a80 {background-color: rgba(0,0,0,.8);}
.a90 {background-color: rgba(0,0,0,.9);}


.b10 {background-color: rgba(255,255,255,.1);}
.b20 {background-color: rgba(255,255,255,.2);}
.b30 {background-color: rgba(255,255,255,.3);}
.b40 {background-color: rgba(255,255,255,.4);}
.b50 {background-color: rgba(255,255,255,.5);}
.b60 {background-color: rgba(255,255,255,.6);}
.b70 {background-color: rgba(255,255,255,.7);}
.b80 {background-color: rgba(255,255,255,.8);}
.b90 {background-color: rgba(255,255,255,.9);}

.p10 {padding: 10px !important;}
.p20 {padding: 20px !important;}
.p30 {padding: 30px !important;}
.p40 {padding: 40px !important;}
.p50 {padding: 50px !important;}
.p60 {padding: 60px !important;}
.p70 {padding: 70px !important;}
.p80 {padding: 80px !important;}
.p90 {padding: 90px !important;}

.o10 {opacity: .1;}
.o20 {opacity: .2;}
.o30 {opacity: .3;}
.o40 {opacity: .4;}
.o50 {opacity: .5;}
.o60 {opacity: .6;}
.o70 {opacity: .7;}
.o80 {opacity: .8;}
.o90 {opacity: .9;}


.r45
{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.r90
{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.r135
{
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.r180
{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.r225
{
    -ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(225deg); /* Chrome, Safari, Opera */
    transform: rotate(225deg);
}

.r270
{
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

.r315
{
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
}


.block {display: block;}
.inline {display: inline;}

.nopos {position: static !important;}
.noshim {margin: 0 !important; padding: 0 !important;}

.graybg {background: #eee;}
.green {color: #007575;}
.greenbg {background-color: #007575;}
.brown {color: #6e3c17;}
.brownbg {background-color: #6e3c17;}
.red {color: #700;}

.white, .white * {color: #fff !important;}
.whitebg {background: #fff;}

.white-ribbon {border-top: 1px solid #fff;}

.dingbat {font-family: 'heydings' !important;}

.hglow:hover {opacity: 1;}

.relative {position: relative;}
.absolute {position: absolute;}
.static {position: static;}

.float-left {float: left;}
.float-right {float: right;}

/* effects */
.halftone
{
    background-image: url('../img/halftone.png');
    background-position: center;
    background-size: 4px auto;
    opacity: .1;
}


.lines
{
    background-image: url('img/lines.png');
    background-position: center;
    background-size: 2px auto;
    opacity: .1;
}


.vert-center
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full-width
{
    width: 100%;
}



.full-width
{
    width: 100%;
}

.size-medium
{
    width: 300px;
    height: auto;
}


.top
{
    z-index: 9000;
}

.no-float
{
    float: none;
    clear: both;
}

.no-overflow
{
    /*overflow: hidden;*/
}


.widget-con li,
.arrowhead
{
    list-style-type: none;
    margin: 0 0 .5em 27px;
    text-indent: -27px;
}

.arrowhead:before,
.menu-arrow li:before,
.widget-con li:before
{
    content: '\27a3\00a0\00a0';
    /*color: #999;*/
}

.inherit-color {color: inherit;}




.bg-dark
{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.3);
    overflow: auto;
}

.popup-box-con
{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.info-box
{
    width: 100%;
    max-width: 500px;
    padding: 30px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
















/*******************************************/
/*  11. MEDIA QUERIES                      */
/*******************************************/


/* wide mobile */
@media only screen and (min-width: 500px)
{
}


/* vertical tablets */
@media only screen and (min-width:730px)
{
    div#hp-bookshelf-carousel {width:710px}
    .stage {width:710px}
    .lb-stage {width:710px}
    div.logo-div {padding:2rem 0}
    img.logo {width:500px}
    span.hp-intro-single-line {display:block}

    h1 {font-size:2.3rem}

    /* LAYOUT BLOCKS */

    div.layout-block
    {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        gap: 3rem;
    }

    div.layout-block.align-items-center {align-items:center}

    div.lb-column {flex-basis:1;padding:0}

    div.lb-column.align-top {align-self:flex-start}
    div.lb-column.align-bottom {align-self:flex-end}
    div.lb-column.align-center {align-self:center}

    div.lb-column.flex10 {flex-basis:10%}
    div.lb-column.flex20 {flex-basis:20%}
    div.lb-column.flex30 {flex-basis:30%}
    div.lb-column.flex40 {flex-basis:40%}
    div.lb-column.flex50 {flex-basis:50%}
    div.lb-column.flex60 {flex-basis:60%}
    div.lb-column.flex70 {flex-basis:70%}
    div.lb-column.flex80 {flex-basis:80%}
    div.lb-column.flex90 {flex-basis:90%}


    div.lb-column.sticky {position: sticky;top: 40px;}
    div.book-meta-text {padding:0}
    div.book-meta-text ul:last-of-type, div.book-meta-text ul:last-of-type li:last-of-type {margin:0}
    
}


/* horizontal tablets */
@media only screen and (min-width:900px) and (orientation: landscape)
{
    img.logo {width:500px}
    section.lb-section.wide-profile {padding:4rem 0}
    body {font-size:14pt}

    header.page-header {padding:2rem 0}

}


/* small laptops and desktops */
@media only screen and (min-width:1190px)
{
    h1 {font-size: 3rem}
    h2 {font-size: 2.4rem}
    h3 {font-size: 2rem}
    h4 {font-size: 1.6rem}
    h5 {font-size: 1.2rem}
    h6 {font-size: 1rem}

    h1.h1-singular {margin:0 0 1.5rem}

    section.hp-intro h1 {font-size:2.8rem}
    section.author-profile h3 {font-size: 3.3rem;text-align: left;font-weight:300;margin:0 0 .5rem}

    div#hp-bookshelf-carousel, .stage, .lb-stage {width:1010px}
    img.logo {width:700px}
    span.hp-bookshelf-book {width:245px}
    div#hp-bookshelf-carousel-con {height:368px}


    span.hp-bookshelf-book-con span.slideover
    {
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: +1;
        background: #667773;
        opacity: 0;
    }

    span.hp-bookshelf-book-con-text
    {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0;
        z-index: +2;
        padding:5px;
    }

    span.hp-bookshelf-book-con-text *
    {
        text-align: center;
        color: #fff;
        white-space: normal;
    }

    span.hp-bookshelf-book-con:hover {background-size: 110% 110%}
    span.hp-bookshelf-book-con:hover span.slideover {opacity: .8}
    span.hp-bookshelf-book-con:hover span.hp-bookshelf-book-con-text {opacity: 1}

    span.hp-bookshelf-book-con-text h2
    {
        font-family: Lato, arial, verdana, sans-serif;
        font-weight: 900;
        font-size: 18pt;
        margin-bottom: 3px;
    }

    span.hp-bookshelf-book-con-text h5
    {
        font-family: Lato, arial, verdana, sans-serif;
        font-weight: 400;
    }


    span.hpb-ctl
    {
        position: absolute;
        top: 0;
        width: 70px;
        height: 100%;
        cursor:pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#aaa;
    }
    
    span.hpb-ctl.hidden {display:none}
    
    span.hpb-ctl:hover {color:#777}
    
    span.hpb-ctl::before
    {
        display:block;
        font-family:entypo;
        font-size:50pt;
    }
    
    span.hpb-ctl#prev {left: -70px}
    span.hpb-ctl#prev::before {content: "\e030"}
    
    span.hpb-ctl#next {right: -70px}
    span.hpb-ctl#next::before {content: "\e07d"}

    div.footer-con {padding:100px 0}

    body {font-size:16pt}
}



/* large screens */
@media only screen and (min-width:1366px)
{
}