/*
Theme Name: Stretch Starter Child Theme
Description: This starter Child theme modifies the default Jump Start theme to have an overall stretched layout.
Author: Kenneth Feldman, KPFdigital.com
Template: jumpstart
*/

/**
 * This is a starter child theme for all of you CSS-hackers.
 *
 * This file is a copy of Jump Start's default style.css
 * file that has been edited to give you an overall stretched layout.
 *
 * Because the Theme Blvd framework's core styles are contained
 * in other CSS files prior to style.css, you can safely hack away
 * here to skin your Child theme.
 *
 * @link http://dev.themeblvd.com/tutorial/css-hacking/
 *
 * Note: Because we are copying everything from Jump Start's
 * style.css into this style.css, there is no need to @import
 * Jump Start's style.css as you might do in a classic
 * WordPress Child theme.
 */

/* =Primary Design and Structure
----------------------------------------------- */

body {
	background: #ffffff;
	padding-bottom: 40px;
}
#top #branding,
#main .main-inner,
#featured_below .featured_below-inner,
#footer_content .footer_content-inner,
#footer_sub_content {
	margin: 0 auto;
	max-width: 980px;
}



body.home #featured .featured-inner {
	max-width: 1000px;
}


body.home #main .element {
	padding-bottom: 0px;
	}


body.home #featured .featured-inner {
	color: #fff;
	position: relative;
	padding-left: 0px;
	border: 0px solid red;
}



	#top #branding {
		position: relative;
		}


	#client_follow {
		width: 400px;
		height: 50px;
		background: transparent; /* GREEN */
		position: absolute;
		top: 44px;
		right: 0px;
		}
	#client_follow p {
		color: #929292;
		text-align: right;
		float: right;
		margin-right: 6px;
		padding-top: 6px;
		}

	#client_follow img {
		float: right;
		margin-left: 6px;
		}



#featured .featured-inner {
	margin: 0 auto;
	max-width: 100%;
}


#featured .featured-inner img {
	display: block;
	margin: 0 auto !important;

}


i.fa-circle {
    font-size: 7px;
}

.fa-li {
    position: absolute;
    left: -2.9em;
    width: 2.142857142857143em;
    top: 1.0em !important;
    text-align: center;
}


.hometext {
	padding-top: 100px;
	position: absolute;
	width: 65%;
	background-color: transparent;
	padding-left: 15px;
	}


.hometext p.lead {
	width: 85%;
	background-color: transparent;
}


.hometext p {
	width: 80%;
	background-color: transparent;
}

.hometext p.last {
	width: 80%;
	background-color: transparent;
	color: gold !important;
	font-weight: bold;
}

.hometext p.last a {
	text-decoration: underline;
}







body.home img.alignright {
	float: right;
	margin: 0px 0 0px 0px;
	background-color: transparent !important;
}


body.home img.oshome {
	position: relative;
	right: -87px;
}





body.home .featured-inner h1 {
	margin-bottom: 0px;
	text-indent: -18px;
	font-size: 2.2em;
}



/* NEW TAG in front of OTM Book Page Title */

#post-888 h2.entry-title span {
	background-color: #69cccc !important;
	color: white;
	font-size: .65em;
	text-transform: uppercase;
	padding: 2px 4px 2px 5px;
	margin-right: 5px;
	font-weight: normal;
	position: relative;
	top: -2px;
	}



#post-1181 h2.entry-title span {
    background-color: #69cccc !important;
    color: white;
    font-size: .65em;
    text-transform: uppercase;
    padding: 2px 4px 2px 5px;
    margin-right: 5px;
    font-weight: normal;
    position: relative;
    top: -2px;
}


#post-1364 h2.entry-title span {
    background-color: #69cccc !important;
    color: white;
    font-size: .65em;
    text-transform: uppercase;
    padding: 2px 4px 2px 5px;
    margin-right: 5px;
    font-weight: normal;
    position: relative;
    top: -2px;
}

#post-1648 h2.entry-title span {
    background-color: #69cccc !important;
    color: white;
    font-size: .65em;
    text-transform: uppercase;
    padding: 2px 4px 2px 5px;
    margin-right: 5px;
    font-weight: normal;
    position: relative;
    top: -2px;
}



body.home .grid_6 .category-news h1 {
	font-size: 1.4em;
	} 
	
body.home .grid_6 .category-news h1 a {
	border-bottom: 0px solid #b0dee3;
	} 

body.home .grid_6 .category-news .entry-meta {
	margin: 0 0 5px 0;
	font-size: .75em;
	}

body.home .grid_6 .category-news .entry-meta span {
	display: none;

	}

body.home .grid_6 .category-news .entry-date {
	color: #69cccc;
	}



	
body.home .grid_6 .category-news .entry-content {
	margin: 0 0 5px 0;
	font-size: .85em;
	line-height: 1.4em;
	}

