


/* Fontello CSS */
@import url('icons.css');


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
    content: " ";
    display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */


body {
    color: #707070;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625;
    -webkit-font-smoothing: subpixel-antialiased;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
.site-footer a:hover {
    color: #ccc;
}

::-moz-selection {
    background-color: #ccc;
}

::selection {
    background-color: #ccc;
}


p {
    margin: 0 0 16px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 30px 20px 0px 60px;
}

blockquote::before {
    content: "â";
    display: block;
    font-size: 56px;
    font-family: Times New Roman, serif;
    height: 0;
    /* letter-spacing: 0; */
    left: -30px;
    position: relative;
    top: -21px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 15px;
}

.entry-title {
    font-size: 18px;
    padding-bottom: 6px;
    padding-top: 6px;
    float: center;
    margin-top:13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .125em;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

h2,
.home-top .entry-title {
    font-size: 24px;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
    font-size: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6,
.sidebar .entry-title {
    font-size:16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #f8f8f8 inset;
    color: #707070;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    font-weight: lighter;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:focus,
textarea:focus {
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
.button,
.entry-content .button {
    background-color: #ccc;
    box-shadow: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    width: auto;
}


input[type="submit"], a.submit, button[type="submit"] {
    background-color: #000;
    box-shadow: none;
    border: none;
    letter-spacing: .1em;
    color: #fff;
    /*font-family: Raleway, sans-serif;*/
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 10px;
}
a.submit {
    text-decoration: none;
    display: block;
    text-align: center;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
a.submit:hover,
.button:hover,
.entry-content .button:hover {
    background-color: #eee;
    color: #000;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

#hover {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    filter:alpha(opacity=25);
    -webkit-backface-visibility: hidden;
}
#hover:hover {
    opacity:.7;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #eeeee8;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #eeeee8;
    padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    background-color: #fff;
    margin: auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 36px;
}

.site-inner {
    clear: both;
    padding-top: 30px;
}

.wrap {
    margin: 0 auto;
    max-width: 1140px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 700px;
    margin-top: -11px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 500px;
}

.sidebar-content-sidebar .content {
    margin-left:40px;
}

.full-width-content .content {
    width: 100%;
}

.olivia-landing .site-container {
    max-width: 850px;
}

.olivia-landing .entry-title {
    display:none;
}

.olivia-landing .site-header {
    margin:0;
}

.olivia-landing .site-inner,
.olivia-landing .entry {
    padding: 0;
    marign: 0;
}

/* Primary Sidebar */

.sidebar-primary {
    float:right;
    width: 300px;
    margin-top:17px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
    margin-top:-10px;
}

.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary {
    margin-top:-11px;
}

.content-sidebar .sidebar-primary {
    margin-top:-12px;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 160px;
    margin-top: -10px;
}

.sidebar-secondary .widget-title {
    background: #fff;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone {
    display: inline-block;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 12px 24px;
}

.alignleft.post-image {
    margin-bottom: 24px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.search-form {
    overflow: hidden;
    width: 85%;
}

.search-form input[type="submit"] {
    border: 0;
    padding: 0;
    position: absolute;
    background-color: #000;
    height: 36px;
    border-radius: 100px;
    font-size: 12px;
    width: 36px;
    margin-left: 5px;
    color: white;
    /*font-family: Raleway, sans-serif;*/
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 25px;
    width: 92%;
    float: left;
    outline: none;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 5px 0px 5px 10px;
    letter-spacing: .001em;
}
.search-form input[type="submit"]:hover {
    background-color: #eee;
    color: #000;
}

#about-photo {
    border-radius:220px;
}
#about {
    width:210px;
    font: italic 13px Times New Roman, serif;
    color:#5d5d5d;
    margin-top:5px;
    line-height:150%;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    border: 1px solid #eeeee8;
    font-size: 12px;
    margin-bottom: 32px;
    padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
    border: 1px solid #eeeee8;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 32px;
}

.author-box-title {
    font-size: 16px;
    margin: 0 0 8px;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
    color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
    text-decoration: none;
}

.widget-title {
    color: #000000;
    text-align: center;
    padding: 4px;
    padding-top: 6px;
    /*font: normal normal 13px Raleway, sans-serif;*/
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    height: 38px;
    background-image:url(../images/sidebar.png);
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.entry-title a:hover {
    color: #a0a0a0;
}

.archive-title {
    font-size: 20px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    /* margin-bottom: 32px; */
    text-align: center;
    float: left;
    display: inline-block;
    padding-right: 20px;
}

.featured-content .entry-header {
    border: none;
    margin-bottom: 12px;
}

.featured-content img, .gallery img {
    width: auto;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
}

.featured-content .entry-title {
    margin-bottom: 8px;
}

.featuredpost.widget li {
    text-align: center;
}

.more-from-category {
    padding-top: 12px;
}

.more-from-category a {
    border-top: 1px solid #eeeee8;
    display: block;
    padding-top: 12px;
}

a.more-link:hover {
    background-color: #eee;
    color: #000;
}
a.more-link{
    background: #000;
    padding: 10px;
    color: #fff;
    /*font-family: Raleway, sans-serif;*/
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: normal;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews-widget input {
    margin-bottom: 12px;
}

.enews form + p {
    margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget.genesis_responsive_slider li {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Ninja Forms
--------------------------------------------- */

.text-wrap.label-above label, .textarea-wrap.label-above label {
    display: block;
    width: 100%;
    /*font-family: Raleway;*/
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 15px;
    /* border-bottom: 2px solid #000; */
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    width: 320px;
}

.site-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 50px;
    line-height: 1;
    margin: 0 0 16px;
}

.site-title a {
    background: url(../images/olivia-header1.png) no-repeat !important;
}

.site-title a,
.site-title a:hover {
    color: #fff;
    text-decoration: none;
}

.site-description {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    text-align: center;
    border: 0;
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
    background-position: center !important;
    margin: 0;
    margin-top: 25px;
}

/* Logo, hide text */

.header-image .title-area {
    padding: 0;
    border: 0;
}

.header-image .site-title a {
    float: left;
    min-height: 162px;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    color: #fff;
    float: right;
    width: 600px;
}

.site-header .search-form {
    float: right;
    margin-top: 16px;
}

.site-header .widget-area a {
    color: #fff;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    /*font-family: Raleway, sans-serif;*/
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #000;
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    text-decoration: none;
}

.genesis-nav-menu li.menu-item-has-children:hover > a,
.genesis-nav-menu .current-menu-item > a {
    color: #a0a0a0;
}

.genesis-nav-menu a:hover {
    color: #a0a0a0;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 184px;
    z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
    background-color: #fafafa;
    color: #000;
    font-size: 12px;
    padding: 16px 24px;
    letter-spacing: 2px;
    position: relative;
    width: 184px;
    line-height: 18px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #000;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -44px 0 0 183px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 20px 0;
}

.genesis-nav-menu > .right > a {
    background: none;
    color: #a5a5a3;
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .right > a:hover {
    color: #ccc;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
    background-position: 12px 12px;
    font-size: 12px;
    padding: 12px 12px 12px 44px;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
    border: none;
    margin: 0;
    padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #000;
    left: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar .nav-primary {
    top: 32px;
}

.nav-primary a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 11px 30px 10px;
}

.nav-primary  li.menu-item-has-children:hover > a,
.nav-primary a:hover, .nav-primary .current-menu-item > a:hover{
    color: #ccc;
}

.nav-primary .current-menu-item > a {
    color:#fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #FFF;
}

ul#menu-secondary-nav {
    margin: 10px 0 20px;
    max-width: 1020px;
    background-color: #eee;
    text-align: center;
    line-height: 40px;
}

.nav-secondary ul.sub-menu {
    z-index: 1;
    margin-left: -50px;
}

#menu-secondary-nav .menu-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
    padding: 0px 30px 0px;
}

#menu-secondary-nav .menu-item:hover {
    color: #808080;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.olivia-home .content .widget,
.olivia-home .content .widget:last-child {
    margin-bottom: 32px;
}

.olivia-home .featured-content .entry {
    display: block;
    float: left;
}

.olivia-home .entry:last-child {
    margin-bottom: 0;
}

.home-middle .featuredpost .alignleft {
    margin-bottom: 0;
    margin-right: 20px;
}

img.entry-image.attachment-post {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
img.entry-image.attachment-post:hover {
    opacity: .5;
}
.home-bottom-left,
.home-bottom-right {
    width: 470px;
}

.home-bottom-left {
    float: left;
}

.home-bottom-right {
    float: right;
}

.olivia-home .content .featuredpost p {
    margin: 0;
}

.olivia-home .content .widget-title {
    color: #000;
    padding: 10px 0px 10px 0px;
    border:none;

    font-size: 16px;
    text-align:left;
}

/* Social Media Icons
----------------------------------------------- */
.social {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    padding-bottom: 30px;
    line-height:35px;
    padding: 0;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    -webkit-backface-visibility: hidden;
    font-family:'Fontello';
    color: #fff;
    margin-right: 3px;
    background-color: #000;
}
.social:hover {
    background: #eee;
    color: #000;
}
.icon-pinterest, .icon-gplus, .icon-email,
.icon-tumblr, .icon-youtube, .icon-instagram, .icon-facebook,
.icon-heart, .icon-twitter, .icon-rss {
    font-weight:lighter;
}
.icon-twitter, .icon-pinterest, .icon-gplus,
.icon-tumblr, .icon-youtube, .icon-email {
    opacity: 1;
    font-size:17px;
}
.icon-heart, .icon-facebook {
    font-size:18px;
}
.icon-rss {
    font-size:14px;
    opacity: 1;
}
.icon-instagram {
    font-size:16px;
    opacity: 1;
}

/* Entries
--------------------------------------------- */

.content .entry {
}

.olivia-landing .content .entry {
    border: none;
}

.entry-header {
    margin-bottom: 20px;
    text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-meta {
    font-size: 12px;
}

.entry-time {
    /*font: 13px Raleway, sans-serif;*/
    font-size: 13px;
    font-weight: 500;
    float: right;
    width: 100%;
    text-align: center;
    color: #000;
    letter-spacing: .05em;
}

.entry-header .entry-meta {
    display: none;
}

.entry-footer .entry-meta {
    margin: 0;
    padding: 10px 0px 40px 0px;
    /*font-family: Raleway, sans-serif;*/
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    line-height: 190%;
}

.entry-footer .entry-comments-link {
    /*font-family: Raleway, sans-serif;*/
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

.entry-meta .entry-tags {
    float: right;
}


/* After Entry
--------------------------------------------- */

.after-entry {
    border: 1px solid #eeeee8;
    margin-bottom: 32px;
    padding: 32px;
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-size: 13px;
    margin: 0;
}

.archive-pagination li {
    display: inline;
    padding-right: 5px;
}

.archive-pagination li a,
.archive-pagination li.active a {
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    padding-right: 5px;
    /*font-family: Raleway;*/
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .1em;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:hover {
    color: #a0a0a0;
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
    margin-bottom: 40px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}
.comment-author {
    color:#000;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment {
    border: 1px solid #eeeee8;
    border-right: none;
}

.comment.depth-1 {
    border-right: 1px solid #eeeee8;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.form-allowed-tags {
    background-color: #f8f8f8;
    font-size: 14px;
    padding: 24px;
}

p.subscribe-to-comments {
    padding: 24px 0 16px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.sidebar .widget,
.sidebar .btext{
    margin-bottom: 32px;
    padding: 10px 10px 10px 30px;
    text-align: center;
}

.widget {
    margin-bottom: 40px;
    overflow: hidden;
    word-wrap: break-word;
}

.widget li {
    text-align: left;
}

.widget ol > li {
    border-bottom: 1px solid #eeeee8;
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul > li {
    border-bottom: 1px solid #eeeee8;
    list-style-type: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#subscribe-email input {
    width: 100% !important;
    padding: 10px 0px 10px 10px !important;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    clear: both;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 30px;
}

.footer-widgets .featured-content .entry {
    width: 180px;
}

.footer-widgets-1, .footer-widgets-2 {
    width: auto;
}

.footer-widgets-1 {
    margin-right: 36px;
    width: 200px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
    width: 240px;
}

.footer-widgets .widget {
    margin-bottom: 20px;

    padding: 0;
    text-align: center;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
    border: 0;
}

.footer-widgets .widget-title {
    border: 0;
    font-size: 14px;
    text-align: left;
    padding: 5px 0px 0px;
    background:#fff;
    height:20px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
    margin: 0;
    padding: 0;
}

.slide-excerpt {
    background: transparent;
    margin: 0 0 8%;
    opacity: 1;
    width: 100%;
}

.slide-excerpt-border {
    border: 0;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slide-excerpt-border h2 {
    margin: 0;
    text-align: center;
    width: 100%;
}

#genesis-responsive-slider {
    border:0;
    margin:0;
    padding:0;
}

#genesis-responsive-slider h2 a {
    background: #555;
    color: #fff;
    font-size: 16px;
    margin: 0;
    overflow: visible;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.genesis_responsive_slider .flex-direction-nav li a {
    background: url(images/icon-direction-nav.png) no-repeat -48px 0;
    background-size: 88px 96px;
    height: 48px;
    right: 10px;
    -webkit-transition: none;
    -moz-transition:    none;
    -ms-transition:     none;
    -o-transition:      none;
    transition:         none;
    width: 44px;
}

.genesis_responsive_slider .flex-direction-nav li a:hover {
    background-position: -48px -48px;
}

.genesis_responsive_slider .flex-direction-nav li a.prev {
    background-position: 0 0;
    left: 10px;
}

.genesis_responsive_slider .flex-direction-nav li a:hover.prev {
    background-position: 0 -48px;
}

.genesis_responsive_slider .flexslider .slides > li {
    overflow: hidden;
}

.genesis_responsive_slider .flex-control-nav {
    margin: -48px 0 0 45%;
    text-align: left;
    width: 20%;
}

.genesis_responsive_slider .flex-control-nav li a {
    background: url(images/icon-control-nav.png) no-repeat 0 0;
    background-size: 13px 39px;
}

.genesis_responsive_slider .flex-control-nav li a:hover {
    background-position: 0 -13px;
}

.genesis_responsive_slider .flex-control-nav li a.active {
    background-position: 0 -26px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.site-footer a {
    color: #000;
    text-decoration: none;
}

.site-footer p {
    margin-bottom: 0;
    /*font-family: Raleway, sans-serif;*/
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: normal;
    padding-top: 30px;
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
    clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/* Navigation toggles
--------------------------------------------- */

@media only screen and (min-width: 768px) {

    nav {
        display: block !important;
    }
}

/* Navigation toggles - Mobile
--------------------------------------------- */

@media only screen and (max-width: 767px) {

    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        font-size: 2.5em;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    button.menu-toggle,
    button .menu-toggle,
    button .sub-menu-toggle {
        color: #000;
        background:transparent;
        margin-top: -25px;
        margin-left: -30px;
    }

    button.sub-menu-toggle,
    button .sub-menu-toggle {
        padding:0 !important;
        margin-top:5px;
        color: #000;
        background:transparent;

    }
    .nav-primary .current-menu-item > a,
    .nav-primary a {
        color:#000;
    }

    .nav-secondary ul.sub-menu {
        margin-left:-10px;
    }

    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: 0;
        z-index:9999;
    }

    .menu-toggle:before {
        content: "\2261";
    }

    .menu-toggle.activated:before {
        content: "\2191";
    }

    .sub-menu-toggle:before {
        content: "+";
    }

    .sub-menu-toggle.activated:before {
        content: "+";
    }

    .admin-bar .nav-primary {
        top:0;
    }
    .nav-primary {
        position: relative;
    }

    nav {
        display: none;
        position: relative;
    }

    .genesis-nav-menu .menu-item,
    #menu-secondary-nav .menu-item,
    .nav-secondary .menu-item
    {
        background-color: #fff;
        display: block;
        position: relative;
        text-align: left;
        line-height: 10px;
    }

    ul#menu-secondary-nav {
        line-height:0px;
    }

    #menu-secondary-nav .menu-item {
        padding: 0;
        line-height: 10px;
    }

    .nav-secondary ul.sub-menu {
        padding:20px;
    }

    .genesis-nav-menu .menu-item:hover,
    #menu-secondary-nav .menu-item:hover,
    .nav-secondary .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu .sub-menu,
    #menu-secondary-nav .sub-menu,
    .nav-secondary .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .nav-secondary a,
    .genesis-nav-menu a {
        padding:0;
        font-size:12px;
    }

    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
    }

    .genesis-nav-menu .sub-menu .sub-menu,
    #menu-secondary-nav .sub-menu .sub-menu,
    .nav-secondary .sub-menu .sub-menu {
        margin: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #f5f5f5;
        padding-left: 30px;
    }

    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
        width:100%;
    }

    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #333;
    }

    .genesis-nav-menu > li:hover .sub-menu a, .genesis-nav-menu .sub-menu a,
    #menu-secondary-nav .sub-menu a,
    .nav-secondary .sub-menu a {
        width:100%;
        padding: 12px;
    }
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .search-form input[type="search"] {

    }

}

@media only screen and (max-width: 1139px) {

    .footer-widgets,
    .site-container,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 688px;
    }

    .content {
        width: 580px;
    }

    .site-inner, site-header {
        padding:0;
        margin:0;
    }

    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .site-header .widget-area {
        width: 380px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .home-bottom-left,
    .home-bottom-right,
    .sidebar-primary {
        width: 320px;
    }

}

@media only screen and (max-width: 1023px) {

    .footer-widgets,
    .site-container,
    .wrap {
        max-width: 772px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .content-sidebar-sidebar .content,
    .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .sidebar-primary {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .sidebar .widget {
        padding:0;
    }

    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 16px;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-footer p,
    .site-header hgroup,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a {
        padding: 16px;
    }

    .site-header .widget-area {
        margin-top: 16px;
    }

    .site-header .search-form {
        margin: 16px auto ;
    }

    .genesis-nav-menu li.alignleft,
    .genesis-nav-menu li.right {
        display: none;
    }

    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
    }

    .home-bottom-left,
    .home-bottom-right {
        width: 332px;
    }

    .footer-widgets-1 {
        margin: 0;
    }

    .site-footer {
        padding: 24px;
    }

}

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .site-container {
        padding: 20px 5%;
        width: 94%;
    }

    .five-sixths,
    .four-sixths,
    .home-bottom-left,
    .home-bottom-right,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .site-title {
        font-size: 32px;
    }

    .header-image .site-title a {
        background-size: contain !important;
    }

    .genesis-nav-menu a,
    .nav-primary .sub-menu a {
        font-size: 12px;
        padding: 12px;
    }

    .nav-secondary a,
    .nav-secondary .sub-menu a {
        font-size: 11px;
        padding: 10px 8px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -31px 0 0 199px;
    }

    .nav-primary .sub-menu .sub-menu {
        margin: -36px 0 0 199px;
    }

    .entry-meta .entry-tags {
        clear: both;
        float: left;
    }

    .entry-meta .entry-comments a {
        margin: 0 0 10px;
    }

    .olivia-home .featuredpost .alignleft,
    .olivia-home .featuredpost .alignright {
        float: none;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 480px) {


    .site-header {
        width: 100%;
        height: auto;
        margin-top:0;
    }

    .entry-title {
        font-size:18px;
    }

    .header-full-width .title-area,
    .header-full-width .site-title {
        margin-bottom:-10px;
        margin-top:-20px;
    }

    .header-full-width.header-image .site-title a {
        margin-top:0;
    }
}


@media only screen and (max-width: 320px) {

    .site-header {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding:0;
    }

    .header-full-width .title-area,
    .header-full-width .site-title {
        margin-top:-30px;
        margin-bottom:-20px;
    }

    .entry-title {
        font-size:16px;
    }

    .header-full-width.header-image .site-title a {
        margin-top:0;
    }
}

@media only screen and (max-width: 240px) {


    .site-header {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding:0;
    }


    .entry-title {
        font-size:14px;
        text-align:center;
    }

    .entry-header .entry-meta {
        text-align:center;
        font-size:11px
    }

    .header-full-width.header-image .site-title a {
        margin-top:0;
    }
}


nav.admin-navbar {
    display: block;
}

.logged-admin .nav-primary {
    top:50px;
}
.bblogitems article {
    padding-top: 15px;
}

.archive-pagination li.active a {
    font-weight: bold;
    border: 1px solid black;
}

.design-mode .site-container {
    padding-top: 52px;
}

.hidden-arch {
    display: none;
}

.header-h1 {
    font-size: 2em;
    font-weight: 300;
}

.header-h2 {
    font-size: 20px;
    font-weight: 300;
}

.bcontactform textarea {
    height:200px;
}

.comment-author span{
    font-weight: bold;
}
.comment-author .comment-time {
    color:#707070;
}

.comment-content {
    color:#000;
}

.pagination {
    display: block;
}

/*.comment.admin-response {*/
    /*background-color: #EEEEEE;*/
/*}*/

/*.fadeinleft {margin-left:-20px;}*/
/*!* make keyframes that tell the start state and the end state of our object *!*/
/*@-webkit-keyframes fadeIn { from { opacity:0;} to { opacity:1; } }*/
/*@-moz-keyframes fadeIn { from { opacity:0;} to { opacity:1; } }*/
/*@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }*/
/*.fade-in {*/
    /*opacity:0;  !* make things invisible upon start *!*/
    /*-webkit-animation:fadeIn ease-in 1;  !* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time *!*/
    /*-moz-animation:fadeIn ease-in 1;*/
    /*animation:fadeIn ease-in 1;*/
    /*-webkit-animation-fill-mode:forwards;  !* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*!*/
    /*-moz-animation-fill-mode:forwards;*/
    /*animation-fill-mode:forwards;*/
    /*-webkit-animation-duration:0.5s;*/
    /*-moz-animation-duration:0.5s;*/
    /*animation-duration:0.5s;*/
/*}*/
/*.fade-in.one {*/
    /*-webkit-animation-delay: 0.5s;*/
    /*-moz-animation-delay: 0.5s;*/
    /*animation-delay: 0.5s;*/
/*}*/
