
/* style.css */

/* 1   */ /*
/* 2   *| Theme Name: The Writer
/* 3   *| Description: A minimal writing theme, built for writers, authors and columnists. Nothing else. Simple.
/* 4   *| Design Studio: Obox Design http://www.oboxthemes.com/
/* 5   *| Author: Obox Design
/* 6   *| Author URI: http://www.oboxthemes.com/
/* 7   *| Version: 1.2.4
/* 8   *| Theme URI:  http://www.oboxthemes.com/theme/the-writer/
/* 9   *| License: 100% GPL http://www.gnu.org/licenses/gpl-2.0.html
/* 10  *| Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, featured-images, theme-options, translation-ready
/* 11  *| *-----------------------------*
/* 12  *| WARNING! DO NOT EDIT THIS FILE!
/* 13  *| *-----------------------------*
/* 14  *| To make updates to your theme, do not edit the styles in this file. Rather use
/* 15  *| the Custom CSS in Theme Options to add your style changes. By copying a style from this
/* 16  *| file and pasting it in the Custom CSS area, you will override the style in this file and
/* 17  *| avoid losing your changes on Theme Updates.
/* 18  *| 
/* 19  *| */
/* 20  */ 
/* 21  */ 
/* 22  */ @import url(/wp-content/themes/the-writer/reset.css);
/* 23  */ @import url(/wp-content/themes/the-writer/social.css);
/* 24  */ @import url(/wp-content/themes/the-writer/clearfix.css);
/* 25  */ @import url(/wp-content/themes/the-writer/editor-style.css);
/* 26  */ 
/* 27  */ /*-------------------------------------------------------------------------------------------*/
/* 28  */ /*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/* 29  */ /*-------------------------------------------------------------------------------------------*/
/* 30  */ *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/* 31  */ body{font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 180%; color: #000; background: #000; overflow-x: hidden; text-rendering: optimizelegibility;}
/* 32  */ 
/* 33  */ label{display: block; margin: 0; color: #777; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;}
/* 34  */ textarea, input{padding: 5px; background: #fff; font-size: 16px; line-height: 180%; font-family: 'Lato', Helvetica, Arial, sans-serif;}
/* 35  */ textarea{width: 100%; padding: 5px; border: 1px solid #e0e0e0; -webkit-appearance: none;}
/* 36  */ input[type=text], input[type=password], input[type=email]{width: 100%; max-width: 460px; padding: 8px; border: 1px solid #e0e0e0; -webkit-appearance: none; }
/* 37  */ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none; margin: 0;}
/* 38  */ 
/* 39  */ input[type=submit], button{padding: 10px 10px; background: #333; border: none; color: #fff; text-transform: uppercase; letter-spacing: 3px; cursor: pointer; -webkit-appearance: none;}
/* 40  */ input[type=submit]:hover, button:hover{background: #790101;}
/* 41  */ 
/* 42  */ a{color: #790101; text-decoration: none; transition: all .20s ease-in-out;}
/* 43  */ a:hover{color: #000;}
/* 44  */ 
/* 45  */ strong{font-weight: 700;}
/* 46  */ 
/* 47  */ img{max-width: 100%; height: auto;}
/* 48  */ iframe, embed, object{max-width: 100%;}
/* 49  */ 
/* 50  */ .action-link{display: inline-block; padding: 7px 12px; background: #3E7FB0; color: #fff;}

/* style.css */

/* 51  */ .action-link:hover{background: #173F52;}
/* 52  */ 
/* 53  */ 	/*-------------------------------*/
/* 54  */ 	/*- LAYOUTS ---------------------*/
/* 55  */ 	.no_bg{background-image: none;}
/* 56  */ 	.clearboth{clear: both}
/* 57  */ 	.floatleft{float: left;}
/* 58  */ 	.floatright{float: right;}
/* 59  */ 	.floatright{float:right;}
/* 60  */ 	.no_display{display: none;}
/* 61  */ 	.opacity_zero{opacity: 0;}
/* 62  */ 
/* 63  */ /*-------------------------------*/
/* 64  */ /*- DEFAULT WORDPRESS STYLING ---*/
/* 65  */ .alignnone {margin: 5px 20px 20px 0;}
/* 66  */ .aligncenter, div.aligncenter {display:block; margin: 5px auto 5px auto;}
/* 67  */ .alignright {float:right; margin: 5px 0 20px 20px;}
/* 68  */ .alignleft {float:left; margin: 5px 20px 20px 0;}
/* 69  */ .aligncenter {display: block; margin: 5px auto 5px auto;}
/* 70  */ 
/* 71  */ a img.alignnone {margin: 5px 20px 20px 0;}
/* 72  */ a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
/* 73  */ 
/* 74  */ pre{}
/* 75  */ 
/* 76  */ .gallery-item img:hover{}
/* 77  */ .gallery-caption{margin-left: 0; font-size: 12px; width: 74%;}
/* 78  */ 
/* 79  */ small {font-size: 75%;}
/* 80  */ 
/* 81  */ sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
/* 82  */ sup{top: -0.5em;}
/* 83  */ sub{bottom: -0.25em;}
/* 84  */ table{border-collapse: collapse; border-spacing: 0;}
/* 85  */ 
/* 86  */ em, i {font-style: italic;}
/* 87  */ 
/* 88  */ abbr, acronym, dfn {border-bottom: 1px dotted #666;cursor: help;}
/* 89  */ address {display: block; margin: 0 0 1.625em;}
/* 90  */ cite{text-transform: uppercase; font-size: 0.8em; letter-spacing: 2px;}
/* 91  */ ins{text-decoration: none;}
/* 92  */ big{}
/* 93  */ var{}
/* 94  */ .sticky{}
/* 95  */ .bypostauthor{}
/* 96  */ 
/* 97  */ /*-------------------------------------------------------------------------------------------*/
/* 98  */ /*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/* 99  */ /*-------------------------------------------------------------------------------------------*/
/* 100 */ #wrapper{position: relative; z-index: 4; -webkit-transform: translateX(-0px); transform: translateX(-0px); transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; box-shadow: 0 0 10px rgba(0, 0, 0, 1);}

/* style.css */

/* 101 */ #wrapper.open{-webkit-transform: translateX(-276px); transform: translateX(-276px);}
/* 102 */ 
/* 103 */ #header-container{padding: 10px 20px; width: 100%; position: fixed; z-index: 6; background: rgba(0, 0, 0, 0.95);}
/* 104 */ #header{margin: auto;}
/* 105 */ 
/* 106 */ #content-container{padding: 46px 0 0; margin: auto; overflow: hidden; background-color: #f0f0f0;}
/* 107 */ .single #content-container, .page #content-container{background: #fff;}
/* 108 */ #full-width{max-width: 840px;}
/* 109 */ 
/* 110 */ #sidebar-container{width: 276px; position: fixed; right: 0px; z-index: 3; display: none;}
/* 111 */ #sidebar-container.open{display: block;}
/* 112 */ 
/* 113 */ #footer-container{padding: 10px 20px; background: #fff; border-top: 1px solid #e0e0e0;}
/* 114 */ #footer{overflow: hidden;}
/* 115 */ 
/* 116 */ 
/* 117 */ /*-------------------------------------------------------------------------------------------*/
/* 118 */ /*- COMMON ELEMENTS -------------------------------------------------------------------------*/
/* 119 */ /*-------------------------------------------------------------------------------------------*/
/* 120 */ 
/* 121 */ 	/*----------------------------*/
/* 122 */ 	/*- TITLE CONTAINER ----------*/
/* 123 */ 	.title-container{padding: 80px 20px 160px; margin-bottom: 80px; background-color: #e74c3c; text-align: center; position: relative;}
/* 124 */ 
/* 125 */ 		.has-title-background .title-container{margin-bottom: 0; text-shadow: 0px 1px 0px rgb(0, 0, 0);}
/* 126 */ 		.has-title-background .title-container .title{width: 100%; padding: 0 10px 75px; position: absolute; bottom: 10%; left: 0; background: url(/wp-content/themes/the-writer/images/layout/read-more.png) no-repeat bottom; cursor: pointer;}
/* 127 */ 
/* 128 */ 		/*------------------------*/
/* 129 */ 		/*- POST TITLE -----------*/
/* 130 */ 		.title-container .post-title{max-width: 840px; display: inline-block; color: #790101; font: 400 50px/50px "Gravitas One", Georgia, serif; text-transform: uppercase;}
/* 131 */ 		.title-container .post-title a{color: #790101;}
/* 132 */ 		.title-container .post-title a:hover{color: #fff;}
/* 133 */ 
/* 134 */ 		/*------------------------*/
/* 135 */ 		/*- POST SUB TITLE -------*/
/* 136 */ 		.title-container .sub-title{max-width: 740px; margin: 20px auto 0; font-size: 20px; line-height: 30px; text-align: center; color: rgba(255, 255, 255, 0.85);}
/* 137 */ 
/* 138 */ 		/*------------------------*/
/* 139 */ 		/*- POST TITLE - AUTHOR --*/
/* 140 */ 		.title-container .post-author{margin-top: 20px; font-size: 12px; line-height: 18px; text-transform: uppercase; color: #fff; letter-spacing: 3px; text-align: center;}
/* 141 */ 		.title-container .post-author a{color: #fff;}
/* 142 */ 		.title-container .post-author a:hover{text-decoration: underline;}
/* 143 */ 
/* 144 */ 
/* 145 */ 	/*----------------------------*/
/* 146 */ 	/*- CATEGORY TITLE CONTAINER -*/
/* 147 */ 	.category-title-container{padding: 40px 20px; background-color: #e74c3c;}
/* 148 */ 
/* 149 */ 		/*------------------------*/
/* 150 */ 		/*- CATEGORY TITLE -------*/

/* style.css */

/* 151 */ 		.category-title{display: inline-block; color: #fff; font-size: 20px; line-height: 20px; letter-spacing: 3px; text-transform: uppercase;}
/* 152 */ 		.category-title a{color: #fff;}
/* 153 */ 		.category-title a:hover{color: rgba(255, 255, 255, 0.75);}
/* 154 */ 
/* 155 */ 		/*------------------------*/
/* 156 */ 		/*- CATEGORY DESCRIPTION -*/
/* 157 */ 		.category-title-container p{max-width: 840px; margin-top: 10px; font-size: 16px; line-height: 26px; color: rgba(255, 255, 255, 0.75);}
/* 158 */ 
/* 159 */ 
/* 160 */ 	/*----------------------------*/
/* 161 */ 	/*- AUTHOR TITLE CONTAINER ---*/
/* 162 */ 	.author-title-container{padding: 40px 20px; background-color: #e74c3c;}
/* 163 */ 
/* 164 */ 		/*------------------------*/
/* 165 */ 		/*- AUTHOR IMAGE ---------*/
/* 166 */ 		.author-title-container .author-image{float: left; max-width: 100px; margin-right: 30px; overflow: hidden;}
/* 167 */ 
/* 168 */ 		/*------------------------*/
/* 169 */ 		/*- AUTHOR BODY ----------*/
/* 170 */ 		.author-title-container .author-body{overflow: hidden; max-width: 840px;}
/* 171 */ 		.author-title-container .author-body .author-name{color: #fff; font-size: 20px; line-height: 20px; letter-spacing: 3px; text-transform: uppercase;}
/* 172 */ 		.author-title-container .author-body .author-name a{color: #fff;}
/* 173 */ 		.author-title-container .author-body .author-name a:hover{color: rgba(255, 255, 255, 0.75);}
/* 174 */ 		.author-title-container .author-body p{margin-top: 10px; font-size: 16px; line-height: 26px; color: rgba(255, 255, 255, 0.75);}
/* 175 */ 
/* 176 */ 
/* 177 */ 	/*----------------------------*/
/* 178 */ 	/*- SECTION TITLE ------------*/
/* 179 */ 	.section-title{clear: both; margin-bottom: 20px; font-size: 23px; font-weight: lighter;}
/* 180 */ 	.section-title-404{max-width: 540px; padding: 40px; margin-bottom: 40px; background: #006699 url(/wp-content/themes/the-writer/images/layout/sidebar-bg.png) repeat; color: #fff; font-weight: 900; font-size: 40px; line-height: 50px; text-transform: uppercase;}
/* 181 */ 
/* 182 */ 	/*----------------------------*/
/* 183 */ 	/*- ACTION TITLE -------------*/
/* 184 */ 	.action-link{padding: 5px 10px; border: 3px solid #f0f0f0; border-radius: 100px; font-weight: bold; font-size: 12px; color: #000; text-transform: uppercase;}
/* 185 */ 	.action-link:hover{border-color: #000;}
/* 186 */ 
/* 187 */ 
/* 188 */ /*-------------------------------------------------------------------------------------------*/
/* 189 */ /*- HEADER ----------------------------------------------------------------------------------*/
/* 190 */ /*-------------------------------------------------------------------------------------------*/
/* 191 */ 
/* 192 */ 	/*--------------------------*/
/* 193 */ 	/*- HEADER ROW -------------*/
/* 194 */ 	.logo{float: left; color: #fff; font-size: 16px; line-height: 26px; text-transform: uppercase; color: #fff; letter-spacing: 3px;}
/* 195 */ 	.logo h3{float: left;}
/* 196 */ 	.logo a{color: #fff;}
/* 197 */ 	.logo a:hover{color: #ccc;}
/* 198 */ 	.logo span{color: #595959; font-size: 12px; float: right;}
/* 199 */ 	.logo .tagline{clear: both; left: 0px; float: left; display: block; padding: 0; margin: 0 0 0; font-size: 10px; color: #777; }
/* 200 */ 	.logo small{color: #999; float: left; margin-left: 25px; font-size: 16px; line-height: 26px; cursor: pointer;}

/* style.css */

/* 201 */ 
/* 202 */ 
/* 203 */ 	/*--------------------------*/
/* 204 */ 	/*- COMPACT MENU ----------*/
/* 205 */ 	#menu-drop-button{float: right; z-index: 5; display: block; width: 100px; margin: 0; background: url(/wp-content/themes/the-writer/images/layout/drop-down.png) right no-repeat; font: 400 14px/26px 'Lato', Helvetica, Arial, sans-serif; text-transform: uppercase; color: #999;}
/* 206 */ 	#menu-drop-button:hover{color: #fff;}
/* 207 */ 	#menu-drop-button.no-label{width: 55px; height: 25px;}
/* 208 */ 
/* 209 */ 
/* 210 */ /*-------------------------------------------------------------------------------------------*/
/* 211 */ /*- BLOG LIST PAGE --------------------------------------------------------------------------*/
/* 212 */ /*-------------------------------------------------------------------------------------------*/
/* 213 */ 
/* 214 */ 	/*----------------------------*/
/* 215 */ 	/*- POST LIST ----------------*/
/* 216 */ 	.post-list{margin-bottom: 20px; overflow: hidden; position: relative;}
/* 217 */ 	.post-list .post{float: left; cursor: pointer;}
/* 218 */ 	.post-list .book-cover{margin: 20px 0 0 20px; min-height: 550px; background: #fff; position: relative; transition: all .20s ease-in-out;}
/* 219 */ 	.post-list .book-cover .content{word-break: break-word;}
/* 220 */ 	.post-list .book-cover.has-text-shadow{text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.65);}
/* 221 */ 
/* 222 */ 	.post-list .book-cover .post-image{overflow: hidden; margin: 0; position: relative; overflow: hidden;}
/* 223 */ 	.post-list .book-cover .post-image img{display: block; transition: all .1s ease-in-out;}
/* 224 */ 	.post-list .book-cover .post-image img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
/* 225 */ 
/* 226 */ 	.archives-container .post-list .post{width: 32.7%;}
/* 227 */ 
/* 228 */ 		/*------------------------*/
/* 229 */ 		/*- BOOK CONTENT ---------*/
/* 230 */ 		.post-list .book-cover .content{padding: 0 30px; position: absolute; bottom: 60px;}
/* 231 */ 
/* 232 */ 		.post-list .book-cover .post-author{display: inline-block; padding: 0 0 5px; margin: 30px 30px; border-bottom: 2px solid rgba(0, 0, 0, 0.2); font-size: 10px; line-height: 15px; text-transform: uppercase; color: rgba(0, 0, 0, 0.65); letter-spacing: 3px; text-align: left; transition: all .20s ease-in-out;}
/* 233 */ 		.post-list .book-cover .post-author a{color: rgba(0, 0, 0, 0.40);}
/* 234 */ 
/* 235 */ 		.post-list .book-cover .post-title{padding: 0; font: 400 36px/40px "Gravitas One", Georgia, serif; text-transform: uppercase;}
/* 236 */ 		.post-list .book-cover .post-title a{color: #595959;}
/* 237 */ 
/* 238 */ 		.post-list .book-cover .excerpt{margin: 30px 0 0; color: rgba(0, 0, 0, 0.40); font-size: 16px; line-height: 26px;}
/* 239 */ 		.post-list .book-cover.has-cover-background .excerpt{color: rgba(255, 255, 255, 0.80);}
/* 240 */ 
/* 241 */ 		.post-list .book-cover .list-meta{width: 100%; padding: 10px 30px; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.2); font-size: 10px; line-height: 10px; text-transform: uppercase; color: rgba(255, 255, 255, 0.8); letter-spacing: 3px;}
/* 242 */ 
/* 243 */ 
/* 244 */ 	/*------------------------------*/
/* 245 */ 	/*- PAGINATION -----------------*/
/* 246 */ 	.pagination{max-width: 120px; margin: 60px auto 0; padding: 0; overflow: hidden; text-align: center;}
/* 247 */ 	.pagination li{display: inline;}
/* 248 */ 	.pagination a{display: inline-block; padding: 10px 20px; background: #fff; font-weight: 900; font-size: 16px; color: #000;}
/* 249 */ 	.pagination a:hover{background: #333; color: #fff;}
/* 250 */ 	.pagination span{font-size: italic; text-align: center;}

/* style.css */

/* 251 */ 	.page-count{display: block; max-width: 120px; margin: 10px auto 60px; padding: 0; text-transform: uppercase; color: #999; letter-spacing: 3px; font-size: 12px; line-height: 18px; text-align: center;}
/* 252 */ 
/* 253 */ 		/*------------------------------*/
/* 254 */ 		/*- INFINITE SCROLL --------------*/
/* 255 */ 		.infinite-scroll .pagination , .infinite-scroll .page-count{ display: none;}
/* 256 */ 		.infinite-loader { clear: both; position: absolute; bottom: 0; left: 50%; }
/* 257 */ 
/* 258 */ 
/* 259 */ 
/* 260 */ /*-------------------------------------------------------------------------------------------*/
/* 261 */ /*- BLOG SINGE PAGE -------------------------------------------------------------------------*/
/* 262 */ /*-------------------------------------------------------------------------------------------*/
/* 263 */ 
/* 264 */ 
/* 265 */ 	/*----------------------------*/
/* 266 */ 	/*- COPY BLOCK ---------------*/
/* 267 */ 	.copy{max-width: 840px; padding: 40px; margin: -180px auto 0; background: #fff; z-index: 2; position: relative; font: 20px/32px Georgia, "Times New Roman", Times, serif; text-align: justify;}
/* 268 */ 
/* 269 */ 		.has-title-background .copy{margin: 0 auto;}
/* 270 */ 		.full-width .copy{max-width: 96%;}
/* 271 */ 
/* 272 */ 	.copy p{margin: 0 auto 35px;}
/* 273 */ 	.copy ul{list-style: disc; margin: 0 0 40px 35px;}
/* 274 */ 	.copy ol{list-style: decimal; margin: 0 0 40px 35px;}
/* 275 */ 	.copy ul ul, .copy ul ol, .copy ol ol, .copy ol ul{margin-bottom: 0;}
/* 276 */ 	.copy li{margin: 0 0 6px;}
/* 277 */ 
/* 278 */ 	.copy a{border-bottom: 1px solid #e0e0e0;}
/* 279 */ 	.copy a:hover{border-color: #999;}
/* 280 */ 
/* 281 */ 	.copy .feature-list{list-style: none; margin-left: 15px;}
/* 282 */ 
/* 283 */ 	.copy dl{margin: 0 0 36px;}
/* 284 */ 	.copy dd{margin-left: 36px;}
/* 285 */ 
/* 286 */ 	.copy div{margin-bottom: 35px;}
/* 287 */ 
/* 288 */ 	.copy code, .copy pre{padding: 7px; margin: 0 0 40px 0; background-color: #f0f0f0; border: 1px solid #dadada; overflow-x: auto; overflow-y: auto; white-space: pre-wrap; word-wrap: break-word; text-indent: 0; font-family: 'Courier New', Courier, monospace; font-size: 13px; line-height: 1.3em; color: #000; orphans: 2; text-transform: none; widows: 2;}
/* 289 */ 	.copy img{display: block; max-width: 100%; height: auto;}
/* 290 */ 
/* 291 */ 	.copy h1{clear: both; margin-bottom: 25px; font-weight: bold; font-size: 26px;}
/* 292 */ 	.copy h2{clear: both; margin-bottom: 25px; font-weight: bold; font-size: 22px;}
/* 293 */ 	.copy h3{clear: both; margin-bottom: 25px; font-weight: bold; font-size: 20px;}
/* 294 */ 	.copy h4{clear: both; margin-bottom: 25px; font-weight: bold; font-size: 16px;}
/* 295 */ 	.copy h5{clear: both; display: inline-block; margin-bottom: 25px; border-bottom: 2px solid #777; font-weight: bold; font: 400 12px/18px 'Lato', Helvetica, Arial, sans-serif; text-transform: uppercase; color: #777;}
/* 296 */ 	.copy h6{clear: both; margin-bottom: 25px; font-weight: bold; font-size: 12px;}
/* 297 */ 
/* 298 */ 	.copy table{width: 100%; margin-bottom: 35px; background: #f5f5f5; color: #000; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 16px;}
/* 299 */ 	.copy table th{padding: 5px 10px; border-bottom: 2px solid #ccc; text-transform: uppercase;}
/* 300 */ 	.copy table td{padding: 5px 10px; border-bottom: 1px solid #e0e0e0;}

/* style.css */

/* 301 */ 	.copy table a{border: none;}
/* 302 */ 
/* 303 */ 	.copy blockquote{padding-left: 20px; margin-bottom: 40px; border-left: 5px solid #eee; color: #777;}
/* 304 */ 	.copy blockquote p:last-child{margin-bottom: 0;}
/* 305 */ 	.copy blockquote.alignright{float: right; max-width: 300px; margin: 0px -60px 20px 60px;}
/* 306 */ 	.copy blockquote.alignleft{float: left; max-width: 300px; margin: 0px 60px 20px -60px;}
/* 307 */ 
/* 308 */     .wp-caption{max-width: 100%; padding: 10px; background: #f0f0f0; text-align: center;}
/* 309 */     .wp-caption.alignright, .copy img.alignright{float: right; max-width: 320px; margin: -10px -170px 10px 20px;}
/* 310 */     .wp-caption.alignleft{float: left; max-width: 320px; margin: 0 20px 10px 0;}
/* 311 */     .wp-caption p.wp-caption-text{padding: 10px 5px 5px; margin: 0; color: #777; font: 400 12px/18px 'Lato', Helvetica, Arial, sans-serif; text-transform: uppercase;}
/* 312 */     .wp-caption.alignnone {margin: 5px 20px 20px 0;}
/* 313 */ 
/* 314 */ 	/*------------------------------*/
/* 315 */ 	/*- WP GALLERIES ---------------*/
/* 316 */ 	.gallery{clear: both;}
/* 317 */ 	.gallery .gallery-item{position: relative; float: left; padding: 10px; margin: 0 1% 1% 0; background: #f0f0f0; text-align: center; overflow: hidden;}
/* 318 */ 	.gallery .gallery-item img{max-width: 100%; margin: auto;}
/* 319 */ 	.gallery-columns-9 .gallery-item{width: 32%;}
/* 320 */ 	.gallery-columns-8 .gallery-item{width: 11.5%; padding: 5px;}
/* 321 */ 	.gallery-columns-7 .gallery-item{width: 13.2%; padding: 5px;}
/* 322 */ 	.gallery-columns-6 .gallery-item{width: 15%;}
/* 323 */ 	.gallery-columns-5 .gallery-item{width: 19%;}
/* 324 */ 	.gallery-columns-4 .gallery-item{width: 24%;}
/* 325 */ 	.gallery-columns-3 .gallery-item{width: 32%;}
/* 326 */ 	.gallery-columns-2 .gallery-item{width: 49%;}
/* 327 */ 
/* 328 */ 		/* A gallery image caption */
/* 329 */ 		.gallery .gallery-caption{display: block; width: 100%; padding: 5px 5px 10px; margin: 0; background: rgba(255, 255, 255, 0.95); opacity: 0; position: absolute; bottom: -5px; left: 0; color: #777; font-size: 14px; line-height: 24px; transition: all 0.2s ease-in-out;}
/* 330 */ 		.gallery-item:hover .gallery-caption{opacity: 1; bottom: 0;}
/* 331 */ 
/* 332 */ 		/* Definition lists elements */
/* 333 */ 		.gallery dl, .gallery dt{}
/* 334 */ 
/* 335 */ 		/* Pick the second line break if two line breaks are adjacent */
/* 336 */ 		.gallery br+br{}
/* 337 */ 
/* 338 */ 
/* 339 */ 	/*----------------------------*/
/* 340 */ 	/*- POST PAGE META -----------*/
/* 341 */ 	.copy .post-meta:empty{display: none;}
/* 342 */ 	.copy .post-meta{margin: 50px 0 0; clear: both;}
/* 343 */ 
/* 344 */ 		/*------------------------*/
/* 345 */ 		/*- POST DATE ------------*/
/* 346 */ 		.copy .post-date{margin: 0; padding: 0; border: none; font: 400 12px/18px 'Lato', Helvetica, Arial, sans-serif; text-transform: uppercase; color: #999; letter-spacing: 3px;}
/* 347 */ 		.copy .share-button{display: block; float: right; height: 28px; line-height: normal; margin: -5px 0 0;}
/* 348 */ 		.copy .share-button ul li{height: 46px;}
/* 349 */ 
/* 350 */ 		/*------------------------*/

/* style.css */

/* 351 */ 		/*- TAGS -----------------*/
/* 352 */ 		.tags{max-width: 760px; margin: 0 auto 40px; padding: 40px 0 0; border-top: 1px solid #e0e0e0; text-transform: uppercase; font-size: 12px; line-height: 18px; overflow: hidden;}
/* 353 */ 		.tags li{float: left; margin: 0 1px 1px 0;}
/* 354 */ 		.tags a{display: inline-block; padding: 4px 10px; background: #f0f0f0; color: #000; font-size: 12px; line-height: 18px;}
/* 355 */ 		.tags a:hover{background: #333; color: #fff;}
/* 356 */ 
/* 357 */ 
/* 358 */ 		/*------------------------*/
/* 359 */ 		/*- NEXT PREV POST -------*/
/* 360 */ 		.next-prev-post-nav{max-width: 760px; margin: 0 auto 40px; padding: 40px 0 0; border-top: 1px solid #e0e0e0; overflow: hidden;}
/* 361 */ 		.next-prev-post-nav small{display: block; margin: 0 0 0; padding: 0; text-transform: uppercase; color: #999; letter-spacing: 3px; font-size: 12px; line-height: 18px;}
/* 362 */ 		.next-prev-post-nav li{float: left; width: 50%; opacity: 0.6; transition: all .20s ease-in-out;}
/* 363 */ 		.next-prev-post-nav:hover li{opacity: 1;}
/* 364 */ 		.next-prev-post-nav li:last-child{margin-bottom: 0; text-align: right;}
/* 365 */ 		.next-prev-post-nav a{display: block; font-weight: 900; font-size: 16px; color: #000;}
/* 366 */ 		.next-prev-post-nav a:hover{color: #790101;}
/* 367 */ 
/* 368 */ 		/*------------------------*/
/* 369 */ 		/*- INNER POST PAGINATION */
/* 370 */ 		.inner-post-pagination{font: 400 12px/18px 'Lato', Helvetica, Arial, sans-serif; overflow: hidden; text-transform: uppercase;}
/* 371 */ 		.inner-post-pagination span{float: left; margin-right: 1px; padding: 4px 10px; background: #f0f0f0;}
/* 372 */ 
/* 373 */ 
/* 374 */ 	/*------------------------------*/
/* 375 */ 	/*- AUTHOR BIO -----------------*/
/* 376 */ 	.author-container{padding: 60px 20px; background: #e74c3c; z-index: 1; position: relative;}
/* 377 */ 	.author-content{max-width: 760px; margin: auto; overflow: hidden;}
/* 378 */ 	.author-content .author-image{float: left; max-width: 100px; margin-right: 30px; overflow: hidden;}
/* 379 */ 	.author-content .author-image img{display: block;}
/* 380 */ 	.author-content .author-body{overflow: hidden;}
/* 381 */ 	.author-content .author-name{margin-bottom: 10px; font-size: 20px; line-height: 20px; text-transform: uppercase; color: #fff; letter-spacing: 3px;}
/* 382 */ 	.author-content .author-name a{color: #fff;}
/* 383 */ 	.author-content .author-name a:hover{color: #000;}
/* 384 */ 	.author-content .author-bio{font: 400 16px/26px 'Lato', Helvetica, Arial, sans-serif; color: rgba(255, 255, 255, 0.75);}
/* 385 */ 
/* 386 */ 	/*------------------------------*/
/* 387 */ 	/*- RELATED POSTS --------------*/
/* 388 */ 	.related-posts{border-top: 1px solid #ccc;}
/* 389 */ 	.related-posts-title{margin: 20px 20px 0px; font-size: 12px; line-height: 18px; text-transform: uppercase; letter-spacing: 3px;}
/* 390 */ 
/* 391 */ 
/* 392 */ /*-------------------------------------------------------------------------------------------*/
/* 393 */ /*- COMMENTS --------------------------------------------------------------------------------*/
/* 394 */ /*-------------------------------------------------------------------------------------------*/
/* 395 */ #comments{clear: both; background: #f0f0f0; padding: 60px;}
/* 396 */ #comments .comments-title{max-width: 760px; margin: auto; margin-bottom: 20px; font-size: 20px; line-height: 30px; text-transform: uppercase; letter-spacing: 3px;}
/* 397 */ #comments:empty{display: none;}
/* 398 */ 
/* 399 */ .commentlist{max-width: 760px; margin: 0 auto 60px;}
/* 400 */ 

/* style.css */

/* 401 */ .comment, .pingback{background: #e5e5e5; color: #595959; padding: 20px; margin: 0 0 5px; position: relative;}
/* 402 */ .comment:last-child{border: none;}
/* 403 */ 
/* 404 */ .commentlist .avatar{float: left; max-width: 60px; margin-right: 15px;}
/* 405 */ .commentlist .fn{display: block; padding: 0; margin: 0; color: #000; font-size: 16px; line-height: 26px;}
/* 406 */ .commentlist .fn a{color: #000;}
/* 407 */ .commentlist .fn a:hover{color: #790101;}
/* 408 */ .commentlist .date{display: block; margin-bottom: 5px; color: #999; font-size: 10px; text-transform: uppercase;}
/* 409 */ 
/* 410 */ .comment-meta{overflow: hidden;}
/* 411 */ .comment-meta p{margin-bottom: 26px;}
/* 412 */ .comment-meta p:last-of-type{margin-bottom: 0;}
/* 413 */ .comment .comment-edit-link{display: block; font-size: 10px; text-transform: uppercase;}
/* 414 */ .comment .reply a{padding: 0 5px; background: #f0f0f0; color: #000; position: absolute; top: 0; right: 0; font-size: 10px; text-transform: uppercase;}
/* 415 */ .comment .reply a:hover{background: #000; color: #fff;}
/* 416 */ #cancel-comment-reply-link { padding: 0 5px; background: #f0f0f0; position: absolute; right: 0; font-size: 10px; text-transform: uppercase; }
/* 417 */ 
/* 418 */ 	/*-----------------------------*/
/* 419 */ 	/*- THREADED COMMENTS ---------*/
/* 420 */ 	.commentlist .children{margin-left: 75px; position: relative;}
/* 421 */ 	.commentlist .children .comment{border-top: 2px solid #d3d3d3;}
/* 422 */ 	.commentlist .children .comment-author{width: 40px;}
/* 423 */ 
/* 424 */ 	/*-----------------------------*/
/* 425 */ 	/*- COMMENT FORM --------------*/
/* 426 */ 	.nocomments{padding: 5px 10px; background: #790101; color: #fff; text-align: center;}
/* 427 */ 
/* 428 */ 	#respond{max-width: 760px; margin: auto;}
/* 429 */ 	#respond #reply-title{margin-bottom: 5px; font-size: 20px; line-height: 30px; text-transform: uppercase; letter-spacing: 3px;}
/* 430 */ 	#respond .comment-notes, #respond .logged-in-as{margin-bottom: 20px; color: #999; font-size: 14px;}
/* 431 */ 	#respond .logged-in-as a{color: #999;}
/* 432 */ 	#respond .logged-in-as a:hover{color: #777;}
/* 433 */ 
/* 434 */ 	#respond .required{color: #34495E;}
/* 435 */ 	#respond p{margin-bottom: 15px;}
/* 436 */ 	#respond .form-submit{margin: 0;}
/* 437 */ 	#respond label{color: #333;}
/* 438 */ 	#respond .form-allowed-tags{margin-bottom: 20px; color: #777; font-size: 12px; line-height: 22px;}
/* 439 */ 	#respond .form-allowed-tags code{display: block; font-family: "Courier New", Courier, monospace; font-size: 12px; line-height: 22px;}
/* 440 */ 
/* 441 */ 	/*------------------------*/
/* 442 */ 	/*- COMMENT PAGINATION --*/
/* 443 */ 	.navigation{max-width: 760px; margin: -30px auto 40px; overflow: hidden;}
/* 444 */ 
/* 445 */ 	.navigation .nav-previous, .navigation .nav-next{float: left; width: 50%; display: block; margin: 0 0 0; padding: 0; text-transform: uppercase; color: #999; letter-spacing: 3px; font-size: 12px; line-height: 18px;}
/* 446 */ 	.navigation .nav-next{float: right; text-align: right;}
/* 447 */ 
/* 448 */ 
/* 449 */ 	/*-----------------------------*/
/* 450 */ 	/*- DISQUS FORM ---------------*/

/* style.css */

/* 451 */ 	#disqus_thread{max-width: 760px; margin: auto; margin-bottom: 20px; font-size: 20px; line-height: 30px; text-transform: uppercase; letter-spacing: 3px;}
/* 452 */ 
/* 453 */ 
/* 454 */ /*-------------------------------------------------------------------------------------------*/
/* 455 */ /*- ARCHIVES --------------------------------------------------------------------------------*/
/* 456 */ /*-------------------------------------------------------------------------------------------*/
/* 457 */ .archives_list li{padding: 20px 0; margin: 0; border-bottom: 1px dotted #ccc; overflow: hidden;}
/* 458 */ .archives_list .archive-post-image{float: left; width: 100px; max-height: 100px; margin-right: 20px; position: relative; }
/* 459 */ .archives_list .archive-post-image a{display: block; width: 100px; max-height: 100px; overflow: hidden; border-radius: 3px;}
/* 460 */ .archives_list .archive-post-image img{display: block; position: relative; width: 100px; height: auto;}
/* 461 */ 
/* 462 */ .archives_list .date{background: none; text-align: left; margin: 0; font-size: 12px;}
/* 463 */ .archives_list .post-title{font-size: 20px; margin-bottom: 15px;}
/* 464 */ .archives_list .comment-count{font-weight: lighter; font-size: 12px; font-weight: 600;}
/* 465 */ .archives_list .label{float: right; display: inline-block;}
/* 466 */ 
/* 467 */ .archives_list li:first-child{padding-top: 0;}
/* 468 */ 
/* 469 */ 
/* 470 */ /*-------------------------------------------------------------------------------------------*/
/* 471 */ /*- SIDEBAR ---------------------------------------------------------------------------------*/
/* 472 */ /*-------------------------------------------------------------------------------------------*/
/* 473 */ 
/* 474 */ 	/*----------------------*/
/* 475 */ 	/*- SIDEBAR STYLING ----*/
/* 476 */ 	#sidebar-container{font: 400 14px/24px 'Lato', Helvetica, Arial, sans-serif; color: #888;}
/* 477 */ 	#sidebar-container a{color: #888;}
/* 478 */ 	#sidebar-container a:hover{color: #fff;}
/* 479 */ 
/* 480 */ 	/*----------------------*/
/* 481 */ 	/*- EXPANDED MENU -----*/
/* 482 */ 	ul#nav.expanded{float: right; padding: 0px;}
/* 483 */ 	ul#nav.expanded li{float: left; margin-left: 30px;}
/* 484 */ 	ul#nav.expanded li a{padding: 3px 0px; color: #999;}
/* 485 */ 	ul#nav.expanded li a:hover{color: #fff;	}
/* 486 */ 
/* 487 */ 	/*----------------------*/
/* 488 */ 	/*- NAV OPTIONS ---------*/
/* 489 */ 	.sidebar-content.expanded #nav{display: none;}
/* 490 */ 	.compact #nav.expanded{display: none;}
/* 491 */ 
/* 492 */ 	/*----------------------*/
/* 493 */ 	/*- NAVIGATION ---------*/
/* 494 */ 	ul#nav{position: relative; padding: 15px 20px 50px; text-transform: uppercase;}
/* 495 */ 	ul#nav li{font: 400 14px/20px 'Lato', Helvetica, Arial, sans-serif;}
/* 496 */ 	ul#nav li a{display: block; padding: 5px 0;}
/* 497 */ 
/* 498 */ 		/*----------------------*/
/* 499 */ 		/*- SUB MENU -----------*/
/* 500 */ 		ul#nav ul.sub-menu, ul#nav .children{display: block !important; visibility: visible !important; margin-left: 10px; text-transform: none;}

/* style.css */

/* 501 */ 		ul#nav ul.sub-menu li a, ul#nav .children li a{color: #777;}
/* 502 */ 		ul#nav ul.sub-menu li a:hover, ul#nav .children li a:hover{color: #fff;}
/* 503 */ 
/* 504 */ 
/* 505 */ 	/*----------------------*/
/* 506 */ 	/*- WIDGETS ------------*/
/* 507 */ 	#sidebar-container .widget{padding: 20px 20px 50px;}
/* 508 */ 	#sidebar-container .widget li{margin-bottom: 5px;}
/* 509 */ 	#sidebar-container .widget li:last-child{margin-bottom: 0;}
/* 510 */ 
/* 511 */ 
/* 512 */ 	/*--------------------------*/
/* 513 */ 	/*- WIDGET TITLE -----------*/
/* 514 */ 	.widgettitle{padding: 3px 20px; margin: -20px -20px 10px; font: 400 11px/20px 'Lato', Helvetica, Arial, sans-serif; letter-spacing: 1px; text-transform: uppercase; color: #ccc;}
/* 515 */ 	.widgettitle a{color: #999;}
/* 516 */ 	.widgettitle a:hover{color: #fff;}
/* 517 */ 
/* 518 */ 	/*-------------------------------------------*/
/* 519 */ 	/*- CONTENT WIDGET  -------------------------*/
/* 520 */ 	.content-widget ul{display: block; padding: 2.0408%; clear: both; border-width: 0 1px 1px 1px;}
/* 521 */ 	.content-widget li a.read-on{float: right; margin: 0 0 0 0;}
/* 522 */ 	.content-widget li .copy{padding-bottom: 10px;}
/* 523 */ 	.content-widget li .copy p{margin: 0;}
/* 524 */ 	.content-widget li img{display: block; width: 100%; height: auto;}
/* 525 */ 	.content-widget li .post-title{margin: 0;; font-size: 18px; font-weight: bold;}
/* 526 */ 	.content-widget li .post-image{margin-bottom: 15px;}
/* 527 */ 
/* 528 */ 	/*--------------------------*/
/* 529 */ 	/*- SEARCH -----------------*/
/* 530 */ 	#searchform{overflow: hidden;}
/* 531 */ 	#searchform label{display: none;}
/* 532 */ 	#searchform input[type=text]{float: left; width: 70%; height: 30px; padding: 5px; font-size: 12px; background: #444; color: #fff; border: none;}
/* 533 */ 	#searchform input[type=submit]{float: right; width: 30%; height: 30px; padding: 0px 10px; background: #e74c3c; border-right: none; text-align: center; color: #fff; font-size: 11px;}
/* 534 */ 	#searchform input[type=submit]:hover{background: #790101; color: #fff; cursor: pointer;}
/* 535 */ 	#archives .searchform{margin-bottom: 20px;}
/* 536 */ 
/* 537 */ 	/*--------------------------*/
/* 538 */ 	/*- RECENT COMMENTS --------*/
/* 539 */ 	a.widget-comment{font-style: italic !important; display: block; font-size: 11px;}
/* 540 */ 
/* 541 */ 
/* 542 */ 	/*--------------------------*/
/* 543 */ 	/*- POPULAR POSTS ----------*/
/* 544 */ 	.popular_posts p{font-size: 10px; font-style: italic;}
/* 545 */ 	.popular_posts a{font-weight: 400;}
/* 546 */ 	.widget_popular_posts li a{display: block;}
/* 547 */ 
/* 548 */ 
/* 549 */ 	/*--------------------------*/
/* 550 */ 	/*- TWITTER ----------------*/

/* style.css */

/* 551 */ 	.twitter-timeline{max-width: 100%;}
/* 552 */ 
/* 553 */ 
/* 554 */ /*-------------------------------------------------------------------------------------------*/
/* 555 */ /*- FOOTER ----------------------------------------------------------------------------------*/
/* 556 */ /*-------------------------------------------------------------------------------------------*/
/* 557 */ 
/* 558 */ 	/*--------------------------*/
/* 559 */ 	/*- FOOTER TEXT ------------*/
/* 560 */ 	.footer-text{color: #777; font-size: 10px; line-height: 18px; letter-spacing: 1px; overflow: hidden; text-align: center;}
/* 561 */ 	.footer-text a{color: #595959;}
/* 562 */ 	.footer-text a:hover{color: #000;}
/* 563 */ 	.copyright{display: block; text-transform: uppercase; }
/* 564 */ 	.obox-credit{display: block;}
/* 565 */ 
/* 566 */ 
/* 567 */ 
/* 568 */ /*-------------------------------------------------------------------------------------------*/
/* 569 */ /*- NANO SCROLLER ---------------------------------------------------------------------------*/
/* 570 */ /*-------------------------------------------------------------------------------------------*/
/* 571 */ 
/* 572 */ .nano { 	position: relative;  width: 100%; height: 100%; overflow: hidden; }
/* 573 */ .nano .sidebar-content { position: absolute; overflow: scroll; overflow-x: hidden; top: 0; right: 0; bottom: 0; left: 0; }
/* 574 */ .nano .sidebar-content:focus { outline: thin dotted; }
/* 575 */ .nano .sidebar-content::-webkit-scrollbar { visibility: hidden; }
/* 576 */ .has-scrollbar .sidebar-content::-webkit-scrollbar { visibility: visible; }
/* 577 */ .nano > .pane { background: rgba(0,0,0,.25); position: absolute; width: 10px; right: 0; top: 0; bottom: 0; visibility: hidden\9; /* Target only IE7 and IE8 with this hack */ opacity: .01; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/* 578 */ .nano > .pane > .slider { background: #444; background: rgba(0,0,0,.5); position: relative; margin: 0 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
/* 579 */ .nano:hover > .pane, .pane.active, .pane.flashed { visibility: visible\9; /* Target only IE7 and IE8 with this hack */ opacity: 0.99; }
/* 580 */ 

/* responsive.css */

/* 1   */ /*-------------------------------------------------------------------------------------------*/
/* 2   */ /*- MEDIA QUERIES ---------------------------------------------------------------------------*/
/* 3   */ /*-------------------------------------------------------------------------------------------*/
/* 4   */ 
/* 5   */ /*------------------------------------------------*/
/* 6   */ /* layouts smaller than 600px, iPhone and mobiles */
/* 7   */ @media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
/* 8   */ 
/* 9   */ 	/*--------------------------*/
/* 10  */ 	/*- LAYOUT -----------------*/
/* 11  */ 	#header-container{padding: 10px;}
/* 12  */ 	#menu-drop-button{width: 24px; overflow: hidden; text-indent: -999px;}
/* 13  */ 	.logo small{display: none !important;}
/* 14  */ 
/* 15  */ 	.expanded #nav.expanded{display: none;}
/* 16  */ 	.sidebar-content.expanded #nav{display: block;}
/* 17  */ 	
/* 18  */ 	/*--------------------------*/
/* 19  */ 	/*- POST TITLE -------------*/
/* 20  */ 	.title-container{padding: 20px 10px; margin: 0; text-align: left;}
/* 21  */ 	.title-container .post-title{margin-bottom: 10px; font-size: 26px; line-height: 36px; font-family: 'Lato', Helvetica, Arial, sans-serif; text-transform: none;}
/* 22  */ 	.title-container .sub-title{font-size: 16px; line-height: 26px; text-align: left;}
/* 23  */ 	.title-container .post-author{text-align: left;}
/* 24  */ 	.has-title-background .title-container .title{padding: 0 10px; bottom: 10%; background: none;}
/* 25  */ 	
/* 26  */ 	/*--------------------------*/
/* 27  */ 	/*- AUTHOR TITLE -----------*/
/* 28  */ 	.author-title-container{padding: 20px 10px;}
/* 29  */ 	.author-title-container .author-image{display: none;}
/* 30  */ 	.author-title-container .author-body .author-name{font-size: 16px; line-height: 26px;}
/* 31  */ 	.author-title-container .author-body p{display: none;}
/* 32  */ 	
/* 33  */ 	/*--------------------------*/
/* 34  */ 	/*- CATEGORY TITLE ---------*/
/* 35  */ 	.category-title-container{padding: 20px 10px;}
/* 36  */ 	.category-title-container .category-title{font-size: 16px; line-height: 26px;}
/* 37  */ 	.category-title-container p{display: none;}
/* 38  */ 	
/* 39  */ 	/*--------------------------*/
/* 40  */ 	/*- POST LIST --------------*/
/* 41  */ 	.post-list{padding: 0;}
/* 42  */ 	.post-list .post{width: auto; position: static; clear: both; float: none;}
/* 43  */ 	.post-list .book-cover{min-height: 0; margin: 10px;  min-height: 300px}
/* 44  */ 	.post-list .book-cover .content{padding: 20px 20px 50px; position: static;}
/* 45  */ 	.post-list .book-cover .post-author{margin: 20px;}
/* 46  */ 	.post-list .book-cover .post-title{margin: 0; padding: 0; font-size: 26px; line-height: 36px; font-family: 'Lato', Helvetica, Arial, sans-serif; text-transform: none;}
/* 47  */ 	.post-list .book-cover .excerpt{margin: 20px 0 0; padding: 0; font-size: 14px; line-height: 24px; color: rgba(0, 0, 0, 0.7);}
/* 48  */ 	.post-list .book-cover .list-meta{padding: 10px 20px;}
/* 49  */ 	
/* 50  */ 	.archives-container .post-list .post{width: 100%;}

/* responsive.css */

/* 51  */ 	
/* 52  */ 	/*------------------------------*/
/* 53  */ 	/*- RELATED POSTS --------------*/
/* 54  */ 	.related-posts{display: none;}
/* 55  */ 
/* 56  */ 	/*--------------------------*/
/* 57  */ 	/*- PAGINATION -------------*/
/* 58  */ 	.pagination{margin-top: 30px;}
/* 59  */ 	.page-count{margin-bottom: 30px;}
/* 60  */ 	
/* 61  */ 	/*--------------------------*/
/* 62  */ 	/*- COPY -------------------*/
/* 63  */ 	.copy{margin: 0; padding: 20px 10px; font-size: 16px; line-height: 26px; text-align: left;}
/* 64  */ 	.copy .post-meta{margin: 0;}
/* 65  */ 	.copy .post-date{clear: both; text-transform: none; font-size: 14px; line-height: 24px; letter-spacing: 0;}
/* 66  */ 	
/* 67  */ 		/*----------------------*/
/* 68  */ 		/*- COPY ELEMENTS ------*/
/* 69  */ 		.copy p{margin-bottom: 26px;}
/* 70  */ 		.copy ul{margin-bottom: 26px;}
/* 71  */ 		.copy ol{margin-bottom: 26px;}
/* 72  */ 		.copy dl{margin-bottom: 26px;}
/* 73  */ 		.copy div{margin-bottom: 26px;}
/* 74  */ 		.copy code, .copy pre{margin-bottom: 26px;}
/* 75  */ 		.copy h1{margin-bottom: 26px;}
/* 76  */ 		.copy h2{margin-bottom: 26px;}
/* 77  */ 		.copy h3{margin-bottom: 26px;}
/* 78  */ 		.copy h4{margin-bottom: 26px;}
/* 79  */ 		.copy h5{margin-bottom: 26px;}
/* 80  */ 		.copy h6{margin-bottom: 26px;}
/* 81  */ 		.copy table{margin-bottom: 26px;}
/* 82  */ 		.copy blockquote{margin-bottom: 26px;}
/* 83  */ 	
/* 84  */ 	/*--------------------------*/
/* 85  */ 	/*- SHARE ------------------*/
/* 86  */ 	.share-button{display: none !important;}
/* 87  */ 
/* 88  */ 	/*--------------------------*/
/* 89  */ 	/*- TAGS -------------------*/
/* 90  */ 	.tags{margin: 0 10px 20px; border: none; padding: 0;} 
/* 91  */ 	
/* 92  */ 	/*--------------------------*/
/* 93  */ 	/*- POST PAGINATION --------*/
/* 94  */ 	.next-prev-post-nav{padding: 0; margin: 0 10px 20px; border-top: none;}
/* 95  */ 	.next-prev-post-nav li{float: none; width: auto; text-align: left; margin-top: 10px;}
/* 96  */ 	.next-prev-post-nav li:last-child{text-align: left;}
/* 97  */ 	
/* 98  */ 	/*--------------------------*/
/* 99  */ 	/*- AUTHOR BLOCK -----------*/
/* 100 */ 	.author-container{padding: 20px 10px;}

/* responsive.css */

/* 101 */ 	.author-content .author-image{display: none;}
/* 102 */ 	.author-content .author-bio{font-size: 14px;}
/* 103 */ 	
/* 104 */ 	/*--------------------------*/
/* 105 */ 	/*- COMMENTS ---------------*/
/* 106 */ 	#comments{padding: 20px 10px;}
/* 107 */ 	.commentlist .avatar{display: none;}
/* 108 */ 	.comment{padding: 10px;}
/* 109 */ 	.comment .children{margin: 20px 0 0; position: relative; background: rgba(255, 255, 255, 0.9); overflow: hidden;}
/* 110 */ 	.comment .children .comment{background: none;}
/* 111 */ 	.comment .children .comment .comment{background: #f0f0f0;}
/* 112 */ 
/* 113 */ 	/*--------------------------*/
/* 114 */ 	/*- FOOTER -----------------*/	
/* 115 */ 	.copyright{margin-bottom: 10px;}
/* 116 */ 
/* 117 */ }
/* 118 */ 
/* 119 */ /*---------------*/
/* 120 */ /* iPad PORTRAIT */
/* 121 */ @media only screen and (max-width: 1024px) and (min-width: 600px) {
/* 122 */ 	.post-list .book-cover{min-height: 300px;}
/* 123 */ 	.post-list .book-cover .content{position: static; padding: 20px 20px 50px;}
/* 124 */ 	.post-list .book-cover .post-author{margin: 20px;}
/* 125 */ 	.post-list .book-cover .post-title{margin: 0; padding: 0; font-size: 26px; line-height: 36px; font-family: 'Lato', Helvetica, Arial, sans-serif; text-transform: none;}
/* 126 */ 	.post-list .book-cover .excerpt{margin: 20px 0 0; font-size: 14px; line-height: 24px;}
/* 127 */ 
/* 128 */ }
/* 129 */ 
/* 130 */ @media only screen and (max-width: 768px) and (min-width: 600px) {
/* 131 */ 	/*--------------------------*/
/* 132 */ 	/*- TAGS -------------------*/
/* 133 */ 	.tags{margin-left: 40px; margin-right: 40px;} 
/* 134 */ 	
/* 135 */ 	/*--------------------------*/
/* 136 */ 	/*- POST PAGINATION --------*/
/* 137 */ 	.next-prev-post-nav{margin-left: 40px; margin-right: 40px;}
/* 138 */ }

/* jplayer.css */

/* 1  */ /*
/* 2  *|  * Copyright (c) 2010-2011 Happyworm Ltd
/* 3  *|  * Dual licensed under the MIT and GPL licenses.
/* 4  *|  *  - http://www.opensource.org/licenses/mit-license.php
/* 5  *|  *  - http://www.gnu.org/copyleft/gpl.html
/* 6  *|  *
/* 7  *|  * Author: Silvia Benvenuti
/* 8  *|  * Skin Version: 4.0 (jPlayer 2.1.0)
/* 9  *|  * Date: 1st September 2011
/* 10 *|  */
/* 11 */ 
/* 12 */ div.jp-video {font-size:1.25em; font-family:Verdana, Arial, sans-serif; line-height:1.6; color: #666; position:relative;}
/* 13 */ 
/* 14 */ div.jp-video a {-webkit-transition: none; -moz-transition: none;}
/* 15 */ .jp-type-single {position: relative;}
/* 16 */ .jp-gui {position: absolute; bottom: 20px; width: 95%; margin-left: auto; margin-right: auto; left: 0; right: 0;}
/* 17 */ 
/* 18 */ div.jp-video-full div.jp-jplayer {top: 0; left: 0; position: fixed !important; position: relative; overflow: hidden; z-index:1000;}
/* 19 */ div.jp-video-full div.jp-gui {position: fixed !important; position: static; top: 40px; left: 0; width:100%; height:100%; z-index:1000;}
/* 20 */ 
/* 21 */ div.jp-interface {height: 40px; position: relative; background-color:#000; margin: 0 auto; border: 1px solid rgba(255,255,255,0.07); border-radius: 3px; overflow: hidden; opacity: 0; -webkit-transition-property: opacity; -webkit-transition-duration: 1s; -moz-transition-property: opacity; -moz-transition-duration: 1s;}
/* 22 */ 
/* 23 */ .jp-type-single:hover div.jp-interface {opacity: 1; }
/* 24 */ 
/* 25 */ div.jp-controls-holder {clear: both; margin:0 auto; position: relative; overflow:hidden; height: 40px;}
/* 26 */ div.jp-video div.jp-type-playlist ul.jp-controls {width: 134px; margin-left: 172px;}
/* 27 */ div.jp-interface ul.jp-controls li {display:inline;}
/* 28 */ 
/* 29 */ div.jp-video ul.jp-controls {position: absolute; width: 40px; top: 8px !important; left: 20px;}
/* 30 */ div.jp-interface ul.jp-controls a {display:block; text-indent:-9999px;}
/* 31 */ 	
/* 32 */ a.jp-play, a.jp-pause {width:17px; height:23px;}
/* 33 */ a.jp-play {background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/play.png) 0 0 no-repeat;}
/* 34 */ a.jp-play:hover {background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/play.png) 0px -23px no-repeat;}
/* 35 */ 
/* 36 */ a.jp-pause {background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/pause.png) 0 0px no-repeat; display: none;}
/* 37 */ a.jp-pause:hover {background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/pause.png) 0px -23px no-repeat;}
/* 38 */ 
/* 39 */ .four-column .jp-gui, .four-column a.jp-video-play-icon {display: none !important;}
/* 40 */ 
/* 41 */ .volume-holder {position: absolute; top: 0px; right: 70px; }
/* 42 */ div.jp-video div.jp-progress {position: absolute; height:8px; top: 15px; left: 50px; width: 655px; overflow:hidden; background-color: #1f1e1c;}
/* 43 */ 
/* 44 */ .jp-video-full .jp-progress {width: 420px !important;}
/* 45 */ div.jp-seek-bar {width:0px; height:100%; cursor: pointer;}
/* 46 */ div.jp-play-bar {background: url("/wp-content/themes/the-writer/ocmx/images/jplayer/jplayer.blue.monday.jpg") 0 -218px repeat-x ; width:0px; height:100%;}
/* 47 */ 
/* 48 */ div.jp-seeking-bg {background: url("/wp-content/themes/the-writer/ocmx/images/jplayer/seeking.gif");}
/* 49 */ 
/* 50 */ div.jp-video a.jp-mute, div.jp-video a.jp-unmute, div.jp-video a.jp-volume-max {position: absolute; top:10px; margin-top:0;}

/* jplayer.css */

/* 51 */ 
/* 52 */ a.jp-mute {width: 14px; height: 17px; background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/volume.png) 0 0px no-repeat;}
/* 53 */ a.jp-mute:hover {background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/volume.png) 0px -17px no-repeat;}
/* 54 */ 	
/* 55 */ a.jp-unmute {background: url("/wp-content/themes/the-writer/ocmx/images/jplayer/jplayer.blue.monday.jpg") -60px -170px no-repeat; display: none;}
/* 56 */ a.jp-unmute:hover {background: url("/wp-content/themes/the-writer/ocmx/images/jplayer/jplayer.blue.monday.jpg") -79px -170px no-repeat;}
/* 57 */ 
/* 58 */ a.jp-volume-max {background: url("/wp-content/themes/the-writer/ocmx/images/jplayer/jplayer.blue.monday.jpg") 0 -186px no-repeat;}
/* 59 */ a.jp-volume-max:hover {background: url("/wp-content/themes/the-writer/ocmx/jplayer.blue.monday.jpg") -19px -186px no-repeat;}
/* 60 */ 
/* 61 */ div.jp-volume-bar {margin-left: 20px; margin-top: 16px; overflow:hidden; background: #1F1E1C; width:65px; height:5px; cursor: pointer;}
/* 62 */ div.jp-volume-bar-value {background: url("/wp-content/themes/the-writer/ocmx/images/jplayer/jplayer.blue.monday.jpg") 0 -256px repeat-x; width:0px; height:5px;}
/* 63 */ 
/* 64 */ div.jp-video-full div.jp-video-play {z-index:1000;}
/* 65 */ a.jp-video-play-icon {position: absolute; width: 112px; height: 100px; margin-left: auto; margin-right: auto; left: 0; right: 0; margin-top: auto; margin-bottom: auto; top: 0; bottom: 0; background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/bigplay.png) 0 0 no-repeat; text-indent:-9999px;}
/* 66 */ 
/* 67 */ div.jp-jplayer {background-color: #000000;}
/* 68 */ ul.jp-toggles {position: absolute; top: 11px !important; right: 11px !important; width: 45px; height: 30px; list-style-type:none; padding:0;}
/* 69 */ 
/* 70 */ .jp-video-full ul.jp-toggles {top: -20px !important;}
/* 71 */ ul.jp-toggles li {height: 30px; margin-bottom: 0px;}
/* 72 */ div.jp-audio .jp-type-single ul.jp-toggles {width:25px;}
/* 73 */ 
/* 74 */ ul.jp-toggles li a {display:block; text-indent:-9999px; line-height:100%; /* need this for IE6 */}
/* 75 */ 
/* 76 */ a.jp-full-screen {width: 23px; height: 17px; background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/fullscreen.png) 0 0px no-repeat; margin-left: 20px;}
/* 77 */ a.jp-full-screen:hover {background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/fullscreen.png) 0px -17px no-repeat;}
/* 78 */ 
/* 79 */ a.jp-restore-screen {width: 23px; height: 17px; background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/fullscreen.png) 0 0px no-repeat; margin-left: 20px;}
/* 80 */ a.jp-restore-screen:hover {background: url(/wp-content/themes/the-writer/ocmx/images/jplayer/fullscreen.png) 0px -17px no-repeat;}
/* 81 */ 
/* 82 */ .jp-video-full div.jp-interface {width: 650px !important; margin: 0 auto;}
/* 83 */ 
/* 84 */ 
/* 85 */ /* @group NO SOLUTION error feedback */
/* 86 */ 
/* 87 */ .jp-no-solution {position:absolute; width:390px; margin-left:-202px; left:50%; top: 10px; padding:5px; font-size:.8em; background-color:#eee; border:2px solid #009be3; color:#000; display:none;}
/* 88 */ 
/* 89 */ .jp-no-solution a {color:#000;}
/* 90 */ 
/* 91 */ .jp-no-solution span {font-size:1em; display:block; text-align:center; font-weight:bold;}
/* 92 */ 
/* 93 */ 
/* 94 */ 