body.home .grid_6 .category-news .entry-content a.btn {
	display: none;
	}

body.home article.category-news {
	margin: 0 0 18px 0;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 8px;
	}

body.home .grid_6 .element_post-list, body.home .grid_6 .element {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}





/* TED */


#featured_below img.ted {
	padding-top: 25px;
}





/* =Global Elements and Typography
-------------------------------------------------------------- */






@font-face {
    font-family: 'playfair_displaybold';
    src: url('fonts/playfairdisplay-bold-webfont.eot');
    src: url('fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('fonts/playfairdisplay-bold-webfont.woff') format('woff'),
         url('fonts/playfairdisplay-bold-webfont.ttf') format('truetype'),
         url('fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoblack';
    src: url('fonts/Lato-Black-webfont.eot');
    src: url('fonts/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Black-webfont.woff2') format('woff2'),
         url('fonts/Lato-Black-webfont.woff') format('woff'),
         url('fonts/Lato-Black-webfont.ttf') format('truetype'),
         url('fonts/Lato-Black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold';
    src: url('fonts/Lato-Bold-webfont.eot');
    src: url('fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Bold-webfont.woff2') format('woff2'),
         url('fonts/Lato-Bold-webfont.woff') format('woff'),
         url('fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight';
    src: url('fonts/Lato-Light-webfont.eot');
    src: url('fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Light-webfont.woff2') format('woff2'),
         url('fonts/Lato-Light-webfont.woff') format('woff'),
         url('fonts/Lato-Light-webfont.ttf') format('truetype'),
         url('fonts/Lato-Light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('fonts/Lato-Regular-webfont.eot');
    src: url('fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Regular-webfont.woff2') format('woff2'),
         url('fonts/Lato-Regular-webfont.woff') format('woff'),
         url('fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}









html,
body {
	color: #535353;
	font-family: 'latoregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	margin-bottom: .4em;
	font-family: 'playfair_displaybold', times, serif !important;
	color: #535353;
	}
h1 {
	font-size: 21px; /* Fallback for older browsers */
	font-size: 1.9rem;
}


#featured h1 {
	color: #ffffff;
	}


h2 {
	font-size: 18px; /* Fallback for older browsers */
	font-size: 1.6rem;
}
h3 {
	font-size: 16px; /* Fallback for older browsers */
	font-size: 1.4rem;
}
h4 {
	font-size: 14px; /* Fallback for older browsers */
	font-size: 1.3rem;
}
h5 {
	font-size: 13px; /* Fallback for older browsers */
	font-size: 1rem;
}
h6 {
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	color: #999999;
	text-transform: uppercase;
}
a {
	color: #59b6b6;
	text-decoration: none;
}
a:hover,
.tb-text-logo:hover,
.entry-title a:hover,
a:focus,
.tb-text-logo:focus,
.entry-title a:focus {
	color: #1a5a78;
	text-decoration: none;
}
p {
	margin-bottom: 1.0em;
}


h2.home-books {
	float: left;
	font-size: 1.9em;
	margin-bottom: 1em;
	}

h3.home-viewall {
	float: right;
	font-size: 1.0em;
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	padding-top: 1em;
	padding-right: 1em;
	}

body.home h3.home-blog {
	font-size: 1.1em;
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	padding-top: 1em;
	padding-right: 1em;
	color: #69cccc;
	margin: 0 0 17px 0;
	}

body.home h3.home-link {
	font-size: 1.0em;
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	padding-right: 1em;
	color: #69cccc;
	margin: 0 0 17px 0;
	}

h2.title-main {
	margin-bottom: 0px;
	}

h3.title-sub {
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 1.3em;
	margin-bottom: .65em;
	}

h3.home-blog {
	font-size: 1.1em;
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	padding-top: 1em;
	padding-right: 1em;
	color: #69cccc;
	margin: 0 0 17px 0;
	}




.element-post_grid h2.entry-title a {
	font-size: 1.0em;
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}



strong {
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}



/* RESET BLOCKQUOTE */

blockquote {
	font-style: normal;
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: 0;
	font-weight: normal;
	color: #666; /* a4e429 */
	}

blockquote p {
	font-style: italic;
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 1em;
	}

/* END RESET BLOCKQUOTE */




blockquote {
	font-style: italic;
	padding: 0px 6px 0px;
	text-indent: -6px;
	font-weight: normal;
	background: url('assets/images/quotemarks-dkr.png') left top no-repeat;
	color: #3e4443;
	/* margin-bottom: 1.2em; */
}


blockquote p {
	padding: 5px 0em 0px;
	line-height: inherit;
	text-indent: -6px;
}

blockquote p em {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: .85em;
	padding: .3em .5em;
	font-family: arial;
	line-height: 3em;
	background-color: #bdbcbc;
}

blockquote i {
	color: #000000;
}

blockquote a:link {
	color: #949393;

}


.right-sidebar {
	padding-top: 35px;
	}


/* Get rid of 40px webkit padding left */
.fixed-sidebar ul { padding-left: 0; }


.entry-content ul li,
.entry-content ol li {
	line-height: 1.3em;
	margin-bottom: 5px;
	}






.fa-file-text-o {
	margin-right: 5px;
	color: #9d0605;
}



i.fa-file-pdf-o {
	font-size: 22px;
	color: #d62c2c;
	background-color: #f8f8f8;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 5px;
	}






.pub-data {
	}


.pub-data strong {
	font-weight: 700;
	}



 
body.parent-pageid-83 #main .primary-element-1 .last strong {
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}



body.parent-pageid-83 #main .primary-element-1 .last span {
	letter-spacing: 3px;
	}
body.parent-pageid-83 #main .primary-element-1 .last span a {
	font-family: 'playfair_displaybold', times, serif !important;
	font-size: 1.2em;
	letter-spacing: 0px;
	}



.divider {
	clear:both;
	}



small {
	color: #999;
	}





/* =Content
----------------------------------------------- */

article {
	margin-bottom: 40px;
}

/* Titles */
.entry-title {
	margin: 0 0 10px 0;
}
.entry-title-with-meta {
	margin: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}

/* Meta */
.entry-meta {
	color: #999999;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	font-weight: bold;
	margin: 5px 2px 15px 2px;
}
.entry-meta .fa {
	padding-right: 5px;
}
.entry-meta .sep {
	color: #cccccc;
	font-weight: normal;
	padding: 0 7px;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}
img[class*="wp-image-"] {
	/* Style all inserted wp images. */
}
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* =Top
-------------------------------------------------------------- */

#top {
	background: #535353 url('https://www.oliversacks.com/os/wp-content/uploads/2015/01/top-bg-white.png') center -70px repeat-x;
	border-bottom: 0px solid #dddddd;
	position: relative;
}
#header_content {
	padding: 50px 0 30px;
	position: relative;
}

/* Text Logo */
.header_logo_text {
	padding: 0 15px;
}
.header_logo_text .tb-text-logo {
	font-size: 30px; /* Fallback for older browsers */
	font-size: 2.3rem;
	margin: 0;
}
.header_logo_text .tb-text-logo a {
	color: inherit;
}
.header_logo_text .tagline {
	color: #888888;
	font-style: italic;
	font-size: 13px; /* Fallback for older browsers */
	font-size: 1rem;
}


header .widget-area-collapsible .widget {
	padding: 0px 0;
}




/* Primary Navigation */
#access {
	background-color: transparent /* transparent */;
	border: 0px solid #dddddd;
	border-bottom: none; /* .internal-wrapper has border all the way around, which happens directly after the main menu. */
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* Level 1-3 */
#primary-menu li a {
	color: #dfdfdf;
	font-weight: 400;
}
#primary-menu li a .sf-sub-indicator {
	color: #dfdfdf; /* Because we're using fontawesome for the icons, we can change the color here. */
}

