Skip to content

Latest commit

 

History

History
3439 lines (2941 loc) · 66 KB

style.css.org

File metadata and controls

3439 lines (2941 loc) · 66 KB

/* Theme Name: Piratenpartij Nederland Theme URI: https://wordpress.org/themes/ppnl Author: Joshua (TheYOSH) Rubingh Author URI: https://piratenpartij.nl Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Piratenpartij Nederland’s simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer. Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: Piratenpartij Text Domain: ppnl

This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you’ve learned with others. */

/**

  • Table of Contents

*

  • 1.0 - Reset
  • 2.0 - LucidaGrande
  • 3.0 - Typography
  • 4.0 - Elements
  • 5.0 - Forms
  • 6.0 - Navigations
  • 6.1 - Links
  • 6.2 - Menus
  • 7.0 - Accessibility
  • 8.0 - Alignments
  • 9.0 - Clearings
  • 10.0 - Header
  • 11.0 - Widgets
  • 12.0 - Content
  • 12.1 - Posts and pages
  • 12.2 - Post Formats
  • 12.3 - Comments
  • 13.0 - Footer
  • 14.0 - Media
  • 14.1 - Captions
  • 14.2 - Galleries
  • 15.0 - Media Queries
  • 15.1 - Mobile Large
  • 15.2 - Tablet Small
  • 15.3 - Tablet Large
  • 15.4 - Desktop Small
  • 15.5 - Desktop Medium
  • 15.6 - Desktop Large
  • 15.7 - Desktop X-Large

* */

/**

  • 1.0 - Reset

*

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; *font-family: LucidaGrande;* font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

body { background: #f7f7f7 url(‘images/website_background.png’) repeat-y scroll center center; color: #333; }

article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }

caption, th, td { font-weight: normal; text-align: left; vertical-align: top; }

blockquote:before, blockquote:after, q:before, q:after { content: “”; }

table.quote { width: 30% !important; }

.quote { max-width: 30%; table-layout: auto; opacity: 0.6; margin: 0em 0.5em 0em 0.3em !important; }

.quote th { font-size: 0.9em; }

.quote td { font-size: 0.7em; }

blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }

a:hover, a:active { outline: 0; }

a img { border: 0; }

/**

  • 2.0 - LucidaGrande

*/

.social-navigation a:before, .secondary-toggle:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .image-navigation a:before, .image-navigation a:after, .format-link .entry-title a:after, .entry-content .more-link:after, .entry-summary .more-link:after, .author-link:after { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-family: LucidaGrande; font-size: 16px; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; speak: none; text-align: center; text-decoration: inherit; text-transform: none; vertical-align: top; }

/**

  • 3.0 Typography

*/

