style.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. /*
  2. Theme Name: De Houtgrutter
  3. Description: Thema 2015
  4. Version: 1.2
  5. Author: ITSociaal
  6. Author URI: http://www.itsociaal.nl/
  7. Template: enfold
  8. */
  9. @font-face {
  10. font-family: "Kon Tiki Enchanted JF";
  11. src: url("assets/KonTikiEnchantedJF-Regular.woff2") format("woff2")
  12. url("assets/KonTikiEnchantedJF-Regular.woff") format("woff")
  13. url("assets/KonTikiEnchantedJF-Regular.ttf") format("truetype");
  14. font-weight: 400;
  15. font-style: normal;
  16. }
  17. /* Oude quickcss contents */
  18. .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
  19. background: rgba(95, 48, 122, 0.5);
  20. }
  21. p { font-size: 15px; }
  22. h2 { font-style: italic; }
  23. div.modern-quote h3.av-special-heading-tag { font-weight: 600; }
  24. .openingstijden span { display: inline-block; width: 3ex; }
  25. /* verbergt de titels van de paginas */
  26. h1.main-title.entry-title { display: none; }
  27. strong.main-title.entry-title { display: none; }
  28. /* copyright info weghalen omdat dit een childtheme is */
  29. #socket .copyright { float: none; }
  30. span.copyright { display: table; margin: 0px auto; }
  31. .html_stretched div#wrap_all, #main { background: #FFF; }
  32. .html_header_top.html_header_sticky body#top div#wrap_all div#main,
  33. .html_header_top.html_header_sticky.html_bottom_nav_header div#main,
  34. .html_header_top.html_header_sticky div#main,
  35. .content { padding-top: 0px; }
  36. ul { margin-left: 0px; }
  37. ul, ol, h1 { margin-bottom: 0px; }
  38. /* This allows position: sticky to work */
  39. html.responsive, .responsive body, #wrap_all { overflow-x: visible; }
  40. #wrap_all { overflow: visible; }
  41. #logo {
  42. background: #565656;
  43. color: #000000;
  44. text-align: center;
  45. margin-top: 1px;
  46. font-family: "Kon Tiki Enchanted JF";
  47. font-weight: 400;
  48. font-size: 40pt;
  49. line-height: 120%;
  50. }
  51. /* Onderwerpen op homepagina */
  52. body.home div.flex_column>div.avia-button-wrap>a.avia-button {
  53. border-radius: 3px 3px 0px 0px;
  54. }
  55. body.home div.flex_column>div.avia-image-container>div.avia-image-container-inner>img.avia_image {
  56. border-radius: 0px 0px 3px 3px;
  57. }
  58. /* Slideshow op homepagina */
  59. body.home #main main.content div.avia-slideshow li.av-single-slide div.avia-caption-content {
  60. display: none;
  61. }
  62. body.home #main main.content div.avia-slideshow li.av-single-slide h2.avia-caption-title {
  63. font-size: 5.2vw;
  64. }
  65. body.home #main main.content div.avia-slideshow li.av-single-slide div.avia-caption {
  66. top: auto;
  67. bottom: 0px;
  68. left: auto;
  69. padding: 0px;
  70. }
  71. @media only screen and (min-width: 600px) {
  72. body.home #main main.content div.avia-slideshow li.av-single-slide div.avia-caption-content {
  73. display: block;
  74. }
  75. body.home #main main.content div.avia-slideshow li.av-single-slide h2.avia-caption-title {
  76. font-size: 2.6vw;
  77. }
  78. body.home #main main.content div.avia-slideshow li.av-single-slide div.avia-caption {
  79. left: 17px;
  80. padding: 10px 20px;
  81. }
  82. }
  83. /* custom webfonts */
  84. html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
  85. font-family: "Ubuntu", sans-serif;
  86. font-weight: 400;
  87. }
  88. h1,h2,h3,h4,h5,h6, .avia_iconbox_title {
  89. font-family: "Titillium Web", sans-serif;
  90. font-weight: 600;
  91. }
  92. /* copyright text in footer */
  93. .copyright {
  94. color: #fff;
  95. }
  96. html>body#top>div#wrap_all>div#main>:first-child { padding-top: 35px; }
  97. html>body#top.catalog>div#wrap_all>div#main>:first-child { padding-top: 0px; }
  98. html>body#top.catalog>div#wrap_all>div#main main { padding-top: 35px; }
  99. @media only screen and (max-width: 384px) {
  100. .responsive #top #wrap_all .container,
  101. #main>div>div.container {
  102. padding-top: 0;
  103. width: 98%;
  104. max-width: 98%;
  105. }
  106. }
  107. /* Tekst op slideshow schalen voor mobiele weergave */
  108. h2.avia-caption-title {
  109. font-size: 28px;
  110. font-size: 2.6vw;
  111. }
  112. /********************************************************************\
  113. |MENUMENUMENUMENUMENUMENUMENUMENUMENUMENUMENUMENUMENUMENUMENUMENUMENU|
  114. \********************************************************************/
  115. nav.menu, nav.menu a:visited, nav.menu a { color: #FFF; }
  116. nav.menu { background: #565656; }
  117. div.shopmenu { background: rgba(87, 37, 117, .95); }
  118. nav.menu a:hover {
  119. background: transparent;
  120. color: #222;
  121. border-bottom-color: #222;
  122. }
  123. div.shopmenu a:hover {
  124. background: #7D4A9D;
  125. color: #FFF;
  126. border-bottom-color: transparent;
  127. border-top-color: #FFF;
  128. }
  129. nav.menu a:focus, nav.menu a:hover {
  130. text-decoration: none;
  131. }
  132. nav.menu a {
  133. /* text content */
  134. font-weight: 600;
  135. font-size: 12px;
  136. white-space: nowrap;
  137. padding: 0px 13px;
  138. /* box */
  139. display: block;
  140. height: 35px;
  141. line-height: 29px;
  142. /* special effects */
  143. transition: color .4s ease-in-out, border-color .3s ease-out, background-color .3s ease-out;
  144. border-bottom: 2px solid transparent;
  145. border-top: 2px solid transparent;
  146. }
  147. body.page-id-0 nav.menu div.mainmenu li.menu-item-332 a,
  148. body.shopp-collection nav.menu div.mainmenu li.menu-item-332 a,
  149. body.shopp-product nav.menu div.mainmenu li.menu-item-332 a,
  150. nav.menu div.mainmenu li.current-menu-item a {
  151. border-bottom-color: #000;
  152. }
  153. nav.menu div.shopmenu li.current-menu-item a {
  154. border-top-color: #FFF;
  155. }
  156. /* Flex layout */
  157. nav.menu ul {
  158. display: -webkit-flex;
  159. display: -ms-flex;
  160. display: flex;
  161. -webkit-flex-wrap: wrap;
  162. -ms-flex-wrap: wrap;
  163. flex-wrap: wrap;
  164. -webkit-justify-content: left;
  165. -ms-justify-content: left;
  166. justify-content: left;
  167. height: auto;
  168. max-height: 35px;
  169. overflow-y: hidden;
  170. transition: max-height .5s ease-in;
  171. }
  172. nav.menu {
  173. max-height: 35px;
  174. overflow-y: visible;
  175. position: relative;
  176. z-index: 1024;
  177. }
  178. nav.menu.open {
  179. max-height: 1024px;
  180. }
  181. nav.menu.open div.hidez {
  182. opacity: 1;
  183. }
  184. nav.menu.open ul {
  185. display: block;
  186. max-height: 1024px;
  187. }
  188. .responsive #top.page-id-0 nav.menu.open + div#main {
  189. margin-top: -35px;
  190. }
  191. nav.menu div.expander {
  192. position: absolute;
  193. top: 0;
  194. right: 8px;
  195. width: 32px;
  196. height: 35px;
  197. background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcKeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgp2ZXJzaW9uPSIxLjEiCnZpZXdCb3g9IjAgMCAzMS45OTk5OTkgMzEuOTk5OTk4IgpoZWlnaHQ9IjMyIgp3aWR0aD0iMzIiPjxnCnRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMjAuMzYyMikiLz48Zz48cmVjdApyeT0iMS4zMjgxMjQ5Igp5PSIyMS45OTk5OTgiCng9IjMuOTk5OTk5IgpoZWlnaHQ9IjMuOTk5OTk5NSIKd2lkdGg9IjIzLjk5OTk5OCIKc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIvPjxyZWN0CnJ5PSIxLjMyODEyNDkiCnk9IjUuOTk5OTk4NiIKeD0iNCIKaGVpZ2h0PSIzLjk5OTk5OTUiCndpZHRoPSIyMy45OTk5OTYiCnN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjEiIC8+PHJlY3QKcnk9IjEuMzI4MTI0OSIKeT0iMTMuOTk5OTk5Igp4PSI0IgpoZWlnaHQ9IjMuOTk5OTk5NSIKd2lkdGg9IjIzLjk5OTk5NiIKc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIgLz48L2c+PC9zdmc+Cg==") center center no-repeat;
  198. }
  199. ul#MainMenu.menu {
  200. padding-right: 48px;
  201. }
  202. .responsive #top #wrap_all>nav.menu .container, div.shopmenu {
  203. width: 100%;
  204. max-width: 100%;
  205. }
  206. div.shopmenu {
  207. transition: opacity .4s ease;
  208. }
  209. /* Search box */
  210. .html_bottom_nav_header #top #MainMenu #menu-item-search > a {
  211. padding-right: 13px;
  212. }
  213. #MainMenu .avia-search-tooltip {
  214. box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.8)
  215. }
  216. .html_bottom_nav_header #MainMenu .avia-search-tooltip,
  217. #MainMenu .avia-search-tooltip .avia-arrow {
  218. background: #592A76;
  219. }
  220. .html_bottom_nav_header #MainMenu .avia-search-tooltip {
  221. transform: translateZ(0px);
  222. }
  223. body.page-id-0 div.shopmenu,
  224. body.shopp-collection div.shopmenu,
  225. body.shopp-product div.shopmenu {
  226. transition: none;
  227. position: static;
  228. width: auto;
  229. }
  230. body.page-id-0 #main,
  231. body.shopp-collection #main,
  232. body.shopp-product #main {
  233. margin-top: 35px;
  234. }
  235. body.page-id-0 div.hidez,
  236. body.shopp-collection div.hidez,
  237. body.shopp-product div.hidez,
  238. body.page-id-0 div.hidez aside,
  239. body.shopp-collection div.hidez aside,
  240. body.shopp-product div.hidez aside {
  241. opacity: 1;
  242. }
  243. div.hidez, div.hidez aside {
  244. opacity: 0;
  245. }
  246. body.page-id-0 div.hidez a,
  247. body.shopp-collection div.hidez a,
  248. body.shopp-product div.hidez a {
  249. display: block;
  250. }
  251. div.hidez a {
  252. display: none;
  253. }
  254. @media only screen and (min-width: 768px) {
  255. nav.menu {
  256. overflow-y: visible/
  257. position: -webkit-sticky;
  258. position: -ms-sticky;
  259. position: sticky;
  260. top: 0px;
  261. background: rgba(77, 77, 77, .95);
  262. z-index: 1024;
  263. }
  264. nav.menu ul#MainMenu {
  265. justify-content: center;
  266. }
  267. nav.menu ul#ShopMenu {
  268. left: -13px;
  269. justify-content: left;
  270. }
  271. }
  272. @media only screen and (min-width: 768px) and (max-width: 783px) {
  273. body#top nav.menu>div.shopmenu>div.container {
  274. padding: 0;
  275. }
  276. }
  277. @media only screen and (min-width: 784px) {
  278. nav.menu div.expander {
  279. display: none;
  280. }
  281. nav.menu.open ul {
  282. display: -webkit-flex;
  283. display: -ms-flex;
  284. display: flex;
  285. }
  286. ul#MainMenu.menu {
  287. padding-right: 0px;
  288. }
  289. }
  290. @media only screen and (min-width: 900px) {
  291. nav.menu li.cart-subtotal {
  292. display: inline;
  293. margin-left: auto;
  294. }
  295. nav.menu li.cart-subtotal>span.cart-subtotal {
  296. display: block;
  297. height: 35px;
  298. line-height: 46px;
  299. font-weight: 600;
  300. border-top: 2px solid transparent;
  301. border-bottom: 2px solid transparent;
  302. }
  303. nav.menu li.cart-subtotal>img {
  304. display: block;
  305. position: absolute;
  306. top: 50%;
  307. margin-top: -16px;
  308. margin-left: -38px;
  309. }
  310. }
  311. /* Hamburger menu search box */
  312. nav.menu.open div.mainmenu li div.avia-search-tooltip {
  313. margin-left: 0px;
  314. width: 90%;
  315. max-width: 300px;
  316. }
  317. /**********************************************************************\
  318. |WEBSHOPWEBSHOPWEBSHOPWEBSHOPWEBSHOPWEBSHOPWEBSHOPWEBSHOPWEBSHOPWEBSHOP|
  319. \**********************************************************************/
  320. #main #shopp table { width: auto; margin: 0 auto; }
  321. #main #shopp #cart table { clear: both; margin: 3em auto 1em auto; }
  322. #main #shopp #cart th { padding: 0 34px 0 0; }
  323. #main #shopp #cart th.money { padding: 0 0 0 34px; }
  324. body.page-id-0 #main { overflow-x: scroll; }
  325. #main #shopp #cart .item { width: auto; }
  326. #main #shopp form#cart a.button { font-weight: bold; }
  327. #main .main_color #shopp select,
  328. #main .main_color #shopp input[type="text"],
  329. #main .main_color #shopp input[type="input"],
  330. #main .main_color #shopp input[type="email"] {
  331. color: #000000;
  332. }
  333. @media only screen and (min-width: 672px) {
  334. body.page-id-0 #main { overflow-x: visible; }
  335. }
  336. #wrap_all a.avia-post-nav.avia-post-prev,
  337. #wrap_all a.avia-post-nav.avia-post-next {
  338. display: none;
  339. }
  340. #top #main #shopp select {
  341. width: auto;
  342. }
  343. #main #shopp h2 {
  344. font-style: normal;
  345. font-weight: 400;
  346. color: #5F307C;
  347. }
  348. #main #shopp ul.products,
  349. #main #shopp form ul li#billing-address-fields {
  350. clear: left;
  351. }
  352. #main #shopp ul.products>li.product form {
  353. margin-top: 10px;
  354. text-align: center;
  355. }
  356. #main #shopp ul.products>li.product form .addtocart {
  357. white-space: normal;
  358. }
  359. #main #shopp.list ul.products li.product {
  360. border-bottom: none;
  361. }
  362. #main .shopp_grid-3 .products .product {
  363. width: auto;
  364. }
  365. #main #shopp li.product>a:hover {
  366. text-decoration: none;
  367. }
  368. #main #shopp li.product>a {
  369. display: block;
  370. position: relative;
  371. }
  372. #main #shopp li.product>a>img {
  373. display: block;
  374. width: 100%;
  375. height: auto;
  376. background: #CCC;
  377. }
  378. #main #shopp.list ul.products li img {
  379. float: none;
  380. }
  381. #main #shopp .product-details {
  382. padding: 1.618em;
  383. transition: opacity ease .4s;
  384. background: rgba(87, 37, 117, .8);
  385. }
  386. #main #shopp .product-details,
  387. #main #shopp .product-details h3,
  388. #main #shopp .product-details span {
  389. color: #FFF;
  390. }
  391. #main #shopp .product-details:hover {
  392. opacity: 1;
  393. }
  394. #main #shopp .price {
  395. display: block;
  396. }
  397. @media only screen and (min-width: 448px) {
  398. #main #shopp ul.products>li.product {
  399. float: left;
  400. width: 47%;
  401. margin-right: 6%;
  402. }
  403. #main #shopp ul.products>li.product:nth-child(2n+2) {
  404. margin-right: 0px;
  405. }
  406. #main #shopp ul.products>li.product:nth-child(2n+1) {
  407. clear: left;
  408. }
  409. }
  410. @media only screen and (min-width: 800px) {
  411. #main #shopp .product-details {
  412. opacity: 0;
  413. position: absolute;
  414. top: 0px;
  415. left: 0px;
  416. right: 0px;
  417. bottom: 0px;
  418. }
  419. #main #shopp ul.products>li.product {
  420. width: 29.3333%;
  421. }
  422. #main #shopp ul.products>li.product:nth-child(2n+1) {
  423. clear: none;
  424. }
  425. #main #shopp ul.products>li.product:nth-child(2n+2) {
  426. margin-right: 6%;
  427. }
  428. #main #shopp ul.products>li.product:nth-child(3n+3) {
  429. margin-right: 0px;
  430. }
  431. #main #shopp ul.products>li.product:nth-child(3n+1) {
  432. clear: left;
  433. }
  434. }
  435. #main .advertentie {
  436. clear: both;
  437. position: relative;
  438. }
  439. #main .advertentie-featured {
  440. z-index: 1;
  441. display: block;
  442. width: 100%;
  443. height: auto;
  444. min-height: 400px;
  445. }
  446. #main .advertentie-content-wrap {
  447. z-index: 2;
  448. position: absolute;
  449. top: 84px;
  450. left: 0px;
  451. bottom: 84px;
  452. right: 0px;
  453. }
  454. #main .advertentie-content-wrap>.container {
  455. height: 100%;
  456. }
  457. #main .advertentie-content {
  458. float: left;
  459. max-width: 480px;
  460. height: auto;
  461. min-height: 196px;
  462. max-height: 312px;
  463. background: rgba(255, 255, 255, 0.8);
  464. padding: 22px 17px 15px 75px;
  465. font-size: 20px;
  466. }
  467. #main .advertentie-content h2 {
  468. font-style: normal;
  469. color: #56297A;
  470. text-indent: -55px;
  471. font-family: "Kon Tiki Enchanted JF";
  472. font-weight: 400;
  473. font-size: 40pt;
  474. }
  475. #main .advertentie-content a.button:hover {
  476. background: #7D4A9D;
  477. text-decoration: none;
  478. }
  479. #main .advertentie-content a.button {
  480. background: #56297A;
  481. color: #FFF;
  482. padding: 10px 15px;
  483. float: right;
  484. margin-top: 26px;
  485. }
  486. @media only screen and (max-width: 672px) {
  487. #main .advertentie-featured {
  488. min-height: 320px;
  489. }
  490. #main .advertentie-content-wrap {
  491. top: 35px;
  492. right: 0px;
  493. bottom: 0px;
  494. left: 0px;
  495. }
  496. #top #wrap_all #main .advertentie-content-wrap>.container {
  497. width: 100%;
  498. max-width: 100%;
  499. }
  500. #main .advertentie-content {
  501. max-width: 100%;
  502. height: 100%;
  503. max-height: 100%;
  504. }
  505. }
  506. /* CART ICON THINGY */
  507. div.shopmenu>div.container {
  508. text-align: right;
  509. position: absolute;
  510. }
  511. aside#cart-subtotal {
  512. display: inline-block;
  513. position: relative;
  514. top: -35px;
  515. left: 13px;
  516. padding-right: 8px;
  517. }
  518. .open aside#cart-subtotal {
  519. display: none;
  520. }
  521. aside#cart-subtotal>a>span {
  522. display: block;
  523. float: left;
  524. height: 35px;
  525. padding-right: 6.5px;
  526. font-weight: 600;
  527. line-height: 29px;
  528. border-top: 2px solid transparent;
  529. border-bottom: 2px solid transparent;
  530. }
  531. /*aside#cart-subtotal>a>img {
  532. position: relative;
  533. top: 2px;
  534. }*/
  535. .open #cart-subtotal {
  536. display: none;
  537. }
  538. .responsive #top #wrap_all #ShopMenu {
  539. padding-right: 128px;
  540. }
  541. @media only screen and (min-width: 784px) { /* zelfde als expander */
  542. aside#cart-subtotal {
  543. padding-right: 0px;
  544. }
  545. }
  546. /* vi:set ts=2 sw=2 noet: */