/* Level 1 only */
#primary-menu > li {
	border-right: solid 0px #dfdfdf;
	background: url('https://www.oliversacks.com/os/wp-content/uploads/2015/01/nav-divider-bg.png') right center no-repeat;
	
}



#primary-menu > li:last-child {
	background: none;
}



#primary-menu > li > a {
	line-height: 40px; /* Shapes the HEIGHT of the 1st level anchors */
	padding: 0 14px;
}


#primary-menu > li:first-child > a {
	line-height: 40px; /* Shapes the HEIGHT of the 1st level anchors */
}






#primary-menu > li:first-child > a {
	/* Round left corners of first anchor */
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}
#primary-menu > li.current_page_item > a {
	/* Style current active menu item on 1st level */
	background: #535353;
	background: url('https://www.oliversacks.com/os/wp-content/uploads/2015/01/nav-divider-bg.png') right center no-repeat;
	color: #66cccc;
}
#primary-menu > li.current-menu-ancestor > a {
	/* Style current parent menu item present on 1st level */
	color: #66cccc;
}
#primary-menu > li > a.sf-with-ul {
	/* If a top-level menu item has a dropdown, reduce its right padding. */
	padding-right: 7px;
}

ul.sf-menu-with-fontawesome .sf-sub-indicator {
    display: inline;
    margin-left: 7px;
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
}




#primary-menu > [class^="menu-icon-"] > a {
	/* If a top-level menu item has a an icon, reduce its left
	padding. You can add icons to main menu by adding class "menu-icon-{whatever}" */
	padding-left: 12px;
}
#primary-menu > li > a:hover {
	background: #f2f2f2;
	background: url('https://www.oliversacks.com/os/wp-content/uploads/2015/01/nav-divider-bg.png') right center no-repeat;
	color: #66cccc;
	}