body, button, input, select, textarea { color: #333; font-family: LucidaGrande; font-size: 15px; font-size: 1.5rem; line-height: 1.6; }

h1, h2, h3, h4, h5, h6 { font-family: LucidaGrandeBold; color: #572b85; }

p { margin-bottom: 1.3em; }

b, strong { font-weight: 700; font-family: LucidaGrandeBold; }

dfn, cite, em, i { font-style: italic; }

blockquote { border-left: 4px solid #707070; border-left: 4px solid rgba(51, 51, 51, 0.7); color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 18px; font-size: 1.8rem; font-style: italic; line-height: 1.6667; margin-bottom: 1.6667em; padding-left: 0.7778em; }

blockquote p { margin-bottom: 1.6667em; }

blockquote > p:last-child { margin-bottom: 0; }

blockquote cite, blockquote small { color: #333; font-size: 15px; font-size: 1.5rem; line-height: 1.6; }

blockquote em, blockquote i, blockquote cite { font-style: normal; }

blockquote strong, blockquote b { font-weight: 400; }

address { font-style: italic; margin: 0 0 1.6em; }

code, kbd, tt, var, samp, pre { padding: 0 3px 2px; font-family: Monaco, Menlo, Consolas, “Courier New”, monospace; font-size: 12px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

code { padding: 2px 4px; white-space: nowrap; background-color: #f7f7f9; border: 1px solid #e1e1e8; }

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 20px; * word-break: break-all;* word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

pre.prettyprint { margin-bottom: 20px; }

pre code { padding: 0; color: inherit; white-space: pre; white-space: pre-wrap; background-color: transparent; border: 0; }

label, select, button, html input[type=”button”], input[type=”button”], input[type=”reset”], input[type=”submit”], input[type=”radio”], input[type=”checkbox”] { cursor: pointer; }

html input[type=”button”], input[type=”button”], input[type=”reset”], input[type=”submit”] { -webkit-appearance: button; }

label { display: block; margin-bottom: 5px; }

select, textarea, input[type=”text”], input[type=”password”], input[type=”datetime”], input[type=”datetime-local”], input[type=”date”], input[type=”month”], input[type=”time”], input[type=”week”], input[type=”number”], input[type=”email”], input[type=”url”], input[type=”search”], input[type=”tel”], input[type=”color”], .uneditable-input { display: inline-block; height: 20px; padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

textarea { height: auto; }

textarea, input[type=”text”], input[type=”password”], input[type=”datetime”], input[type=”datetime-local”], input[type=”date”], input[type=”month”], input[type=”time”], input[type=”week”], input[type=”number”], input[type=”email”], input[type=”url”], input[type=”search”], input[type=”tel”], input[type=”color”], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus, input[type=”text”]:focus, input[type=”password”]:focus, input[type=”datetime”]:focus, input[type=”datetime-local”]:focus, input[type=”date”]:focus, input[type=”month”]:focus, input[type=”time”]:focus, input[type=”week”]:focus, input[type=”number”]:focus, input[type=”email”]:focus, input[type=”url”]:focus, input[type=”search”]:focus, input[type=”tel”]:focus, input[type=”color”]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; * IE6-9 *

-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type=”radio”], input[type=”checkbox”] { margin: 4px 0 0; margin-top: 1px \9; *margin-top: 0; line-height: normal; }

input[type=”file”], input[type=”image”], input[type=”submit”], input[type=”reset”], input[type=”button”], input[type=”radio”], input[type=”checkbox”] { width: auto; }

select, input[type=”file”] { height: 30px; * In IE7, the height of the select element cannot be changed by height, only font-size *

margin-top: 4px; / For IE7, add top margin to align select with labels */

line-height: 30px; }

select { background-color: #ffffff; border: 1px solid #cccccc; }

select[multiple], select[size] { height: auto; }

select:focus, input[type=”file”]:focus, input[type=”radio”]:focus, input[type=”checkbox”]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

abbr[title] { border-bottom: 1px dotted #eaeaea; border-bottom: 1px dotted rgba(51, 51, 51, 0.1); cursor: help; }

mark, ins { background-color: #fff9c0; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

/**

  • 4.0 Elements

*/

hr { background-color: #eaeaea; background-color: rgba(51, 51, 51, 0.1); border: 0; height: 1px; margin-bottom: 1.6em; }

ul, ol { margin: 0 0 1.6em 1.3333em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; }

dl { margin-bottom: 1.6em; }

dt { font-weight: bold; }

dd { margin-bottom: 1.6em; }

table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; * Prevents HTML tables from becoming too wide * }

caption, th, td { font-weight: normal; text-align: left; }

th { border-width: 0 1px 1px 0; font-weight: 700; }

td { border-width: 0 1px 1px 0; }

th, td { padding: 0.4em; }

img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle; }

figure { margin: 0; }

del { opacity: 0.8; }

* Placeholder text color – selectors need to be separate to work. *

::-webkit-input-placeholder { color: rgba(51, 51, 51, 0.7); font-family: LucidaGrande; }

:-moz-placeholder { color: rgba(51, 51, 51, 0.7); font-family: LucidaGrande; }

::-moz-placeholder { color: rgba(51, 51, 51, 0.7); font-family: LucidaGrande; opacity: 1; * Since FF19 lowers the opacity of the placeholder by default * }

:-ms-input-placeholder { color: rgba(51, 51, 51, 0.7); font-family: LucidaGrande; }

/**

  • 5.0 Forms

*/

label, input, button, select, textarea { font-size: 14px; font-weight: normal; line-height: 20px; }

label { display: block; margin-bottom: 5px; }

select, textarea, input[type=”text”], input[type=”password”], input[type=”datetime”], input[type=”datetime-local”], input[type=”date”], input[type=”month”], input[type=”time”], input[type=”week”], input[type=”number”], input[type=”email”], input[type=”url”], input[type=”search”], input[type=”tel”], input[type=”color”], .uneditable-input { display: inline-block; height: 20px; padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

input, .uneditable-input { width: 206px; }

textarea { height: auto; }

textarea, input[type=”text”], input[type=”password”], input[type=”datetime”], input[type=”datetime-local”], input[type=”date”], input[type=”month”], input[type=”time”], input[type=”week”], input[type=”number”], input[type=”email”], input[type=”url”], input[type=”search”], input[type=”tel”], input[type=”color”], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus, input[type=”text”]:focus, input[type=”password”]:focus, input[type=”datetime”]:focus, input[type=”datetime-local”]:focus, input[type=”date”]:focus, input[type=”month”]:focus, input[type=”time”]:focus, input[type=”week”]:focus, input[type=”number”]:focus, input[type=”email”]:focus, input[type=”url”]:focus, input[type=”search”]:focus, input[type=”tel”]:focus, input[type=”color”]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; * IE6-9 *

-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type=”radio”], input[type=”checkbox”] { margin: 4px 0 0; margin-top: 1px \9; *margin-top: 0; line-height: normal; }

input[type=”file”], input[type=”image”], input[type=”submit”], input[type=”reset”], input[type=”button”], input[type=”radio”], input[type=”checkbox”] { width: auto; }

select, input[type=”file”] { height: 30px; * In IE7, the height of the select element cannot be changed by height, only font-size *

margin-top: 4px; / For IE7, add top margin to align select with labels */

line-height: 30px; }

select { width: 220px; background-color: #ffffff; border: 1px solid #cccccc; }

select[multiple], select[size] { height: auto; }

select:focus, input[type=”file”]:focus, input[type=”radio”]:focus, input[type=”checkbox”]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.post-password-form { position: relative; }

.post-password-form label { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-size: 12px; font-size: 1.2rem; font-weight: 700; letter-spacing: 0.04em; line-height: 1.5; }

.post-password-form input[type=”submit”] { padding: 0.7917em; position: absolute; right: 0; bottom: 0; }

input[type=”checkbox”], input[type=”radio”] { padding: 0; }

.search-form input[type=”submit”], .widget .search-form input[type=”submit”] { padding: 0; }

/**

  • 6.0 Navigations

*/

/**

  • 6.1 Links

*/

a { color: #876fa1; text-decoration: none; }

a:hover, a:focus { color: #572b85; text-decoration: underline; }

/**

  • 6.2 Menus

*/ .join-donate { float: right; margin-right: 1.5em; text-align: right; }

.join-donate a { background-image: none; padding: 0.4em 0.8em; }

.site-content .secondary .join-donate { margin: 0em auto; width: 100%; text-align: center; }

.menu-hoofdmenu-container { position: relative; height: 100%; }

.main-navigation { height: 2.65em; width: 100%; margin: 0px auto; }

/*

  • Overrule slimmenu colors

* */

.main-navigation ul.slimmenu>li { border: none; }

.main-navigation ul.slimmenu li { background-color: transparent; }

.main-navigation ul.slimmenu li a { * display: block;* text-decoration: none; padding: 0.5em 1em; text-shadow: 0 1px 0 #fff; color: #777; height: 100%; font-size: 100%; font-weight: normal; }

.main-navigation ul.slimmenu li.menu-item-has-children a { padding-right: 1.8em; }

.main-navigation ul.slimmenu li.menu-item a:hover { background-color: #572B85; background-image: linear-gradient(top, #876FA1, #572B85); background-image: -moz-linear-gradient(top, #876FA1, #572B85); background-image: -ms-linear-gradient(top, #876FA1, #572B85); background-image: -o-linear-gradient(top, #876FA1, #572B85); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876FA1), to(#572B85)); background-image: -webkit-linear-gradient(top, #876FA1, #572B85); outline: 0; color: #fff; text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px; }

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_ancestor > a { background-color: #e5e5e5; box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.125) inset; }

.main-navigation ul.slimmenu li .sub-collapser { background: none; width: 2.2em; padding-top: 0.3em; }

.main-navigation ul.slimmenu li .sub-collapser>i { font-style: normal; color: #777; font-size: 0.4em; }

.main-navigation ul.slimmenu li.mobile a{ color: #fff; text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px; }

.main-navigation ul.slimmenu li.mobile a:hover { background-color: transparent; }

* Submenu’s * .main-navigation .sub-menu { font-size: 0.8em; padding: 0.5em 0; min-width: 12em; margin-top: -0.5em; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }

.main-navigation .sub-menu:before { position: absolute; top: -7px; left: 9px; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-left: 7px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.2); content: ”; } .main-navigation .sub-menu:after { position: absolute; top: -6px; left: 10px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; border-left: 6px solid transparent; content: ”; }

.main-navigation .sub-menu li { width: 100%; }

.main-navigation .sub-menu li a { padding: 0.6em 1em; }

.dropdown-toggle { display: none; }

.post-navigation { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); font-weight: 700; margin-top: 10px; }

.post-navigation a { display: block; }

.post-navigation span { display: block; }

.post-navigation .meta-nav { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; letter-spacing: 0.04em; line-height: 1.5; position: relative; z-index: 2; }

.post-navigation .post-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3333; position: relative; z-index: 2; }

.post-navigation .nav-next, .post-navigation .nav-previous { position: relative; float: left; max-width: 45%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

.post-navigation .nav-next { float: right; text-align: right; }

.post-navigation .meta-nav { opacity: 0.8; }

.post-navigation div + div { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); }

.pagination { margin: 20px 0; }

.pagination ul { display: inline-block; *display: inline; margin-bottom: 0; margin-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *zoom: 1; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li { display: inline; }

.pagination ul > li > a, .pagination ul > li > span { float: left; padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; border-left-width: 0; }

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #f5f5f5; }

.pagination ul > .active > a, .pagination ul > .active > span { color: #999999; cursor: default; }

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { color: #999999; cursor: default; background-color: transparent; }

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; }

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; }

.pagination-centered { text-align: center; }

.pagination-right { text-align: right; }

.pagination-large ul > li > a, .pagination-large ul > li > span { padding: 11px 19px; font-size: 17.5px; }

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span { -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-topleft: 6px; }

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span { -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; }

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span { -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; }

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span { -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; }

.pagination-small ul > li > a, .pagination-small ul > li > span { padding: 2px 10px; font-size: 11.9px; }

.pagination-mini ul > li > a, .pagination-mini ul > li > span { padding: 0 6px; font-size: 10.5px; }

.image-navigation, .comment-navigation { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; font-weight: 700; line-height: 1.5; }

.image-navigation a, .comment-navigation a { color: #707070; color: rgba(51, 51, 51, 0.7); }

.image-navigation a:hover, .image-navigation a:focus, .comment-navigation a:hover, .comment-navigation a:focus { color: #333; }

.image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty), .comment-navigation .nav-previous:not(:empty), .comment-navigation .nav-next:not(:empty) { display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before { content: “\2215”; font-weight: 400; margin: 0 0.7em; }

.image-navigation .nav-previous a:before, .comment-navigation .nav-previous a:before { content: “\f430”; margin-right: 0.2em; position: relative; }

.image-navigation .nav-next a:after, .comment-navigation .nav-next a:after { content: “\f429”; margin-left: 0.2em; position: relative; }

.comment-navigation { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); border-bottom: 1px solid #eaeaea; border-bottom: 1px solid rgba(51, 51, 51, 0.1); padding: 2em 0; }

.comments-title + .comment-navigation { border-bottom: 0; }

.image-navigation { padding: 0 7.6923%; }

.image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty) { margin-bottom: 2em; }

/**

  • 7.0 Accessibility

*/

* Text meant only for screen readers * .says, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

* must have higher specificity than alternative color schemes inline styles * .site .skip-link { background-color: #f1f1f1; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); color: #21759b; display: block; font: bold 14px/normal arial,verdana,tahoma; left: -9999em; outline: none; padding: 15px 23px 14px; text-decoration: none; text-transform: none; top: -9999em; }

.logged-in .site .skip-link { box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); font: bold 14px/normal arial,verdana,tahoma; }

.site .skip-link:focus { clip: auto; height: auto; left: 6px; top: 7px; width: auto; z-index: 100000; }

/**

  • 8.0 Alignments

*/ .site-width { max-width: 1200px; margin: 0px auto; height: 100%; }

.alignleft { display: inline; float: left; }

.alignright { display: inline; float: right; }

.aligncenter { display: block; margin-right: auto; margin-left: auto; }

blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4em 0.4em 0.4em 0; }

blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4em 0 0.4em 0.4em; }

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter { clear: both; margin-top: 0.4em; margin-bottom: 0.4em; }

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { margin-bottom: 1.2em; }

/**

  • 9.0 Clearings

*/

.clear:before, .clear:after, .site:before, .site:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .nav-links:before, .nav-links:after, .comment-navigation:before, .comment-navigation:after, .social-navigation ul:before, .social-navigation ul:after, .textwidget:before, .textwidget:after { content: “”; display: table; }

.clear:after, .site:after, .entry-content:after, .comment-content:after, .site-content:after, .nav-links:after, .comment-navigation:after, .social-navigation ul:after, .textwidget:after { clear: both; }

/**

  • 10.0 Header

*/

.site-header { width: 100%; height: 12em; background: #f4f4f4 url(‘images/header_wave_background.png’) no-repeat center -2.7em; background-size: auto 100%; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 10px rgba(0, 0, 0, 0.1); }

.site-header .search-field { width: 10em; }

.site-header .widget_search label{ text-align: right; }

.site-branding { float: left; height: 100%; width: 75%; line-height: 1em; z-index: 2; *position: absolute;* }

.site-logo { float: left; margin-right: 0.4em; width: 8em; display: block; }

.site-logo img { width: 100%; }

h1.site-title { font-size: 4.2em; margin: 0.6em 0em 0.5em 0em; font-weight: bold; display: block; clear: none; white-space: nowrap; } h1.site-title a, h1.site-title a:hover { color: #572b85 !important; text-decoration: none; }

.site-title .department { font-size: 0.6em; font-weight: normal; color: #333; }

h2.site-description { font-family: LucidaGrande; font-weight: normal; font-size: 1.8em; color: #333; clear: none; margin-top: -0.3em; white-space: nowrap; } h2.site-description a, h2.site-description a:hover { color: #333 !important; text-decoration: none; }

.site-header header { background: url(‘images/header_boat_background.png’) no-repeat scroll 75% 0.5em rgba(0, 0, 0, 0); background-size: auto 100%; width: 100%; height: 78%; margin: 0px auto; padding: 0.4em; position: relative; }

/**

  • 11.0 Widgets

*/ .widget-area input[type=”text”], .widget-area input[type=”email”], .widget-area select { width: 100%; }

.widget-area.header { max-width: 400px; margin-top: 1em; position: absolute; right: 5px; float: right; z-index: 8; }

.widget_synved_social_follow { text-align: right; margin-top: 0.2em; }

.widget_synved_social_follow h2 { font-weight: normal; }

/**

  • 12.0 Content

*/

body .ai1ec-agenda-widget-view .ai1ec-date { background: none !important; border-top: none !important; }

body .ai1ec-event-title { display: block; }

body .icon-arrow-right:before { content: “” !important; }

body .ai1ec-month-view .ai1ec-event { height: auto; }

body .ai1ec-agenda-widget-view h3.ai1ec-date-title { margin: 0.1em 0.5em 0.5em !important; border-radius: 0.5em !important; -webkit-border-radius: 0.5em !important; -moz-border-radius: 0.5em !important; }

/**

  • Promotion Banners

*/

.promotion { width: 100%; height: 8em; }

.promotion .item { float: left; width: 32%; height: 100%;

margin: 0px; margin-left: 2%; text-align: center;

color: #fff; border: 0.2em solid #eaeaea; background-color: #643794; position: relative; overflow: hidden; }

.promotion .item:first-child { margin-left: 0px; }

.promotion .item:last-child { margin-right: 0px; }

.promotion .item > img { position: absolute; z-index: 1; top: 0px; left: 0px; width: auto !important; height: 100% !important; min-width: 100%; }

.promotion .item .content { position: absolute; display: table; top: 0px; left: 0px; z-index: 2; width: 100%; height: 100%; line-height: 2.1em; font-size: 0.95em; white-space: nowrap; }

.promotion .item .content span { display: table-cell; width: 100%; height: 100%; vertical-align:middle; text-align: center; }

.promotion .item .content span p { margin-bottom: 0em;; }

.promotion .item a { display: inline-block; *display: inline; padding: 0.3em 1.3em; margin-bottom: 0; *margin-left: .3em; font-size: 0.9em; line-height: 1.2em; text-align: center; vertical-align: middle; background-repeat: repeat-x; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.promotion .item a:hover, .promotion .item a:focus { text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }

.promotion .item a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.promotion .item a.active, .promotion .item a:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.promotion .item a { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); text-decoration: none; color: #ffffff; background-color: #5E2F8F; *background-color: #572B85; background-image: -moz-linear-gradient(top, #876FA1, #572B85); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876FA1), to(#572B85)); background-image: -webkit-linear-gradient(top, #876FA1, #572B85); background-image: -o-linear-gradient(top, #876FA1, #572B85); background-image: linear-gradient(to bottom, #876FA1, #572B85); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff876FA1’, endColorstr=’#ff572B85’, GradientType=0); * Darken IE7 buttons by default so they stand out more given they won’t have borders * filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-color: #572B85 #572B85 #5E2F8F; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.promotion .item a:hover, .promotion .item a:focus, .promotion .item a:active, .promotion .item a.active, .promotion .item a.disabled, .promotion .item a[disabled] { color: #ffffff; background-color: #3F1D63; *background-color: #3F1D63; }

.promotion .item a:active, .promotion .item a.active { background-color: #2e3799 \9; }

#widget-area-header h2 { color: #333; }

.site-content { background-color: #efefef; width: 100%;

}

.site-content .content-area { background-color: #fff; float: left; width: 74%; padding: 1em; }

.news-header { text-align: center; height: 30px; width: 100%; }

.news-header, #page article .entry-meta, #page article .entry-footer { margin: 1em 0; border: 0.4em solid #eaeaea; background-color: #eaeaea; font-size: 0.9em; }

#page article .entry-meta { margin: 0; border: none; }

.site-content .secondary { width: 26%; float: right; padding: 15px; position: relative; }

.site-content .secondary ul{ list-style: none; margin: 0; padding: 0!important; }

.site-content .secondary ul li { line-height: 1.3em; margin: .25em 0; padding: 0 0 0 20px; background: url(‘images/icon_black_pirate.png’) no-repeat 0 3px; }

.site-content .secondary #widget-area { font-size: 85%; float:right; width: 100%; }

.site-content .secondary aside, .quote { margin: 0 0 1em 0; padding: 0px 0.5em 0.5em 0.5em; background-color: #EFEFEF; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); overflow: hidden; }

.site-content .secondary aside h2.widget-title { background-color: #999; background-image: linear-gradient(top, #cccccc, #999999); background-image: -moz-linear-gradient(top, #cccccc, #999999); background-image: -ms-linear-gradient(top, #cccccc, #999999); background-image: -o-linear-gradient(top, #cccccc, #999999); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#999999)); background-image: -webkit-linear-gradient(top, #cccccc, #999999); color: #fff; text-align: center; padding: 0.3em; font-size: 1.2em; font-weight: bold; margin: 0px 0px 0.5em -0.5em; width: 115%; border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3), 2px 2px 2px rgba(0, 0, 0, 0.7);

font-family: “Droid Sans”,arial,helvetica,geneva,tahoma,georgia,verdana,sans-serif,courier; }

.site-content .secondary .widget_weare_widget, .quote { background-image: linear-gradient(top, #876FA1, #572B85); background-image: -moz-linear-gradient(top, #876FA1, #572B85); background-image: -ms-linear-gradient(top, #876FA1, #572B85); background-image: -o-linear-gradient(top, #876FA1, #572B85); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876FA1), to(#572B85)); background-image: -webkit-linear-gradient(top, #876FA1, #572B85); color: #fff; background-color: #571B85; padding: 10px; font-size: 1.1em; margin-top: 1em; }

.site-content .secondary .widget_weare_widget span { font-size: 1.5em; font-weight: bold; }

.site-content .secondary .widget_weare_widget ul li { background-image: url(‘images/icon_white_pirate.png’); }

.site-content .secondary .widget_weare_widget ul li a{ color: #ddf; }

.site-content .secondary .widget_weare_widget ul li a:hover { color: #ddf; text-decoration: underline; }

.site-content .secondary span.button { float: left; }

.site-content .secondary span.button.red { float: right; }

span.button a, span.button a:hover { color: #fff; height: 100%; width: 100%; position: relative; text-decoration: none; display: block; }

span.button a.icon { background: url(‘images/icon_group.png’) no-repeat 0.4em 25%; background-size: auto 80%; padding: 0.4em 0em 0.4em 2em; }

span.button a.icon.group { background-image: url(‘images/icon_group.png’); }

span.button a.icon.doneren { background-image: url(‘images/icon_donate.png’); }

span.button { min-width: 47%; text-align: center; display: inline-block; font-size: 1.0em; text-decoration: none; color: white; outline: none; text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px; border: solid 1px; box-shadow: 0 1px 2px rgba(5, 5, 5, 0.2); font-weight: bold; }

.button-flat-grey, .button-flat-grey:visited { color: white !important; border: solid 1px; border-color: #bbbbbb; background-color: #aaaaaa; text-decoration: none; border-radius: 3px 3px 3px 3px; box-shadow: 0 0 1px 1px #F6F6F6 inset; }

.button-flat-grey:hover, .button-flat-grey:active, .button-flat-grey:focus {

color: white !important; border: solid 1px; border-color: #bbbbbb; background-color: #bbbbbb; text-decoration: none; border-radius: 3px 3px 3px 3px; box-shadow: 0 0 1px 1px #F6F6F6 inset; }

.button-grey, .button-grey:visited {

color: white !important; border: solid 1px; border-color: #333333; background-color: #dddddd; text-decoration: none;

background-image: linear-gradient(top, #aaaaaa, #777777); background-image: -moz-linear-gradient(top, #aaaaaa, #777777); background-image: -ms-linear-gradient(top, #aaaaaa, #777777); background-image: -o-linear-gradient(top, #aaaaaa, #777777); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaaaaa), to(#777777)); background-image: -webkit-linear-gradient(top, #aaaaaa, #777777); text-decoration: none; box-shadow: 0 1px 2px rgba(5, 5, 5, 0.2); }

.button-grey:hover {

color: white !important; border: solid 1px; border-color: #333333; background-color: #dddddd; text-decoration: none;

background-image: linear-gradient(top, #aaaaaa, #555555); background-image: -moz-linear-gradient(top, #aaaaaa, #555555); background-image: -ms-linear-gradient(top, #aaaaaa, #555555); background-image: -o-linear-gradient(top, #aaaaaa, #555555); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaaaaa), to(#555555)); background-image: -webkit-linear-gradient(top, #aaaaaa, #555555); text-decoration: none; }

.button-grey:active, .button-grey:focus {

color: white !important; border: solid 1px; border-color: #333333; background-color: #dddddd; text-decoration: none;

background-image: linear-gradient(top, #aaaaaa, #555555); background-image: -moz-linear-gradient(top, #aaaaaa, #555555); background-image: -ms-linear-gradient(top, #aaaaaa, #555555); background-image: -o-linear-gradient(top, #aaaaaa, #555555); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaaaaa), to(#555555)); background-image: -webkit-linear-gradient(top, #aaaaaa, #555555); text-decoration: none; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset; }

.button-green, .button-green:visited {

color: white !important; border: solid 1px; border-color: #0d7c1e; background-color: #2fbc44; text-decoration: none;

background-image: linear-gradient(top, #50e566, #2fbc44); background-image: -moz-linear-gradient(top, #50e566, #2fbc44); background-image: -ms-linear-gradient(top, #50e566, #2fbc44); background-image: -o-linear-gradient(top, #50e566, #2fbc44); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50e566), to(#2fbc44)); background-image: -webkit-linear-gradient(top, #50e566, #2fbc44); text-decoration: none; box-shadow: 0 1px 2px rgba(5, 5, 5, 0.2); }

.button-green:hover {

color: white !important; border: solid 1px; border-color: #0d7c1e; background-color: #2fbc44; text-decoration: none;

background-image: linear-gradient(top, #75e586, #2fbc44); background-image: -moz-linear-gradient(top, #75e586, #2fbc44); background-image: -ms-linear-gradient(top, #75e586, #2fbc44); background-image: -o-linear-gradient(top, #75e586, #2fbc44); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75e586), to(#2fbc44)); background-image: -webkit-linear-gradient(top, #75e586, #2fbc44); text-decoration: none; }

.button-green:active, .button-green:focus {

color: white !important; border: solid 1px; border-color: #0d7c1e; background-color: #2fbc44; text-decoration: none;

background-image: linear-gradient(top, #75e586, #2fbc44); background-image: -moz-linear-gradient(top, #75e586, #2fbc44); background-image: -ms-linear-gradient(top, #75e586, #2fbc44); background-image: -o-linear-gradient(top, #75e586, #2fbc44); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75e586), to(#2fbc44)); background-image: -webkit-linear-gradient(top, #75e586, #2fbc44); text-decoration: none; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset; }

.orange, .orange:visited { border-color: #d36c0c !important; background-color: #f6891f; background-image: linear-gradient(top, #f6b06c, #f6891f); background-image: -moz-linear-gradient(top, #f6b06c, #f6891f); background-image: -ms-linear-gradient(top, #f6b06c, #f6891f); background-image: -o-linear-gradient(top, #f6b06c, #f6891f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6b06c), to(#f6891f)); background-image: -webkit-linear-gradient(top, #f6b06c, #f6891f); }

.orange:hover { background-image: linear-gradient(top, #f6bf8a, #f6891f); background-image: -moz-linear-gradient(top, #f6bf8a, #f6891f); background-image: -ms-linear-gradient(top, #f6bf8a, #f6891f); background-image: -o-linear-gradient(top, #f6bf8a, #f6891f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6bf8a), to(#f6891f)); background-image: -webkit-linear-gradient(top, #f6bf8a, #f6891f); }

.orange:active, .orange:focus { background-image: linear-gradient(top, #f6bf8a, #f6891f); background-image: -moz-linear-gradient(top, #f6bf8a, #f6891f); background-image: -ms-linear-gradient(top, #f6bf8a, #f6891f); background-image: -o-linear-gradient(top, #f6bf8a, #f6891f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6bf8a), to(#f6891f)); background-image: -webkit-linear-gradient(top, #f6bf8a, #f6891f); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset; }

.button-blue, .button-blue:visited {

color: white !important; border: solid 1px; border-color: #3b6aaa; background-color: #5E2F8F; text-decoration: none;

background-image: linear-gradient(top, #876FA1, #5E2F8F); background-image: -moz-linear-gradient(top, #876FA1, #5E2F8F); background-image: -ms-linear-gradient(top, #876FA1, #5E2F8F); background-image: -o-linear-gradient(top, #876FA1, #5E2F8F); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876FA1), to(#5E2F8F)); background-image: -webkit-linear-gradient(top, #876FA1, #5E2F8F); text-decoration: none; box-shadow: 0 1px 2px rgba(5, 5, 5, 0.2); }

.button-blue:hover {

color: white !important; border: solid 1px; border-color: #3b6aaa; background-color: #5E2F8F; text-decoration: none;

background-image: linear-gradient(top, #876FA1, #572B85); background-image: -moz-linear-gradient(top, #876FA1, #572B85); background-image: -ms-linear-gradient(top, #876FA1, #572B85); background-image: -o-linear-gradient(top, #876FA1, #572B85); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876FA1), to(#572B85)); background-image: -webkit-linear-gradient(top, #876FA1, #572B85); text-decoration: none; }

button-blue:active, .button-blue:focus {

color: white !important; border: solid 1px; border-color: #3b6aaa; background-color: #5E2F8F; text-decoration: none;

background-image: linear-gradient(top, #876FA1, #572B85); background-image: -moz-linear-gradient(top, #876FA1, #572B85); background-image: -ms-linear-gradient(top, #876FA1, #572B85); background-image: -o-linear-gradient(top, #876FA1, #572B85); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#876FA1), to(#572B85)); background-image: -webkit-linear-gradient(top, #876FA1, #572B85); text-decoration: none; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset; }

.red, .red:visited { border-color: #a83a3a !important; background-color: #ad2b2b; background-image: linear-gradient(top, #e86868, #ad2b2b); background-image: -moz-linear-gradient(top, #e86868, #ad2b2b); background-image: -ms-linear-gradient(top, #e86868, #ad2b2b); background-image: -o-linear-gradient(top, #e86868, #ad2b2b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e86868), to(#ad2b2b)); background-image: -webkit-linear-gradient(top, #e86868, #ad2b2b); }

.red:hover { background-image: linear-gradient(top, #e86868, #bf3b3b); background-image: -moz-linear-gradient(top, #e86868, #bf3b3b); background-image: -ms-linear-gradient(top, #e86868, #bf3b3b); background-image: -o-linear-gradient(top, #e86868, #bf3b3b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e86868), to(#bf3b3b)); background-image: -webkit-linear-gradient(top, #e86868, #bf3b3b); }

.red:active, .red:focus { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset; }

.secondary.toggled-on { border-top: 1px solid transparent; border-bottom: 1px solid transparent; display: block; }

.site-footer { padding: 30px 0px; text-align: center; }

.site-footer ul { list-style: outside none none; width: 70%; margin: 0px auto; height: 10px; }

.site-footer ul li { float: left; width: 25%; text-align: center; }

/**

  • 12.1 Posts and pages

*/

.hentry { position: relative; }

.hentry.has-post-thumbnail { padding-top: 0; }

.site .avatar, .thumbnail { display: block; padding: 4px; line-height: 20px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.site .lwa img, .site .lwa-rememberme { float: left; margin-right: 0.2em; }

a.thumbnail:hover, a.thumbnail:focus { border-color: #876FA1; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

.thumbnail > img { display: block; max-width: 100%; margin-right: auto; margin-left: auto; }

.thumbnail .caption { padding: 9px; color: #555555; }

.post-thumbnail { border: 0; display: block; float:left; margin-right: 7px; } .post-thumbnail img { display: block; margin: 0 auto; }

a.post-thumbnail:hover, a.post-thumbnail:focus { opacity: 0.85; }

.entry-header { margin-bottom: 10px; }

.entry-title { font-size: 2.5em; font-size: 2.5rem; line-height: 1.1538; }

.entry-title a { color: #572b85; }

.entry-content, .entry-summary { font-size: 0.9em; }

.entry-content > :last-child, .entry-summary > :last-child { margin-bottom: 0; }

/* .entry-content, .entry-summary, .page-content, .comment-content { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; } */

.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 { font-size: 26px; font-size: 2.6rem; line-height: 1.1538; margin-top: 1.8462em; margin-bottom: 0.9231em; }

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 { font-size: 22px; font-size: 2.2rem; line-height: 1.3636; margin-top: 2.1818em; margin-bottom: 1.0909em; }

.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 { font-size: 18px; font-size: 1.8rem; line-height: 1.3333; * margin-top: 2.6667em;* margin-bottom: 1.3333em; }

.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .page-content h4, .page-content h5, .page-content h6, .comment-content h4, .comment-content h5, .comment-content h6 { font-size: 16px; font-size: 1.6rem; line-height: 1.4; margin-bottom: 1.0em; }

.entry-content h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 { letter-spacing: 0.1em; }

.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child, .entry-summary > h1:first-child, .entry-summary > h2:first-child, .entry-summary > h3:first-child, .entry-summary > h4:first-child, .entry-summary > h5:first-child, .entry-summary > h6:first-child, .page-content > h1:first-child, .page-content > h2:first-child, .page-content > h3:first-child, .page-content > h4:first-child, .page-content > h5:first-child, .page-content > h6:first-child, .comment-content > h1:first-child, .comment-content > h2:first-child, .comment-content > h3:first-child, .comment-content > h4:first-child, .comment-content > h5:first-child, .comment-content > h6:first-child { margin-top: 0; }

.entry-content a:hover, .entry-content a:focus, .entry-summary a:hover, .entry-summary a:focus, .page-content a:hover, .page-content a:focus, .comment-content a:hover, .comment-content a:focus, .pingback .comment-body > a:hover, .pingback .comment-body > a:focus { border-bottom: 0; }

.entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img { display: block; }

.entry-content .more-link, .entry-summary .more-link:after { white-space: nowrap; }

.author-info { border-bottom: 1px solid #eaeaea; border-bottom: 1px solid rgba(51, 51, 51, 0.1); color: #999; }

.author-info .avatar { float: left; height: 36px; margin: 0 1.6em 1.6em 0; width: 36px; }

.author-heading { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; letter-spacing: 0.04em; margin-bottom: 1.5em; }

.author-title { clear: none; }

.author-bio { font-size: 12px; font-size: 1.2rem; line-height: 1.5; overflow: hidden; padding-bottom: 1px; }

/* .author-description { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; } */

.author-description a { border-bottom: 1px solid #333; }

.author-description a:hover, .author-description a:focus { border-bottom: 0; }

.author-description > :last-child { margin-bottom: 0; }

.author-link { white-space: nowrap; }

.author-link:after { content: “\f429”; position: relative; top: 1px; }

.entry-footer { background-color: #f7f7f7; font-size: 12px; font-size: 1.2rem; }

.entry-footer .entry-meta .block { margin-right: 1em; margin-right: 1rem; }

.sticky-post { background-color: #333; color: #fff; font-weight: 700; letter-spacing: 0.04em; padding: 0.25em 0.5em; position: absolute; top: 0; }

.updated:not(.published) { display: none; }

.sticky .posted-on { display: none; }

.posted-on:before, .byline:before, .tags-links:before, .entry-format:before, .full-size-link:before { margin-right: 2px; position: relative; }

.posted-on, .byline, .tags-links, .entry-format, .full-size-link { margin-right: 1em; }

.format-aside .entry-format:before { content: “\f101”; }

.format-image .entry-format:before { content: “\f473”; }

.format-gallery .entry-format:before { content: “\f103”; }

.format-video .entry-format:before { content: “\f104”; }

.format-status .entry-format:before { content: “\f105”; }

.format-quote .entry-format:before { content: “\f106”; }

.format-link .entry-format:before { content: “\f107”; }

.format-chat .entry-format:before { content: “\f108”; }

.format-audio .entry-format:before { content: “\f109”; }

.posted-on:before { content: “\f307”; }

.byline:before { content: “\f304”; }

.tags-links:before { content: “\f302”; }

.full-size-link:before { content: “\f402”; }

.comments-link, .edit-link { white-space: nowrap; }

.page-header { border-bottom: 1px solid rgba(51, 51, 51, 0.1); margin-bottom: 10px; padding-bottom: 10px; }

.page-title { font-size: 26px; font-size: 2.6rem; line-height: 1.1538; }

.taxonomy-description { color: #707070; color: rgba(51, 51, 51, 0.7); padding-top: 0.4em; }

.taxonomy-description a { border-bottom: 1px solid #333; }

.taxonomy-description a:hover, .taxonomy-description a:focus { border-bottom: 0; }

.taxonomy-description > :last-child { margin-bottom: 0; }

.page-content { * background-color: #fff; * padding: 7.6923%; }

.page-content > :last-child { margin-bottom: 0; }

.page-links { clear: both; margin-bottom: 1.3333em; }

.page-links a, .page-links > span { border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); display: inline-block; font-size: 12px; font-size: 1.2rem; height: 2em; line-height: 2; margin: 0 0.3333em 0.3333em 0; text-align: center; width: 2em; }

.page-links a { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); background-color: #333; border-color: #333; color: #fff; }

.page-links a:hover, .page-links a:focus { background-color: #707070; background-color: rgba(51, 51, 51, 0.7); border-color: transparent; color: #fff; }

.page-links > .page-links-title { border: 0; color: #707070; color: rgba(51, 51, 51, 0.7); height: auto; margin: 0; padding-right: 0.5em; width: auto; }

.entry-attachment { margin-bottom: 1.6em; }

.woocommerce-ordering { display:none; }

/* .type-attachment .entry-title { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; } */ .entry-caption { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; line-height: 1.5; padding-top: 0.5em; word-wrap: break-word; }

.entry-caption > :last-child { margin-bottom: 0; }

/**

  • 12.2 Post Formats

*/

.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3333; margin-bottom: 1.3333em; }

.format-link .entry-title a:after { content: “\f442”; font-size: 24px; height: 24px; position: relative; top: 0; width: 24px; }

.blog .format-status .entry-title, .archive .format-status .entry-title { display: none; }

/**

  • 12.3 Comments

*/

#comments .comment-list li.thread-odd { background-color: #EEE; border-bottom: 1px dotted #CCC; }

.comments-area > :last-child { margin-bottom: 0; }

.comment-list + .comment-respond { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); }

.comment-list + .comment-respond, .comment-navigation + .comment-respond { padding-top: 1.6em; }

.comments-title, .comment-reply-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3333; }

.comment-list { list-style: none; margin: 0; font-size: 1.2em; font-size: 1.2rem; }

.comment-list article, .comment-list .pingback, .comment-list .trackback { padding: 0.6em; }

.comment-list .children { list-style: none; margin: 0; }

.comment-list .children > li { padding-left: 2.5em; }

.comment-author { color: #707070; color: rgba(51, 51, 51, 0.7); }

.comment-author .says { position: relative !important; }

.comment-author .avatar { float: left; margin-right: 0.8em; }

.comment-metadata, .pingback .edit-link { color: #707070; color: rgba(51, 51, 51, 0.7);

font-size: 12px; font-size: 1.2rem; line-height: 1.5; }

.comment-metadata { margin-bottom: 0.6em; }

.comment-metadata .edit-link { margin-left: 1em; }

.pingback .edit-link { margin-left: 1em; }

.pingback .edit-link:before { top: 5px; }

.comment-content ul, .comment-content ol { margin: 0 0 1.6em 1.3333em; }

.comment-content li > ul, .comment-content li > ol { margin-bottom: 0; }

.comment-content > :last-child { margin-bottom: 0; }

.comment-form label { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; font-weight: 700; display: block; letter-spacing: 0.04em; line-height: 1.5; float:left; width: 160px; text-align: right; margin-right: 10px; }

.comment-form input[type=”submit”] { margin-left: 160px; }

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; line-height: 1.5; }

.no-comments { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); color: #707070; color: rgba(51, 51, 51, 0.7); font-weight: 700; padding-top: 1.6em; }

.comment-navigation + .no-comments { border-top: 0; }

.form-allowed-tags { margin-bottom: 60px; }

.form-allowed-tags code { white-space: normal; float: left; }

.form-submit { margin-bottom: 0; background-color: #f5f5f5; padding: 15px; }

.required { color: #c0392b; }

.comment-reply-title small { font-size: 100%; }

.comment-reply-title small a { border: 0; float: right; height: 32px; overflow: hidden; width: 26px; }

.comment-reply-title small a:before { content: “\f405”; font-size: 32px; position: relative; top: -3px; }

/**

  • 12.4 Calendar

*/

.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month, .ai1ec-month-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event, .ai1ec-allday-badge { background-color: #572b85 !important; }

.ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today { background-color: #f2ecf9 !important; }

.ai1ec-agenda-widget-view .ai1ec-event a, .ai1ec-popup a, .ai1ec-main-container a, .ai1ec-single-event a, .leaflet-container a, .entry-content .timely a, .comment-content .timely a, .site-footer .widget .timely a { color: #876fa1 !important; }

.ai1ec-agenda-widget-view .ai1ec-event a:hover, .ai1ec-popup a:hover, .ai1ec-main-container a:hover, .ai1ec-single-event a:hover, .leaflet-container a:hover, .entry-content .timely a:hover, .comment-content .timely a:hover, .site-footer .widget .timely a:hover { color: #572b85 !important; }

/**

  • 13.0 Footer

*/

.site-info { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; line-height: 1.5; }

/**

  • 14.0 Media

/ / .site .avatar { border-radius: 50%; } */ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-top: 0; margin-bottom: 0; padding: 0; }

audio, canvas { display: inline-block; }

embed, iframe, object, video { margin-bottom: 1.6em; max-width: 100%; vertical-align: middle; }

p > embed, p > iframe, p > object, p > video { margin-bottom: 0; }

.wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist { font-size: 15px; font-size: 1.5rem; margin-top: 0; margin-bottom: 1.6em; }

.wp-playlist.wp-playlist { padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks { margin-top: 0; }

.wp-playlist-item .wp-playlist-caption { border-bottom: 0; padding: 10px 0; }

.wp-playlist-item .wp-playlist-item-length { top: 10px; }

/**

  • 14.1 Captions

*/

.wp-caption { margin-bottom: 1.6em; max-width: 100%; }

.wp-caption img[class*=”wp-image-“] { display: block; margin: 0; }

.wp-caption-text { color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; }

/**

  • 14.2 Galleries

*/

.gallery { margin-bottom: 1.6em; }

.gallery-item { display: inline-block; padding: 1.79104477%; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-icon img { margin: 0 auto; }

.gallery-caption { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

/**

  • 16.0 Responsiveness

*/ #site-navigation .mobile { display: none; }

@media screen and (max-width: 900px) { .site-header { font-size: 75%; } .menu-hoofdmenu-container { font-size: 110%; } .widget_synved_social_follow { margin-top: -0.8em; } .ai1ec-agenda-widget-view .ai1ec-date-title { font-size: 0.7em; } .ai1ec-agenda-widget-view .ai1ec-event { margin-left: 4em; }

.ai1ec-btn.ai1ec-btn-default { width: 100%; margin: 0.3em auto; } #secondary .join-donate span.button { width: 100%; margin: 0.2em auto; } .main-navigation ul.slimmenu li a { padding: 0.4em 1em; } }

@media screen and (max-width: 750px) { .site-header { font-size: 60%; } .site-header .widget_synved_social_follow a, .site-header .widget_synved_social_follow img { height: 24px !important; width: 24px !important; } .site-content #primary, .site-content #secondary { width: 99%; float:left !important; } .site-content #primary { margin-top: 0.5em; } #site-navigation .mobile { display: block; } .main-navigation ul.slimmenu li .sub-collapser > i { margin-top: -0.2em; font-size: 1em; } .author-info { margin: 0.2em 0em; line-height: 1.6em; } .main-navigation .sub-menu { font-size: 1em; } .pagination ul > li > a { display:block; } .main-navigation { font-size: 150%; } .main-navigation .menu-collapser { height: 2em; line-height: 2em; background: #876fa1; } .main-navigation .menu-collapser .collapse-button { padding: 0.3em 0.7em; }

.main-navigation ul.slimmenu.collapsed { z-index: 99; background-color: white; position: relative; }

.main-navigation ul.slimmenu.collapsed .sub-menu { border: none; border-top: solid 2px #876fa1; padding: 0; margin-top: 0em; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;

-webkit-background-clip: none; -moz-background-clip: none; background-clip: none; }

.main-navigation ul.slimmenu.collapsed li .sub-collapser { width: 7em; }

.main-navigation ul.slimmenu.collapsed li li a { padding-left: 2.5em; }

.main-navigation ul.slimmenu.collapsed .sub-menu:before { display: none; } .main-navigation ul.slimmenu.collapsed .sub-menu:after { display: none; }

#site-navigation .mobile span{ width: 100%; } }

@media screen and (max-width: 600px) { .site-header { height: 11em; font-size: 45% } .site-logo { width: 7em; }

.site-header header { height: 76%; } h1.site-title { margin-top: 0.5em; } .entry-title { font-size: 2.1em; font-size: 2.1rem; } .main-navigation { font-size: 170%; }

#widget-area-header .widget_synved_social_follow { display: none; }

#widget-area-header h2 { display: none; }

.promotion { display: none; }

#page article .entry-meta a{ margin: 0.4rem 0em 0.4rem 0.3rem; } }

@media screen and (max-width: 400px) { #widget-area-header{ display: none; } } /**

  • 17.0 Print

*/

@media print { body { background: none !important; * Brute force since user agents all print differently. * font-size: 11.25pt; }

.secondary-toggle, .navigation, .page-links, .edit-link, #reply-title, .comment-form, .comment-edit-link, .comment-list .reply a, button, input, textarea, select { display: none; }

.site-header, .site-footer, .hentry, .entry-footer, .page-header, .page-content, .comments-area { background: none !important; * Make sure color schemes dont’t affect to print * }

body, blockquote, blockquote cite, blockquote small, label, a, .site-title a, .site-description, .post-title, .author-heading, .entry-footer, .entry-footer a, .taxonomy-description, .entry-caption, .comment-author, .comment-metadata, .comment-metadata a, .comment-notes, .comment-awaiting-moderation, .no-comments, .site-info, .site-info a, .wp-caption-text, .gallery-caption { color: #000 !important; * Make sure color schemes don’t affect to print * }

pre, abbr[title], table, th, td, .site-header, .site-footer, .hentry + .hentry, .author-info, .page-header, .comments-area, .comment-list + .comment-respond, .comment-list article, .comment-list .pingback, .comment-list .trackback, .no-comments { border-color: #eaeaea !important; * Make sure color schemes don’t affect to print * }

.site { margin: 0 7.6923%; }

.site-branding { padding: 0; }

.site-header { padding: 7.6923% 0; }

.site-description { display: block; }

.hentry + .hentry { margin-top: 7.6923%; }

.hentry.has-post-thumbnail { padding-top: 7.6923%; }

.sticky-post { background: #000 !important; color: #fff !important; }

.entry-header, .entry-footer { padding: 0; }

.entry-content, .entry-summary { padding: 0 0 7.6923%; }

.post-thumbnail img { margin: 0; }

.author-info { margin: 0; }

.page-content { padding: 7.6923% 0 0; }

.page-header { padding: 3.84615% 0; }

.comments-area { border: 0; padding: 7.6923% 0 0; }

.site-footer { margin-top: 7.6923%; padding: 3.84615% 0; } }

input[name=payment_method] { float: left; }

div#payment > ul.payment_methods > li { margin-top: 20px !important; }

input[type=”radio”] { margin-top: 5px !important; vertical-align: middle; }