style.css 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485
  1. /*
  2. Theme Name: Pennebaker Hegedus Films
  3. Theme URI: https://phfilms.com
  4. Author: windhamdavid
  5. Author URI: http://davidawindham.com
  6. Description: pretty good
  7. Version: 2.0
  8. /* Thanks!
  9. http://meyerweb.com/eric/tools/css/reset/ - Eric Myer
  10. http://html5boilerplate.com/ - HTML5 ✰ Boilerplate - Paul Irish
  11. https://github.com/Automattic/_s - Automattic
  12. http://www.google.com/webfonts/specimen/Josefin+Sans - Santiago Orozco
  13. http://dimsemenov.com/plugins/magnific-popup/ - Dmitry Semenov
  14. https://github.com/Wilto/Dynamic-Carousel - Mat Marquis
  15. */
  16. /* TABLE OF CONTENTS
  17. Reset | Typography | Color | Stucture [header/content/footer] | Grid | @media [480/1024/1920) | @print
  18. */
  19. html, body, div, span, object, iframe,
  20. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  21. abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
  22. small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
  23. fieldset, form, label, legend,
  24. table, caption, tbody, tfoot, thead, tr, th, td,
  25. article, aside, canvas, details, figcaption, figure,
  26. footer, header, hgroup, menu, nav, section, summary,
  27. time, mark, audio, video {
  28. margin: 0;
  29. padding: 0;
  30. border: 0;
  31. font-size: 100%;
  32. font: inherit;
  33. vertical-align: baseline;
  34. }
  35. article, aside, details, figcaption, figure,
  36. footer, header, hgroup, menu, nav, section {
  37. display: block;
  38. }
  39. blockquote, q { quotes: none; }
  40. blockquote:before, blockquote:after,
  41. q:before, q:after { content: ""; content: none; }
  42. ins { background-color: #ff9; color: #000; text-decoration: none; }
  43. mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
  44. del { text-decoration: line-through; }
  45. abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
  46. table { border-collapse: collapse; border-spacing: 0; }
  47. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  48. input, select { vertical-align: middle; }
  49. html { overflow-y: scroll; }
  50. a:hover, a:active { outline: none; }
  51. ul, ol { margin-left: 0; }
  52. ol { list-style-type: decimal; }
  53. nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
  54. small { font-size: 85%; }
  55. strong, th { font-weight: bold; }
  56. td { vertical-align: top; }
  57. sub, sup { font-size: 75%; line-height: 0; position: relative; }
  58. sup { top: -0.5em; }
  59. sub { bottom: -0.25em; }
  60. pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
  61. textarea { overflow: auto; }
  62. .ie6 legend, .ie7 legend { margin-left: -7px; }
  63. input[type="radio"] { vertical-align: text-bottom; }
  64. input[type="checkbox"] { vertical-align: bottom; }
  65. .ie7 input[type="checkbox"] { vertical-align: baseline; }
  66. .ie6 input { vertical-align: text-bottom; }
  67. label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
  68. button, input, select, textarea { margin: 0; }
  69. input:valid, textarea:valid { }
  70. input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
  71. form, input, textarea {padding: 0; margin: 0;}
  72. a:link { text-decoration: none; }
  73. a:visited { text-decoration: none; }
  74. a:hover { text-decoration: none; }
  75. a:active { text-decoration: none; }
  76. form { margin: 0;padding: 0; }
  77. .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
  78. .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  79. .hidden { display: none; visibility: hidden; }
  80. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  81. .visuallyhidden.focusable:active,
  82. .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  83. .invisible { visibility: hidden; }
  84. .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  85. .clearfix:after { clear: both; }
  86. .clearfix { zoom: 1; }
  87. .clear { clear: both;}
  88. /** /\/\/*** TYPOGRAPHY ***\/\/\/ **/
  89. @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;400;600&display=swap');
  90. @font-face {
  91. font-family: 'JosefinSansStdLight';
  92. src: url('img/fonts/JosefinSansStd-Light-webfont.eot');
  93. src: url('img/fonts/JosefinSansStd-Light-webfont.eot?#iefix') format('embedded-opentype'),
  94. url('img/fonts/JosefinSansStd-Light-webfont.woff') format('woff'),
  95. url('img/fonts/JosefinSansStd-Light-webfont.ttf') format('truetype'),
  96. url('img/fonts/JosefinSansStd-Light-webfont.svg#JosefinSansStdLight') format('svg');
  97. font-weight: normal;
  98. font-style: normal;
  99. }
  100. body { font:13px/1.231 sans-serif; *font-size:small; }
  101. body {font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
  102. select, input, textarea, button { font:99% sans-serif; }
  103. pre, code, kbd, samp { font-family: monospace, sans-serif; }
  104. ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
  105. ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
  106. a:link { -webkit-tap-highlight-color: #FF5E99; }
  107. button { width: auto; overflow: visible; }
  108. .ie7 img { -ms-interpolation-mode: bicubic; }
  109. body, select, input, textarea { color: #444; }
  110. h1.josefin {
  111. color:#fff;
  112. font-family: 'Josefin Sans', 'JosefinSansStdLight', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  113. font-size: 26px;
  114. font-weight: 700;
  115. line-height: 27px;
  116. text-shadow: 1px 1px 1px #000;
  117. letter-spacing:7px;
  118. margin-top: 15px;
  119. font-weight: 800;
  120. }
  121. h1.josefin-head {
  122. color:#fff;
  123. font-family: 'Josefin Sans', 'JosefinSansStdLight', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  124. font-size: 21px;
  125. font-weight: 700;
  126. line-height: 27px;
  127. letter-spacing:0px;
  128. margin-top: 15px;
  129. }
  130. h2.josefin {
  131. font-family: 'JosefinSansStdLight', 'Josefin Sans', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  132. font-size: 15px;
  133. font-weight: 800;
  134. line-height: 17px;
  135. text-shadow: 1px 1px 1px #000;
  136. letter-spacing:0px;
  137. color:#cecece;
  138. }
  139. h3.josefin {
  140. font-family: 'JosefinSansStdLight', 'Josefin Sans', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  141. font-size: 21px;
  142. font-weight: 300;
  143. line-height: 14px;
  144. color:#cecece;
  145. margin: 7px 0;
  146. }
  147. h5.josefin {
  148. font-family: 'JosefinSansStdLight', 'Josefin Sans', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  149. font-weight: 700;
  150. font-size: 13px;
  151. line-height: 17px;
  152. text-shadow: 1px 1px 1px #000;
  153. letter-spacing:2px;
  154. color:#cecece;
  155. }
  156. h1.film-title {
  157. font-family: 'JosefinSansStdLight', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  158. font-size: 26px;
  159. line-height: 27px;
  160. color:#fff;
  161. margin: 0px 0 0;
  162. }
  163. h1.film-title a{
  164. color:#fff;
  165. }
  166. h3.film-title {
  167. font-size: 14px;
  168. }
  169. h1.page-title {
  170. font-family: Helvetica, Geneva, sans-serif;
  171. font-size: 26px;
  172. line-height: 27px;
  173. color:#111;
  174. margin: 24px 0 20px;
  175. }
  176. h2 {
  177. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  178. font-size: 21px;
  179. line-height: 21px;
  180. margin: 0 0 20px;
  181. color:#000;
  182. }
  183. ul#theNavigation h2.josefin {
  184. margin: 0 29px;
  185. }
  186. h1 {
  187. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  188. font-size: 27px;
  189. line-height: 21px;
  190. margin: 0 0 20px;
  191. color:#000;
  192. }
  193. h1.entry-title {
  194. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  195. font-size: 21px;
  196. line-height: 26px;
  197. margin: 15px 0 20px;
  198. color:#000;
  199. }
  200. h2.col-title{
  201. font-family: Arial, Helvetica, Geneva, sans-serif;
  202. font-size: 26px;
  203. line-height: 27px;
  204. margin: 25px 0 0;
  205. color:#000;
  206. }
  207. p {
  208. font-size: 14px;
  209. line-height: 16px;
  210. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  211. margin: 0 0 10px;
  212. display: block;
  213. -webkit-margin-before: 1em;
  214. -webkit-margin-after: 1em;
  215. -webkit-margin-start: 0px;
  216. -webkit-margin-end: 0px;
  217. }
  218. a {
  219. color:#333 ;
  220. }
  221. a:hover {
  222. color: #999;
  223. }
  224. /** /\/\/*** STRUCTURE ***\/\/\/ **/
  225. body {
  226. margin: 0;
  227. padding: 0;
  228. background: #f2f2f2;
  229. }
  230. nav {
  231. margin: -85px 0 0px;
  232. float: right;
  233. }
  234. /** /\/\/*** HEADER ***\/\/\/ **/
  235. #header-wrap {
  236. margin: 0;
  237. background: url(img/banner-bg.jpg) no-repeat #777777;
  238. }
  239. #header-wrap .container {
  240. background: url(img/trans.png);
  241. }
  242. .s
  243. #header-wrap img.blur { width:367; height:459px;
  244. filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px);
  245. -o-filter: blur(3px); -ms-filter: blur(3px); }
  246. header {
  247. margin: 0;
  248. padding: 0;
  249. }
  250. header h1.title {
  251. margin: 67px 0 10px;
  252. }
  253. header h1.josefin a {
  254. color: #fff;
  255. }
  256. header h1.josefin a:hover {
  257. color: #555;
  258. text-decoration:none;
  259. }
  260. nav h2 a {
  261. color: #fff;
  262. margin: 0 7px;
  263. }
  264. nav h2 a:hover {
  265. color: #fff;
  266. }
  267. nav h2.josefin {
  268. margin: 0;
  269. }
  270. header img.logo {
  271. float: left;
  272. margin: 25px 20px 0 0;
  273. }
  274. header .head-secondary {
  275. float: right;
  276. margin: -60px 0 0 0;
  277. }
  278. /*** SLIDER ***/
  279. .slided {display: none;} /*Flash of un-styled content*/
  280. #slider-wrap {
  281. background:#252525;
  282. margin: 0;
  283. padding: 0;
  284. }
  285. #slider-wrap .container {
  286. background: url(img/trans.png) #252525;
  287. }
  288. .slided {
  289. margin: 0;
  290. padding: 0;
  291. }
  292. .slided li {
  293. list-style: none;
  294. margin: -20px 0 10px;
  295. padding: 0;
  296. }
  297. .slided img {
  298. padding: 0 20px 0 0;
  299. margin: 0 0 0 0;
  300. }
  301. li.slide img {
  302. margin: 0;
  303. float: left;
  304. /**background: #2d2d2d;
  305. padding: 4px;**/
  306. }
  307. ul.slidecontrols {
  308. margin: 0;
  309. }
  310. .slided a.film-prev {
  311. float: right;
  312. position: relative;
  313. left: 0px;
  314. top: 280px;
  315. background: url(img/prevButton.png);
  316. height: 50px;
  317. width: 50px;
  318. z-index: 300;
  319. -webkit-transition: all ease 0.3s;
  320. -moz-transition: all ease 0.3s;
  321. -o-transition: all ease 0.3s;
  322. -ms-transition: all ease 0.3s;
  323. transition: all ease 0.3s;
  324. }
  325. .slided a.film-prev:hover {
  326. background: url(img/prevButton.png);
  327. background-position: -50px 0;
  328. }
  329. .slided a.film-next {
  330. float: right;
  331. position: relative;
  332. right: 0px;
  333. top: 280px;
  334. background: url(img/nextButton.png) -50px 0px;
  335. height: 50px;
  336. width: 50px;
  337. z-index: 300;
  338. -webkit-transition: all ease 0.3s;
  339. -moz-transition: all ease 0.3s;
  340. -o-transition: all ease 0.3s;
  341. -ms-transition: all ease 0.3s;
  342. transition: all ease 0.3s;
  343. }
  344. .slided a.film-next:hover {
  345. background: url(img/nextButton.png);
  346. background-position: 0px 0px;
  347. }
  348. .slided p {
  349. //background-color: rgba(18, 14, 15, .3);
  350. color: #b3b3b3;
  351. letter-spacing: 0px;
  352. padding: 20px;
  353. margin: 0px 0 0 20px;
  354. font: 300 17px/19px "Helvetica Neue", Helvetica, Geneva, sans-serif;
  355. }
  356. .slided a {
  357. color: #777;
  358. }
  359. .slided h2{
  360. color: #fff;
  361. font: 700 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  362. }
  363. .slided h1 {
  364. padding: 10px;
  365. }
  366. .slided h1.film-title a {
  367. color: #fff;
  368. //background-color: rgba(18, 14, 15, .9);
  369. font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  370. line-height: 35px;
  371. font-weight: 300;
  372. padding: 12px 20px;
  373. margin: 0 0 0 -20px;
  374. }
  375. .slided h3{
  376. color: #c7c7c7;
  377. margin: 10px 0 0 5px;
  378. font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  379. z-index: 0;
  380. }
  381. .slider {
  382. padding: 0;
  383. margin: 0;
  384. }
  385. .slided .film-tabs {
  386. padding: 0px 0 0px;
  387. margin: 0px auto 2px;
  388. float:left;
  389. }
  390. .slided .film-tabs li {
  391. display: inline-block;
  392. padding: 2px;
  393. margin: 0;
  394. background: #222;
  395. }
  396. .slided .film-tabs a {
  397. display: inline-block;
  398. height: 11px;
  399. text-indent: -9999px;
  400. width: 11px;
  401. border-radius: 0px;
  402. margin-left: 3px;
  403. background-color: #393939;
  404. opacity: 0.7;
  405. filter: alpha(opacity = 70);
  406. -webkit-transition: all ease 0.3s;
  407. -moz-transition: all ease 0.3s;
  408. -o-transition: all ease 0.3s;
  409. -ms-transition: all ease 0.3s;
  410. transition: all ease 0.3s;
  411. }
  412. .slided .film-tabs a:hover {
  413. background: #f5f5f5;
  414. }
  415. .ie .slided .film-tabs li,
  416. .ie .slided .film-tabs a {
  417. display: block;
  418. float: left;
  419. }
  420. .slided .film-tabs .film-active-tab a {
  421. background: #777;
  422. outline: none;
  423. }
  424. ul.dots {
  425. float: right;
  426. }
  427. ul.dots li {
  428. display: inline-block;
  429. height: 13px;
  430. text-indent: -9999px;
  431. width: 13px;
  432. border-radius: 0px;
  433. margin: 10px 0 0 6px;
  434. float: left;
  435. }
  436. /** /\/\/*** CONTENT ***\/\/\/ **/
  437. .404 {
  438. padding: 20px;
  439. margin: 20px 0;
  440. min-height: 540px;
  441. }
  442. .front {
  443. margin:0;
  444. background: #fff
  445. }
  446. .search-results {
  447. margin: 10px 0 50px;
  448. }
  449. .single {
  450. margin: 10px 0 50px;
  451. background: #f8f8f8;
  452. }
  453. #film-wrap {
  454. background: #f2f2f2;
  455. margin: 0;
  456. padding: 0;
  457. }
  458. #film-wrap .container {
  459. background: #fff;
  460. padding: 0 30px 40px;
  461. }
  462. .film-page {
  463. padding: 30px 0;
  464. min-height: 480px;
  465. }
  466. .film-page h2 {
  467. margin: 0px 0 5px;
  468. color: #000;
  469. font-size: 25px;
  470. font-weight: 500;
  471. background: #fff;
  472. padding: 10px;
  473. }
  474. .film-page h5 {
  475. font-size: 15px;
  476. padding: 0 10px;
  477. }
  478. .film-page p {
  479. font-size: 14px;
  480. margin-bottom: 5px;
  481. }
  482. .film-page img {
  483. float: left;
  484. padding: 10px 0;
  485. }
  486. .film-page li {
  487. list-style: none;
  488. padding: 0;
  489. margin: 0;
  490. }
  491. li.credits {
  492. font-size: 14px;
  493. }
  494. .film-page .cover img {
  495. margin: 5px 10px 30px;
  496. max-width: 150px;
  497. }
  498. .summary {
  499. background: #fff;
  500. }
  501. .container.films {
  502. padding: 20px 30px;
  503. background: #fff;
  504. }
  505. .films {
  506. background-color: #fff;
  507. }
  508. .film {
  509. background-color: rgba(255, 255, 255, .7);
  510. margin: 10px 2px;
  511. padding: 12px;
  512. -moz-box-shadow: 1px 1px 5px #575757;
  513. -webkit-box-shadow: 1px 1px 5px #575757;
  514. box-shadow: 1px 1px 5px #575757;
  515. height: 200px;
  516. overflow: hidden;
  517. }
  518. .film:hover #slidingbox {
  519. margin-top: -210px;
  520. opacity: 1;
  521. }
  522. .film:hover img {
  523. opacity: 0;
  524. }
  525. .film:hover h3 {
  526. opacity: 0;
  527. }
  528. .film:hover p.date {
  529. opacity: 0;
  530. }
  531. .slidingbox {
  532. -webkit-transition: all 300ms ease;
  533. -moz-transition: all 300ms ease;
  534. -o-transition: all 300ms ease;
  535. transition: all 300ms ease;
  536. }
  537. .film p {
  538. text-align:left;
  539. color: #333;
  540. font-size: 12px;
  541. }
  542. .film img {
  543. max-height: 140px;
  544. min-height: 133px;
  545. }
  546. .film p.date {
  547. margin: 0px 0 10px;
  548. color: #777;
  549. font-weight: 500;
  550. font-size: 14px;
  551. text-align: right;
  552. }
  553. .film h3 {
  554. margin: 0 0 2px;
  555. padding: 3px;
  556. text-align: left;
  557. background: #fff;
  558. height: 40px;
  559. }
  560. .film h3 a {
  561. font-size: 17px;
  562. font-weight: 800;
  563. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  564. text-align: left;
  565. color: #333;
  566. }
  567. .film img {
  568. border: 1px solid #555;
  569. -webkit-transition: all ease 0.5s;
  570. -moz-transition: all ease 0.5s;
  571. -o-transition: all ease 0.5s;
  572. -ms-transition: all ease 0.5s;
  573. transition: all ease 0.5s;
  574. }
  575. .film img:hover {
  576. opacity: 0;
  577. }
  578. .film-page li.previous {
  579. float: left;
  580. }
  581. .film-page li.next {
  582. float: right;
  583. }
  584. .media-loading {
  585. }
  586. img.play {
  587. position: relative;
  588. margin: 0 auto -300px;
  589. max-width: 50px;
  590. }
  591. .history {
  592. padding: 30px 0;
  593. min-height: 540px;
  594. }
  595. .history h1 {
  596. font-size: 21px;
  597. }
  598. .history h2 {
  599. }
  600. .history h3 {
  601. font-size: 17px;
  602. font-weight: 300;
  603. margin: 10px 0 0;
  604. }
  605. .history .top-pad {
  606. padding: 26px 0;
  607. }
  608. .promo {
  609. padding: 30px 0;
  610. min-height: 540px;
  611. }
  612. .promo h1.times {
  613. font-size: 47px;
  614. font-family:times;
  615. font-weight:200;
  616. margin-top:20px;
  617. }
  618. .promo span.subtitle {
  619. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  620. font-size: 16px;
  621. margin-left: 20px;
  622. letter-spacing:2px
  623. }
  624. .promo-front {
  625. padding: 10px;
  626. border: 5px solid #f5f5f5;
  627. margin: 23px 20px 23px 0;
  628. }
  629. .press.promo-front img {
  630. float: left;
  631. margin: 0 10px 5px 0;
  632. padding: 0;
  633. }
  634. .promo-front h1.times {
  635. font-size: 31px;
  636. font-family:times;
  637. font-weight:200;
  638. margin-top:20px;
  639. }
  640. .promo-front span.subtitle {
  641. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  642. font-size: 14px;
  643. margin-left: 20px;
  644. letter-spacing:2px;
  645. }
  646. .promo-front .btm-border {
  647. border-bottom: 2px solid #333;
  648. margin: 0 20px;
  649. }
  650. #press-wrap {
  651. margin: 0;
  652. }
  653. #press-wrap .container {
  654. background: #fff;
  655. }
  656. .press {
  657. margin: 23px 0;
  658. }
  659. .press img {
  660. float: left;
  661. margin: 0px 0px 15px 15px;
  662. }
  663. .press article {
  664. margin: 0 0 11px;
  665. padding: 20px 0px 10px;
  666. clear: both;
  667. }
  668. .front .press article {
  669. margin: 20px 0 0;
  670. padding: 15px;
  671. border-top: 1px dashed #888;
  672. }
  673. .front .press article img {
  674. max-width: 255px;
  675. margin: 0 0 10px;
  676. width: 100%;
  677. }
  678. .press h3.josefin {
  679. font: small-caps 100 23px "Helvetica Neue", Helvetica, sans-serif;
  680. font-size: 17px;
  681. font-weight: 600;
  682. line-height: 17px;
  683. margin: 0 0 10px;
  684. color: #000;
  685. }
  686. .press h3 a {
  687. color: #000;
  688. }
  689. .press p {
  690. color: #555;
  691. font-size: 14px;
  692. padding: 0px;
  693. }
  694. .press_highlight {
  695. background: #f3f3f3;
  696. padding: 55px 28px;
  697. margin: 0 0;
  698. }
  699. .press_highlight p {
  700. color: #888;
  701. }
  702. .more-press {
  703. float: right;
  704. padding: 20px;
  705. margin: 0px 0 15px;
  706. background: #f5f5f5;
  707. -webkit-border-radius: 0 4px 4px 0;
  708. -moz-border-radius: 0 4px 4px 0;
  709. border-radius: 0 4px 4px 0;
  710. display: inline-block;
  711. *display: inline;
  712. padding: 4px 12px;
  713. *margin-left: .3em;
  714. font-size: 14px;
  715. line-height: 20px;
  716. color: #333333;
  717. text-align: center;
  718. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  719. vertical-align: middle;
  720. cursor: pointer;
  721. background-color: #f5f5f5;
  722. *background-color: #e6e6e6;
  723. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  724. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  725. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  726. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  727. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  728. background-repeat: repeat-x;
  729. border: 1px solid #cccccc;
  730. *border: 0;
  731. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  732. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  733. border-bottom-color: #b3b3b3;
  734. -webkit-border-radius: 4px;
  735. -moz-border-radius: 4px;
  736. border-radius: 4px;
  737. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  738. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  739. *zoom: 1;
  740. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  741. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  742. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  743. }
  744. li.previous {
  745. margin: 13px 0;
  746. float: left;
  747. }
  748. li.next {
  749. margin: 13px 0;
  750. float: right;
  751. }
  752. .journal {
  753. background: #fff;
  754. }
  755. /* .journal img {
  756. float: left;
  757. margin: 0 21px 11px 0;
  758. padding: 10px;
  759. background: #cecece;
  760. }*** Let's let wp-caption handle this */
  761. .journal article {
  762. padding: 47px;
  763. margin: 0px 0;
  764. clear: both;
  765. color: #333;
  766. min-height: 400px;
  767. }
  768. .journal h1 {
  769. color: #333;
  770. margin: 27px 0 7px;
  771. font: 500 23px "Helvetica Neue", Helvetica, sans-serif;
  772. }
  773. .journal h1 a {
  774. color: #333;
  775. }
  776. .journal h2 {
  777. font-size: 21px;
  778. }
  779. .journal h2 a {
  780. color: #333;
  781. }
  782. .journal h3 {
  783. font-size: 19px;
  784. font-family: "Helvetica Neue", Helvetica, sans-serif;
  785. margin: 14px 0 8px;
  786. }
  787. .journal h3 a {
  788. color: #000;
  789. }
  790. .journal h3 a:hover {
  791. color: #555;
  792. }
  793. form.show-btn input {
  794. padding: 10px;
  795. margin: 10px 0 0;
  796. color: #ffffff;
  797. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  798. background-color: #49afcd;
  799. *background-color: #2f96b4;
  800. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  801. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  802. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  803. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  804. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  805. background-repeat: repeat-x;
  806. border-color: #2f96b4 #2f96b4 #1f6377;
  807. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  808. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  809. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  810. }
  811. .buy-now input {
  812. padding: 10px;
  813. margin: 10px 0 0;
  814. color: #ffffff;
  815. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  816. background-color: #49afcd;
  817. *background-color: #2f96b4;
  818. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  819. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  820. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  821. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  822. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  823. background-repeat: repeat-x;
  824. border-color: #2f96b4 #2f96b4 #1f6377;
  825. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  826. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  827. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  828. }
  829. .store-item {
  830. padding: 10px 0 0;
  831. margin: 10px 0;
  832. min-height: 400px;
  833. }
  834. .store-item h4 {
  835. min-height: 30px;
  836. font-weight: 500px;
  837. background-color: #f1f1f1;
  838. padding: 10px;
  839. }
  840. #store-wrap {
  841. background:#f2f2f2;
  842. }
  843. #store-wrap .container {
  844. background: #fff;
  845. }
  846. .store-item input {
  847. width:auto !important; overflow:visible; border:1px solid #bfbfbf; border-right-color:#908d8d; border-bottom-color:#908d8d; padding:1px .5em; background:#e1e1e1; color:#000;
  848. margin: 10px 0 0;
  849. }
  850. .store-item input.buy-now {
  851. padding: 3px 10px;
  852. margin: 3px 0 0;
  853. color: #ffffff;
  854. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  855. background-color: #49afcd;
  856. *background-color: #2f96b4;
  857. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  858. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  859. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  860. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  861. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  862. background-repeat: repeat-x;
  863. border-color: #2f96b4 #2f96b4 #1f6377;
  864. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  865. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  866. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  867. }
  868. .store-item input.button:active { border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf; }
  869. div#PPMiniCart img {
  870. display: none;
  871. }
  872. div#PPMiniCart form ul {
  873. margin: 0px 0 0;
  874. }
  875. div#PPMiniCart form {
  876. margin: 0px 0 0;
  877. }
  878. div#PPMiniCart form input.quantity {
  879. margin: 0px;
  880. background: #f5f5f5;
  881. color: #000;
  882. }
  883. div#PPMiniCart form input {
  884. padding: 3px; 10px
  885. margin: 10px 0 10px;
  886. color: #ffffff;
  887. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  888. background-color: #49afcd;
  889. *background-color: #2f96b4;
  890. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  891. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  892. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  893. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  894. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  895. background-repeat: repeat-x;
  896. border-color: #2f96b4 #2f96b4 #1f6377;
  897. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  898. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  899. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  900. }
  901. /*** WP Content ***/
  902. .wp-caption {
  903. border: 1px solid #ccc;
  904. margin-bottom: 1.5em;
  905. max-width: 100%;
  906. }
  907. .wp-caption img[class*="wp-image-"] {
  908. display: block;
  909. margin: 1.2% auto 0;
  910. max-width: 98%;
  911. }
  912. .wp-caption-text {
  913. text-align: center;
  914. font-size:11px;
  915. padding: 0 5px;
  916. }
  917. .wp-caption .wp-caption-text {
  918. margin: 0.8075em 0;
  919. }
  920. .site-main .gallery {
  921. margin-bottom: 1.5em;
  922. }
  923. .gallery-caption {
  924. }
  925. .site-main .gallery a img {
  926. border: none;
  927. height: auto;
  928. max-width: 90%;
  929. }
  930. .site-main .gallery dd {
  931. margin: 0;
  932. }
  933. .site-main .gallery-columns-4 .gallery-item {
  934. }
  935. .site-main .gallery-columns-4 .gallery-item img {
  936. }
  937. embed,
  938. iframe,
  939. object {
  940. max-width: 100%;
  941. }
  942. .alignleft {
  943. display: inline;
  944. float: left;
  945. margin-right: 1.5em;
  946. }
  947. .alignright {
  948. display: inline;
  949. float: right;
  950. margin-left: 1.5em;
  951. }
  952. .aligncenter {
  953. clear: both;
  954. display: block;
  955. margin: 0 auto;
  956. }
  957. /*** TABS ***/
  958. ul.tabs {
  959. display: block;
  960. margin: 35px 0 20px 0;
  961. border-bottom: 1px solid #cecece;
  962. }
  963. ul.tabs li {
  964. display: block;
  965. width: auto;
  966. height: 29px;
  967. padding: 0;
  968. float: left;
  969. margin-bottom: 0;
  970. background: #fff;
  971. }
  972. ul.tabs li a {
  973. color: #111;
  974. display: block;
  975. font-weight: bold;
  976. text-decoration: none;
  977. width: auto;
  978. padding: 0px 20px;
  979. line-height: 28px;
  980. border-right: solid 1px #333;
  981. border-width: 1px 1px 0 0;
  982. margin: 0;
  983. font-size: 13px;
  984. }
  985. ul.tabs li:last-child a {
  986. border: none;
  987. }
  988. ul.tabs li a.active {
  989. position: relative;
  990. margin: 0;
  991. color: #444;
  992. }
  993. ul.tabs li:first-child a.active {
  994. margin-left: 0;
  995. }
  996. ul.tabs li:first-child a {
  997. border-width: 1px 1px 0 1px;
  998. }
  999. ul.tabs-content { margin: 0; display: block; }
  1000. ul.tabs-content > li { display:none; }
  1001. ul.tabs-content > li.active { display: block; }
  1002. /* Clearfixing tabs for beautiful stacking */
  1003. ul.tabs:before,
  1004. ul.tabs:after {
  1005. content: '\0020';
  1006. display: block;
  1007. overflow: hidden;
  1008. visibility: hidden;
  1009. width: 0;
  1010. height: 0; }
  1011. ul.tabs:after {
  1012. clear: both; }
  1013. ul.tabs {
  1014. zoom: 1;}
  1015. .gallery .image-title,
  1016. .gallery .image-description,
  1017. .gallery .image-author,
  1018. .gallery .image-link {
  1019. display:none;
  1020. }
  1021. .gallery
  1022. {
  1023. width: 100%;
  1024. text-align: center;
  1025. margin-left: auto;
  1026. margin-right: auto;
  1027. padding: none;
  1028. }
  1029. .gallery ul.images
  1030. {
  1031. list-style-type: none;
  1032. border: none;
  1033. padding: none;
  1034. }
  1035. .gallery ul.images li.image
  1036. {
  1037. display: inline;
  1038. line-height: 0;
  1039. }
  1040. .gallery ul.images li.image a
  1041. {
  1042. text-decoration: none;
  1043. color: inherit;
  1044. cursor: pointer;
  1045. margin: 14px;
  1046. display: inline-block;
  1047. background: white;
  1048. padding: 3px;
  1049. line-height: 0;
  1050. -webkit-border-radius: 4px 4px;
  1051. -moz-border-radius: 4px 4px;
  1052. border-radius: 4px 4px;
  1053. -moz-box-shadow: 0px 0px 8px #AAA;
  1054. -webkit-box-shadow: 0px 0px 8px #AAA;
  1055. box-shadow: 0px 0px 8px #AAA;
  1056. -webkit-transition: -webkit-box-shadow 0.1s ease-out;
  1057. -moz-transition: -webkit-box-shadow 0.1s ease-out;
  1058. -o-transition: -webkit-box-shadow 0.1s ease-out;
  1059. transition: -webkit-box-shadow 0.1s ease-out;
  1060. }
  1061. .gallery ul.images li.image a img
  1062. {
  1063. border: none;
  1064. padding: none;
  1065. -webkit-border-radius: 4px 4px;
  1066. -moz-border-radius: 4px 4px;
  1067. border-radius: 4px 4px;
  1068. }
  1069. .gallery ul.images li.image a:hover
  1070. {
  1071. -moz-box-shadow: 0px 0px 8px #222;
  1072. -webkit-box-shadow: 0px 0px 8px #222;
  1073. box-shadow: 0px 0px 8px #222;
  1074. }
  1075. /** /\/\/*** FOOTER ***\/\/\/ **/
  1076. #footer-wrap {
  1077. width: 100%;
  1078. min-height: 100px;
  1079. margin: 0;
  1080. background: #252525;
  1081. }
  1082. #footer-wrap .container {
  1083. background: url(img/trans.png) #252525;
  1084. opacity: 0.7;
  1085. filter: alpha(opacity = 70); /* For IE */
  1086. }
  1087. .s
  1088. footer {
  1089. clear: both;
  1090. }
  1091. footer img.logo {
  1092. margin: 30px 0 0;
  1093. float: left;
  1094. }
  1095. footer a {
  1096. color: #c7c7c7;
  1097. }
  1098. footer a:hover {
  1099. color: #fff;
  1100. }
  1101. footer p {
  1102. text-align: left;
  1103. color: #777;
  1104. font-size: 13px;
  1105. line-height: 14px;
  1106. margin: 0;
  1107. }
  1108. .info {
  1109. text-align: right;
  1110. margin: 25px 40px 0px 0;
  1111. padding: 20px 0px 40px;
  1112. }
  1113. .social {
  1114. margin: 45px 10px 0px 0;
  1115. }
  1116. .social-tweet {
  1117. position: relative;
  1118. bottom: 0px;
  1119. }
  1120. .social li a {
  1121. text-decoration: none;
  1122. }
  1123. .social a {
  1124. color: #888;
  1125. }
  1126. .social p {
  1127. margin: 20px 0 0 0;
  1128. }
  1129. .social ul {
  1130. margin: 0 0 10px;
  1131. list-style-type: none;
  1132. }
  1133. .social img {
  1134. float: right;
  1135. margin: 0 0 0 15px;
  1136. }
  1137. span.twit:hover {
  1138. background-position: 0 0px;
  1139. }
  1140. span.twit {
  1141. width: 32px;
  1142. height: 32px;
  1143. margin-left: 10px;
  1144. background-image: url(img/tweet.png);
  1145. background-position: 0 32px;
  1146. position: relative;
  1147. float: right;
  1148. -webkit-transition: all ease 0.3s;
  1149. -moz-transition: all ease 0.3s;
  1150. -o-transition: all ease 0.3s;
  1151. -ms-transition: all ease 0.3s;
  1152. transition: all ease 0.3s;
  1153. }
  1154. span.vimeo:hover {
  1155. background-position: 0 0px;
  1156. }
  1157. span.vimeo {
  1158. width: 32px;
  1159. height: 32px;
  1160. margin-left: 10px;
  1161. background-image: url(img/vimeo.png);
  1162. background-position: 0 32px;
  1163. position: relative;
  1164. float: right;
  1165. -webkit-transition: all ease 0.3s;
  1166. -moz-transition: all ease 0.3s;
  1167. -o-transition: all ease 0.3s;
  1168. -ms-transition: all ease 0.3s;
  1169. transition: all ease 0.3s;
  1170. }
  1171. span.fb:hover {
  1172. background-position: 0 0px;
  1173. }
  1174. span.fb {
  1175. width: 32px;
  1176. height: 32px;
  1177. margin-left: 10px;
  1178. background-image: url(img/fb.png);
  1179. background-position: 0 32px;
  1180. position: relative;
  1181. float: right;
  1182. -webkit-transition: all ease 0.3s;
  1183. -moz-transition: all ease 0.3s;
  1184. -o-transition: all ease 0.3s;
  1185. -ms-transition: all ease 0.3s;
  1186. transition: all ease 0.3s;
  1187. }
  1188. span.yt:hover {
  1189. background-position: 0 0px;
  1190. }
  1191. span.yt {
  1192. width: 32px;
  1193. height: 32px;
  1194. margin-left: 10px;
  1195. background-image: url(img/yt.png);
  1196. background-position: 0 32px;
  1197. position: relative;
  1198. float: right;
  1199. -webkit-transition: all ease 0.3s;
  1200. -moz-transition: all ease 0.3s;
  1201. -o-transition: all ease 0.3s;
  1202. -ms-transition: all ease 0.3s;
  1203. transition: all ease 0.3s;
  1204. }
  1205. span.gowatch:hover {
  1206. background-position: 0 0px;
  1207. }
  1208. span.gowatch {
  1209. width: 32px;
  1210. height: 32px;
  1211. margin-left: 10px;
  1212. background-image: url(img/gowatchit.png);
  1213. background-position: 0 32px;
  1214. position: relative;
  1215. float: right;
  1216. -webkit-transition: all ease 0.3s;
  1217. -moz-transition: all ease 0.3s;
  1218. -o-transition: all ease 0.3s;
  1219. -ms-transition: all ease 0.3s;
  1220. transition: all ease 0.3s;
  1221. }
  1222. span.tumblr:hover {
  1223. background-position: 0 0px;
  1224. }
  1225. span.tumblr {
  1226. width: 32px;
  1227. height: 32px;
  1228. margin-left: 10px;
  1229. background-image: url(img/tumblr.png);
  1230. background-position: 0 32px;
  1231. position: relative;
  1232. float: right;
  1233. -webkit-transition: all ease 0.3s;
  1234. -moz-transition: all ease 0.3s;
  1235. -o-transition: all ease 0.3s;
  1236. -ms-transition: all ease 0.3s;
  1237. transition: all ease 0.3s;
  1238. }
  1239. .tooltip{display:inline;position:relative}
  1240. .tooltip:hover{text-decoration:none}
  1241. .tooltip:hover:after{
  1242. margin-left: 100px;
  1243. background:#111;
  1244. background:rgba(0,0,0,.8);
  1245. border-radius:5px;
  1246. bottom:18px;
  1247. color:#fff;
  1248. content:attr(title);
  1249. display:block;
  1250. left:50%;
  1251. padding:5px 15px;
  1252. position:absolute;
  1253. white-space:nowrap;
  1254. z-index:98
  1255. }
  1256. .tooltip:hover:before{
  1257. border:solid;
  1258. border-color:#111 transparent;
  1259. border-width:6px 6px 0 6px;
  1260. bottom:12px;
  1261. content:"";
  1262. display:block;
  1263. left:75%;
  1264. position:absolute;
  1265. z-index:99
  1266. }
  1267. #searchform {
  1268. margin: -35px 0 25px;
  1269. padding: 0px 0 0;
  1270. width: 100%;
  1271. display: block;
  1272. cursor: pointer;
  1273. text-align: right;
  1274. }
  1275. #searchform input#s.field {
  1276. margin: 0 10px;
  1277. width: 100px;
  1278. background: #fff;
  1279. }
  1280. #searchform input#searchsubmit.submit {
  1281. padding: 0;
  1282. margin: 0 0 0;
  1283. width: 20px;
  1284. height: 21px;
  1285. background: url(img/search2.png) no-repeat;
  1286. border: none;
  1287. }
  1288. .elsewhere {
  1289. text-align: right;
  1290. margin: 0px 0 11px;
  1291. }
  1292. .elsewhere p {
  1293. font-family:WebSymbolsRegular;
  1294. font-size: 22px;
  1295. line-height: 24px;
  1296. color: #c7c7c7;
  1297. }
  1298. .elsewhere p a {
  1299. color: #c7c7c7;
  1300. }
  1301. .elsewhere p a:hover {
  1302. color: #fff;
  1303. }
  1304. /* a lil css added by Marianne */
  1305. p {
  1306. font-size: 17px;
  1307. line-height: 1.5;
  1308. }
  1309. h1 {
  1310. line-height: 1;
  1311. }
  1312. .press h3.josefin {
  1313. line-height: 1.2;
  1314. }
  1315. a:hover, a:active {
  1316. text-decoration: underline;
  1317. cursor: pointer;
  1318. }
  1319. @media only screen and (max-width: 480px) {
  1320. .front .press article img {
  1321. max-width: 100%;
  1322. margin: 0 auto 20px auto;
  1323. width: 100%;
  1324. }
  1325. .press.promo-front img {
  1326. float: none;
  1327. max-width: 420px;
  1328. margin: 0 auto 10px auto;
  1329. width: 100%;
  1330. }
  1331. .promo-front span.subtitle {
  1332. letter-spacing: .5px;
  1333. }
  1334. footer img.logo {
  1335. float: none;
  1336. margin: 30px auto;
  1337. display: block;
  1338. }
  1339. .social {
  1340. margin: -20px 10px 30px 10px;
  1341. }
  1342. img.attachment-spotlight.size-spotlight.wp-post-image {
  1343. margin-bottom: -10px;
  1344. }
  1345. .front .press article {
  1346. margin-top: 0;
  1347. }
  1348. .row, body, .container {
  1349. width: 100%;
  1350. min-width: 0;
  1351. margin-left: 0px;
  1352. margin-right: 0px;
  1353. padding-left: 0px;
  1354. padding-right: 0px;
  1355. }
  1356. .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol, .row .slidecol {
  1357. width: auto;
  1358. float: none;
  1359. margin-left: 20px;
  1360. margin-right: 20px;
  1361. padding-left: 5px;
  1362. padding-right: 5px;
  1363. }
  1364. }