#primary-menu > li:last-child a:hover {
	background: none;
}

#primary-menu > li:last-child a {
	background: none;
}



/* Level 2 and 3 */
#primary-menu ul {
	background: #535353;
	border: 1px solid #535353;
	width: 260px; /* Width of dropdown menus */
}
#primary-menu li li a {
	padding: 2px 10px;
	font-size: .9em;
}
#primary-menu li li a:hover {
	background: #3f3e3e;
	color: #66cccc;
}
#primary-menu li li.nav-header {
	color: #888888; /* Slightly lighter color than links */
	font-size: .9em; /* Font size is 90% of everything else to componsate for being bold and uppercase */
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
#primary-menu li li.divider {
	background-color: #dddddd; /* Color of deviders */
	border-bottom: none; /* Override Bootstrap's default 1px white bottom border */
}

/* Level 2 only */
#primary-menu > li > ul {
	border-top: none;
	margin-left: -1px; /* Shifts dropdowns to the left 1px so they line up with left borders. */
	margin-top: 0px;
}

/* Level 3 only */
#primary-menu ul ul {
	left: 200px; /* Matches width of dropdown menus */
}

/* Make sure graphic nav shows when expanding window back from tablet size */
@media (min-width: 980px) {
	#access {
		height: auto !important;
		overflow: visible !important;
	}
}

/* =Featured (above)
-------------------------------------------------------------- */

#featured {
	border-bottom: 20px solid #e3e3e3;
	padding: 0px 0px 0px;
	background-color: #211f1c;
}

body.home #featured {
	padding-top: 20px;
	background: #423e38; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #423e38 0%, #211f1c 69%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#423e38), color-stop(69%,#211f1c)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #423e38 0%,#211f1c 69%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #423e38 0%,#211f1c 69%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #423e38 0%,#211f1c 69%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #423e38 0%,#211f1c 69%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423e38', endColorstr='#211f1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}



/* =Main
-------------------------------------------------------------- */

#main {
	border-bottom: 0px solid #eeeeee;
	padding: 30px 20px 30px;
}


body.home #main,
body.page-id-83 #main {
	border-bottom: 0px solid #eeeeee;
	padding: 20px;
	background-color: #f0f0f0;
}

body.page-id-83 #main {
	border-bottom: 0px solid #eeeeee;
	padding: 0px;
	background-color: #f0f0f0;
}



/* =Featured (below)
-------------------------------------------------------------- */

#featured_below {
	border-bottom: 0px solid #eeeeee;
	padding: 30px 20px 45px;
	background-color: #f0f0f0;
	
}


body.home #featured_below {

	background-color: #f8f8f8;
	
}


/* =Posts (general)
----------------------------------------------- */

/* No style mods */

/* =Page
----------------------------------------------- */

/* No style mods */

/* =Post List
----------------------------------------------- */

/* No style mods */

/* =Post Grid
----------------------------------------------- */

.post_grid .entry-title {
	font-size: 15px; /* Fallback for older browsers */
	font-size: 1.15rem;
	line-height: 1.5em;
}

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

/* Comment List */
#comments li {
	margin: 5px 0;
}
#comments-title {
	padding: 0 10px;
}
#comments .commentlist {
	margin-bottom: 30px;
}
#comments .comment-body {
	border: 1px solid #dddddd;
	padding: 15px;
	padding-left: 83px;
	position: relative;
}
#comments .comment-body .avatar {
	position: absolute;
	top: 15px;
	left: 15px;
}
#comments .comment-author {
	line-height: 100%;
}
#comments .comment-body .says {
	display: none;
}
#comments .comment-body .comment-meta {
	margin-bottom: 10px;
}
#comments .comment-body .comment-meta a {
	color: #9e9e9e;
	font-family: Georgia, serif;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	font-style: italic;
}
#comments .comment-body .fn {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}
#comments .comment-body p {
	margin-bottom: 30px;
}
#comments .comment-body .reply a {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#comments .comment-body .reply a:hover,
#comments .comment-body .reply a:focus {
	background: #dddddd;
}

/* Admin Comment */
#comments .bypostauthor > .comment-body,
#comments .bypostauthor > .comment-body .reply a {
	/* None in this theme */
}
#comments .bypostauthor > .comment-body .reply a:hover,
#comments .bypostauthor > .comment-body .reply a:focus {
	/* None in this theme */
}

/* Top Level */
#comments ol {
	list-style: none;
	margin: 0;
}

/* Children */
#comments ul.children {
	border-left: 1px solid #e9e9e9;
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 10px 0 10px 20px;
}

/* Comment Form */
.comment-form-wrapper {
	margin-bottom: 30px;
}
#reply-title {
	margin: 10px 0;
}
#commentform input[type=text] {
	margin-right: 10px;
	width: 40%;
}
#commentform textarea {
	width: 98%;
}
#commentform label {
	display: inline-block;
}
#commentform .form-submit {
	margin: 10px 0;
}
#commentform .form-allowed-tags {
	display: none;
}

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

.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget ul li {
	padding: 3px 0;
}

/* Widgets in columns element and fixed sidebars */
.fixed-sidebar .widget {
	margin: 0 0 30px 0;
}

/* Collapsible Widget Areas */
.widget-area-collapsible .widget {
	padding: 10px 0;
}

/* =Bottom
----------------------------------------------- */

/* Footer Columns */
#footer_content {
	border-bottom: 1px solid #eeeeee;
	padding: 30px 19px; /* 19px to compensate for 1px border around #internal-wrapper */
}

/* Copyright */
#footer_sub_content {
	color: #888888;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	padding: 20px;
	text-align: center;
}
#footer_sub_content .footer-nav ul {
	margin: 0;
}
#footer_sub_content .footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}




#kpf_footer_login {
	text-align: left;
	font-size: .85em;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 15px;
}


#kpf_footer_login p {
	color: #c6c6c6;
	margin-bottom: 0px;
	padding-top: 10px
}



.menu-os-footer-container {
	padding-top: 15px;
	height: 2.4em;
	background-color: transparent;
	}



#menu-os-footer {
	text-transform: uppercase;
	color: #535353;
	margin: 0;
	padding: 0;
	list-style: none;
}


#menu-os-footer > li > a {
	text-transform: uppercase;
	color: #535353;
	padding: 0 7px;
}


#menu-os-footer > li:first-child > a {
	padding: 0 7px 0 0;

}





#menu-os-footer > li {
	border-right: 1px solid #535353;
	line-height: 1em;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}


#menu-os-footer > li:last-child {
	border-right: 0px solid #535353;

}




#menu-os-footer>li {
	float: left;
}


#menu-os-footer li {
	position: relative;
	display: inline-block;
}




#kpf_footer_login p.footcopy {
	padding-top: 0px;
}



#kpf_footer_login img.footsquid {
	float: left;
	margin-right: 25px;
}


div.addtoany_shortcode {
	float: right;
	background-color: white !important;
	}
	
p.share_note {
	float: right;
	padding: right: 5px;
	font-size: 1.2em;
	}
	
	
.a2a_svg, .a2a_count { border-radius: 20px !important; }
	
	

img.ssba {
	float: right;
	}


/* =Layout Builder
----------------------------------------------- */

/* General Elements */
.element {
	/* Style all elements in custom layouts. */
}
.last-element {
	padding-bottom: 0;
}
.element-columns {
	/* Style the "Columns" element. */
}
.element-content {
	/* Style the "Content" element. */
}
.element-divider {
	/* Style the "Divider" element. */
}
.element-headline {
	/* Style the "Headline" element. */
}
.element-post_grid_paginated {
	/* Style the "Post Grid (paginated)" element. */
}
.element-post_grid {
	/* Style the "Post Grid" element. */
}
.element-post_grid_slider {
	/* Style the "Post Grid Slider" element. */
}
.element-post_list_paginated {
	/* Style the "Post List (paginated)" element. */
}
.element-post_list {
	/* Style the "Post List" element. */
}
.element-post_list_slider {
	/* Style the "Post List Slider" element. */
}
.element-slider {
	/* Style the "Slider" element. */
}
.element-slogan {
	/* Style the "Slogan" element. */
}
.element-tabs {
	/* Style the "Tabs" element. */
}
.element-tweet {
	/* Style the "Tweet" element. */
}

/* Elements by location */
#featured .element {
	/* Style elements of a custom layout
	in the featured area ABOVE the content. */
}
#main .element {
	/* Style elements of a custom layout
	in the main content area. */
}
#featured_below .element {
	/* Style elements of a custom layout
	in the featured area BELOW the content. */
}






/* IMAGES */



/*********************************************
		GALLERY THUMBS STYLE
*********************************************/

.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
.gallery img {
	border: 1px solid #c6bf9e;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:4px;
}
.gallery-caption {
	margin: 0 20px;
	line-height: 1.2em;
	font-size: .85em;
}



.alignleft, .alignright, .alignnone {
	border: 0px solid #c6bf9e;
	background-color: #ffffff;
	padding:14px;
	}

body.parent-pageid-83 #main .alignleft,
body.parent-pageid-83 #main .alignright,
body.parent-pageid-83 #main .alignnone,
body.page-id-85 #main .alignright,
body.page-id-859 #main .alignright {
  border: 14px solid #ffffff;
  background-color: #ffffff;
  padding: 0px;
-webkit-box-shadow: 0px 0px 4px 2px rgba(97,97,97,.2);
-moz-box-shadow: 0px 0px 4px 2px rgba(97,97,97,.2);
box-shadow: 0px 0px 4px 2px rgba(97,97,97,.2);

}


.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
	}

#featured .alignleft, #featured .alignright, #featured .alignnone {
	border: 0px solid #c6bf9e;
	background-color: #211f1c;
	padding:0px;
	margin: 0px;
	}


body.home #featured img.alignleftspecial {
	border: 0px solid #c6bf9e;
	background-color: transparent;
	padding:0px;
	margin: 0px 20px 10px 0px !important;
	}






.post_grid h2.entry-title {
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 1.0em;
	text-align: center;
	line-height: 1.3em;
	color: #666666;
	font-weight: 400;
	}


.thumbnail, .pretty, .wp-caption {
	padding: 14px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}


body.page-id-1050 .wp-caption {
	padding: 0px;
	}


p.wp-caption-text {
    font-size: .9em;
    font-size: .85rem;
    line-height: 1.4em;
    text-align: center;
    font-family: 'latolight';
}


body.parent-pageid-83 #main h2 {
	padding-top: 17px;
	}


/* 
div.next-last {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-size: .85em;
	color: #999;
	margin-bottom: 0px;
	background-color: white;
	width: 150px;
	}
 */


div.next-last {
	font-size: .85em;
	color: #999;
	margin-bottom: 0px;
	background-color: white;
	width: 150px;
	}


/* GUESTBOOK */


#gwolle_gb {
	padding: 20px;
	background-color: transparent;
	}


#gwolle_gb input[type="button"], #gwolle_gb button {
  color: #fff;
  background-color: #e15f18;
  border-color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 20px;
}


body.page-id-859 #gwolle_gb .gb-entry {
  border-top: 1px dashed #999;
  padding: 40px 0;
  margin: 0;
}

body.page-id-859 #gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 20px;
  padding-right: 20px;
}


#gwolle_gb_write_button {
	border-bottom: 0px solid #999;
	padding-bottom: 0em;
	}


#gwolle_gb .gb-entry .gb-author-info {
	margin-bottom: 1em;
	}

#gwolle_gb .gb-entry .gb-author-info span {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: .75em;
	padding: .3em .0em;
	font-family: arial;
	line-height: 1em;
	background-color: #bdbcbc;
	}

#gwolle_gb .gb-entry .gb-author-info .gb-author-origin {
  padding-right: 10px;
  font-weight: bold;
}

#gwolle_gb .gb-entry .gb-author-info .gb-author-origin {
  padding-right: 10px;
  font-weight: bold;
}


#gwolle_gb .label {
	color: inherit;
	}

.gwolle_gb_notice {
	font-size: .85em;
	margin-bottom: 1em;
	color: #999;
	}

#gwolle_gb_new_entry h3 {
	margin-bottom: 1em;
	}

#gwolle_gb_new_entry {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 2em;
	background-color: #eaeaea;
	}


body.page-id-859 #gwolle_gb .gwolle_gb_content .input {
	width: 60%;
	}






/* GRAVITY FORMS STYLE MODS */


.gforms_confirmation_message {
	border-top: 15px solid green;
	border-bottom: 15px solid green;
	padding: 35px 25px;
	background-color: #eaeaea;
	color: #000;
	}


.gform_wrapper input[type="text"] {
	margin-bottom: 0px;
	}

.gform_wrapper input {
	margin-left: 1px !important;
	}


.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
display: block;
margin: 0px 0 5px 0px;
font-size: 11px;
letter-spacing: 0.5pt;
}



span.ginput_full,
span.ginput_right,
span.ginput_left {
	margin-bottom: 5px;
	}


.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	margin: 6px 0;
	padding: 0 35px 0 20px;
	}


.gfield_description {
	color: #333;
	font-size: .85em !important;
	}


.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
outline-style: none;
font-size: 16px;
font-family: inherit;
padding: 5px 5px 5px 5px;
letter-spacing: normal;
}


.gform_wrapper select,
.gform_wrapper.ginput_right select {
padding: 5px 0 5px;
margin-bottom: 0px;
}


.gform_wrapper .gfield_description {
	color: #963;
	font-size: .85em;
	line-height: 1.3em;
	}


.gform_wrapper .top_label .gfield_label {
    margin: .625em 0 0em;
    font-weight: 700;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}


/* ORDER SUMMARY STYLES  */

.gform_wrapper .summary {
	padding: 15px;
	background-color: #E0E0E0;
	}

.gform_wrapper .summary li {
	margin-left: 2em !important;
	font-weight: bold;
	}


form.donate {
	padding: 20px;
	background-color: #F0F0F0;
	font-size: .85em;
	}


img.cc-lock {
	margin-right: 5px;
	}

form.donate .gform_button {
	color: white;
	background-color: red;
    font-family: 'latoblack';
	text-transform: uppercase;
	}

form.donate h2 {
    font-family: 'latobold' !important;
    font-size: 1.4rem;
    color: red;
	}

form.donate small {
    color: #535353;
}


form.donate #field_2_24 {
	text-align: right;
	margin-bottom: 0px !important;
	}


.gform_wrapper .gsection {
    border-bottom: 1px solid #CCC;
    padding: 0 0 .5em;
    margin: 1.8em 0 1em !important;
    clear: both;
}

form.donate #field_2_21 {
    border-bottom: 1px solid #CCC;
    padding: 0 0 .5em;
    margin: 0em 0 1em !important;
    clear: both;
}

.gform_wrapper form.donate .gfield_required {
    color: red !important;
    margin-left: .25em;
}




.ssbp-wrap .ssbp-list li {
    margin-top: 0rem !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
}



/* =Optimized for Tablets
------------------------------------------------- */

@media (max-width: 979px) {

	/* Primary Structure */
	#top #branding,
	#featured .featured-inner,
	#main .main-inner,
	#featured_below .featured_below-inner,
	#footer_content .footer_content-inner,
	#footer_sub_content, 
	#bottom {
		margin: 0 auto;
		max-width: 720px;
	}

body.home img.oshome {
	position: relative;
	right: -60px;
}


	
.hometext {
	padding-top: 80px;
	position: absolute;
	width: 65%;
	background-color: transparent;
	padding-left: 35px;
	/* opacity:0.4;  */
	font-size: .85em;
	}
	
.hometext p.lead {
	width: 80%;
	background-color: transparent;
}
	
	
.hometext p {
	width: 58%;
	background-color: transparent;
}

.hometext p.last {
	width: 50%;
	color: gold !important;
	font-weight: bold;
}

	
	#featured
	 {
		padding: 0 0px;
	}
	
	
#featured .featured-inner {
	margin: 0 auto;
	max-width: 100%;
}

body.home #featured .featured-inner {
 	overflow:hidden;
 	}



#featured .featured-inner img {
	text-align: center;
	margin: 0 auto;
}

	
#kpf_footer_login {
	text-align: left;
	font-size: .85em;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 0px;
}

	
	
	
	
#kpf_footer_login p.footcopy {
	padding-top: 0px;
	float: right;
  font-size: .9em;
}
	

#kpf_footer_login img.footsquid {
	float: left;
	margin-right: 0px;
}

	
div.addtoany_shortcode {
	float: right;
	background-color: white !important;
	}

img.ssba {
	float: right;
	}

.menu-os-footer-container {
  padding-top: 15px;
  height: 2.4em;
  background-color: transparent;
  float: right;
  font-size: .9em;
}




	
	#top {
		padding: 0 20px;
	}
	#main,
	#featured_below {
		padding: 20px;
	}

	/* Header */
	#branding .header_logo {
		float: none;
		text-align: left;
	}



	/* HEADER INFO */
	
	#client_address {
		width: 200px;
		height: 50px;
		background: #666; /* GREEN */
		position: absolute;
		top: 70px;
		right: 0px;
		}

	#primary-menu > li > a {
		padding: 0 7px;
		font-size: 15px;
	}
	
#primary-menu > li > a.sf-with-ul {
	/* If a top-level menu item has a dropdown, reduce its right padding. */
	padding-right: 6px;
	}

ul.sf-menu .fa {
    margin-right: 2px;
}

ul.sf-menu-with-fontawesome .sf-sub-indicator {
    display: inline;
    margin-left: 4px;
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
}
}

/* =Optimized for Mobile Devices
------------------------------------------------- */

@media (max-width: 767px) {

	/* Primary Structure */
	#top #branding,
	#featured .featured-inner,
	#main .main-inner,
	#featured_below .featured_below-inner,
	#footer_content .footer_content-inner,
	#footer_sub_content {
		margin: 0 auto;
		max-width: 460px;
	}
	#top, #bottom {
		padding: 0 30px;
	}

	#main,
	#featured_below {
		padding: 20px 30px;
	}

	#featured {
		padding: 0px 00px;
	}

#header_content {
	padding: 30px 0 30px;
	position: relative;
}
#top {
	background: #535353 url('https://www.oliversacks.com/os/wp-content/uploads/2015/01/top-bg-white.png') center -90px repeat-x;
	border-bottom: 0px solid #dddddd;
	position: relative;
}

.hometext {
	padding-top: 30px;
	position: static;
	width: 100%;
	background-color: transparent;
	padding-left: 25px;
	/* opacity:0.4;  */
	padding-right: 25px;
	padding-bottom: 15px;
	}


.hometext p.lead {
	width: 100%;
	background-color: transparent;
}


.hometext p {
	width: 100%;
	background-color: transparent;
}

.hometext p.last {
	width: 100%;
	background-color: transparent;
	clear: both;
}

body.home img.oshome {
	position: static;
	right: 0px;
}

body.home img.alignright {
	float: none;
	margin: 0px 0 0px 0px;
	background-color: transparent !important;
}


	#client_follow {
		display: block;
		position: static;
		background: transparent; /* GREEN */
		padding: 10px;
		}



	/* WIDEN MAIN COLUMN, NARROWER SIDEBAR  */
	
	.sidebar_left .fixed-sidebar, .sidebar_right .fixed-sidebar {
	width: 100.0%;
	}
	
	
	.sidebar_left #content, .sidebar_right #content {
	width: 100%;
	}
	

#gwolle_gb {
	padding: 20px 0;
	background-color: transparent;
	}

body.page-id-859 #gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 0px;
  padding-right: 0px;
}

	
h2.home-books {
	float: left;
	font-size: 1.7em;
	margin-bottom: 1em;
	}
	
h3.home-viewall {
	float: none;
	text-align: center;
	font-size: 1.0em;
	font-family: 'latobold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	padding-top: 0em;
	padding-right: 0em;
	}
	
		
.featured-image-wrapper.attachment-grid_3>.featured-image {
  max-width: 240px;
  margin: 0 auto;
}	


	
#kpf_footer_login {
	text-align: left;
	font-size: .85em;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 0px;
}

	
	
	
	
#kpf_footer_login p.footcopy {
	float: none;
 	font-size: .9em;
	text-align: center;
	width: 76%;
	margin: 0px auto;
}
	

#kpf_footer_login img.footsquid {
	float: none;
	margin: 0px auto;
	display: block;
}

	
	
	
div.addtoany_shortcode {
	float: none;
	background-color: white !important;
	margin: 0px auto;
	height: 40px;
	width: 240px;
	text-align: center;
	}
	
p.share_note {
	float: none;
	padding: right: 5px;
	font-size: 1.2em;
	text-align: center;
	}

img.ssba {
	float: right;
	}

.menu-os-footer-container {
  padding-top: 15px;
  background-color: transparent;
  float: none;
  font-size: .9em;
  clear: both;
  line-height: 1.4em;
	height: 5em;
}

#menu-os-footer {
	text-transform: uppercase;
	color: #535353;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}


#menu-os-footer > li > a {
	text-transform: uppercase;
	color: #535353;
	padding: 0 7px;
}


#menu-os-footer > li:first-child > a {
	padding: 0 7px 0 0;

}





#menu-os-footer > li {
	border-right: 0px solid #535353;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}


#menu-os-footer > li:last-child {
	border-right: 0px solid #535353;

}




#menu-os-footer>li {
	float: left;
}


#menu-os-footer li {
	position: relative;
	display: inline-block;
}






	
	
	/* Primary Navigation */
	#access {
		background: #535353;
		border-right: none;
		border-radius: 0;
		display: none;
	}
	#access li {
		float: none;
		padding: 0;
	}
	
	
	/* Level 1 only */
#primary-menu > li {
	border-right: solid 0px #dfdfdf;
	background: none;
	
}
#primary-menu > li.current_page_item > a {
	/* Style current active menu item on 1st level */
	background: #535353;
	background:none;
	color: #66cccc;
}

#primary-menu > li > a:hover {
	background: #f2f2f2;
	background: none;
	color: #66cccc;
	}
	
	
	
	#access #primary-menu > li:first-child > a {
		-webkit-border-radius: 3px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 3px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-radius: 3px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#access li li a {
		padding-left: 20px;
	}
	#access li li li a {
		padding-left: 30px;
	}
	#access .sf-menu ul {
		border: none;
		margin: 0;
		position: static;
		width: auto;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right {
		position: static;
		right: inherit;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right:before {
		content: "\f0d7";
	}
	.btn-navbar {
		background: #535353;
		border: 1px solid #535353;
		border-bottom: none;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #fff;
		display: inline-block;
		outline: none;
		margin-left: 10px;
		padding: 4px 10px;
	}




	 a.btn-navbar:hover {
		color: #4CF7FF;
	}




	/* Typography */
	h1 {
		font-size: 24px; /* Fallback for older browsers */
		font-size: 1.85rem;
		line-height: 1.3em;
	}

	/* Builder - Slogan */
	.element-slogan .has_button .btn-large {
		display: block;
		float: none;
		margin: 0 0 10px 0;
	}
	.element-slogan .slogan .slogan-text {
		display: block;
		font-size: 17px; /* Fallback for older browsers */
		font-size: 1.3rem;
		text-align: center;
	}

	/* Builder - Divider */
	.divider-shadow {
		background-size:100%;
	}

	/* Posts */
	.attachment-small {
		width:40%;
	}

	/* Comments */
	#comments {
		font-size: 11px; /* Fallback for older browsers */
		font-size: .85rem;
	}
	#comments .comment-body {
		padding: 2px 10px;
	}
	#comments .comment-author,
	#comments .comment-meta {
		padding-left: 35px;
	}
	#comments .comment-body .avatar {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
	}
}